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


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

]>


<rfc ipr="trust200902" docName="draft-ietf-avtcore-rtp-vvc-14" 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="February" day="25"/>

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

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

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

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

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

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

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

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

<t>Decoding capability information</t>

<t>The decoding capability information includes parameters that stay constant for the lifetime of a VVC bitstream, which in IETF terms can translate to a session. Such information includes profile, level, and sub-profile information to determine a maximum capability interop point that is guaranteed to be never exceeded, even if splicing of video sequences occurs within a session. It further includes constraint fields (most of which are flags), which can optionally be set to indicate that the video bitstream will be constrained in the use of certain features as indicated by the values of those fields. With this, a bitstream can be labelled 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 MPGEG-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 labelling 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 labelling 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 signalling 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 signalling 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 signalling of tile partitioning has been simplified, by using a unified syntax design for both the uniform and the non-uniform mode. In addition, signalling 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) signalling of entry point offsets for WPP in the slice header is optional in VVC while it is mandatory in HEVC.</t>

<t>Slices</t>

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

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

<t>Subpictures</t>

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

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

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

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

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

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

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


                The Structure of the VVC NAL Unit Header.

]]></artwork></figure>

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

<ul empty="true"><li>

</li></ul>

<t>F: 1 bit</t>

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

<t>Z: 1 bit</t>

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

<t>LayerId: 6 bits</t>

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

<t>Type: 5 bits</t>

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

<t>TID: 3 bits</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<ul empty="true"><li>
  <t>Informative note: The concept of a MANE goes beyond normal routers
or gateways in that a MANE has to be aware of the signalling (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</t>

<t>RPS        Reference Picture Set</t>

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

<t>SEI        Supplemental Enhancement Information</t>

<t>SLI        Slice Loss Indication</t>

<t>SPS        Sequence Parameter Set</t>

<t>VCL        Video Coding Layer</t>

<t>VPS        Video Parameter Set</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>Timestamp: 32 bits</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

               The Structure of a Single NAL Unit Packet

]]></artwork></figure>

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

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

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

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

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

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

                The Structure of an Aggregation Packet

]]></artwork></figure>

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

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

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

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

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

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

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

        The Structure of the First Aggregation Unit in an AP

]]></artwork></figure>

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

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

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

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

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

]]></artwork></figure>

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

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

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

]]></artwork></figure>

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

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

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

]]></artwork></figure>

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

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

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

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

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

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

                       The Structure of an FU

]]></artwork></figure>

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

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

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

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

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

<t>S: 1 bit</t>

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

<ul empty="true"><li>

</li></ul>

<t>E: 1 bit</t>

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

<t>P: 1 bit</t>

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

<t>FuType: 5 bits</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t><list style="symbols">
  <t>If sprop-max-don-diff is greater than 0, the transmission order of NAL units carried in the RTP
stream MAY be different than the NAL unit decoding order. Otherwise (sprop-max-don-diff is equal to 0), the transmission order of NAL units carried in the RTP stream MUST be the same as the NAL unit decoding order.</t>
  <t>A NAL unit of a small size SHOULD be encapsulated in an
aggregation packet together 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 sequences 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:  none</t>

<t>Optional parameters:</t>

<ul empty="true"><li>
  <t>profile-id, tier-flag, sub-profile-id, interop-constraints, and level-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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 signalling 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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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 signalled or implicitly inferred.</t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <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>
</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>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>profile-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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 signalling 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>
</li></ul>

<ul empty="true"><li>
  <t>tier-flag, level-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</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 contains the highest sublayer representation in the OLS corresponding to the bitstream, the following applies:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <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>
</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>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sub-profile-id:</t>
</li></ul>

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>interop-constraints:</t>
</li></ul>

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

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sprop-sublayer-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

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

<ul empty="true"><li>
  <t>sprop-ols-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>recv-sublayer-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

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

<ul empty="true"><li>
  <t>recv-ols-id:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

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

<ul empty="true"><li>
  <t>max-recv-level-id:</t>
</li></ul>

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sprop-dci:</t>
</li></ul>

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

<ul empty="true"><li>
  <t>sprop-vps:</t>
</li></ul>

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sprop-sps:</t>
</li></ul>

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sprop-pps:</t>
</li></ul>

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

<ul empty="true"><li>
  <t>sprop-sei:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

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

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>max-lsr:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>When max-lsr is signalled, 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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>max-fps:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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 signalled optional parameters.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sprop-max-don-diff:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>sprop-depack-buf-bytes:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <t>depack-buf-cap:</t>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</li></ul>

<ul empty="true"><li>
  <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>
</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.  This parameter 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>

<t>An example 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>

</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>A receiver SHOULD understand all media type parameters, even if it
only supports a subset of the payload format's functionality.  This
ensures that a receiver is capable of understanding when an offer to
receive media can be downgraded to what is supported by the receiver
of the offer.</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</section>
<section anchor="CC"><name>Congestion Control</name>
<t>Congestion control for RTP SHALL be used in accordance with RTP
<xref target="RFC3550"/> and with any applicable RTP profile, e.g., AVP <xref target="RFC3551"/>.
If best-effort service is being used, an additional requirement is
that users of this payload format MUST monitor packet loss to ensure
that the packet loss rate is within an acceptable range.  Packet loss
is considered acceptable if a TCP flow across the same network path,
and experiencing the same network conditions, would achieve an
average throughput, measured on a reasonable timescale, that is not
less than all RTP streams combined are achieving.  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>




    </references>


<section anchor="changehistory"><name>Change History</name>
<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:
H4sIABsXGWIAA+y92XYbV5Yg+h5fEdda6xZxDcAiNdPlXEWRUorVksUSKbmG
zKUVAAJkpIEIVESAFC2pVv9Gv/cH3G+4/Sf9JXeP5+wTAwjKsrNrYDptEog4
wz777HkYjUZRndWLdD9+c3YSnyTXiyKZxc+LcpnU8bwo43dpWSV1tkjjd9ks
LeLDYpbl5/HOu3eHgyiZTMr0kt9dybtz8+67w2hWTPNkCePPymRej7K0no+S
y3palOmorFejy8vpaPd+NEtqeGbv7t7e6O7eaO9BFFV1ks/eJ4sihy/qcp1G
UbYq6deq3rt798ndvSgp02Q/PnhzFl2d78cybPTz1X58nNdpmaf16AinjaZJ
vR9X9Sy6E0+LvErzal3pqFPa0X68hpU9jlbZfvwvdTEdxlVR1mU6r+C36yX+
8ucoStb1RVHuRzH9jOS/cZzlMNzpOP7ni6RwH/K+Ty/WSRZ+UZQw3VmaT9O8
dh9WMFkKq9x7dP8RHET5c/x0cTlzX0+z+nofPl8U8cGi9mPB6mGSJ/cfPH5s
PlvndQmPvz09cB+myyRbABBwOeNfYDl/l6VpOoa19O7mpzQ/T8vmfup0dZHk
zS//qnuq06v07+jf/fv5p3F8muTTi/SXxob+KTkvWl/Rdp6XyTq/KOZpGb94
cdza1TMYt06zfI0P3HvU2NbTtFxkeWNPu3cfPH7U3tMfU7gz+XVzX9ewsnHF
K/u7i4tsPHcLGs9S3Wbc3Ofov8HRJfl5c5/p6L+ts/Ab2ubT6zqdwSwp3Jrp
uLXNx09278Zv8+wSKAHsLD5M8W7FL5M8bWwZgBgfZel56yT3dvf2tjrJ6/Tn
dTa+giX+3URXNZ4Wy+4jfTX+v/NJtfr+1Th+keT5+ucqXSSNXb/Kqp+TuPsJ
2v2Pxc9ZApg7vciLRXGepVULAi8SoEWr//U//9f/zOPLZFEDPUzje3cbuz9L
lqu0TBt7v3dv9+7d9t6fZ/kC6Ftz/0tc7fjCLfXvclydgUAU5URf4TT2gZjF
igPlfLq3u/uk+dHD3Yf2o+PR0ZgoMJHfaZGsIhgXyDRTNOEE33TT/GF8fPZ2
dBa/SWE5yzQHkp0VefxivPfw4Tf8flKeI7wu6nq1/913V1dX46xej7O8/q5M
p9+djd48OxzR8/S4o/l3cRXHp6/37gFVH90LF3OcM0fBuWo9pWvYDKwqncVl
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
v5o+/oTW0q/fvzp1+RvCvwAvg4qXEvsBAA==

-->

</rfc>

