<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.2 (Ruby 2.6.8) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-avtcore-rtp-vvc-16" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="RTP payload format for VVC">RTP Payload Format for Versatile Video Coding (VVC)</title>

    <author initials="S." surname="Zhao" fullname="Shuai Zhao">
      <organization>Tencent</organization>
      <address>
        <postal>
          <street>2747 Park Blvd</street>
          <city>Palo Alto</city>
          <code>94588</code>
          <country>USA</country>
        </postal>
        <email>shuai.zhao@ieee.org</email>
      </address>
    </author>
    <author initials="S." surname="Wenger" fullname="Stephan Wenger">
      <organization>Tencent</organization>
      <address>
        <postal>
          <street>2747 Park Blvd</street>
          <city>Palo Alto</city>
          <code>94588</code>
          <country>USA</country>
        </postal>
        <email>stewe@stewe.org</email>
      </address>
    </author>
    <author initials="Y." surname="Sanchez" fullname="Yago Sanchez">
      <organization>Fraunhofer HHI</organization>
      <address>
        <postal>
          <street>Einsteinufer 37</street>
          <city>Berlin</city>
          <code>10587</code>
          <country>Germany</country>
        </postal>
        <email>yago.sanchez@hhi.fraunhofer.de</email>
      </address>
    </author>
    <author initials="Y." surname="Wang" fullname="Ye-Kui Wang">
      <organization>Bytedance Inc.</organization>
      <address>
        <postal>
          <street>8910 University Center Lane</street>
          <city>San Diego</city>
          <code>92122</code>
          <country>USA</country>
        </postal>
        <email>yekui.wang@bytedance.com</email>
      </address>
    </author>
    <author initials="M." surname="&nbsp;M Hannuksela" fullname="Miska M. Hannuksela">
      <organization>Nokia Technologies</organization>
      <address>
        <postal>
          <street>Hatanpään valtatie 30</street>
          <city>Tampere</city>
          <code>33100</code>
          <country>Finland</country>
        </postal>
        <email>miska.hannuksela@nokia.com</email>
      </address>
    </author>

    <date year="2022" month="May" day="05"/>

    <area>ART</area>
    <workgroup>avtcore</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This memo describes an RTP payload format for the video coding
standard ITU-T Recommendation H.266 and ISO/IEC International
Standard 23090-3, both also known as Versatile Video Coding (VVC) and
developed by the Joint Video Experts Team (JVET).  The RTP payload
format allows for packetization of one or more Network Abstraction
Layer (NAL) units in each RTP packet payload as well as fragmentation
of a NAL unit into multiple RTP packets.  The payload format has wide
applicability in videoconferencing, Internet video streaming, and
high-bitrate entertainment-quality video, among other applications.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>The Versatile Video Coding specification was formally published as both ITU-T Recommendation H.266 <xref target="VVC"/> and ISO/IEC International Standard 23090-3 <xref target="ISO23090-3"/>.  VVC is reported to provide significant coding efficiency gains over High Efficiency Video Coding <xref target="HEVC"/>, also known as H.265, and other earlier video codecs.</t>

<t>This memo specifies an RTP payload format for VVC.  It shares its
basic design with the NAL (Network Abstraction Layer) unit based RTP 
payload formats of AVC Video Coding <xref target="RFC6184"/>, Scalable Video Coding 
(SVC) <xref target="RFC6190"/>, High Efficiency Video Coding (HEVC) <xref target="RFC7798"/> and 
their respective predecessors.  With respect to design
philosophy, security, congestion control, and overall implementation
complexity, it has similar properties to those earlier payload format
specifications.  This is a conscious choice, as at least RFC 6184 is
widely deployed and generally known in the relevant implementer
communities.  Certain scalability-related mechanisms known from <xref target="RFC6190"/> were incorporated into this document, as VVC version 1 supports temporal, spatial, and
signal-to-noise ratio (SNR) scalability.</t>

<section anchor="overview-of-the-vvc-codec"><name>Overview of the VVC Codec</name>

<t>VVC and HEVC share a similar hybrid video codec design.  In this
memo, we provide a very brief overview of those features of VVC
that are, in some form, addressed by the payload format specified
herein.  Implementers have to read, understand, and apply the ITU-T/ISO/IEC specifications pertaining to VVC to arrive at
interoperable, well-performing implementations.</t>

<t>Conceptually, both VVC and HEVC include a Video Coding Layer (VCL),
which is often used to refer to the coding-tool features, and a NAL, which 
is often used to refer to the systems and transport interface aspects of the codecs.</t>

<section anchor="coding-tool-features-informative"><name>Coding-Tool Features (informative)</name>

<t>Coding tool features are described below with occasional reference to
the coding tool set of HEVC, which is well known in the community.</t>

<t>Similar to earlier hybrid-video-coding-based standards, including
HEVC, the following basic video coding design is employed by VVC.
A prediction signal is first formed by either intra- or motion-
compensated prediction, and the residual (the difference between the
original and the prediction) is then coded.  The gains in coding
efficiency are achieved by redesigning and improving almost all parts
of the codec over earlier designs.  In addition, VVC includes several
tools to make the implementation on parallel architectures easier.</t>

<t>Finally, VVC includes temporal, spatial, and SNR scalability as well 
as multiview coding support.</t>

<t>Coding blocks and transform structure</t>

<t>Among major coding-tool differences between HEVC and VVC, one of
the important improvements is the more flexible coding tree structure
in VVC, i.e., multi-type tree.  In addition to quadtree, binary and
ternary trees are also supported, which contributes significant
improvement in coding efficiency.  Moreover, the maximum size of a 
coding tree unit (CTU) is increased from 64x64 to 128x128.  To
improve the coding efficiency of chroma signal, luma chroma separated
trees at CTU level may be employed for intra-slices.  The square transforms 
in HEVC are extended to non-square transforms for rectangular blocks 
resulting from binary and ternary tree splits.  Besides, VVC supports 
multiple transform sets (MTS), including DCT-2, DST-7, and DCT-8 as well 
as the non-separable secondary transform.  The transforms used in VVC 
can have different sizes with support for larger transform sizes.  For DCT-2, 
the transform sizes range from 2x2 to 64x64, and for DST-7 and DCT-8, the
transform sizes range from 4x4 to 32x32.  In addition, VVC also
support sub-block transform for both intra and inter coded blocks.
For intra coded blocks, intra sub-partitioning (ISP) may be used to
allow sub-block based intra prediction and transform.  For inter
blocks, sub-block transform may be used assuming that only a part of
an inter-block has non-zero transform coefficients.</t>

<t>Entropy coding</t>

<t>Similar to HEVC, VVC uses a single entropy-coding engine, which is
based on context adaptive binary arithmetic coding <xref target="CABAC"/>,
but with the support of multi-window sizes.  The window sizes can be
initialized differently for different context models.  Due to such a
design, it has more efficient adaptation speed and better coding
efficiency.  A joint chroma residual coding scheme is applied to
further exploit the correlation between the residuals of two color
components.  In VVC, different residual coding schemes are applied
for regular transform coefficients and residual samples generated
using transform-skip mode.</t>

<t>In-loop filtering</t>

<t>VVC has more feature support in loop filters than HEVC.  The
deblocking filter in VVC is similar to HEVC but operates at a
smaller grid.  After deblocking and sample adaptive offset (SAO), an
adaptive loop filter (ALF) may be used.  As a Wiener filter, ALF
reduces distortion of decoded pictures.  Besides, VVC introduces a
new module called luma mapping with chroma scaling 
to fully utilize the dynamic range of signal so that rate-distortion
performance of both Standard Dynamic Range (SDR) and High Dynamic Range (HDR) content is improved.</t>

<t>Motion prediction and coding</t>

<t>Compared to HEVC, VVC introduces several improvements in this area.
First, there is the adaptive motion vector resolution (AMVR), which
can save bit cost for motion vectors by adaptively signaling motion
vector resolution.  Then the affine motion compensation is included
to capture complicated motion like zooming and rotation.  Meanwhile,
prediction refinement with the optical flow with affine mode (PROF)
is further deployed to mimic affine motion at the pixel level.
Thirdly the decoder side motion vector refinement (DMVR) is a method
to derive MV vector at decoder side based on block matching so that fewer bits may be spent
on motion vectors.  Bi-directional optical flow (BDOF) is a similar
method to PROF.  BDOF adds a sample wise offset at 4x4 sub-block level that is derived with equations based on gradients of the prediction samples and a motion difference relative to CU motion vectors.  Furthermore, merge with motion vector difference (MMVD)
is a special mode, which further signals a limited set of motion
vector differences on top of merge mode.  In addition to MMVD, there
are another three types of special merge modes, i.e., sub-block
merge, triangle, and combined intra-/inter-prediction (CIIP).  Sub-block merge list includes one candidate of sub-block temporal motion
vector prediction (SbTMVP) and up to four candidates of affine motion
vectors.  Triangle is based on triangular block motion compensation.
CIIP combines intra- and inter- predictions with weighting.
Adaptive weighting may be employed with a block-level tool called 
bi-prediction with CU based weighting (BCW) which provides more 
flexibility than in HEVC.</t>

<t>Intra prediction and intra-coding</t>

<t>To capture the diversified local image texture directions with finer
granularity, VVC supports 65 angular directions instead of 33
directions in HEVC.  The intra mode coding is based on a 6-most-probable-mode scheme, and the 6 most probable modes are derived using
the neighboring intra prediction directions.  In addition, to deal
with the different distributions of intra prediction angles for
different block aspect ratios, a wide-angle intra prediction (WAIP)
scheme is applied in VVC by including intra prediction angles
beyond those present in HEVC.  Unlike HEVC which only allows using
the most adjacent line of reference samples for intra prediction,
VVC also allows using two further reference lines, as known as
multi-reference-line (MRL) intra prediction.  The additional
reference lines can be only used for the 6 most probable intra prediction
modes.  To capture the strong correlation between different colour
components, in VVC, a cross-component linear mode (CCLM) is
utilized which assumes a linear relationship between the luma sample values and their associated chroma samples.  For intra prediction,
VVC also applies a position-dependent prediction combination (PDPC)
for refining the prediction samples closer to the intra prediction
block boundary.  Matrix-based intra prediction (MIP) modes are also
used in VVC which generates an up to 8x8 intra prediction block
using a weighted sum of downsampled neighboring reference samples,
and the weights are hardcoded constants.</t>

<t>Other coding-tool features</t>

<t>VVC introduces dependent quantization (DQ) to reduce quantization
error by state-based switching between two quantizers.</t>

</section>
<section anchor="systems-and-transport-interfaces-informative"><name>Systems and Transport Interfaces (informative)</name>

<t>VVC inherits the basic systems and transport interfaces designs
from HEVC and AVC.  These include the NAL-unit-based syntax
structure, the hierarchical syntax and data unit structure, the
supplemental enhancement information (SEI) message mechanism, and the
video buffering model based on the hypothetical reference decoder
(HRD).  The scalability features of VVC are conceptually similar to
the scalable variant of HEVC known as SHVC.  The hierarchical syntax
and data unit structure consists of parameter sets at various levels
(decoder, sequence (pertaining to all), sequence (pertaining to a single),
picture), picture-level header parameters, slice-level header parameters, and lower-level parameters.</t>

<t>A number of key components that influenced the network abstraction 
layer design of VVC as well as this memo are described below</t>

<t>Decoding capability information</t>

<t>The decoding capability information includes parameters that stay constant for the lifetime of a VVC bitstream, which in IETF terms can translate to a session. Such information includes profile, level, and sub-profile information to determine a maximum capability interop point that is guaranteed to be never exceeded, even if splicing of video sequences occurs within a session. It further includes constraint fields (most of which are flags), which can optionally be set to indicate that the video bitstream will be constrained in the use of certain features as indicated by the values of those fields. With this, a bitstream can be labeled as not using certain tools, which allows among other things for resource allocation in a decoder implementation.</t>

<t>Video parameter set</t>

<t>The video parameter set (VPS) pertains to one or more coded video sequences (CVSs) of multiple layers covering the same range of access units, and includes, among other information, decoding dependency expressed as information for reference picture list construction of enhancement layers. The VPS provides a "big picture" of a scalable sequence, including what types of operation points are provided, the profile, tier, and level of the operation points, and some other high-level properties of the bitstream that can be used as the basis for session negotiation and content selection, etc. One VPS may be referenced by one or more sequence parameter sets.</t>

<t>Sequence parameter set</t>

<t>The sequence parameter set (SPS) contains syntax elements pertaining to a coded layer video sequence (CLVS), which is a group of pictures belonging to the same layer, starting with a random access point, and followed by pictures that may depend on each other, until the next random access point picture. In MPEG-2, the equivalent of a CVS was a group of pictures (GOP), which normally started with an I frame and was followed by P and B frames. While more complex in its options of random access points, VVC retains this basic concept. One remarkable difference of VVC is that a CLVS may start with a Gradual Decoding Refresh (GDR) picture, without requiring presence of traditional random access points in the bitstream, such as instantaneous decoding refresh (IDR) or clean random access (CRA) pictures. In many TV-like applications, a CVS contains a few hundred milliseconds to a few seconds of video. In video conferencing (without switching MCUs involved), a CVS can be as long in duration as the whole session.</t>

<t> 
 </t>

<t>Picture and adaptation parameter set</t>

<t>The picture parameter set and the adaptation parameter set (PPS and APS, respectively) carry information pertaining to  zero or more pictures and zero or more slices, respectively. The PPS contains information that is likely to stay constant from picture to picture, at least for pictures for a certain type-whereas the APS contains information, such as adaptive loop filter coefficients, that are likely to change from picture to picture or even within a picture. A single APS is referenced by all slices of the same picture if that APS contains information about luma mapping with chroma scaling (LMCS) or scaling list. Different APSs containing ALF parameters can be referenced by slices of the same picture.</t>

<t>Picture header</t>

<t>A Picture Header contains information that is common to all slices that belong to the same picture. Being able to send that information as a separate NAL unit when pictures are split into several slices allows for saving bitrate, compared to repeating the same information in all slices. However, there might be scenarios where low-bitrate video is transmitted using a single slice per picture. Having a separate NAL unit to convey that information incurs in an overhead for such scenarios. For such scenarios, the picture header syntax structure is directly included in the slice header, instead of its own NAL unit. The mode of the picture header syntax structure being included in its own NAL unit or not can only be switched on/off for an entire CLVS, and can only be switched off when in the entire CLVS each picture contains only one slice.</t>

<t>Profile, tier, and level</t>

<t>The profile, tier and level syntax structures in DCI, VPS and SPS 
contain profile, tier, level information for all layers that refer
to the DCI, for layers associated with one or more output layer 
sets specified by the VPS, and for any layer
that refers to the SPS, respectively.</t>

<t>Sub-profiles</t>

<t>Within the VVC specification, a sub-profile is a 32-bit number, coded according to ITU-T Rec. T.35, that does not carry a semantics. It is carried in the profile_tier_level structure and hence (potentially) present in the DCI, VPS, and SPS. External registration bodies can register a T.35 codepoint with ITU-T registration authorities and associate with their registration a description of bitstream restrictions beyond the profiles defined by ITU-T and ISO/IEC. This would allow encoder manufacturers to label the bitstreams generated by their encoder as complying with such sub-profile. It is expected that upstream standardization organizations (such as: DVB and ATSC), as well as walled-garden video services will take advantage of this labeled system. In contrast to "normal" profiles, it is expected that sub-profiles may indicate encoder choices traditionally left open in the (decoder-centric) video coding specs, such as GOP structures, minimum/maximum QP values, and the mandatory use of certain tools or SEI messages.</t>

<ul empty="true"><li>

</li></ul>

<t>General constraint fields</t>

<t>The profile_tier_level structure carries a considerable number of constraint fields (most of which are flags), which an encoder can use to indicate to a decoder that it will not use a certain tool or technology. They were included in reaction to a perceived market need for labeled a bitstream as not exercising a certain tool that has become commercially unviable.</t>

<t>Temporal scalability support</t>

<t>VVC includes support of temporal scalability, by inclusion of the signaling of TemporalId in the NAL unit header, the restriction that pictures of a particular temporal sublayer cannot be used for inter prediction reference by pictures of a lower temporal sublayer, the sub-bitstream extraction process, and the requirement that each sub-bitstream extraction output be a conforming bitstream. Media-Aware Network Elements (MANEs) can utilize the TemporalId in the NAL unit header for stream adaptation purposes based on temporal scalability.</t>

<t>Reference picture resampling (RPR)</t>

<t>In AVC and HEVC, the spatial resolution of pictures cannot change unless a new sequence using a new SPS starts, with an Intra random access point (IRAP) picture. VVC enables picture resolution change within a sequence at a position without encoding an IRAP picture, which is always intra-coded. This feature is sometimes referred to as reference picture resampling (RPR), as the feature needs resampling of a reference picture used for inter prediction when that reference picture has a different resolution than the current picture being decoded. RPR allows resolution change without the need of coding an IRAP picture and hence avoids a momentary bit rate spike caused by an IRAP picture in streaming or video conferencing scenarios, e.g., to cope with network condition changes.  RPR can also be used in application scenarios wherein zooming of the entire video region or some region of interest is needed.</t>

<ul empty="true"><li>

</li></ul>

<t>Spatial, SNR, and multiview scalability</t>

<t>VVC includes support for spatial, SNR, and multiview scalability. Scalable video coding is widely considered to have technical benefits and enrich services for various video applications. Until recently, however, the functionality has not been included in the first version of specifications of the video codecs. In VVC, however, all those forms of scalability are supported in the first version of VVC natively through the signaling of the nuh_layer_id in the NAL unit header, the VPS which associates layers with given nuh_layer_id to each other, reference picture selection, reference picture resampling for spatial scalability, and a number of other mechanisms not relevant for this memo.</t>

<ul empty="true"><li>
  <t>Spatial scalability</t>

  <ul empty="true"><li>
    <t>With the existence of Reference Picture Resampling (RPR), the additional burden for scalability support is just a modification of the high-level syntax (HLS). The inter-layer prediction is employed in a scalable system to improve the coding efficiency of the enhancement layers. In addition to the spatial and temporal motion-compensated predictions that are available in a single-layer codec, the inter-layer prediction in VVC uses the possibly resampled video data of the reconstructed reference picture from a reference layer to predict the current enhancement layer. The resampling process for inter-layer prediction, when used, is performed at the block-level, reusing the existing interpolation process for motion compensation in single-layer coding. It means that no additional resampling process is needed to support spatial scalability.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>SNR scalability</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>SNR scalability is similar to spatial scalability except that the resampling factors are 1:1. In other words, there is no change in resolution, but there is inter-layer prediction.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>Multiview scalability</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>The first version of VVC also supports multiview scalability, wherein a multi-layer bitstream carries layers representing multiple views, and one or more of the represented views can be output at the same time.</t>
  </li></ul>
</li></ul>

<t>SEI messages</t>

<t>Supplemental enhancement information (SEI) messages are information in the bitstream that do not influence the decoding process as specified in the VVC spec, but address issues of representation/rendering of the decoded bitstream, label the bitstream for certain applications, among other, similar tasks. The overall concept of SEI messages and many of the messages themselves has been inherited from the AVC and HEVC specs. Except for the SEI messages that affect the specification of the hypothetical reference decoder (HRD), other SEI messages for use in the VVC environment, which are generally useful also in other video coding technologies, are not included in the main VVC specification but in a companion specification <xref target="VSEI"/>.</t>

</section>
<section anchor="high-level-picture-partitioning-informative"><name>High-Level Picture Partitioning (informative)</name>

<t>VVC inherited the concept of tiles and wavefront parallel processing (WPP) from HEVC, with some minor to moderate differences. The basic concept of slices was kept in VVC but designed in an essentially different form. VVC is the first video coding standard that includes subpictures as a feature, which provides the same functionality as HEVC motion-constrained tile sets (MCTSs) but designed differently to have better coding efficiency and to be friendlier for usage in application systems. More details of these differences are described below.</t>

<t>Tiles and WPP</t>

<t>Same as in HEVC, a picture can be split into tile rows and tile columns in VVC, in-picture prediction across tile boundaries is disallowed, etc. However, the syntax for signaling of tile partitioning has been simplified, by using a unified syntax design for both the uniform and the non-uniform mode. In addition, signaling of entry point offsets for tiles in the slice header is optional in VVC while it is mandatory in HEVC. The WPP design in VVC has two differences compared to HEVC: i) The CTU row delay is reduced from two CTUs to one CTU; ii) signaling of entry point offsets for WPP in the slice header is optional in VVC while it is mandatory in HEVC.</t>

<t>Slices</t>

<t>In VVC, the conventional slices based on CTUs (as in HEVC) or macroblocks (as in AVC) have been removed. The main reasoning behind this architectural change is as follows. The advances in video coding since 2003 (the publication year of AVC v1) have been such that slice-based error concealment has become practically impossible, due to the ever-increasing number and efficiency of in-picture and inter-picture prediction mechanisms. An error-concealed picture is the decoding result of a transmitted coded picture for which there is some data loss (e.g., loss of some slices) of the coded picture or a reference picture for at least some part of the coded picture is not error-free (e.g., that reference picture was an error-concealed picture). For example, when one of the multiple slices of a picture is lost, it may be error-concealed using an interpolation of the neighboring slices. While advanced video coding prediction mechanisms provide significantly higher coding efficiency, they also make it harder for machines to estimate the quality of an error-concealed picture, which was already a hard problem with the use of simpler prediction mechanisms. Advanced in-picture prediction mechanisms also cause the coding efficiency loss due to splitting a picture into multiple slices to be more significant. Furthermore, network conditions become significantly better while at the same time techniques for dealing with packet losses have become significantly improved. As a result, very few implementations have recently used slices for maximum transmission unit size matching. Instead, substantially all applications where low-delay error resilience is required (e.g., video telephony and video conferencing) rely on system/transport-level error resilience (e.g., retransmission, forward error correction) and/or picture-based error resilience tools (feedback-based error resilience, insertion of IRAPs, scalability with higher protection level of the base layer, and so on). Considering all the above, nowadays it is very rare that a picture that cannot be correctly decoded is passed to the decoder, and when such a rare case occurs, the system can afford to wait for an error-free picture to be decoded and available for display without resulting in frequent and long periods of picture freezing seen by end users.</t>

<t>Slices in VVC have two modes: rectangular slices and raster-scan slices. The rectangular slice, as indicated by its name, covers a rectangular region of the picture. Typically, a rectangular slice consists of several complete tiles. However, it is also possible that a rectangular slice is a subset of a tile and consists of one or more consecutive, complete CTU rows within a tile. A raster-scan slice consists of one or more complete tiles in a tile raster scan order, hence the region covered by a raster-scan slices need not but could have a non-rectangular shape, but it may also happen to have the shape of a rectangle. The concept of slices in VVC is therefore strongly linked to or based on tiles instead of CTUs (as in HEVC) or macroblocks (as in AVC).</t>

<t>Subpictures</t>

<t>VVC is the first video coding standard that includes the support of subpictures as a feature. Each subpicture consists of one or more complete rectangular slices that collectively cover a rectangular region of the picture. A subpicture may be either specified to be extractable (i.e., coded independently of other subpictures of the same picture and of earlier pictures in decoding order) or not extractable. Regardless of whether a subpicture is extractable or not, the encoder can control whether in-loop filtering (including deblocking, SAO, and ALF) is applied across the subpicture boundaries individually for each subpicture.</t>

<t>Functionally, subpictures are similar to the motion-constrained tile sets (MCTSs) in HEVC. They both allow independent coding and extraction of a rectangular subset of a sequence of coded pictures, for use cases like viewport-dependent 360° video streaming optimization and region of interest (ROI) applications.</t>

<t>There are several important design differences between subpictures and MCTSs. First, the subpictures feature in VVC allows motion vectors of a coding block pointing outside of the subpicture even when the subpicture is extractable by applying sample padding at subpicture boundaries in this case, similarly as at picture boundaries. Second, additional changes were introduced for the selection and derivation of motion vectors in the merge mode and in the decoder side motion vector refinement process of VVC. This allows higher coding efficiency compared to the non-normative motion constraints applied at the encoder-side for MCTSs. Third, rewriting of SHs (and PH NAL units, when present) is not needed when extracting one or more extractable subpictures from a sequence of pictures to create a sub-bitstream that is a conforming bitstream. In sub-bitstream extractions based on HEVC MCTSs, rewriting of SHs is needed. Note that in both HEVC MCTSs extraction and VVC subpictures extraction, rewriting of SPSs and PPSs is needed. However, typically there are only a few parameter sets in a bitstream, while each picture has at least one slice, therefore rewriting of SHs can be a significant burden for application systems. Fourth, slices of different subpictures within a picture are allowed to have different NAL unit types. Fifth, VVC specifies HRD and level definitions for subpicture sequences, thus the conformance of the sub-bitstream of each extractable subpicture sequence can be ensured by encoders.</t>

</section>
<section anchor="NALUnitHeader"><name>NAL Unit Header</name>

<t>VVC maintains the NAL unit concept of HEVC with modifications.  VVC
uses a two-byte NAL unit header, as shown in <xref target="vvc-nuh"/>.  The payload
of a NAL unit refers to the NAL unit excluding the NAL unit header.</t>

<figure anchor="vvc-nuh"><artwork><![CDATA[
 

                  +---------------+---------------+
                  |0|1|2|3|4|5|6|7|0|1|2|3|4|5|6|7|
                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                  |F|Z| LayerID   |  Type   | TID |
                  +---------------+---------------+


                The Structure of the VVC NAL Unit Header.

]]></artwork></figure>

<t>The semantics of the fields in the NAL unit header are as specified
in VVC and described briefly below for convenience.  In addition to
the name and size of each field, the corresponding syntax element
name in VVC is also provided.</t>

<ul empty="true"><li>

</li></ul>

<t>F: 1 bit</t>

<ul empty="true"><li>
  <t>forbidden_zero_bit.  Required to be zero in VVC.  Note that the
inclusion of this bit in the NAL unit header was to enable
transport of VVC video over MPEG-2 transport systems (avoidance
of start code emulations) <xref target="MPEG2S"/>.  In the context of this memo
the value 1 may be used to indicate a syntax violation, e.g., for
a NAL unit resulted from aggregating a number of fragmented units
of a NAL unit but missing the last fragment, as described in the last sentence of section 4.3.3.</t>
</li></ul>

<t>Z: 1 bit</t>

<ul empty="true"><li>
  <t>nuh_reserved_zero_bit.  Required to be zero in VVC, and reserved 
for future extensions by ITU-T and ISO/IEC.<br />
This memo does not overload the "Z" bit for local extensions, as a) 
overloading the "F" bit is sufficient and b) 
to preserve the usefulness of this memo to possible future versions 
of <xref target="VVC"/>.</t>
</li></ul>

<t>LayerId: 6 bits</t>

<ul empty="true"><li>
  <t>nuh_layer_id.  Identifies the layer a NAL unit belongs to, wherein
a layer may be, e.g., a spatial scalable layer, a quality scalable
layer, a layer containing a different view, etc.</t>
</li></ul>

<t>Type: 5 bits</t>

<ul empty="true"><li>
  <t>nal_unit_type.  This field specifies the NAL unit type as defined
in Table 5 of <xref target="VVC"/>.  For a reference of all currently defined
NAL unit types and their semantics, please refer to
Section 7.4.2.2 in <xref target="VVC"/>.</t>
</li></ul>

<t>TID: 3 bits</t>

<ul empty="true"><li>
  <t>nuh_temporal_id_plus1.  This field specifies the temporal
identifier of the NAL unit plus 1.  The value of TemporalId is
equal to TID minus 1.  A TID value of 0 is illegal to ensure that
there is at least one bit in the NAL unit header equal to 1, so to enable the consideration of start code emulations in the NAL unit payload data independent of the NAL unit header.</t>
</li></ul>

</section>
</section>
<section anchor="overview-of-the-payload-format"><name>Overview of the Payload Format</name>

<t>This payload format defines the following processes required for 
transport of VVC coded data over RTP <xref target="RFC3550"/>:</t>

<t><list style="symbols">
  <t>Usage of RTP header with this payload format</t>
  <t>Packetization of VVC coded NAL units into RTP packets using
three types of payload structures: a single NAL unit packet,
aggregation packet, and fragment unit</t>
  <t>Transmission of VVC NAL units of the same bitstream within a
single RTP stream</t>
  <t>Media type parameters to be used with the Session Description 
Protocol (SDP) <xref target="RFC8866"/></t>
  <t>Usage of RTCP feedback messages</t>
</list></t>

</section>
</section>
<section anchor="conventions"><name>Conventions</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

</section>
<section anchor="definitionsandabbr"><name>Definitions and Abbreviations</name>

<section anchor="definitions"><name>Definitions</name>
<t>This document uses the terms and definitions of VVC.  <xref target="definitionforvvc"/>
lists relevant definitions from <xref target="VVC"/> for convenience.  <xref target="def"/>
provides definitions specific to this memo.  All the used terms and definitions 
in this memo are verbatim copies of <xref target="VVC"/> specification.</t>

<section anchor="definitionforvvc"><name>Definitions from the VVC Specification</name>

<t>Access unit (AU): A set of PUs that belong to different layers and 
contain coded pictures associated with the same time for output 
from the DPB.</t>

<t>Adaptation parameter set (APS): A syntax structure containing syntax 
elements that apply to zero or more slices as determined by zero or 
more syntax elements found in slice headers.</t>

<t>Bitstream: A sequence of bits, in the form of a NAL unit stream or 
a byte stream, that forms the representation of a sequence of AUs 
forming one or more coded video sequences (CVSs).</t>

<t>Coded picture: A coded representation of a picture comprising VCL 
NAL units with a particular value of nuh_layer_id within an AU and 
containing all CTUs of the picture.</t>

<t>Clean random access (CRA) PU: A PU in which the coded picture is a 
CRA picture.</t>

<t>Clean random access (CRA) picture: An IRAP picture for which each 
VCL NAL unit has nal_unit_type equal to CRA_NUT.</t>

<t>Coded video sequence (CVS): A sequence of AUs that consists, in 
decoding order, of a CVSS AU, followed by zero or more AUs that are 
not CVSS AUs, including all subsequent AUs up to but not including 
any subsequent AU that is a CVSS AU.</t>

<t>Coded video sequence start (CVSS) AU: An AU in which there is a PU 
for each layer in the CVS and the coded picture in each PU is a CLVSS 
picture.</t>

<t>Coded layer video sequence (CLVS): A sequence of PUs with the same 
value of nuh_layer_id that consists, in decoding order, of a CLVSS PU, 
followed by zero or more PUs that are not CLVSS PUs, including all 
subsequent PUs up to but not including any subsequent PU that is a 
CLVSS PU.</t>

<t>Coded layer video sequence start (CLVSS) PU: A PU in which the coded 
picture is a CLVSS picture.</t>

<t>Coded layer video sequence start (CLVSS) picture: A coded picture that is an IRAP picture with NoOutputBeforeRecoveryFlag equal to 1 or a GDR picture with NoOutputBeforeRecoveryFlag equal to 1.</t>

<t>Coding tree unit (CTU): A CTB of luma samples, two corresponding CTBs 
of chroma samples of a picture that has three sample arrays, or a CTB 
of samples of a monochrome picture or a picture that is coded using 
three separate colour planes and syntax structures used to code the 
samples.</t>

<t>Decoding Capability Information (DCI): A syntax structure containing 
syntax elements that apply to the entire bitstream.</t>

<t>Decoded picture buffer (DPB): A buffer holding decoded pictures for 
reference, output reordering, or output delay specified for the 
hypothetical reference decoder.</t>

<t>Gradual decoding refresh (GDR) picture: A picture for which each VCL NAL unit has nal_unit_type equal to GDR_NUT.</t>

<t>Instantaneous decoding refresh (IDR) PU: A PU in which the coded picture 
is an IDR picture.</t>

<t>Instantaneous decoding refresh (IDR) picture: An IRAP picture for 
which each VCL NAL unit has nal_unit_type equal to IDR_W_RADL or IDR_N_LP.</t>

<t>Intra random access point (IRAP) AU: An AU in which there is a PU 
for each layer in the CVS and the coded picture in each PU is an 
IRAP picture.</t>

<t>Intra random access point (IRAP) PU: A PU in which the coded picture 
is an IRAP picture.</t>

<t>Intra random access point (IRAP) picture: A coded picture for which all VCL NAL units have the same value of nal_unit_type in the range of IDR_W_RADL to CRA_NUT, inclusive.</t>

<t>Layer: A set of VCL NAL units that all have a particular value of 
nuh_layer_id and the associated non-VCL NAL units.</t>

<t>Network abstraction layer (NAL) unit: A syntax structure containing 
an indication of the type of data to follow and bytes containing 
that data in the form of an RBSP interspersed as necessary with emulation 
prevention bytes.</t>

<t>Network abstraction layer (NAL) unit stream: A sequence of NAL units.</t>

<t>Output Layer Set (OLS): A set of layers for which one or more layers are specified as the output layers.</t>

<t>Operation point (OP): A temporal subset of an OLS, identified by an 
OLS index and a highest value of TemporalId.</t>

<t>Picture parameter set (PPS): A syntax structure containing syntax 
elements that apply to zero or more entire coded pictures as determined 
by a syntax element found in each slice header.</t>

<t>Picture unit (PU): A set of NAL units that are associated with each 
other according to a specified classification rule, are consecutive 
in decoding order, and contain exactly one coded picture.</t>

<t>Random access: The act of starting the decoding process for a 
bitstream at a point other than the beginning of the stream.</t>

<t>Sequence parameter set (SPS): A syntax structure containing syntax 
elements that apply to zero or more entire CLVSs as determined by 
the content of a syntax element found in the PPS referred to by a 
syntax element found in each picture header.</t>

<t>Slice: An integer number of complete tiles or an integer number of 
consecutive complete CTU rows within a tile of a picture that are 
exclusively contained in a single NAL unit.</t>

<t>Slice header (SH): A part of a coded slice containing the data elements 
pertaining to all tiles or CTU rows within a tile represented in the slice.</t>

<t>Sublayer: A temporal scalable layer of a temporal scalable bitstream
consisting of VCL NAL units with a particular value of the TemporalId
variable, and the associated non-VCL NAL units.</t>

<t>Subpicture: An rectangular region of one or more slices within a picture.</t>

<t>Sublayer representation: A subset of the bitstream consisting of NAL
units of a particular sublayer and the lower sublayers.</t>

<t>Tile: A rectangular region of CTUs within a particular tile column and 
a particular tile row in a picture.</t>

<t>Tile column: A rectangular region of CTUs having a height equal to 
the height of the picture and a width specified by syntax elements in 
the picture parameter set.</t>

<t>Tile row: A rectangular region of CTUs having a height specified by 
syntax elements in the picture parameter set and a width equal to the 
width of the picture.</t>

<t>Video coding layer (VCL) NAL unit: A collective term for coded slice NAL 
units and the subset of NAL units that have reserved values of 
nal_unit_type that are classified as VCL NAL units in this Specification.</t>

</section>
<section anchor="def"><name>Definitions Specific to This Memo</name>

<t>Media-Aware Network Element (MANE): A network element, such as a
middlebox, selective forwarding unit, or application-layer gateway
that is capable of parsing certain aspects of the RTP payload headers
or the RTP payload and reacting to their contents.</t>

<ul empty="true"><li>
  <t>Informative note: The concept of a MANE goes beyond normal routers
or gateways in that a MANE has to be aware of the signaling (e.g.,
to learn about the payload type mappings of the media streams),
and in that it has to be trusted when working with Secure RTP
(SRTP).  The advantage of using MANEs is that they allow packets
to be dropped according to the needs of the media coding.  For
example, if a MANE has to drop packets due to congestion on a
certain link, it can identify and remove those packets whose
elimination produces the least adverse effect on the user
experience.  After dropping packets, MANEs must rewrite RTCP
packets to match the changes to the RTP stream, as specified in
Section 7 of <xref target="RFC3550"/>.</t>
</li></ul>

<t>NAL unit decoding order: A NAL unit order that conforms to the
constraints on NAL unit order given in Section 7.4.2.4 in <xref target="VVC"/>, 
follow the Order of NAL units in the bitstream.</t>

<t>RTP stream (See <xref target="RFC7656"/>):  Within the scope of this memo, one RTP stream is utilized to transport a VVC bitstream, which may contain one or more layers, and each layer may contain one or more temporal sublayers.</t>

<t>Transmission order: The order of packets in ascending RTP sequence
number order (in modulo arithmetic).  Within an aggregation packet,
the NAL unit transmission order is the same as the order of
appearance of NAL units in the packet.</t>

</section>
</section>
<section anchor="abbreviations"><name>Abbreviations</name>

<t>AU         Access Unit</t>

<t>AP         Aggregation Packet</t>

<t>APS        Adaptation Parameter Set</t>

<t>CTU        Coding Tree Unit</t>

<t>CVS        Coded Video Sequence</t>

<t>DPB        Decoded Picture Buffer</t>

<t>DCI        Decoding Capability Information</t>

<t>DON        Decoding Order Number</t>

<t>FIR        Full Intra Request</t>

<t>FU         Fragmentation Unit</t>

<t>GDR        Gradual Decoding Refresh</t>

<t>HRD        Hypothetical Reference Decoder</t>

<t>IDR        Instantaneous Decoding Refresh</t>

<t>IRAP       Intra Random Access Point</t>

<t>MANE       Media-Aware Network Element</t>

<t>MTU        Maximum Transfer Unit</t>

<t>NAL        Network Abstraction Layer</t>

<t>NALU       Network Abstraction Layer Unit</t>

<t>OLS        Output Layer Set</t>

<t>PLI        Picture Loss Indication</t>

<t>PPS        Picture Parameter Set
<!-- 
RPS &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reference Picture Set --></t>

<t>RPSI       Reference Picture Selection Indication</t>

<t>SEI        Supplemental Enhancement Information</t>

<t>SLI        Slice Loss Indication</t>

<t>SPS        Sequence Parameter Set</t>

<t>VCL        Video Coding Layer</t>

<t>VPS        Video Parameter Set</t>

</section>
</section>
<section anchor="RTPPayloadFormat"><name>RTP Payload Format</name>

<section anchor="RTPHeaderUsage"><name>RTP Header Usage</name>

<t>The format of the RTP header is specified in <xref target="RFC3550"/> (reprinted as
<xref target="rtp-hdr"/> for convenience).  This payload format uses the fields of
the header in a manner consistent with that specification.</t>

<t>The RTP payload (and the settings for some RTP header bits) for
aggregation packets and fragmentation units are specified in 
<xref target="aps"/> and <xref target="funits"/>, respectively.</t>

<figure anchor="rtp-hdr"><sourcecode type="~"><![CDATA[
 
 
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |V=2|P|X|  CC   |M|     PT      |       sequence number         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           timestamp                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |           synchronization source (SSRC) identifier            |
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
   |            contributing source (CSRC) identifiers             |
   |                             ....                              |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    

                     RTP Header According to [RFC3550]
 
  
]]></sourcecode></figure>

<t>The RTP header information to be set according to this RTP payload 
format is set as follows:</t>

<t>Marker bit (M): 1 bit</t>

<ul empty="true"><li>
  <t>Set for the last packet, in transmission order, among each set of packets that contain NAL units of one access unit. This is in line with the normal use of the M bit in
video formats to allow an efficient playout buffer handling.</t>
</li></ul>

<t>Payload Type (PT): 7 bits</t>

<ul empty="true"><li>
  <t>The assignment of an RTP payload type for this new packet format
is outside the scope of this document and will not be specified
here.  The assignment of a payload type has to be performed either
through the profile used or in a dynamic way.</t>
</li></ul>

<t>Sequence Number (SN): 16 bits</t>

<ul empty="true"><li>
  <t>Set and used in accordance with <xref target="RFC3550"/>.</t>
</li></ul>

<t>Timestamp: 32 bits</t>

<ul empty="true"><li>
  <t>The RTP timestamp is set to the sampling timestamp of the content. A 90 kHz clock rate MUST be used.  If the NAL unit has no timing properties of its own (e.g., parameter set and SEI NAL units), the RTP timestamp MUST be set to the RTP timestamp of the coded pictures of the access unit in which the NAL unit (according to Section 7.4.2.4 of <xref target="VVC"/>) is included. Receivers MUST use the RTP timestamp for the display process, even when the bitstream contains picture timing SEI messages or decoding unit information SEI messages as specified in <xref target="VVC"/>.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: When picture timing SEI messages are present, the RTP sender is responsible to ensure that the RTP timestamps are consistent with the timing information carried in the picture timing SEI messages.</t>
  </li></ul>
</li></ul>

<t>Synchronization source (SSRC): 32 bits</t>

<ul empty="true"><li>
  <t>Used to identify the source of the RTP packets.
A single SSRC is used for all parts of a single bitstream.</t>
</li></ul>

</section>
<section anchor="PayloadHeaderUsage"><name>Payload Header Usage</name>

<t>The first two bytes of the payload of an RTP packet are referred to
as the payload header.  The payload header consists of the same
fields (F, Z, LayerId, Type, and TID) as the NAL unit header as shown
in <xref target="NALUnitHeader"/>, irrespective of the type of the payload structure.</t>

<t>The TID value indicates (among other things) the relative importance
of an RTP packet, for example, because NAL units belonging to higher
temporal sublayers are not used for the decoding of lower temporal
sublayers.  A lower value of TID indicates a higher importance.
More-important NAL units MAY be better protected against transmission
losses than less-important NAL units.</t>

</section>
<section anchor="PayloadStructures"><name>Payload Structures</name>

<t>Three different types of RTP packet payload structures are specified.
A receiver can identify the type of an RTP packet payload through the
Type field in the payload header.</t>

<t>The three different payload structures are as follows:</t>

<t><list style="symbols">
  <t>Single NAL unit packet: Contains a single NAL unit in the payload,
and the NAL unit header of the NAL unit also serves as the payload
header.  This payload structure is specified in Section 4.4.1.</t>
  <t>Aggregation Packet (AP): Contains more than one NAL unit within
one access unit.  This payload structure is specified in <xref target="aps"/>.</t>
  <t>Fragmentation Unit (FU): Contains a subset of a single NAL unit.
This payload structure is specified in <xref target="funits"/>.</t>
</list></t>

<section anchor="SingleNALUnit"><name>Single NAL Unit Packets</name>

<t>A single NAL unit packet contains exactly one NAL unit, and consists
of a payload header (denoted as PayloadHdr), a conditional 16-bit
DONL field (in network byte order), and the NAL unit payload data
(the NAL unit excluding its NAL unit header) of the contained NAL
unit, as shown in <xref target="single-nhr"/>.</t>

<figure anchor="single-nhr"><artwork><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           PayloadHdr          |      DONL (conditional)       |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                                                               |
  |                  NAL unit payload data                        |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               :...OPTIONAL RTP padding        |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

               The Structure of a Single NAL Unit Packet

]]></artwork></figure>

<t>The DONL field, when present, specifies the value of the 16 least
significant bits of the decoding order number of the contained NAL
unit.  If sprop-max-don-diff is greater than 0, the DONL field MUST be present, and the variable DON for the
contained NAL unit is derived as equal to the value of the DONL
field.  Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present.</t>

</section>
<section anchor="aps"><name>Aggregation Packets (APs)</name>

<t>Aggregation Packets (APs) can reduce
packetization overhead for small NAL units, such as most of the non-VCL NAL units, which are often only a few octets in size.</t>

<t>An AP aggregates NAL units of one access unit and it MUST NOT contain NAL units from more than one AU. Each NAL unit to be carried in an AP is encapsulated in an aggregation unit.  NAL
units aggregated in one AP are included in NAL unit decoding order.</t>

<t>An AP consists of a payload header (denoted as PayloadHdr) followed
by two or more aggregation units, as shown in <xref target="au-hdr"/>.</t>

<figure anchor="au-hdr"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |    PayloadHdr (Type=28)       |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
 |                                                               |
 |             two or more aggregation units                     |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                The Structure of an Aggregation Packet

]]></artwork></figure>

<t>The fields in the payload header of an AP are set as follows.  The F bit MUST
be equal to 0 if the F bit of each aggregated NAL unit is equal to
zero; otherwise, it MUST be equal to 1.  The Type field MUST be equal
to 28.</t>

<t>The value of LayerId MUST be equal to the lowest value of LayerId of
all the aggregated NAL units.  The value of TID MUST be the lowest
value of TID of all the aggregated NAL units.</t>

<ul empty="true"><li>
  <t>Informative note: All VCL NAL units in an AP have the same TID
value since they belong to the same access unit.  However, an AP
may contain non-VCL NAL units for which the TID value in the NAL
unit header may be different than the TID value of the VCL NAL
units in the same AP.</t>
</li></ul>

<ul empty="true"><li>
  <t>Informative Note: If a system envisions sub-picture level or picture level modifications, for example by removing sub-pictures or pictures of a particular layer, a good design choice on the sender’s side would be to aggregate NAL units belonging to only the same sub-picture or picture of a particular layer.</t>
</li></ul>

<t>An AP MUST carry at least two aggregation units and can carry as many
aggregation units as necessary; however, the total amount of data in
an AP obviously MUST fit into an IP packet, and the size SHOULD be
chosen so that the resulting IP packet is smaller than the MTU size
so to avoid IP layer fragmentation.  An AP MUST NOT contain FUs
specified in <xref target="funits"/>.  APs MUST NOT be nested; i.e., an AP can
not contain another AP.</t>

<t>The first aggregation unit in an AP consists of a conditional 16-bit
DONL field (in network byte order) followed by a 16-bit unsigned size
information (in network byte order) that indicates the size of the
NAL unit in bytes (excluding these two octets, but including the NAL
unit header), followed by the NAL unit itself, including its NAL unit
header, as shown in <xref target="au-first-nhdr"/>.</t>

<figure anchor="au-first-nhdr"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |               :       DONL (conditional)      |   NALU size   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   NALU size   |                                               |
 +-+-+-+-+-+-+-+-+         NAL unit                              |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

        The Structure of the First Aggregation Unit in an AP

]]></artwork></figure>

<t>The DONL field, when present, specifies the value of the 16 least
significant bits of the decoding order number of the aggregated NAL
unit.</t>

<t>If sprop-max-don-diff is greater than 0, the DONL field MUST be present in an aggregation unit that is the first aggregation unit in an AP, and the variable DON for the aggregated NAL unit is derived as equal to the value of the DONL field, and the variable DON for an aggregation unit that is not the first aggregation unit in an AP aggregated NAL unit is derived as equal to the DON of the preceding aggregated NAL unit in the same AP plus 1 modulo 65536. Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present in an aggregation unit that is the first aggregation unit in an AP.</t>

<t>An aggregation unit that is not the first aggregation unit in an AP
will be followed immediately by a 16-bit unsigned size information
(in network byte order) that indicates the
size of the NAL unit in bytes (excluding these two octets, but
including the NAL unit header), followed by the NAL unit itself,
including its NAL unit header, as shown in <xref target="au-not-first-nhdr"/>.</t>

<figure anchor="au-not-first-nhdr"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |               :       NALU size               |   NAL unit    |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

      The Structure of an Aggregation Unit That Is Not the First
                       Aggregation Unit in an AP

]]></artwork></figure>

<t><xref target="au-wout-donl"/> presents an example of an AP that contains two aggregation
units, labeled as 1 and 2 in the figure, without the DONL field
being present.</t>

<figure anchor="au-wout-donl"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                          RTP Header                           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   PayloadHdr (Type=28)        |         NALU 1 Size           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 1 HDR           |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+         NALU 1 Data           |
 |                   . . .                                       |
 |                                                               |
 +               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |  . . .        | NALU 2 Size                   | NALU 2 HDR    |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | NALU 2 HDR    |                                               |
 +-+-+-+-+-+-+-+-+              NALU 2 Data                      |
 |                   . . .                                       |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

            An Example of an AP Packet Containing 
          Two Aggregation Units without the DONL Field

]]></artwork></figure>

<t><xref target="au-with-donl"/> presents an example of an AP that contains two aggregation
units, labeled as 1 and 2 in the figure, with the DONL field being present.</t>

<figure anchor="au-with-donl"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                          RTP Header                           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   PayloadHdr (Type=28)        |        NALU 1 DONL            |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 1 Size          |            NALU 1 HDR         |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 |                 NALU 1 Data   . . .                           |
 |                                                               |
 +        . . .                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :          NALU 2 Size          |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 2 HDR           |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+          NALU 2 Data          |
 |                                                               |
 |        . . .                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                An Example of an AP Containing 
              Two Aggregation Units with the DONL Field

]]></artwork></figure>

</section>
<section anchor="funits"><name>Fragmentation Units</name>

<t>Fragmentation Units (FUs) are introduced to enable fragmenting a
single NAL unit into multiple RTP packets, possibly without
cooperation or knowledge of the <xref target="VVC"/> encoder.  A fragment
of a NAL unit consists of an integer number of consecutive octets of
that NAL unit.  Fragments of the same NAL unit MUST be sent in
consecutive order with ascending RTP sequence numbers (with no other
RTP packets within the same RTP stream being sent between the first
and last fragment).</t>

<t>When a NAL unit is fragmented and conveyed within FUs, it is referred
to as a fragmented NAL unit.  APs MUST NOT be fragmented.  FUs MUST
NOT be nested; i.e., an FU can not contain a subset of another FU.</t>

<t>The RTP timestamp of an RTP packet carrying an FU is set to the NALU-
time of the fragmented NAL unit.</t>

<t>An FU consists of a payload header (denoted as PayloadHdr), an FU
header of one octet, a conditional 16-bit DONL field (in network byte
order), and an FU payload, as shown in <xref target="fu-payload"/>.</t>

<figure anchor="fu-payload"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   PayloadHdr (Type=29)        |   FU header   | DONL (cond)   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|
 |   DONL (cond) |                                               |
 |-+-+-+-+-+-+-+-+                                               |
 |                         FU payload                            |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                       The Structure of an FU

]]></artwork></figure>

<t>The fields in the payload header are set as follows.  The Type field
MUST be equal to 29.  The fields F, LayerId, and TID MUST be equal to
the fields F, LayerId, and TID, respectively, of the fragmented NAL
unit.</t>

<t>The FU header consists of an S bit, an E bit, an R bit and a 5-bit FuType
field, as shown in <xref target="fu-hdr"/>.</t>

<figure anchor="fu-hdr"><artwork><![CDATA[
 
    
                          +---------------+
                          |0|1|2|3|4|5|6|7|
                          +-+-+-+-+-+-+-+-+
                          |S|E|P|  FuType |
                          +---------------+

                    The Structure of FU Header
                     
]]></artwork></figure>

<t>The semantics of the FU header fields are as follows:</t>

<t>S: 1 bit</t>

<ul empty="true"><li>
  <t>When set to 1, the S bit indicates the start of a fragmented NAL
unit, i.e., the first byte of the FU payload is also the first
byte of the payload of the fragmented NAL unit.  When the FU
payload is not the start of the fragmented NAL unit payload, the S
bit MUST be set to 0.</t>
</li></ul>

<ul empty="true"><li>

</li></ul>

<t>E: 1 bit</t>

<ul empty="true"><li>
  <t>When set to 1, the E bit indicates the end of a fragmented NAL
unit, i.e., the last byte of the payload is also the last byte of
the fragmented NAL unit.  When the FU payload is not the last
fragment of a fragmented NAL unit, the E bit MUST be set to 0.</t>
</li></ul>

<t>P: 1 bit</t>

<ul empty="true"><li>
  <t>When set to 1, the P bit indicates the last FU of the last VCL NAL unit of a coded picture, i.e., the last byte of the FU payload is also the last byte of the last VCL NAL unit of the coded picture.  When the FU payload is not the last fragment of the last VCL NAL unit of a coded picture, the P bit MUST be set to 0.</t>
</li></ul>

<t>FuType: 5 bits</t>

<ul empty="true"><li>
  <t>The field FuType MUST be equal to the field Type of the fragmented
NAL unit.</t>
</li></ul>

<t>The DONL field, when present, specifies the value of the 16 least
significant bits of the decoding order number of the fragmented NAL
unit.</t>

<t>If sprop-max-don-diff is greater than 0,
and the S bit is equal to 1, the DONL field MUST be present in the
FU, and the variable DON for the fragmented NAL unit is derived as
equal to the value of the DONL field.  Otherwise (sprop-max-don-diff
is equal to 0, or the S bit is equal to 0),
the DONL field MUST NOT be present in the FU.</t>

<t>A non-fragmented NAL unit MUST NOT be transmitted in one FU; i.e.,
the Start bit and End bit must not both be set to 1 in the same FU
header.</t>

<t>The FU payload consists of fragments of the payload of the fragmented
NAL unit so that if the FU payloads of consecutive FUs, starting with
an FU with the S bit equal to 1 and ending with an FU with the E bit
equal to 1, are sequentially concatenated, the payload of the
fragmented NAL unit can be reconstructed.  The NAL unit header of the
fragmented NAL unit is not included as such in the FU payload, but
rather the information of the NAL unit header of the fragmented NAL
unit is conveyed in F, LayerId, and TID fields of the FU payload
headers of the FUs and the FuType field of the FU header of the FUs.
An FU payload MUST NOT be empty.</t>

<t>If an FU is lost, the receiver SHOULD discard all following
fragmentation units in transmission order corresponding to the same
fragmented NAL unit, unless the decoder in the receiver is known to
be prepared to gracefully handle incomplete NAL units.</t>

<t>A receiver in an endpoint or in a MANE MAY aggregate the first n-1
fragments of a NAL unit to an (incomplete) NAL unit, even if fragment
n of that NAL unit is not received.  In this case, the
forbidden_zero_bit of the NAL unit MUST be set to 1 to indicate a
syntax violation.</t>

</section>
</section>
<section anchor="DON"><name>Decoding Order Number</name>

<t>For each NAL unit, the variable AbsDon is derived, representing the
decoding order number that is indicative of the NAL unit decoding
order.</t>

<t>Let NAL unit n be the n-th NAL unit in transmission order within an
RTP stream.</t>

<t>If sprop-max-don-diff is equal to 0, AbsDon[n], the value of AbsDon for NAL unit n, is derived as equal to n.</t>

<t>Otherwise (sprop-max-don-diff is greater than 0), AbsDon[n] is derived as follows, where DON[n] is the value
of the variable DON for NAL unit n:</t>

<t><list style="symbols">
  <t>If n is equal to 0 (i.e., NAL unit n is the very first NAL unit 
in transmission order), AbsDon[0] is set equal to DON[0].</t>
  <t>Otherwise (n is greater than 0), the following applies for
derivation of AbsDon[n]:</t>
</list></t>

<figure><artwork><![CDATA[
      If DON[n] == DON[n-1],
         AbsDon[n] = AbsDon[n-1]

      If (DON[n] > DON[n-1] and DON[n] - DON[n-1] < 32768),
         AbsDon[n] = AbsDon[n-1] + DON[n] - DON[n-1]

      If (DON[n] < DON[n-1] and DON[n-1] - DON[n] >= 32768),
         AbsDon[n] = AbsDon[n-1] + 65536 - DON[n-1] + DON[n]

      If (DON[n] > DON[n-1] and DON[n] - DON[n-1] >= 32768),
         AbsDon[n] = AbsDon[n-1] - (DON[n-1] + 65536 - DON[n])

      If (DON[n] < DON[n-1] and DON[n-1] - DON[n] < 32768),
         AbsDon[n] = AbsDon[n-1] - (DON[n-1] - DON[n])
]]></artwork></figure>

<t>For any two NAL units m and n, the following applies:</t>

<t><list style="symbols">
  <t>AbsDon[n] greater than AbsDon[m] indicates that NAL unit n follows NAL unit m in NAL unit decoding order.</t>
  <t>When AbsDon[n] is equal to AbsDon[m], the NAL unit decoding order of the two NAL units can be in either order.</t>
  <t>AbsDon[n] less than AbsDon[m] indicates that NAL unit n precedes NAL unit m in decoding order.</t>
</list></t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: When two consecutive NAL units in the NAL
  unit decoding order have different values of AbsDon, the 
  absolute difference between the two AbsDon values may be 
  greater than or equal to 1.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: There are multiple reasons to allow for 
the absolute difference of the values of AbsDon for two 
consecutive NAL units in the NAL unit decoding order to 
be greater than one.  An increment by one is not required, 
as at the time of associating values of AbsDon to NAL units, 
it may not be known whether all NAL units are to be 
delivered to the receiver.  For example, a gateway might
not forward VCL NAL units of higher sublayers or some
SEI NAL units when there is congestion in the network. In another example, the first intra-coded picture of a pre-encoded clip is transmitted in advance to ensure that it is readily available in the receiver, and when transmitting the first intra-coded picture, the originator 
does not exactly know how many NAL units will be encoded
before the first intra-coded picture of the pre-encoded
clip follows in decoding order. Thus, the values of 
AbsDon for the NAL units of the first intra-coded picture
of the pre-encoded clip have to be estimated when 
they are transmitted, and gaps in values of AbsDon may occur.</t>
  </li></ul>
</li></ul>

</section>
</section>
<section anchor="PacketizationRules"><name>Packetization Rules</name>

<t>The following packetization rules apply:</t>

<t><list style="symbols">
  <t>If sprop-max-don-diff is greater than 0, the transmission order of NAL units carried in the RTP
stream MAY be different than the NAL unit decoding order. Otherwise (sprop-max-don-diff is equal to 0), the transmission order of NAL units carried in the RTP stream MUST be the same as the NAL unit decoding order.</t>
  <t>A NAL unit of a small size SHOULD be encapsulated in an
aggregation packet together with one or more other NAL units in
order to avoid the unnecessary packetization overhead for small
NAL units.  For example, non-VCL NAL units such as access unit
delimiters, parameter sets, or SEI NAL units are typically small 
and can often be aggregated with VCL NAL units without violating 
MTU size constraints.</t>
  <t>Each non-VCL NAL unit SHOULD, when possible from an MTU size match
viewpoint, be encapsulated in an aggregation packet together with
its associated VCL NAL unit, as typically a non-VCL NAL unit would
be meaningless without the associated VCL NAL unit being
available.</t>
  <t>For carrying exactly one NAL unit in an RTP packet, a single NAL
unit packet MUST be used.</t>
</list></t>

</section>
<section anchor="DepacketizationProcess"><name>De-packetization Process</name>

<t>The general concept behind de-packetization is to get the NAL units
out of the RTP packets in an RTP stream and pass them to the decoder in the NAL
unit decoding order.</t>

<t>The de-packetization process is implementation dependent.  Therefore,
the following description should be seen as an example of a suitable
implementation.  Other schemes may be used as well, as long as the
output for the same input is the same as the process described below.
The output is the same when the set of output NAL units and their
order are both identical.  Optimizations relative to the described
algorithms are possible.</t>

<t>All normal RTP mechanisms related to buffer management apply.  In
particular, duplicated or outdated RTP packets (as indicated by the
RTP sequence number and the RTP timestamp) are removed.  To
determine the exact time for decoding, factors such as a possible
intentional delay to allow for proper inter-stream synchronization
MUST be factored in.</t>

<t>NAL units with NAL unit type values in the range of 0 to 27,
inclusive, may be passed to the decoder.  NAL-unit-like structures
with NAL unit type values in the range of 28 to 31, inclusive, MUST
NOT be passed to the decoder.</t>

<t>The receiver includes a receiver buffer, which is used to compensate
for transmission delay jitter within individual RTP stream, and to reorder NAL units from transmission order to the NAL unit decoding order.  In this section, the
receiver operation is described under the assumption that there is no
transmission delay jitter within an RTP stream. To make a difference from a practical receiver buffer that is also used for compensation of transmission delay jitter, the
receiver buffer is hereafter called the de-packetization buffer in
this section.  Receivers should also prepare for transmission delay
jitter; that is, either reserve separate buffers for transmission
delay jitter buffering and de-packetization buffering or use a
receiver buffer for both transmission delay jitter and de-
packetization. Moreover, receivers should take transmission delay
jitter into account in the buffering operation, e.g., by additional
initial buffering before starting of decoding and playback.</t>

<t>The de-packetization process extracts the NAL units from the RTP packets in an RTP stream as follows.  When an RTP packet carries a single NAL unit packet, the payload of the RTP packet is extracted as a single NAL unit, excluding the DONL field, i.e., third and fourth bytes, when sprop-max-don-diff is greater than 0.  When an RTP packet carries an Aggregation Packet, several NAL units are extracted from the payload of the RTP packet.  In this case, each NAL unit corresponds to the part of the payload of each aggregation unit that follows the NALU size field as described in Section 4.3.2.  When an RTP packet carries a Fragmentation Unit (FU), all RTP packets from the first FU (with the S field equal to 1) of the fragmented NAL unit up to the last FU (with the E field equal to 1) of the fragmented NAL unit are collected.  The NAL unit is extracted from these RTP packets by concatenating all FU payloads in the same order as the corresponding RTP packets and appending the NAL unit header with the fields F, LayerId, and TID, set to equal to the values of the fields F, LayerId, and TID in the payload header of the FUs respectively, and with the NAL unit type set equal to the value of the field FuType in the FU header of the FUs, as described in Section 4.3.3.</t>

<t>When sprop-max-don-diff is equal to 0, the de-packetization buffer size is zero bytes, and the NAL units carried in the single RTP stream are directly passed to the decoder in their transmission order, which is identical to their decoding order.</t>

<!-- > Informative note: The mapping between RTP and NTP timestamps is
conveyed in RTCP SR packets.  In addition, the mechanisms for
faster media timestamp synchronization discussed in {{RFC6051}} may
be used to speed up the acquisition of the RTP-to-wall-clock
mapping. -->

<t>When sprop-max-don-diff is greater than 0, the process described in the remainder of this section
applies.</t>

<t>There are two buffering states in the receiver: initial buffering and
buffering while playing.  Initial buffering starts when the reception
is initialized.  After initial buffering, decoding and playback are
started, and the buffering-while-playing mode is used.</t>

<t>Regardless of the buffering state, the receiver stores incoming NAL units in reception order into the de-packetization buffer.  NAL units carried in RTP packets are stored in the de-packetization
buffer individually, and the value of AbsDon is calculated and stored for each NAL unit.</t>

<t>Initial buffering lasts until the difference between the greatest and smallest AbsDon values of the NAL units in the de-packetization buffer is greater than or equal to the value of sprop-max-don-diff.</t>

<t>After initial buffering, whenever the difference between the greatest and smallest AbsDon values of the NAL units in the de-packetization buffer is greater than or equal to the value of sprop-max-don-diff, the following operation is repeatedly applied until this difference is smaller than sprop-max-don-diff:</t>

<t><list style="symbols">
  <t>The NAL unit in the de-packetization buffer with the smallest
value of AbsDon is removed from the de-packetization buffer and
passed to the decoder.</t>
</list></t>

<t>When no more NAL units are flowing into the de-packetization buffer,
all NAL units remaining in the de-packetization buffer are removed
from the buffer and passed to the decoder in the order of increasing
AbsDon values.</t>

</section>
<section anchor="PayloadFormatParameters"><name>Payload Format Parameters</name>

<t>This section specifies the optional parameters. A mapping of the parameters with  Session Description Protocol (SDP) <xref target="RFC4556"/> is also provided for applications that use SDP.</t>

<section anchor="oparams"><name>Media Type Registration</name>

<t>The receiver MUST ignore any parameter unspecified in this memo.</t>

<t>Type name:            video</t>

<t>Subtype name:         H266</t>

<t>Required parameters:  N/A</t>

<t>Optional parameters:</t>

<ul empty="true"><li>
  <t>profile-id, tier-flag, sub-profile-id, interop-constraints, level-id, sprop-sublayer-id, sprop-ols-id, recv-sublayer-id, recv-ols-id, max-recv-level-id, sprop-dci, sprop-vps, sprop-sps, sprop-pps, sprop-sei, max-lsr, max-fps, sprop-max-don-diff, sprop-depack-buf-bytes, depack-buf-cap (Refer to <xref target="optionalParameters"/> for definitions).</t>
</li></ul>

<t>Encoding considerations:</t>

<ul empty="true"><li>
  <t>This type is only defined for transfer via RTP (RFC 3550).</t>
</li></ul>

<t>Security considerations:</t>

<ul empty="true"><li>
  <t>See <xref target="Security"/> of RFC XXXX.</t>
</li></ul>

<t>Interoperability considerations: N/A</t>

<t>Published specification:</t>

<ul empty="true"><li>
  <t>Please refer to RFC XXXX and its Section 13.</t>
</li></ul>

<t>Applications that use this media type:</t>

<ul empty="true"><li>
  <t>Any application that relies on VVC-based video services over RTP</t>
</li></ul>

<t>Fragment identifier considerations: N/A</t>

<t>Additional information: N/A</t>

<t>Person &amp; email address to contact for further information:</t>

<ul empty="true"><li>
  <t>Stephan Wenger (stewe@stewe.org)</t>
</li></ul>

<t>Intended usage: COMMON</t>

<t>Restrictions on usage: N/A</t>

<t>Author: See Authors' Addresses section of RFC XXXX.</t>

<t>Change controller:</t>

<ul empty="true"><li>
  <t>IETF Audio/Video Transport Core Maintenance Working Group delegated from the IESG.</t>
</li></ul>

</section>
<section anchor="optionalParameters"><name>Optional Parameters Definition</name>

<t>profile-id, tier-flag, sub-profile-id, interop-constraints, and level-id:</t>

<ul empty="true"><li>
  <t>These parameters indicate the profile, tier, default level, sub-profile, and some constraints of the bitstream carried by the RTP stream, or a specific set of the profile, tier, default level, sub-profile and some constraints the receiver supports.</t>
</li></ul>

<ul empty="true"><li>
  <t>The subset of coding tools that may have been used to generate the bitstream or that the receiver supports, as well as some additional constraints are indicated collectively by profile-id, sub-profile-id, and interop-constraints.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: There are 128 values of profile-id.  The subset of coding tools identified by the profile-id can be further constrained with up to 255 instances of sub-profile-id.  In addition, 68 bits included in interop-constraints, which can be extended up to 324 bits provide means to further restrict tools from existing profiles.  To be able to support this fine-granular signaling of coding tool subsets with profile-id, sub-profile-id and interop-constraints, it would be safe to require symmetric use of these parameters in SDP offer/answer unless recv-ols-id is included in the SDP answer for choosing one of the layers offered.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>The tier is indicated by tier-flag.  The default level is indicated by level-id.  The tier and the default level specify the limits on values of syntax elements or arithmetic combinations of values of syntax elements that are followed when generating the bitstream or that the receiver supports.</t>
</li></ul>

<ul empty="true"><li>
  <t>In SDP offer/answer, when the SDP answer does not include the recv-ols-id parameter that is less than the sprop-ols-id parameter in the SDP offer, the following applies:</t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>The tier-flag, profile-id, sub-profile-id, and interop-constraints parameters MUST be used symmetrically, i.e., the value of each of these parameters in the offer MUST be the same as that in the answer, either explicitly signaled or implicitly inferred.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>The level-id parameter is changeable as long as the highest level indicated by the answer is either equal to or lower than that in the offer.  Note that a highest level higher than level-id in the offer for receiving can be included as max-recv-level-id.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>In SDP offer/answer, when the SDP answer does include the recv-ols-id parameter that is less than the sprop-ols-id parameter in the SDP offer, the set of tier-flag, profile-id, sub-profile-id, interop-constraints, and level-id parameters included in the answer MUST be consistent with that for the chosen output layer set as indicated in the SDP offer, with the exception that the level-id parameter in the SDP answer is changeable as long as the highest level indicated by the answer is either lower than or equal to that in the offer.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>More specifications of these parameters, including how they relate to syntax elements specified in <xref target="VVC"/> are provided below.</t>
</li></ul>

<t>profile-id:</t>

<ul empty="true"><li>
  <t>When profile-id is not present, a value of 1 (i.e., the Main 10 profile) MUST be inferred.</t>
</li></ul>

<ul empty="true"><li>
  <t>When used to indicate properties of a bitstream, profile-id is derived from the general_profile_idc syntax element that applies to the bitstream in an instance of the profile_tier_level( ) syntax structure.</t>
</li></ul>

<ul empty="true"><li>
  <t>VVC bitstreams transported over RTP using the technologies of this memo SHOULD contain only a single profile_tier_level( ) structure in the DCI, unless the sender can assure that a receiver can correctly decode the VVC bitstream regardless of which profile_tier_level( ) structure contained in the DCI was used for deriving profile-id and other parameters for the SDP O/A exchange.</t>
</li></ul>

<ul empty="true"><li>
  <t>As specified in <xref target="VVC"/>, a profile_tier_level( ) syntax structure may be contained in an SPS NAL unit, and one or more profile_tier_level( ) syntax structures may be contained in a VPS NAL unit and in a DCI NAL unit.  One of the following three cases applies to the container NAL unit of the profile_tier_level( ) syntax structure containing syntax elements used to derive the values of profile-id, tier-flag, level-id, sub-profile-id, or interop-constraints: 1) The container NAL unit is an SPS, the bitstream is a single-layer bitstream, and the profile_tier_level( ) syntax structures in all SPSs referenced by the CVSs in the bitstream has the same values respectively for those profile_tier_level( ) syntax elements; 2) The container NAL unit is a VPS, the profile_tier_level( ) syntax structure is the one in the VPS that applies to the OLS corresponding to the bitstream, and the profile_tier_level( ) syntax structures applicable to the OLS corresponding to the bitstream in all VPSs referenced by the CVSs in the bitstream have the same values respectively for those profile_tier_level( ) syntax elements; 3) The container NAL unit is a DCI NAL unit and the profile_tier_level( ) syntax structures in all DCI NAL units in the bitstream has the same values respectively for those profile_tier_level( ) syntax elements.</t>
</li></ul>

<ul empty="true"><li>
  <t><xref target="VVC"/> allows for multiple profile_tier_level( ) structures in a DCI NAL unit, which may contain different values for the syntax elements used to derive the values of profile-id, tier-flag, level-id, sub-profile-id, or interop-constraints in the different entries.  However, herein defined is only a single profile-id, tier-flag, level-id, sub-profile-id, or interop-constraints.  When signaling these parameters and a DCI NAL unit is present with multiple profile_tier_level( ) structures, these values SHOULD be the same as the first profile_tier_level structure in the DCI, unless the sender has ensured that
the receiver can decode the bitstream when a different value is chosen.</t>
</li></ul>

<t>tier-flag, level-id:</t>

<ul empty="true"><li>
  <t>The value of tier-flag MUST be in the range of 0 to 1, inclusive.  The value of level-id MUST be in the range of 0 to 255, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <t>If the tier-flag and level-id parameters are used to indicate properties of a bitstream, they indicate the tier and the highest level the bitstream complies with.</t>
</li></ul>

<ul empty="true"><li>
  <t>If the tier-flag and level-id parameters are used for capability exchange, the following applies.  If max-recv-level-id is not present, the default level defined by level-id indicates the highest level the codec wishes to support. Otherwise, max-recv-level-id indicates the highest level the codec supports for receiving.  For either receiving or sending, all levels that are lower than the highest level supported MUST also be supported.</t>
</li></ul>

<ul empty="true"><li>
  <t>If no tier-flag is present, a value of 0 MUST be inferred; if no level-id is present, a value of 51 (i.e., level 3.1) MUST be inferred.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note:  The level values currently defined in the VVC specification are in the form of "majorNum.minorNum", and the value of the level-id for each of the levels is equal to majorNum * 16 + minorNum * 3.  It is expected that if any levels are defined in the future, the same convention will be used, but this cannot be guaranteed.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>When used to indicate properties of a bitstream, the tier-flag and level-id parameters are derived respectively from the syntax element general_tier_flag, and the syntax element general_level_idc or sub_layer_level_idc[j], that apply to the bitstream, in an instance of the profile_tier_level( ) syntax structure.</t>
</li></ul>

<ul empty="true"><li>
  <t>If the tier-flag and level-id are derived from the profile_tier_level( ) syntax structure in a DCI NAL unit, the following applies:</t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>tier-flag = general_tier_flag</t>
    <t>level-id = general_level_idc</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t>Otherwise, if the tier-flag and level-id are derived from the profile_tier_level( ) syntax structure in an SPS or VPS NAL unit, and the bitstream contains the highest sublayer representation in the OLS corresponding to the bitstream, the following applies:</t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>tier-flag = general_tier_flag</t>
    <t>level-id = general_level_idc</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Otherwise, if the tier-flag and level-id are derived from the profile_tier_level( ) syntax structure in an SPS or VPS NAL unit, and the bitstream does not contain the highest sublayer representation in the OLS corresponding to the bitstream, the following applies, with j being the value of the sprop-sublayer-id parameter:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>tier-flag = general_tier_flag</t>
    <t>level-id = sub_layer_level_idc[j]</t>
  </list></t>
</li></ul>

<t>sub-profile-id:</t>

<ul empty="true"><li>
  <t>The value of the parameter is a comma-separated (',') list of data using base64 <xref target="RFC4648"/> representation.</t>
</li></ul>

<ul empty="true"><li>
  <t>When used to indicate properties of a bitstream, sub-profile-id is derived from each of the ptl_num_sub_profiles general_sub_profile_idc[i] syntax elements that apply to the bitstream in a profile_tier_level( ) syntax structure.</t>
</li></ul>

<t>interop-constraints:</t>

<ul empty="true"><li>
  <t>A base64 <xref target="RFC4648"/> representation of the data that includes the syntax elements ptl_frame_only_constraint_flag and ptl_multilayer_enabled_flag and the general_constraints_info( ) syntax structure that apply to the bitstream in an instance of the profile_tier_level( ) syntax structure.</t>
</li></ul>

<ul empty="true"><li>
  <t>If the interop-constraints parameter is not present, the following MUST be inferred:</t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>ptl_frame_only_constraint_flag = 1</t>
    <t>ptl_multilayer_enabled_flag = 0</t>
    <t>gci_present_flag in the general_constraints_info( ) syntax structure = 0</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t>Using interop-constraints for capability exchange results in a requirement on any bitstream to be compliant with the interop-constraints.</t>
</li></ul>

<t>sprop-sublayer-id:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to indicate the highest allowed value of TID in the bitstream.  When not present, the value of sprop-sublayer-id is inferred to be equal to 6.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of sprop-sublayer-id MUST be in the range of 0 to 6, inclusive.</t>
</li></ul>

<t>sprop-ols-id:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to indicate the OLS that the bitstream applies to.  When not present, the value of sprop-ols-id is inferred to be equal to TargetOlsIdx as specified in 8.1.1 in <xref target="VVC"/>. If this optional parameter is present, sprop-vps MUST also be present or its content MUST be known a priori at the receiver.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of sprop-ols-id MUST be in the range of 0 to 256, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: VVC allows having up to 257 output layer sets indicated in the VPS as the number of output layer sets minus 2 is indicated with a field of 8 bits.</t>
  </li></ul>
</li></ul>

<t>recv-sublayer-id:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to signal a receiver's choice of the offered or declared sublayer representations in the sprop-vps and sprop-sps. The value of recv-sublayer-id indicates the TID of the highest sublayer that a receiver supports.  When not present, the value of recv-sublayer-id is inferred to be equal to the value of the sprop-sublayer-id parameter in the SDP offer.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of recv-sublayer-id MUST be in the range of 0 to 6, inclusive.</t>
</li></ul>

<t>recv-ols-id:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to signal a receiver's choice of the offered or declared output layer sets in the sprop-vps.  The value of recv-ols-id indicates the OLS index of the bitstream that a receiver supports.  When not present, the value of recv-ols-id is inferred to be equal to value of the sprop-ols-id parameter inferred from or indicated in the SDP offer.  When present, the value of recv-ols-id must be included only when sprop-ols-id was received and must refer to an output layer set in the VPS that includes no layers other than all or a subset of the layers of the OLS referred to by sprop-ols-id.  If this optional parameter is present, sprop-vps must have been received or its content must be known a priori at the receiver.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of recv-ols-id MUST be in the range of 0 to 256, inclusive.</t>
</li></ul>

<t>max-recv-level-id:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to indicate the highest level a receiver supports.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of max-recv-level-id MUST be in the range of 0 to 255, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <t>When max-recv-level-id is not present, the value is inferred to be equal to level-id.</t>
</li></ul>

<ul empty="true"><li>
  <t>max-recv-level-id MUST NOT be present when the highest level the receiver supports is not higher than the default level.</t>
</li></ul>

<t>sprop-dci:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to convey a decoding capability information NAL unit of the bitstream for out-of-band transmission.  The parameter MAY also be used for capability exchange.  The value of the parameter a base64 <xref target="RFC4648"/> representations of the decoding capability information NAL unit as specified in Section 7.3.2.1 of <xref target="VVC"/>.</t>
</li></ul>

<t>sprop-vps:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to convey any video parameter set NAL unit of the bitstream for out-of-band transmission of video parameter sets.  The parameter MAY also be used for capability exchange and to indicate sub-stream characteristics (i.e., properties of output layer sets and sublayer representations as defined in <xref target="VVC"/>). The value of the parameter is a comma-separated (',') list of base64 <xref target="RFC4648"/> representations of the video parameter set NAL units as specified in Section 7.3.2.3 of <xref target="VVC"/>.</t>
</li></ul>

<ul empty="true"><li>
  <t>The sprop-vps parameter MAY contain one or more than one video parameter set NAL units. However, all other video parameter sets contained in the sprop-vps parameter MUST be consistent with the first video parameter set in the sprop-vps parameter.  A video parameter set vpsB is said to be consistent with another video parameter set vpsA if the number of OLSs in vpsA and vpsB is the same and any decoder that conforms to the profile, tier, level, and constraints indicated by the data starting from the syntax element general_profile_idc to the syntax structure general_constraints_info(), inclusive, in the  profile_tier_level( ) syntax structure corresponding to any OLS with index olsIdx in vpsA can decode any CVS(s) referencing vpsB when TargetOlsIdx is equal to olsIdx that conforms to the profile, tier, level, and constraints indicated by the data starting from the syntax element general_profile_idc to the syntax structure general_constraints_info(), inclusive, in the  profile_tier_level( ) syntax structure corresponding to the OLS with index TargetOlsIdx in vpsB.</t>
</li></ul>

<t>sprop-sps:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to convey sequence parameter set NAL units of the bitstream for out-of-band transmission of sequence parameter sets.  The value of the parameter is a comma-separated (',') list of base64 <xref target="RFC4648"/> representations of the sequence parameter set NAL units as specified in Section 7.3.2.4 of <xref target="VVC"/>.</t>
</li></ul>

<ul empty="true"><li>
  <t>A sequence parameter set spsB is said to be consistent with  another sequence parameter set spsA if any decoder that conforms to the profile, tier, level, and constraints indicated by the data starting from the syntax element general_profile_idc to the syntax structure general_constraints_info(), inclusive, in the profile_tier_level( ) syntax structure in spsA can decode any  CLVS(s) referencing spsB that conforms to the profile, tier, level, and constraints indicated by the data starting from the syntax element general_profile_idc to the syntax structure general_constraints_info(), inclusive, in the profile_tier_level( ) syntax structure in spsB.</t>
</li></ul>

<t>sprop-pps:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to convey picture parameter set NAL units of the bitstream for out-of-band transmission of picture parameter sets.  The value of the parameter is a comma-separated (',') list of base64 <xref target="RFC4648"/> representations of the picture parameter set NAL units as specified in Section 7.3.2.5 of <xref target="VVC"/>.</t>
</li></ul>

<t>sprop-sei:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to convey one or more SEI messages that describe bitstream characteristics.  When present, a decoder can rely on the bitstream characteristics that are described in the SEI messages for the entire duration of the session, independently from the persistence scopes of the SEI messages as specified in <xref target="VSEI"/>.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of the parameter is a comma-separated (',') list of base64 <xref target="RFC4648"/> representations of SEI NAL units as specified in <xref target="VSEI"/>.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: Intentionally, no list of applicable or inapplicable SEI messages is specified here.  Conveying certain SEI messages in sprop-sei may be sensible in some application scenarios and meaningless in others.  However, a few examples are described below:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>1) In an environment where the bitstream was created from film-based source material, and no splicing is going to occur during the lifetime of the session, the film grain characteristics SEI message is likely meaningful, and sending it in sprop-sei rather than in the bitstream at each entry point may help with saving bits and allows one to configure the renderer only once, avoiding unwanted artifacts.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>2) Examples for SEI messages that would be meaningless to be conveyed in sprop-sei include the decoded picture hash SEI message (it is close to impossible that all decoded pictures have the same hashtag) or the filler payload SEI message (as there is no point in just having more bits in SDP).</t>
  </li></ul>
</li></ul>

<t>max-lsr:</t>

<ul empty="true"><li>
  <t>The max-lsr MAY be used to signal the capabilities of a receiver implementation and MUST NOT be used for any other purpose. The value of max-lsr is an integer indicating the maximum processing rate in units of luma samples per second.  The max-lsr parameter signals that the receiver is capable of decoding video at a higher rate than is required by the highest level.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: When the OPTIONAL media type parameters are used to signal the properties of a bitstream, and max-lsr is not present, the values of tier-flag, profile-id, sub-profile-id interop-constraints, and level-id must always be such that the bitstream complies fully with the specified profile, tier, and level.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>When max-lsr is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxLumaSr value in Table 136 of <xref target="VVC"/> for the highest level is replaced with the value of max-lsr.  Senders MAY use this knowledge to send pictures of a given size at a higher picture rate than is indicated in the highest level.</t>
</li></ul>

<ul empty="true"><li>
  <t>When not present, the value of max-lsr is inferred to be equal to the value of MaxLumaSr given in Table 136 of <xref target="VVC"/> for the highest level.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of max-lsr MUST be in the range of MaxLumaSr to 16 * MaxLumaSr, inclusive, where MaxLumaSr is given in Table 136 of <xref target="VVC"/> for the highest level.</t>
</li></ul>

<t>max-fps:</t>

<ul empty="true"><li>
  <t>The value of max-fps is an integer indicating the maximum picture rate in units of pictures per 100 seconds that can be effectively processed by the receiver.  The max-fps parameter MAY be used to signal that the receiver has a constraint in that it is not capable of processing video effectively at the full picture rate that is implied by the highest level and, when present, max-lsr.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of max-fps is not necessarily the picture rate at which the maximum picture size can be sent, it constitutes a constraint on maximum picture rate for all resolutions.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: The max-fps parameter is semantically different from max-lsr in that max-fps is used to signal a constraint, lowering the maximum picture rate from what is implied by other parameters.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>The encoder MUST use a picture rate equal to or less than this value.  In cases where the max-fps parameter is absent, the encoder is free to choose any picture rate according to the highest level and any signaled optional parameters.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of max-fps MUST be smaller than or equal to the full picture rate that is implied by the highest level and, when present, max-lsr.</t>
</li></ul>

<t>sprop-max-don-diff:</t>

<ul empty="true"><li>
  <t>If there is no NAL unit naluA that is followed in transmission order by any NAL unit preceding naluA in decoding order (i.e., the transmission order of the NAL units is the same as the decoding order), the value of this parameter MUST be equal to 0.</t>
</li></ul>

<ul empty="true"><li>
  <t>Otherwise, this parameter specifies the maximum absolute difference between the decoding order number (i.e., AbsDon) values of any two NAL units naluA and naluB, where naluA follows naluB in decoding order and precedes naluB in transmission order.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of sprop-max-don-diff MUST be an integer in the range of 0 to 32767, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <t>When not present, the value of sprop-max-don-diff is inferred to be equal to 0.</t>
</li></ul>

<t>sprop-depack-buf-bytes:</t>

<ul empty="true"><li>
  <t>This parameter signals the required size of the de-packetization buffer in units of bytes.  The value of the parameter MUST be greater than or equal to the maximum buffer occupancy (in units of bytes) of the de-packetization buffer as specified in Section 6.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of sprop-depack-buf-bytes MUST be an integer in the range of 0 to 4294967295, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <t>When sprop-max-don-diff is present and greater than 0, this parameter MUST be present and the value MUST be greater than 0.  When not present, the value of sprop-depack-buf-bytes is inferred to be equal to 0.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: The value of sprop-depack-buf-bytes indicates the required size of the de-packetization buffer only.  When network jitter can occur, an appropriately sized jitter buffer has to be available as well.</t>
  </li></ul>
</li></ul>

<t>depack-buf-cap:</t>

<ul empty="true"><li>
  <t>This parameter signals the capabilities of a receiver implementation and indicates the amount of de-packetization buffer space in units of bytes that the receiver has available for reconstructing the NAL unit decoding order from NAL units carried in the RTP stream.  A receiver is able to handle any RTP stream for which the value of the sprop-depack-buf-bytes parameter is smaller than or equal to this parameter.</t>
</li></ul>

<ul empty="true"><li>
  <t>When not present, the value of depack-buf-cap is inferred to be equal to 4294967295.  The value of depack-buf-cap MUST be an integer in the range of 1 to 4294967295, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: depack-buf-cap indicates the maximum possible size of the de-packetization buffer of the receiver only, without allowing for network jitter.</t>
  </li></ul>
</li></ul>

</section>
<section anchor="sdp-parameters"><name>SDP Parameters</name>

<t>The receiver MUST ignore any parameter unspecified in this memo.</t>

<section anchor="mapping-of-payload-type-parameters-to-sdp"><name>Mapping of Payload Type Parameters to SDP</name>

<t>The media type video/H266 string is mapped to fields in the Session 
Description Protocol (SDP) <xref target="RFC8866"/> as follows:</t>

<t><list style="symbols">
  <t>The media name in the "m=" line of SDP MUST be video.</t>
  <t>The encoding name in the "a=rtpmap" line of SDP MUST be H266 (the media subtype).</t>
  <t>The clock rate in the "a=rtpmap" line MUST be 90000.</t>
  <t>The OPTIONAL parameters profile-id, tier-flag, sub-profile-id, interop-constraints, level-id, sprop-sublayer-id, sprop-ols-id, recv-sublayer-id, recv-ols-id, max-recv-level-id, max-lsr, max-fps, sprop-max-don-diff, sprop-depack-buf-bytes and depack-buf-cap, when present, MUST be included in the "a=fmtp" line of SDP.  The fmtp line is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
  <t>The OPTIONAL parameter sprop-vps, sprop-sps, sprop-pps, sprop-sei, and sprop-dci, when present, MUST be included in the "a=fmtp" line of SDP or conveyed using the "fmtp" source attribute as specified in Section 6.3 of <xref target="RFC5576"/>. For a particular media format (i.e., RTP payload type), sprop-vps, sprop-sps, sprop-pps, sprop-sei, or sprop-dci MUST NOT be both included in the "a=fmtp" line of SDP and conveyed using the "fmtp" source attribute.  When included in the "a=fmtp" line of SDP, those parameters are expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.  When conveyed in the "a=fmtp" line of SDP for a particular payload type, the parameters sprop-vps, sprop-sps, sprop-pps, sprop-sei, and sprop-dci MUST be applied to each SSRC with the payload type.  When conveyed using the "fmtp" source attribute, these parameters are only associated with the given source and payload type as parts of the "fmtp" source attribute.</t>
</list></t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: Conveyance of sprop-vps, sprop-sps, and sprop-pps using the "fmtp" source attribute allows for out-of-band transport of parameter sets in topologies like Topo-Video-switch-MCU as specified in <xref target="RFC7667"/></t>
  </li></ul>
</li></ul>

<t>An general usage of media representation in SDP is as follows:</t>

<figure><artwork><![CDATA[
        m=video 49170 RTP/AVP 98
        a=rtpmap:98 H266/90000
        a=fmtp:98 profile-id=1;
          sprop-vps=<video parameter sets data>;
          sprop-sps=<sequence parameter set data>;
          sprop-pps=<picture parameter set data>;
]]></artwork></figure>

<t>A SIP Offer/Answer exchange wherein both parties are expected to both send and receive could look like the following.  Only the media codec-specific parts of the SDP are shown.  Some lines are wrapped due to text constraints.</t>

<figure><artwork><![CDATA[
  Offerer->Answerer:
        m=video 49170 RTP/AVP 98
        a=rtpmap:98 H266/90000
        a=fmtp:98 profile-id=1; level_id=83;
]]></artwork></figure>

<t>The above represents an offer for symmetric video communication using <xref target="VVC"/> and it's payload specification, at the main profile and level 5.1 (and, as the levels are downgradable, all lower levels.  Informally speaking, this offer tells the receiver of the offer that the sender is willing to receive up to 4Kp60 resolution at the maximum bitrates specified in <xref target="VVC"/>.  At the same time, if this offer were accepted “as is”, the offer can expect that the answerer would be able to receive and properly decode H.266 media up to and including level 5.1.</t>

<figure><artwork><![CDATA[
  Answerer->Offerer:
        m=video 49170 RTP/AVP 98
        a=rtpmap:98 H266/90000
        a=fmtp:98 profile-id=1; level_id=67
]]></artwork></figure>

<t>With this answer to the offer above, the system receiving the offer advises the offerer that it is incapable of handing H.266 at level 5.1 but is capable of decoding 1080p60.  As H.266 video codecs must support decoding at all levels below the maximum level they implement, the resulting user experience would likely be that both systems send video at 1080p60.  However, nothing prevents an encoder from further downgrading its sending to, for example 720p30 if it were short of cycles, bandwidth, or for other reasons.</t>

</section>
<section anchor="sdpoa"><name>Usage with SDP Offer/Answer Model</name>

<t>This section describes the negotiation of unicast messages using the offer-answer model as described in <xref target="RFC3264"/> and its updates.  The section is split into subsections, covering a) media format configurations not involving non-temporal scalability; b) scalable media format configurations; c) the description of the use of those parameters not involving the media configuration itself but rather the parameters of the payload format design; and d) multicast.</t>

<section anchor="non-scalable-media-format-configuration"><name>Non-scalable media format configuration</name>

<t>A non-scalable VVC media configuration is such a configuration where no non-temporal scalability mechanisms are allowed.  In <xref target="VVC"/> version 1, that implies that general_profile_idc indicates one of the following profiles: Main10, Main10 Still Picture, Main 10 4:4:4, Main10 4:4:4 Still Picture, with general_profile_idc values of 1, 65, 33, and 97, respectively.  Note that non-scalable media configurations includes temporal scalability, inline with VVC’s design philosophy and profile structure.</t>

<t>The following limitations and rules pertaining to the media configuration apply:</t>

<t><list style="symbols">
  <t>The parameters identifying a media format configuration for VVC are profile-id, tier-flag, sub-profile-id, level-id, and interop-constraints.  These media configuration parameters, except level-id, MUST be used symmetrically.</t>
</list></t>

<ul empty="true"><li>
  <t>The answerer MUST structure its answer in according to one of the following three options:</t>
</li></ul>

<ul empty="true"><li>
  <t>1) maintain all configuration parameters with the values remaining the same as in the offer for the media format (payload type), with the exception that the value of level-id is changeable as long as the highest level indicated by the answer is not higher than that indicated by the offer;</t>
</li></ul>

<ul empty="true"><li>
  <t>2) include in the answer the recv-sublayer-id parameter, with a value less than the sprop-sublayer-id parameter in the offer, for the media format (payload type), and maintain all configuration parameters with the values remaining the same as in the offer for the media format (payload type), with the exception that the value of level-id is changeable as long as the highest level indicated by the answer is not higher than the level indicated by the sprop-sps or sprop-vps in offer for the chosen sublayer representation; or</t>
</li></ul>

<ul empty="true"><li>
  <t>3) remove the media format (payload type) completely (when one or more of the parameter values are not supported).</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>Informative note: The above requirement for symmetric use does not apply for level-id, and does not apply for the other bitstream or RTP stream properties and capability parameters as described in <xref target="payloadformatconfig"/> below.</t>
    </li></ul>
  </li></ul>
</li></ul>

<t><list style="symbols">
  <t>To simplify handling and matching of these configurations, the same RTP payload type number used in the offer SHOULD also be used in the answer, as specified in <xref target="RFC3264"/>.</t>
  <t>The same RTP payload type number used in the offer for the media subtype H266 MUST be used in the answer when the answer includes recv-sublayer-id.  When the answer does not include recv-sublayer-id, the answer MUST NOT contain a payload type number used in the offer for the media subtype H266 unless the configuration is exactly the same as in the offer or the configuration in the answer only differs from that in the offer with a different value of level-id.  The answer MAY contain the recv-sublayer-id parameter if an VVC bitstream contains multiple operation points (using temporal scalability and sublayers) and sprop-sps or sprop-vps is included in the offer where information of sublayers are present in the first sequence parameter set or video parameter set contained in sprop-sps or sprop-vps respectively.  If the sprop-sps or sprop-vps is provided in an offer, an answerer MAY select a particular operation point indicated in the first sequence parameter set or video parameter set contained in sprop-sps or sprop-vps respectively.  When the answer includes a recv-sublayer-id that is less than a sprop-sublayer-id in the offer, the following applies:</t>
</list></t>

<ul empty="true"><li>
  <t>1) When sprop-sps parameter is present, all sequence parameter sets contained in the sprop-sps parameter in the
SDP answer and all sequence parameter sets sent in-band for either the offerer-to-answerer direction or the answerer-to-offerer direction MUST be consistent with the first sequence parameter set in the sprop-sps parameter of the offer (see the semantics of sprop-sps in <xref target="oparams"/> of this document on one sequence parameter set being consistent with another sequence parameter set).</t>
</li></ul>

<ul empty="true"><li>
  <t>2) When sprop-vps parameter is present, all video parameter sets contained in the sprop-vps parameter in the
SDP answer and all video parameter sets sent in-band for either the offerer-to-answerer direction or the answerer-to-offerer direction MUST be consistent with the first video parameter set in the sprop-vps parameter of the offer (see the semantics of sprop-vps in <xref target="oparams"/> of this document on one video parameter set being consistent with another video parameter set).</t>
</li></ul>

<ul empty="true"><li>
  <t>3) The bitstream sent in either direction MUST conform to the profile, tier, level, and constraints of the chosen sublayer representation as indicated by the profile_tier_level( ) syntax structure in the first sequence parameter set in the sprop-sps parameter or by the first profile_tier_level( ) syntax structure in the first video parameter set in the sprop-vps parameter of the offer.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>Informative note: When an offerer receives an answer that does not include recv-sublayer-id, it has to compare payload types not declared in the offer based on the media type (i.e., video/H266) and the above media configuration parameters with any payload types it has already declared.  This will enable it
to determine whether the configuration in question is new or if it is equivalent to configuration already offered, since a different payload type number may be used in the answer.  The ability to perform operation point selection enables a receiver to utilize the temporal scalable nature of an VVC bitstream.</t>
    </li></ul>
  </li></ul>
</li></ul>

</section>
<section anchor="scalable-media-format-configuration"><name>Scalable media format configuration</name>

<t>A scalable VVC media configuration is such a configuration where non-temporal scalability mechanisms are allowed.  In <xref target="VVC"/> version 1, that implies that general_profile_idc indicates one of the following profiles: Multilayer Main 10, and Multilayer Main 10 4:4:4, with general_profile_idc values of 17 and 49, respectively.</t>

<t>The following limitations and rules pertaining to the media configuration apply.  They are listed in an order that would be logical for an implementation to follow:</t>

<t><list style="symbols">
  <t>The parameters identifying a media format configuration for scalable VVC are profile-id, tier-flag, sub-profile-id, level-id, interop-constraints, and sprop-vps.  These media configuration parameters, except level-id, MUST be used symmetrically, except as noted below.</t>
  <t>The answerer MAY include a level-id that MUST be lower than or equal to the level-id indicated in the offer (either expressed by level-id in the offer, or implied by the default level as specific in <xref target="oparams"/>).</t>
  <t>When sprop-ols-id is present in an offer, sprop-vps MUST also be present in the same offer and including at least one valid VPS, so to allow the answerer to meaningfully interpret sprop-ols-id and select recv-ols-id (see below).</t>
  <t>The answerer MUST NOT include recv-ols-id unless the offer includes sprop-ols-id. When present, recv-ols-id MUST indicate a supported output layer set in the VPS that includes no layers other than all or a subset of the layers of the OLS referred to by sprop-ols-id.  If unable, the answerer MUST remove the media format.</t>
</list></t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: if an offerer wants to offer more than one output layer set, it can do so by offering multiple VVC media with different payload types.</t>
  </li></ul>
</li></ul>

<t><list style="symbols">
  <t>The offerer MAY include sprop-sublayer-id which indicates the highest allowed value of TID in the bitstream.  The answerer MAY include recv-sublayer-id which can be used to reduce the number of sublayers from the value of sprop-sublayer-id.</t>
  <t>When the answerer includes recv-ols-id and configuration parameters profile-id, tier-flag, sub-profile-id, level-id, and interop-constraints, it MUST use the configuration parameter values as signaled in the sprop-vps for the operating point with the largest number of sublayers for the chosen output layer set, with the exception that the value of level-id is changeable as long as the highest level indicated by the answer is not higher than the level indicated by the sprop-vps in offer for the operating point with the largest number of sublayers for the chosen output layer set.</t>
</list></t>

</section>
<section anchor="payloadformatconfig"><name>Payload format configuration</name>

<t>The following limitations and rules pertain to the configuration of the payload format buffer management mostly and apply to both scalable and non-scalable VVC.</t>

<t><list style="symbols">
  <t>The parameters sprop-max-don-diff, and sprop-depack-buf-bytes describe the properties of an RTP stream that the offerer or the answerer is sending for the media format configuration.  This differs from the normal usage of the offer/answer parameters: normally such parameters declare the properties of the bitstream or RTP stream that the offerer or the answerer is able to receive.  When dealing with VVC, the offerer assumes that the answerer will be able to receive media encoded using the configuration being offered.</t>
</list></t>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note:  The above parameters apply for any RTP stream, when present, sent by a declaring entity with the same configuration.  In other words, the applicability of the above parameters to RTP streams depends on the source endpoint. Rather than being bound to the payload type, the values may have to be applied to another payload type when being sent, as they apply for the configuration.</t>
  </li></ul>
</li></ul>

<t><list style="symbols">
  <t>The capability parameter max-lsr MAY be used to declare further capabilities of the offerer or answerer for receiving. It MUST NOT be present when the direction attribute is sendonly.</t>
  <t>The capability parameter max-fps MAY be used to declare lower capabilities of the offerer or answerer for receiving.  It MUST NOT be present when the direction attribute is sendonly.</t>
  <t>When an offerer offers an interleaved stream, indicated by the presence of sprop-max-don-diff with a value larger than zero, the offerer MUST include the size of the de-packetization buffer sprop-depack-buf-bytes.</t>
  <t>To enable the offerer and answerer to inform each other about their capabilities for de-packetization buffering in receiving RTP streams, both parties are RECOMMENDED to include depack-buf-cap.</t>
  <t>The sprop-dci, sprop-vps, sprop-sps, or sprop-pps, when present (included in the "a=fmtp" line of SDP or conveyed using the "fmtp" source attribute as specified in Section 6.3 of <xref target="RFC5576"/>), are used for out-of-band transport of the parameter sets (DCI, VPS, SPS, or PPS, respectively).</t>
  <t>The answerer MAY use either out-of-band or in-band transport of parameter sets for the bitstream it is sending, regardless of whether out-of-band parameter sets transport has been used in the offerer-to-answerer direction.  Parameter sets included in an answer are independent of those parameter sets included in the offer, as they are used for decoding two different bitstreams, one from the answerer to the offerer and the other in the opposit direction.  In case some RTP packets are sent before the SDP offer/answer settles down, in-band parameter sets MUST be used for those RTP stream parts sent before the SDP offer/answer.</t>
  <t>The following rules apply to transport of parameter set in the offerer-to-answerer direction.</t>
</list></t>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>An offer MAY include sprop-dci, sprop-vps, sprop-sps, and/or sprop-pps. If none of these parameters is present in the offer, then only in-band transport of parameter sets is used.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>If the level to use in the offerer-to-answerer direction is equal to the default level in the offer, the answerer MUST be prepared to use the parameter sets included in sprop-vps, sprop-sps, and sprop-pps (either included in the "a=fmtp" line of SDP or conveyed using the "fmtp" source attribute) for decoding the incoming bitstream, e.g., by passing these parameter set NAL units to the video decoder before passing any NAL units carried in the RTP streams.  Otherwise, the answerer MUST ignore sprop-vps, sprop-sps, and sprop-pps (either included in the "a=fmtp" line of SDP or conveyed using the "fmtp" source attribute) and the offerer MUST transmit parameter sets in-band.</t>
  </list></t>
</li></ul>

<t><list style="symbols">
  <t>The following rules apply to transport of parameter set in the answerer-to-offerer direction.</t>
</list></t>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>An answer MAY include sprop-dci, sprop-vps, sprop-sps, and/or sprop-pps. If none of these parameters is present in the answer, then only in-band transport of parameter sets is used.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>The offerer MUST be prepared to use the parameter sets included in sprop-vps, sprop-sps, and sprop-pps (either included in the "a=fmtp" line of SDP or conveyed using the "fmtp" source attribute) for decoding the incoming bitstream, e.g., by passing these parameter set NAL units to the video decoder before passing any NAL units carried in the RTP streams.</t>
  </list></t>
</li></ul>

<t><list style="symbols">
  <t>When sprop-dci, sprop-vps, sprop-sps, and/or sprop-pps are conveyed using the "fmtp" source attribute as specified in Section 6.3 of <xref target="RFC5576"/>, the receiver of the parameters MUST store the parameter sets
included in sprop-dci, sprop-vps, sprop-sps, and/or sprop-pps and associate them with the source given as part of the "fmtp" source attribute. Parameter sets associated with one source (given as part of the "fmtp" source attribute) MUST only be used to decode NAL units conveyed in RTP packets from the same source (given as part of the "fmtp" source attribute).  When this mechanism is in use, SSRC collision detection and resolution MUST be performed as specified in <xref target="RFC5576"/>.</t>
</list></t>

<t>Table 1 lists the interpretation of all the parameters that MAY be
used for the various combinations of offer, answer, and direction
attributes.  Note that the two columns wherein the recv-ols-id
parameter is used only apply to answers, whereas the other columns
apply to both offers and answers.</t>

<figure><artwork><![CDATA[
                                    sendonly --+
            answer: recvonly, recv-ols-id --+  |
              recvonly w/o recv-ols-id --+  |  |
      answer: sendrecv, recv-ols-id --+  |  |  |
        sendrecv w/o recv-ols-id --+  |  |  |  |
                                   |  |  |  |  |
profile-id                         C  D  C  D  P
tier-flag                          C  D  C  D  P
level-id                           D  D  D  D  P
sub-profile-id                     C  D  C  D  P
interop-constraints                C  D  C  D  P
max-recv-level-id                  R  R  R  R  -
sprop-max-don-diff                 P  P  -  -  P
sprop-depack-buf-bytes             P  P  -  -  P
depack-buf-cap                     R  R  R  R  -
max-lsr                            R  R  R  R  -
max-fps                            R  R  R  R  -
sprop-dci                          P  P  -  -  P
sprop-sei                          P  P  -  -  P
sprop-vps                          P  P  -  -  P
sprop-sps                          P  P  -  -  P
sprop-pps                          P  P  -  -  P
sprop-sublayer-id                  P  P  -  -  P
recv-sublayer-id                   O  O  O  O  -
sprop-ols-id                       P  P  -  -  P
recv-ols-id                        X  O  X  O  -

Table 1.  Interpretation of parameters for various combinations of
offers, answers, direction attributes, with and without recv-ols-id.  
Columns that do not indicate offer or answer apply to both.

Legend:

 C: configuration for sending and receiving bitstreams
 D: changeable configuration, same as C except possible
    to answer with a different but consistent value (see the
    semantics of the six parameters related to profile, tier,
    and level on these parameters being consistent)
 P: properties of the bitstream to be sent
 R: receiver capabilities
 O: operation point selection
 X: MUST NOT be present
 -: not usable, when present MUST be ignored
]]></artwork></figure>

<t>Parameters used for declaring receiver capabilities are, in general,
downgradable; i.e., they express the upper limit for a sender's
possible behavior.  Thus, a sender MAY select to set its encoder
using only lower/lesser or equal values of these parameters.</t>

<t>When the answer does not include a recv-ols-id that is less
than the sprop-ols-id in the offer, parameters declaring a
configuration point are not changeable, with the exception of the
level-id parameter for unicast usage, and these parameters express
values a receiver expects to be used and MUST be used verbatim in the
answer as in the offer.</t>

<t>When a sender's capabilities are declared with the configuration
parameters, these parameters express a configuration that is
acceptable for the sender to receive bitstreams.  In order to achieve
high interoperability levels, it is often advisable to offer multiple
alternative configurations.  It is impossible to offer multiple
configurations in a single payload type.  Thus, when multiple
configuration offers are made, each offer requires its own RTP
payload type associated with the offer.  However, it is possible to
offer multiple operation points using one configuration in a single
payload type by including sprop-vps in the offer and recv-ols-id in the answer.</t>

<t>An implementation SHOULD be able to understand all media type parameters
(including all optional media type parameters), even if it doesn’t support 
the functionality related to the parameter.  This, in conjunction with proper 
application logic in the implementation allows the implementation, 
after having received an offer, to create an answer by potentially downgrading 
one or more of the optional parameters to the point where the implementation 
can cope, leading to higher chances of interoperability beyond the most basic 
interop points (for which, as described above, no optional parameters are necessary).</t>

<ul empty="true"><li>
  <t>Informative note: in implementations of previous H.26x payload formats it was 
occasionally observed that implementations were incapable of parsing most (or all) 
of the optional parameters.  As a result, the offer-answer exchange resulted in a
baseline performance (using the default values for the optional parameters) with 
the resulting suboptimal user experience.  However, there are valid reasons to forego 
the implementation complexity of implementing the parsing of some or all of the optional 
parameters, for example, when there is pre-determined knowledge, not negotiated by an 
SDP-based offer/answer process, of the capabilities of the involved systems 
(walled gardens, baseline requirements defined in application standards higher up in the stack, and similar).</t>
</li></ul>

<t>An answerer MAY extend the offer with additional media format
configurations.  However, to enable their usage, in most cases a
second offer is required from the offerer to provide the bitstream
property parameters that the media sender will use.  This also has
the effect that the offerer has to be able to receive this media
format configuration, not only to send it.</t>

</section>
<section anchor="multicast"><name>Multicast</name>

<t>For bitstreams being delivered over multicast, the following rules apply:</t>

<t><list style="symbols">
  <t>The media format configuration is identified by profile-id, tier-flag, sub-profile-id, level-id, and interop-constraints.  These media format configuration parameters, including level-id, MUST be used symmetrically; that is, the answerer MUST either maintain all configuration parameters or remove the media format (payload type) completely.  Note that this implies that the level-id for offer/answer in multicast is not changeable.</t>
  <t>To simplify the handling and matching of these configurations, the same RTP payload type number used in the offer SHOULD also be used in the answer, as specified in <xref target="RFC3264"/>.  An answer MUST NOT contain a payload type number used in the offer unless the configuration is the same as in the offer.</t>
  <t>Parameter sets received MUST be associated with the originating source and MUST only be used in decoding the incoming bitstream from the same source.</t>
  <t>The rules for other parameters are the same as above for unicast as long as the three above rules are obeyed.</t>
</list></t>

</section>
</section>
<section anchor="usage-in-declarative-session-descriptions"><name>Usage in Declarative Session Descriptions</name>

<t>When VVC over RTP is offered with SDP in a declarative style, as in Real Time Streaming Protocol (RTSP) <xref target="RFC7826"/> or Session Announcement Protocol (SAP) <xref target="RFC2974"/>, the following considerations are necessary.</t>

<t><list style="symbols">
  <t>All parameters capable of indicating both bitstream properties and receiver capabilities are used to indicate only bitstream properties.  For example, in this case, the parameter profile-id, 
tier-id, level-id declares the values used by the bitstream, not the capabilities for receiving bitstreams.  As a result, the following interpretation of the parameters MUST be used:</t>
</list></t>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>Declaring actual configuration or bitstream properties:
    <list style="symbols">
        <t>profile-id</t>
        <t>tier-flag</t>
        <t>level-id</t>
        <t>interop-constraints</t>
        <t>sub-profile-id</t>
        <t>sprop-dci</t>
        <t>sprop-vps</t>
        <t>sprop-sps</t>
        <t>sprop-pps</t>
        <t>sprop-max-don-diff</t>
        <t>sprop-depack-buf-bytes</t>
        <t>sprop-sublayer-id</t>
        <t>sprop-ols-id</t>
        <t>sprop-sei</t>
      </list></t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>Not usable (when present, they MUST be ignored):
    <list style="symbols">
        <t>max-lsr</t>
        <t>max-fps</t>
        <t>max-recv-level-id</t>
        <t>depack-buf-cap</t>
        <t>recv-sublayer-id</t>
        <t>recv-ols-id</t>
      </list></t>
  </list></t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>A receiver of the SDP is required to support all parameters and values of the parameters provided; otherwise, the receiver MUST reject (RTSP) or not participate in (SAP) the session.  It falls on the creator of the session to use values that are expected to be supported by the receiving application.</t>
  </list></t>
</li></ul>

</section>
<section anchor="considerations-for-parameter-sets"><name>Considerations for Parameter Sets</name>

<t>When out-of-band transport of parameter sets is used, parameter sets MAY still be additionally transported in-band unless explicitly disallowed by an application, and some of these additional parameter sets may update some of the out-of-band transported parameter sets. Update of a parameter set refers to the sending of a parameter set of the same type using the same parameter set ID but with different values for at least one other parameter of the parameter set.</t>

</section>
</section>
</section>
<section anchor="FeedbackMessage"><name>Use with Feedback Messages</name>

<t>The following subsections define the use of the Picture Loss
Indication (PLI) and Full Intra Request (FIR) feedback
messages with <xref target="VVC"/>.  The PLI is defined in
<xref target="RFC4585"/>, and the FIR message is defined in <xref target="RFC5104"/>.
In accordance with this memo, unlike <xref target="HEVC"/>, a sender MUST NOT send Slice Loss Indication (SLI) or Reference Picture Selection Indication (RPSI), and a receiver SHOULD ignore RPSI and treat a received SLI as a PLI.</t>

<section anchor="PLI"><name>Picture Loss Indication (PLI)</name>

<t>As specified in RFC 4585, Section 6.3.1, the reception of a PLI by a
media sender indicates "the loss of an undefined amount of coded
video data belonging to one or more pictures".  Without having any
specific knowledge of the setup of the bitstream (such as use and
location of in-band parameter sets, non-IRAP decoder refresh points,
picture structures, and so forth), a reaction to the reception of an
PLI by a VVC sender SHOULD be to send an IRAP picture and relevant
parameter sets; potentially with sufficient redundancy so to ensure
correct reception.  However, sometimes information about the
bitstream structure is known.  For example, state could have been
established outside of the mechanisms defined in this document that
parameter sets are conveyed out of band only, and stay static for the
duration of the session.  In that case, it is obviously unnecessary
to send them in-band as a result of the reception of a PLI.  Other
examples could be devised based on a priori knowledge of different
aspects of the bitstream structure.  In all cases, the timing and
congestion control mechanisms of RFC 4585 MUST be observed.</t>

</section>
<section anchor="FIR"><name>Full Intra Request (FIR)</name>

<t>The purpose of the FIR message is to force an encoder to send an 
independent decoder refresh point as soon as possible, 
while observing applicable congestion-control-related constraints, 
such as those set out in <xref target="RFC8082"/>).</t>

<t>Upon reception of a FIR, a sender MUST send an IDR picture.
Parameter sets MUST also be sent, except when there is a priori
knowledge that the parameter sets have been correctly established.  A
typical example for that is an understanding between sender and
receiver, established by means outside this document, that parameter
sets are exclusively sent out-of-band.</t>

</section>
</section>
<section anchor="Security"><name>Security Considerations</name>

<t>The scope of this Security Considerations section is limited to the
payload format itself and to one feature of <xref target="VVC"/> that may pose a
particularly serious security risk if implemented naively.  The
payload format, in isolation, does not form a complete system.
Implementers are advised to read and understand relevant security-
related documents, especially those pertaining to RTP (see the
Security Considerations section in <xref target="RFC3550"/>), and the security of
the call-control stack chosen (that may make use of the media type
registration of this memo).  Implementers should also consider known
security vulnerabilities of video coding and decoding implementations
in general and avoid those.</t>

<t>Within this RTP payload format, and with the exception of the user
data SEI message as described below, no security threats other than
those common to RTP payload formats are known.  In other words,
neither the various media-plane-based mechanisms, nor the signaling
part of this memo, seems to pose a security risk beyond those common
to all RTP-based systems.</t>

<t>RTP packets using the payload format defined in this specification
are subject to the security considerations discussed in the RTP
specification <xref target="RFC3550"/>, and in any applicable RTP profile such as
RTP/AVP <xref target="RFC3551"/>, RTP/AVPF <xref target="RFC4585"/>, RTP/SAVP <xref target="RFC3711"/>, 
or RTP/SAVPF <xref target="RFC5124"/>.  However, as "Securing the RTP Framework: 
Why RTP Does Not Mandate a Single Media Security Solution" <xref target="RFC7202"/>
discusses, it is not an RTP payload format's responsibility to
discuss or mandate what solutions are used to meet the basic security
goals like confidentiality, integrity and source authenticity for RTP
in general.  This responsibility lays on anyone using RTP in an
application.  They can find guidance on available security mechanisms
and important considerations in "Options for Securing RTP Sessions"
<xref target="RFC7201"/>. The rest of this section discusses the security
impacting properties of the payload format itself.</t>

<t>Because the data compression used with this payload format is applied
end-to-end, any encryption needs to be performed after compression.
A potential denial-of-service threat exists for data encodings using
compression techniques that have non-uniform receiver-end
computational load.  The attacker can inject pathological datagrams
into the bitstream that are complex to decode and that cause the
receiver to be overloaded.  <xref target="VVC"/> is particularly vulnerable to such
attacks, as it is extremely simple to generate datagrams containing
NAL units that affect the decoding process of many future NAL units.
Therefore, the usage of data origin authentication and data integrity
protection of at least the RTP packet is RECOMMENDED, for example,
with SRTP <xref target="RFC3711"/>.</t>

<t>Like HEVC <xref target="RFC7798"/>, <xref target="VVC"/> includes a user data Supplemental
Enhancement Information (SEI) message.  This SEI message allows
inclusion of an arbitrary bitstring into the video bitstream.  Such a
bitstring could include JavaScript, machine code, and other active
content.  <xref target="VVC"/> leaves the handling of this SEI message to the
receiving system.  In order to avoid harmful side effects of
the user data SEI message, decoder implementations cannot naively
trust its content.  For example, it would be a bad and insecure
implementation practice to forward any JavaScript a decoder
implementation detects to a web browser.  The safest way to deal with
user data SEI messages is to simply discard them, but that can have
negative side effects on the quality of experience by the user.</t>

<t>End-to-end security with authentication, integrity, or
confidentiality protection will prevent a MANE from performing media-
aware operations other than discarding complete packets.  In the case
of confidentiality protection, it will even be prevented from
discarding packets in a media-aware way.  To be allowed to perform
such operations, a MANE is required to be a trusted entity that is
included in the security context establishment.</t>

</section>
<section anchor="CC"><name>Congestion Control</name>
<t>Congestion control for RTP SHALL be used in accordance with RTP
<xref target="RFC3550"/> and with any applicable RTP profile, e.g., AVP <xref target="RFC3551"/>.
If best-effort service is being used, an additional requirement is
that users of this payload format MUST monitor packet loss to ensure
that the packet loss rate is within an acceptable range.  Packet loss
is considered acceptable if a TCP flow across the same network path,
and experiencing the same network conditions, would achieve an
average throughput, measured on a reasonable timescale, that is not
less than all RTP streams combined are achieved.  This condition can
be satisfied by implementing congestion-control mechanisms to adapt
the transmission rate, the number of layers subscribed for a layered
multicast session, or by arranging for a receiver to leave the
session if the loss rate is unacceptably high.</t>

<t>The bitrate adaptation necessary for obeying the congestion control
principle is easily achievable when real-time encoding is used, for
example, by adequately tuning the quantization parameter.
However, when pre-encoded content is being transmitted, bandwidth
adaptation requires the pre-coded bitstream to be tailored for such
adaptivity.  The key mechanisms available in <xref target="VVC"/> are temporal
scalability, and spatial/SNR scalability.  A media sender can remove
NAL units belonging to higher temporal sublayers (i.e., those NAL
units with a high value of TID) or higher spatio-SNR layers until the sending bitrate drops to
an acceptable range.</t>

<t>The mechanisms mentioned above generally work within a defined profile and level
and, therefore, no renegotiation of the channel is required.  Only
when non-downgradable parameters (such as profile) are required to be
changed does it become necessary to terminate and restart the RTP
stream(s).  This may be accomplished by using different RTP payload
types.</t>

<t>MANEs MAY remove certain unusable packets from the RTP stream when
that RTP stream was damaged due to previous packet losses.  This can
help reduce the network load in certain special cases.  For example,
MANEs can remove those FUs where the leading FUs belonging to the
same NAL unit have been lost or those dependent slice segments when
the leading slice segments belonging to the same slice have been
lost, because the trailing FUs or dependent slice segments are
meaningless to most decoders.  MANE can also remove higher temporal
scalable layers if the outbound transmission (from the MANE's
viewpoint) experiences congestion.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>A new media type, as specified in <xref target="oparams"/> of this memo, has been registered with IANA.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>Dr. Byeongdoo Choi is thanked for the video codec related technical 
discussion and other aspects in this memo. Xin Zhao and Dr. Xiang Li
are thanked for their contributions on <xref target="VVC"/> specification descriptive content. 
Spencer Dawkins is thanked for his valuable review comments that led to great 
improvements of this memo. Some parts of this specification share text with the RTP payload
format for HEVC <xref target="RFC7798"/>.  We thank the authors of that
specification for their excellent work.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="VVC" target="http://www.itu.int/rec/T-REC-H.266">
  <front>
    <title>Versatile Video Coding, ITU-T Recommendation H.266</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="ISO23090-3" target="https://www.iso.org/standard/73022.html">
  <front>
    <title>Information technology - Coded representation of immersive media Part 3 Versatile Video Coding</title>
    <author initials="" surname="ISO/IEC 23090-3" fullname="ISO/IEC&nbsp;23090-3">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
</reference>
<reference anchor="VSEI" target="https://www.itu.int/rec/T-REC-H.274">
  <front>
    <title>Versatile supplemental enhancement information messages for coded video bitstreams</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>




<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC3550' target='https://www.rfc-editor.org/info/rfc3550'>
<front>
<title>RTP: A Transport Protocol for Real-Time Applications</title>
<author fullname='H. Schulzrinne' initials='H.' surname='Schulzrinne'><organization/></author>
<author fullname='S. Casner' initials='S.' surname='Casner'><organization/></author>
<author fullname='R. Frederick' initials='R.' surname='Frederick'><organization/></author>
<author fullname='V. Jacobson' initials='V.' surname='Jacobson'><organization/></author>
<date month='July' year='2003'/>
<abstract><t>This memorandum describes RTP, the real-time transport protocol.  RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services.  RTP does not address resource reservation and does not guarantee quality-of- service for real-time services.  The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality.  RTP and RTCP are designed to be independent of the underlying transport and network layers.  The protocol supports the use of RTP-level translators and mixers. Most of the text in this memorandum is identical to RFC 1889 which it obsoletes.  There are no changes in the packet formats on the wire, only changes to the rules and algorithms governing how the protocol is used. The biggest change is an enhancement to the scalable timer algorithm for calculating when to send RTCP packets in order to minimize transmission in excess of the intended rate when many participants join a session simultaneously.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='64'/>
<seriesInfo name='RFC' value='3550'/>
<seriesInfo name='DOI' value='10.17487/RFC3550'/>
</reference>



<reference anchor='RFC3551' target='https://www.rfc-editor.org/info/rfc3551'>
<front>
<title>RTP Profile for Audio and Video Conferences with Minimal Control</title>
<author fullname='H. Schulzrinne' initials='H.' surname='Schulzrinne'><organization/></author>
<author fullname='S. Casner' initials='S.' surname='Casner'><organization/></author>
<date month='July' year='2003'/>
<abstract><t>This document describes a profile called &quot;RTP/AVP&quot; for the use of the real-time transport protocol (RTP), version 2, and the associated control protocol, RTCP, within audio and video multiparticipant conferences with minimal control.  It provides interpretations of generic fields within the RTP specification suitable for audio and video conferences.  In particular, this document defines a set of default mappings from payload type numbers to encodings. This document also describes how audio and video data may be carried within RTP.  It defines a set of standard encodings and their names when used within RTP.  The descriptions provide pointers to reference implementations and the detailed standards.  This document is meant as an aid for implementors of audio, video and other real-time multimedia applications. This memorandum obsoletes RFC 1890.  It is mostly backwards-compatible except for functions removed because two interoperable implementations were not found.  The additions to RFC 1890 codify existing practice in the use of payload formats under this profile and include new payload formats defined since RFC 1890 was published.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='65'/>
<seriesInfo name='RFC' value='3551'/>
<seriesInfo name='DOI' value='10.17487/RFC3551'/>
</reference>



<reference anchor='RFC3711' target='https://www.rfc-editor.org/info/rfc3711'>
<front>
<title>The Secure Real-time Transport Protocol (SRTP)</title>
<author fullname='M. Baugher' initials='M.' surname='Baugher'><organization/></author>
<author fullname='D. McGrew' initials='D.' surname='McGrew'><organization/></author>
<author fullname='M. Naslund' initials='M.' surname='Naslund'><organization/></author>
<author fullname='E. Carrara' initials='E.' surname='Carrara'><organization/></author>
<author fullname='K. Norrman' initials='K.' surname='Norrman'><organization/></author>
<date month='March' year='2004'/>
<abstract><t>This document describes the Secure Real-time Transport Protocol (SRTP), a profile of the Real-time Transport Protocol (RTP), which can provide confidentiality, message authentication, and replay protection to the RTP traffic and to the control traffic for RTP, the Real-time Transport Control Protocol (RTCP).   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3711'/>
<seriesInfo name='DOI' value='10.17487/RFC3711'/>
</reference>



<reference anchor='RFC8866' target='https://www.rfc-editor.org/info/rfc8866'>
<front>
<title>SDP: Session Description Protocol</title>
<author fullname='A. Begen' initials='A.' surname='Begen'><organization/></author>
<author fullname='P. Kyzivat' initials='P.' surname='Kyzivat'><organization/></author>
<author fullname='C. Perkins' initials='C.' surname='Perkins'><organization/></author>
<author fullname='M. Handley' initials='M.' surname='Handley'><organization/></author>
<date month='January' year='2021'/>
<abstract><t>This memo defines the Session Description Protocol (SDP). SDP is intended for describing multimedia sessions for the purposes of session announcement, session invitation, and other forms of multimedia session initiation. This document obsoletes RFC 4566.</t></abstract>
</front>
<seriesInfo name='RFC' value='8866'/>
<seriesInfo name='DOI' value='10.17487/RFC8866'/>
</reference>



<reference anchor='RFC4585' target='https://www.rfc-editor.org/info/rfc4585'>
<front>
<title>Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)</title>
<author fullname='J. Ott' initials='J.' surname='Ott'><organization/></author>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<author fullname='N. Sato' initials='N.' surname='Sato'><organization/></author>
<author fullname='C. Burmeister' initials='C.' surname='Burmeister'><organization/></author>
<author fullname='J. Rey' initials='J.' surname='Rey'><organization/></author>
<date month='July' year='2006'/>
<abstract><t>Real-time media streams that use RTP are, to some degree, resilient against packet losses.  Receivers may use the base mechanisms of the Real-time Transport Control Protocol (RTCP) to report packet reception statistics and thus allow a sender to adapt its transmission behavior in the mid-term.  This is the sole means for feedback and feedback-based error repair (besides a few codec-specific mechanisms).  This document defines an extension to the Audio-visual Profile (AVP) that enables receivers to provide, statistically, more immediate feedback to the senders and thus allows for short-term adaptation and efficient feedback-based repair mechanisms to be implemented.  This early feedback profile (AVPF) maintains the AVP bandwidth constraints for RTCP and preserves scalability to large groups.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4585'/>
<seriesInfo name='DOI' value='10.17487/RFC4585'/>
</reference>



<reference anchor='RFC5104' target='https://www.rfc-editor.org/info/rfc5104'>
<front>
<title>Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)</title>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<author fullname='U. Chandra' initials='U.' surname='Chandra'><organization/></author>
<author fullname='M. Westerlund' initials='M.' surname='Westerlund'><organization/></author>
<author fullname='B. Burman' initials='B.' surname='Burman'><organization/></author>
<date month='February' year='2008'/>
<abstract><t>This document specifies a few extensions to the messages defined in the Audio-Visual Profile with Feedback (AVPF).  They are helpful primarily in conversational multimedia scenarios where centralized multipoint functionalities are in use.  However, some are also usable in smaller multicast environments and point-to-point calls.</t><t>The extensions discussed are messages related to the ITU-T Rec. H.271 Video Back Channel, Full Intra Request, Temporary Maximum Media Stream Bit Rate, and Temporal-Spatial Trade-off.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5104'/>
<seriesInfo name='DOI' value='10.17487/RFC5104'/>
</reference>



<reference anchor='RFC5124' target='https://www.rfc-editor.org/info/rfc5124'>
<front>
<title>Extended Secure RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/SAVPF)</title>
<author fullname='J. Ott' initials='J.' surname='Ott'><organization/></author>
<author fullname='E. Carrara' initials='E.' surname='Carrara'><organization/></author>
<date month='February' year='2008'/>
<abstract><t>An RTP profile (SAVP) for secure real-time communications and another profile (AVPF) to provide timely feedback from the receivers to a sender are defined in RFC 3711 and RFC 4585, respectively.  This memo specifies the combination of both profiles to enable secure RTP communications with feedback.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5124'/>
<seriesInfo name='DOI' value='10.17487/RFC5124'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='RFC8082' target='https://www.rfc-editor.org/info/rfc8082'>
<front>
<title>Using Codec Control Messages in the RTP Audio-Visual Profile with Feedback with Layered Codecs</title>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<author fullname='J. Lennox' initials='J.' surname='Lennox'><organization/></author>
<author fullname='B. Burman' initials='B.' surname='Burman'><organization/></author>
<author fullname='M. Westerlund' initials='M.' surname='Westerlund'><organization/></author>
<date month='March' year='2017'/>
<abstract><t>This document updates RFC 5104 by fixing a shortcoming in the specification language of the Codec Control Message Full Intra Request (FIR) description when using it with layered codecs.  In particular, a decoder refresh point needs to be sent by a media sender when a FIR is received on any layer of the layered bitstream, regardless of whether those layers are being sent in a single or in multiple RTP flows.  The other payload-specific feedback messages defined in RFC 5104 and RFC 4585 (which was updated by RFC 5506) have also been analyzed, and no corresponding shortcomings have been found.</t></abstract>
</front>
<seriesInfo name='RFC' value='8082'/>
<seriesInfo name='DOI' value='10.17487/RFC8082'/>
</reference>



<reference anchor='RFC4556' target='https://www.rfc-editor.org/info/rfc4556'>
<front>
<title>Public Key Cryptography for Initial Authentication in Kerberos (PKINIT)</title>
<author fullname='L. Zhu' initials='L.' surname='Zhu'><organization/></author>
<author fullname='B. Tung' initials='B.' surname='Tung'><organization/></author>
<date month='June' year='2006'/>
<abstract><t>This document describes protocol extensions (hereafter called PKINIT) to the Kerberos protocol specification.  These extensions provide a method for integrating public key cryptography into the initial authentication exchange, by using asymmetric-key signature and/or encryption algorithms in pre-authentication data fields.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4556'/>
<seriesInfo name='DOI' value='10.17487/RFC4556'/>
</reference>



<reference anchor='RFC3264' target='https://www.rfc-editor.org/info/rfc3264'>
<front>
<title>An Offer/Answer Model with Session Description Protocol (SDP)</title>
<author fullname='J. Rosenberg' initials='J.' surname='Rosenberg'><organization/></author>
<author fullname='H. Schulzrinne' initials='H.' surname='Schulzrinne'><organization/></author>
<date month='June' year='2002'/>
<abstract><t>This document defines a mechanism by which two entities can make use of the Session Description Protocol (SDP) to arrive at a common view of a multimedia session between them.  In the model, one participant offers the other a description of the desired session from their perspective, and the other participant answers with the desired session from their perspective.  This offer/answer model is most useful in unicast sessions where information from both participants is needed for the complete view of the session.  The offer/answer model is used by protocols like the Session Initiation Protocol (SIP).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3264'/>
<seriesInfo name='DOI' value='10.17487/RFC3264'/>
</reference>



<reference anchor='RFC4648' target='https://www.rfc-editor.org/info/rfc4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<date month='October' year='2006'/>
<abstract><t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4648'/>
<seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>



<reference anchor='RFC5576' target='https://www.rfc-editor.org/info/rfc5576'>
<front>
<title>Source-Specific Media Attributes in the Session Description Protocol (SDP)</title>
<author fullname='J. Lennox' initials='J.' surname='Lennox'><organization/></author>
<author fullname='J. Ott' initials='J.' surname='Ott'><organization/></author>
<author fullname='T. Schierl' initials='T.' surname='Schierl'><organization/></author>
<date month='June' year='2009'/>
<abstract><t>The Session Description Protocol (SDP) provides mechanisms to describe attributes of multimedia sessions and of individual media streams (e.g., Real-time Transport Protocol (RTP) sessions) within a multimedia session, but does not provide any mechanism to describe individual media sources within a media stream.  This document defines a mechanism to describe RTP media sources, which are identified by their synchronization source (SSRC) identifiers, in SDP, to associate attributes with these sources, and to express relationships among sources.  It also defines several source-level attributes that can be used to describe properties of media sources.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5576'/>
<seriesInfo name='DOI' value='10.17487/RFC5576'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor='RFC7656' target='https://www.rfc-editor.org/info/rfc7656'>
<front>
<title>A Taxonomy of Semantics and Mechanisms for Real-Time Transport Protocol (RTP) Sources</title>
<author fullname='J. Lennox' initials='J.' surname='Lennox'><organization/></author>
<author fullname='K. Gross' initials='K.' surname='Gross'><organization/></author>
<author fullname='S. Nandakumar' initials='S.' surname='Nandakumar'><organization/></author>
<author fullname='G. Salgueiro' initials='G.' surname='Salgueiro'><organization/></author>
<author fullname='B. Burman' initials='B.' role='editor' surname='Burman'><organization/></author>
<date month='November' year='2015'/>
<abstract><t>The terminology about, and associations among, Real-time Transport Protocol (RTP) sources can be complex and somewhat opaque.  This document describes a number of existing and proposed properties and relationships among RTP sources and defines common terminology for discussing protocol entities and their relationships.</t></abstract>
</front>
<seriesInfo name='RFC' value='7656'/>
<seriesInfo name='DOI' value='10.17487/RFC7656'/>
</reference>


<reference anchor="CABAC" >
  <front>
    <title>Transform coefficient coding in HEVC, IEEE Transactions on Circuits and Systems for Video Technology</title>
    <author initials="" surname="" fullname="Sole, J">
      <organization></organization>
    </author>
    <author initials="" surname="et al" fullname="et al">
      <organization></organization>
    </author>
    <date year="2012" month="December"/>
  </front>
  <seriesInfo name="DOI" value="10.1109/TCSVT.2012.2223055"/>
</reference>
<reference anchor="MPEG2S" >
  <front>
    <title>Information technology - Generic coding of moving pictures and associated audio information - Part 1: Systems, ISO International Standard 13818-1</title>
    <author initials="" surname="IS0/IEC" fullname="IS0/IEC">
      <organization></organization>
    </author>
    <date year="2013"/>
  </front>
</reference>
<reference anchor="HEVC" target="https://www.itu.int/rec/T-REC-H.265">
  <front>
    <title>High efficiency video coding, ITU-T Recommendation H.265</title>
    <author >
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
</reference>




<reference anchor='RFC6184' target='https://www.rfc-editor.org/info/rfc6184'>
<front>
<title>RTP Payload Format for H.264 Video</title>
<author fullname='Y.-K. Wang' initials='Y.-K.' surname='Wang'><organization/></author>
<author fullname='R. Even' initials='R.' surname='Even'><organization/></author>
<author fullname='T. Kristensen' initials='T.' surname='Kristensen'><organization/></author>
<author fullname='R. Jesup' initials='R.' surname='Jesup'><organization/></author>
<date month='May' year='2011'/>
<abstract><t>This memo describes an RTP Payload format for the ITU-T Recommendation H.264 video codec and the technically identical ISO/IEC International Standard 14496-10 video codec, excluding the Scalable Video Coding (SVC) extension and the Multiview Video Coding extension, for which the RTP payload formats are defined elsewhere. The RTP payload format allows for packetization of one or more Network Abstraction Layer Units (NALUs), produced by an H.264 video encoder, in each RTP payload.  The payload format has wide applicability, as it supports applications from simple low bitrate conversational usage, to Internet video streaming with interleaved transmission, to high bitrate video-on-demand.</t><t>This memo obsoletes RFC 3984.  Changes from RFC 3984 are summarized in Section 14.  Issues on backward compatibility to RFC 3984 are discussed in Section 15.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6184'/>
<seriesInfo name='DOI' value='10.17487/RFC6184'/>
</reference>



<reference anchor='RFC6190' target='https://www.rfc-editor.org/info/rfc6190'>
<front>
<title>RTP Payload Format for Scalable Video Coding</title>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<author fullname='Y.-K. Wang' initials='Y.-K.' surname='Wang'><organization/></author>
<author fullname='T. Schierl' initials='T.' surname='Schierl'><organization/></author>
<author fullname='A. Eleftheriadis' initials='A.' surname='Eleftheriadis'><organization/></author>
<date month='May' year='2011'/>
<abstract><t>This memo describes an RTP payload format for Scalable Video Coding (SVC) as defined in Annex G of ITU-T Recommendation H.264, which is technically identical to Amendment 3 of ISO/IEC International Standard 14496-10.  The RTP payload format allows for packetization of one or more Network Abstraction Layer (NAL) units in each RTP packet payload, as well as fragmentation of a NAL unit in multiple RTP packets. Furthermore, it supports transmission of an SVC stream over a single as well as multiple RTP sessions.  The payload format defines a new media subtype name &quot;H264-SVC&quot;, but is still backward compatible to RFC 6184 since the base layer, when encapsulated in its own RTP stream, must use the H.264 media subtype name (&quot;H264&quot;) and the packetization method specified in RFC 6184.  The payload format has wide applicability in videoconferencing, Internet video streaming, and high-bitrate entertainment-quality video, among others.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6190'/>
<seriesInfo name='DOI' value='10.17487/RFC6190'/>
</reference>



<reference anchor='RFC7201' target='https://www.rfc-editor.org/info/rfc7201'>
<front>
<title>Options for Securing RTP Sessions</title>
<author fullname='M. Westerlund' initials='M.' surname='Westerlund'><organization/></author>
<author fullname='C. Perkins' initials='C.' surname='Perkins'><organization/></author>
<date month='April' year='2014'/>
<abstract><t>The Real-time Transport Protocol (RTP) is used in a large number of different application domains and environments.  This heterogeneity implies that different security mechanisms are needed to provide services such as confidentiality, integrity, and source authentication of RTP and RTP Control Protocol (RTCP) packets suitable for the various environments.  The range of solutions makes it difficult for RTP-based application developers to pick the most suitable mechanism.  This document provides an overview of a number of security solutions for RTP and gives guidance for developers on how to choose the appropriate security mechanism.</t></abstract>
</front>
<seriesInfo name='RFC' value='7201'/>
<seriesInfo name='DOI' value='10.17487/RFC7201'/>
</reference>



<reference anchor='RFC7202' target='https://www.rfc-editor.org/info/rfc7202'>
<front>
<title>Securing the RTP Framework: Why RTP Does Not Mandate a Single Media Security Solution</title>
<author fullname='C. Perkins' initials='C.' surname='Perkins'><organization/></author>
<author fullname='M. Westerlund' initials='M.' surname='Westerlund'><organization/></author>
<date month='April' year='2014'/>
<abstract><t>This memo discusses the problem of securing real-time multimedia sessions.  It also explains why the Real-time Transport Protocol (RTP) and the associated RTP Control Protocol (RTCP) do not mandate a single media security mechanism.  This is relevant for designers and reviewers of future RTP extensions to ensure that appropriate security mechanisms are mandated and that any such mechanisms are specified in a manner that conforms with the RTP architecture.</t></abstract>
</front>
<seriesInfo name='RFC' value='7202'/>
<seriesInfo name='DOI' value='10.17487/RFC7202'/>
</reference>



<reference anchor='RFC7798' target='https://www.rfc-editor.org/info/rfc7798'>
<front>
<title>RTP Payload Format for High Efficiency Video Coding (HEVC)</title>
<author fullname='Y.-K. Wang' initials='Y.-K.' surname='Wang'><organization/></author>
<author fullname='Y. Sanchez' initials='Y.' surname='Sanchez'><organization/></author>
<author fullname='T. Schierl' initials='T.' surname='Schierl'><organization/></author>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<author fullname='M. M. Hannuksela' initials='M. M.' surname='Hannuksela'><organization/></author>
<date month='March' year='2016'/>
<abstract><t>This memo describes an RTP payload format for the video coding standard ITU-T Recommendation H.265 and ISO/IEC International Standard 23008-2, both also known as High Efficiency Video Coding (HEVC) and developed by the Joint Collaborative Team on Video Coding (JCT-VC).  The RTP payload format allows for packetization of one or more Network Abstraction Layer (NAL) units in each RTP packet payload as well as fragmentation of a NAL unit into multiple RTP packets.  Furthermore, it supports transmission of an HEVC bitstream over a single stream as well as multiple RTP streams. When multiple RTP streams are used, a single transport or multiple transports may be utilized.  The payload format has wide applicability in videoconferencing, Internet video streaming, and high-bitrate entertainment-quality video, among others.</t></abstract>
</front>
<seriesInfo name='RFC' value='7798'/>
<seriesInfo name='DOI' value='10.17487/RFC7798'/>
</reference>



<reference anchor='RFC2974' target='https://www.rfc-editor.org/info/rfc2974'>
<front>
<title>Session Announcement Protocol</title>
<author fullname='M. Handley' initials='M.' surname='Handley'><organization/></author>
<author fullname='C. Perkins' initials='C.' surname='Perkins'><organization/></author>
<author fullname='E. Whelan' initials='E.' surname='Whelan'><organization/></author>
<date month='October' year='2000'/>
<abstract><t>This document describes version 2 of the multicast session directory announcement protocol, Session Announcement Protocol (SAP), and the related issues affecting security and scalability that should be taken into account by implementors.  This memo defines an Experimental Protocol for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2974'/>
<seriesInfo name='DOI' value='10.17487/RFC2974'/>
</reference>



<reference anchor='RFC7826' target='https://www.rfc-editor.org/info/rfc7826'>
<front>
<title>Real-Time Streaming Protocol Version 2.0</title>
<author fullname='H. Schulzrinne' initials='H.' surname='Schulzrinne'><organization/></author>
<author fullname='A. Rao' initials='A.' surname='Rao'><organization/></author>
<author fullname='R. Lanphier' initials='R.' surname='Lanphier'><organization/></author>
<author fullname='M. Westerlund' initials='M.' surname='Westerlund'><organization/></author>
<author fullname='M. Stiemerling' initials='M.' role='editor' surname='Stiemerling'><organization/></author>
<date month='December' year='2016'/>
<abstract><t>This memorandum defines the Real-Time Streaming Protocol (RTSP) version 2.0, which obsoletes RTSP version 1.0 defined in RFC 2326.</t><t>RTSP is an application-layer protocol for the setup and control of the delivery of data with real-time properties.  RTSP provides an extensible framework to enable controlled, on-demand delivery of real-time data, such as audio and video.  Sources of data can include both live data feeds and stored clips.  This protocol is intended to control multiple data delivery sessions; provide a means for choosing delivery channels such as UDP, multicast UDP, and TCP; and provide a means for choosing delivery mechanisms based upon RTP (RFC 3550).</t></abstract>
</front>
<seriesInfo name='RFC' value='7826'/>
<seriesInfo name='DOI' value='10.17487/RFC7826'/>
</reference>



<reference anchor='RFC7667' target='https://www.rfc-editor.org/info/rfc7667'>
<front>
<title>RTP Topologies</title>
<author fullname='M. Westerlund' initials='M.' surname='Westerlund'><organization/></author>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<date month='November' year='2015'/>
<abstract><t>This document discusses point-to-point and multi-endpoint topologies used in environments based on the Real-time Transport Protocol (RTP). In particular, centralized topologies commonly employed in the video conferencing industry are mapped to the RTP terminology.</t></abstract>
</front>
<seriesInfo name='RFC' value='7667'/>
<seriesInfo name='DOI' value='10.17487/RFC7667'/>
</reference>




    </references>


<section anchor="changehistory"><name>Change History</name>
<t>To RFC Editor: PLEASE REMOVE ThIS SECTION BEFORE PUBLICATION</t>

<t>draft-zhao-payload-rtp-vvc-00 ........ initial version</t>

<t>draft-zhao-payload-rtp-vvc-01 ........ editorial clarifications and corrections</t>

<t>draft-ietf-payload-rtp-vvc-00 ........ initial WG draft</t>

<t>draft-ietf-payload-rtp-vvc-01 ........ VVC specification update</t>

<t>draft-ietf-payload-rtp-vvc-02 ........ VVC specification update</t>

<t>draft-ietf-payload-rtp-vvc-03 ........ VVC coding tool introduction update</t>

<t>draft-ietf-payload-rtp-vvc-04 ........ VVC coding tool introduction update</t>

<t>draft-ietf-payload-rtp-vvc-05 ........ reference udpate and adding placement for open issues</t>

<t>draft-ietf-payload-rtp-vvc-06 ........ address editor's note</t>

<t>draft-ietf-payload-rtp-vvc-07 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-08 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-09 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-10 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-11 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-12 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-13 ........ address editor's notes</t>

<t>draft-ietf-payload-rtp-vvc-14 ........ address 2nd WGLC comments</t>

</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

