<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.9 (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-17" 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="July" day="02"/>

    <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 in the duration of a video conference, continuous video stream, and similar—any video that is processed by a decoder between setup and teardown.  For streaming, the requirement of constant parameters pertains through splicing. 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 payload format, 
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 <xref target="SingleNALUnit"/>.</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 as defined in Table 5 of <xref target="VVC"/> (denoted here as PayloadHdr), 
following with  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 (see definition in <xref target="optionalParameters"/>) 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 as defined in Table 5 of <xref target="VVC"/> (denoted here as PayloadHdr with Type=28) 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>

<ul empty="true"><li>
  <t>Informative Note: The first octet of <xref target="au-first-nhdr"/> (indicated by the first colon) belongs to a previous aggregation unit. It is depicted to emphasize that aggregation units are octet-aligned only. Similarly, the NAL unit carried in the aggregation unit can terminate at the octet boundary.</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 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>

<ul empty="true"><li>
  <t>Informative Note: The first octet of <xref target="au-not-first-nhdr"/> (indicated by the first colon) belongs to a previous aggregation unit. It is depicted to emphasize that aggregation units are octet-aligned only. Similarly, the NAL unit carried in the aggregation unit can terminate at the octet boundary.</t>
</li></ul>

<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 as defined in Table 5 of <xref target="VVC"/> (denoted here as PayloadHdr with Type=29), 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 VVC coding specification <xref target="VVC"/>.</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 &lt;avtcore@ietf.org&gt;</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 encoding (Section 4 of <xref target="RFC4648"/>) representation without "==" padding.</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 encoding (Section 4 of <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 encoding (Section 4 of <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 encoding (Section 4 of <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 encoding (Section 4 of <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 encoding (Section 4 of <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 encoding (Section 4 of <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>
<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 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 but NOT REQUIRED, 
based on the thoughts of <xref target="RFC7202"/></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. This on-path inclusion of the MANE forgoes end-to-end security guarantees for the end points.</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"/> or AVPF <xref target="RFC4585"/>.
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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
tYyBiMo5g1MiLVGgwKOYYYQLj99XXGi1gS8sjqMmgCJyB7jVPGsinfQhI3ey
BhXEkdt47mZLXKcobBxh//59OwZZJCQR2i1hnWaE8vdthF+S8QOjc2DRCfWS
hjEZi4ngmIgwn7hKsl8lS/XdqNS1xt4xpJz7lgbcUiDatii9dMaAFYcVzto7
RVyawOaqC2ZfYiIyWX8dzr0tR1VzU6jva7KbhlurGQDT4jiQkEMyaTRj+Ars
Ec1JZapUkI7c0Wiw1I/15PLCHJwnB4E6tttSub7F0jHwqj2LrjfvO02OV3V3
uNetv3UZy72BR8nMZFXiXTZeRpU7QKkIHXWJJyw4Li7mq0Xyp6J8tVoMF1lO
v3zVESIUaPYuHsh+UQVxiTpo/If/G8uv/eHrWEfHT+4i8ko46jLltkxSHwsd
9jIeRR2GO5qtfBIz0VOK8qPcGZefjHeJ+8VKBHIuWennK7h0wCM+VTfe/jqr
3hyKDqpENxRm1amJCzDddf2Nu5+kaUn3LijP/T0J4v7jP/zzn7iYhIic1x1y
5Wcr4pvpm4WCDxjfUoBuizwbLL5+Ad+1QYkPuDV91wYgbsRQsOxX3ROruHBk
71qabpOZaOMVQ8A0qMLXa0psuYJtdIlfEYr/FsHoHBIqJv8W4BTj6J+kCn6L
iLYiaDztuP1JrLv7URSKxx3y20UaOgew1OdikQw0n2ka7/xN/2968TyrfJt2
NqxhUMbBPa4DgX/vuMB1fJAjvg7uPfz4sdcErqZF/+Gr7777w1da/PrTqHHD
Mdm0Vlr+tKzn7/PV4j2CS72mDrbmQ4Zf9oc/rnGrdZJSJldbE84uOwyZ1T4D
rFrFFI9IrN6SB9mlAyI0Znjy71Hleu8X8t7dVXyElB5GLm6nMfXfW1Ow2ch7
DI3pvLc3we9LcKKNvrxOsdhf3qbwxVfxBkh9F+/pU+uA9V28i4+cT7L3MjN/
LlTmVjDEsWC3byuJYG1tdo3+gFIILE9MCeKT59K/OYlb/ii4HArrMol3GHXC
FkDfomU++M0DXiqJtK62JcaJ+KodeTIJO251qsu3jrERDm1pKzns+Ui11otK
qAfDFlFsv79RNT0IFVPrD7wtIJDdOA+aPw9vL9x28zZQonvfZ0l5ntav59XJ
9AOFAFlj/sPh3nDPWPWHfLnQPNMKLA20Gxe6GSpWakZB60xNVZbIEalg5TpR
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
Hv9m/PhT2Es///nlvonvEP4bPVyG/b8PAgA=

-->

</rfc>

