<?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-15" 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="April" day="22"/>

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

    <abstract>


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



    </abstract>



  </front>

  <middle>


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

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

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

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

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

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

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

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

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

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

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

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

<t>Entropy coding</t>

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

<t>In-loop filtering</t>

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

<t>Motion prediction and coding</t>

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

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

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

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

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

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

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

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

<t>Decoding capability information</t>

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

<t>Video parameter set</t>

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

<t>Sequence parameter set</t>

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

<t> 
 </t>

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

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

<t>Picture header</t>

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

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

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

<t>Sub-profiles</t>

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

<ul empty="true"><li>

</li></ul>

<t>General constraint fields</t>

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

<t>Temporal scalability support</t>

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

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

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

<ul empty="true"><li>

</li></ul>

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

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

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

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

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

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

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

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

<t>SEI messages</t>

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

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

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

<t>Tiles and WPP</t>

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

<t>Slices</t>

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

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

<t>Subpictures</t>

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

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

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

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

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

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

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


                The Structure of the VVC NAL Unit Header.

]]></artwork></figure>

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

<ul empty="true"><li>

</li></ul>

<t>F: 1 bit</t>

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

<t>Z: 1 bit</t>

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

<t>LayerId: 6 bits</t>

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

<t>Type: 5 bits</t>

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

<t>TID: 3 bits</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>AU         Access Unit</t>

<t>AP         Aggregation Packet</t>

<t>APS        Adaptation Parameter Set</t>

<t>CTU        Coding Tree Unit</t>

<t>CVS        Coded Video Sequence</t>

<t>DPB        Decoded Picture Buffer</t>

<t>DCI        Decoding Capability Information</t>

<t>DON        Decoding Order Number</t>

<t>FIR        Full Intra Request</t>

<t>FU         Fragmentation Unit</t>

<t>GDR        Gradual Decoding Refresh</t>

<t>HRD        Hypothetical Reference Decoder</t>

<t>IDR        Instantaneous Decoding Refresh</t>

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

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

<t>MTU        Maximum Transfer Unit</t>

<t>NAL        Network Abstraction Layer</t>

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

<t>OLS        Output Layer Set</t>

<t>PLI        Picture Loss Indication</t>

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

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

<t>SEI        Supplemental Enhancement Information</t>

<t>SLI        Slice Loss Indication</t>

<t>SPS        Sequence Parameter Set</t>

<t>VCL        Video Coding Layer</t>

<t>VPS        Video Parameter Set</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>Timestamp: 32 bits</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

               The Structure of a Single NAL Unit Packet

]]></artwork></figure>

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

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

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

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

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

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

                The Structure of an Aggregation Packet

]]></artwork></figure>

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

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

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

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

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

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

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

        The Structure of the First Aggregation Unit in an AP

]]></artwork></figure>

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

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

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

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

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

]]></artwork></figure>

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

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

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

]]></artwork></figure>

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

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

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

]]></artwork></figure>

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

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

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

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

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

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

                       The Structure of an FU

]]></artwork></figure>

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

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

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

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

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

<t>S: 1 bit</t>

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

<ul empty="true"><li>

</li></ul>

<t>E: 1 bit</t>

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

<t>P: 1 bit</t>

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

<t>FuType: 5 bits</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>Type name:            video</t>

<t>Subtype name:         H266</t>

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

<t>Optional parameters:</t>

<ul empty="true"><li>
  <t>profile-id, tier-flag, sub-profile-id, interop-constraints, 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 signaling of coding tool subsets with profile-id, sub-profile-id and interop-constraints, it would be safe to require symmetric use of these parameters in SDP offer/answer unless recv-ols-id is included in the SDP answer for choosing one of the layers offered.</t>
    </li></ul>
  </li></ul>
</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 signaled 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 signaling these parameters and a DCI NAL unit is present with multiple profile_tier_level( ) structures, these values SHOULD be the same as the first profile_tier_level structure in the DCI, unless the sender has ensured that
the receiver can decode the bitstream when a different value is chosen.</t>
  </li></ul>
</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 signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxLumaSr value in Table 136 of <xref target="VVC"/> for the highest level is replaced with the value of max-lsr.  Senders MAY use this knowledge to send pictures of a given size at a higher picture rate than is indicated in the highest level.</t>
  </li></ul>
</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 signaled 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>

<t>Encoding considerations:</t>

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

<t>Security considerations:</t>

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

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

<t>Published specification:</t>

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

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

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

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

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

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

<t>Intended usage: COMMON</t>

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

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

<t>Change controller:</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Legend:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</section>


  </middle>

  <back>

    <references title='Normative References'>

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




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



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



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



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



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



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



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



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



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



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



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



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



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



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




    </references>

    <references title='Informative References'>





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


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




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



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



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



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



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



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



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



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




    </references>


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</section>


  </back>

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

-->

</rfc>

