<?xml version="1.0" encoding="ascii"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.11 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-avtcore-rtp-vvc-09" category="std">

  <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.-K." 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>

    <date year="2021" month="June" day="02"/>

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

    <abstract>


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



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The Versatile Video Coding <xref target="VVC"/> specification, formally published as both ITU-T 
Recommendation H.266 and ISO/IEC International Standard 23090-3, is currently in the ITU-T publication process and the ISO/IEC approval process.  VVC is reported to provide significant 
coding efficiency gains over HEVC <xref target="HEVC"/> as 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, H.264 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 mechanisms known from <xref target="RFC6190"/> were
incorporated in VVC, as VVC version 1 supports temporal, spatial, and
signal-to-noise ratio (SNR) scalability.</t>

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

<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" title="Coding-Tool Features (informative)">

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

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

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

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

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

<t>Entropy coding</t>

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

<t>In-loop filtering</t>

<t>VVC has more feature support in loop filters than HEVC.  The
deblocking filter in VVC is similar to HEVC but operates at a
smaller grid.  After deblocking and sample adaptive offset (SAO), an
adaptive loop filter (ALF) may be used.  As a Wiener filter, ALF
reduces distortion of decoded pictures.  Besides, VVC introduces a
new module before deblocking called luma mapping with chroma scaling 
to fully utilize the dynamic range of signal so that rate-distortion
performance of both SDR and 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 feature</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" title="Systems and Transport Interfaces (informative)">

<t>VVC inherits the basic systems and transport interfaces designs
from HEVC and H.264.  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 Video Bitstream, which in IETF terms can translate to the lifetime of 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 constraint in the use of certain features as indicated by the values of those fields. With this, a bitstream can be labelled as not using certain tools, which allows among other things for resource allocation in a decoder implementation.</t>

<t>Video parameter set</t>

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

<t>Sequence parameter set</t>

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

<t>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 in its own NAL unit. The mode of the picture header syntax structure being included in its own NAL unit or not can only be switched on/off for an entire CLVS, and can only be switched off when in the entire CLVS each picture contains only one slice.</t>

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

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

<t>Sub-profiles</t>

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

<t>General constraint fields</t>

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

<t>Temporal scalability support</t>

<t>VVC includes support of temporal scalability, by inclusion of the 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 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, which causes a momentary bit rate spike 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>

<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 layer_id in the NAL unit header, the VPS which associates layers with given layer_ids to each other, reference picture selection, reference picture resampling for spatial scalability, and a number of other mechanisms not relevant for this memo.</t>

<t><list style='empty'>
  <t>Spatial scalability</t>

  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>SNR scalability</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>Multiview scalability</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t>SEI messages</t>

<t>Supplementary 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 H.264 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" title="High-Level Picture Partitioning (informative)">

<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 360o 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" title="NAL Unit Header">

<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>

<t>F: 1 bit</t>

<t><list style='empty'>
  <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
Section TBD.</t>
</list></t>

<t>Z: 1 bit</t>

<t><list style='empty'>
  <t>nuh_reserved_zero_bit.  Required to be zero in VVC, and reserved 
for future extensions by ITU-T and ISO/IEC.<vspace />
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>
</list></t>

<t>LayerId: 6 bits</t>

<t><list style='empty'>
  <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>
</list></t>

<t>Type: 5 bits</t>

<t><list style='empty'>
  <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>
</list></t>

<t>TID: 3 bits</t>

<t><list style='empty'>
  <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 independent considerations of start code emulations in the
NAL unit header and in the NAL unit payload data.</t>
</list></t>

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

<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="RFC4566"/></t>
  <t>Usage of RTCP feedback messages</t>
</list></t>

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

<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 above.</t>

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

<section anchor="definitions" title="Definitions">
<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.</t>

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

<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>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" title="Definitions Specific to This Memo">

<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>

<t><list style='empty'>
  <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>
</list></t>

<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" title="Abbreviations">

<t>AU &#160;&#160;&#160;&#160;&#160;&#160;&#160; Access Unit</t>

<t>AP &#160;&#160;&#160;&#160;&#160;&#160;&#160; Aggregation Packet</t>

<t>APS &#160;&#160;&#160;&#160;&#160;&#160; Adaptation Parameter Set</t>

<t>CTU &#160;&#160;&#160;&#160;&#160;&#160; Coding Tree Unit</t>

<t>CVS &#160;&#160;&#160;&#160;&#160;&#160; Coded Video Sequence</t>

<t>DPB &#160;&#160;&#160;&#160;&#160;&#160; Decoded Picture Buffer</t>

<t>DCI &#160;&#160;&#160;&#160;&#160;&#160; Decoding Capability Information</t>

<t>DON &#160;&#160;&#160;&#160;&#160;&#160; Decoding Order Number</t>

<t>FIR &#160;&#160;&#160;&#160;&#160;&#160; Full Intra Request</t>

<t>FU &#160;&#160;&#160;&#160;&#160;&#160;&#160; Fragmentation Unit</t>

<t>GDR &#160;&#160;&#160;&#160;&#160;&#160; Gradual Decoding Refresh</t>

<t>HRD &#160;&#160;&#160;&#160;&#160;&#160; Hypothetical Reference Decoder</t>

<t>IDR &#160;&#160;&#160;&#160;&#160;&#160; Instantaneous Decoding Refresh</t>

<t>MANE &#160;&#160;&#160;&#160;&#160; Media-Aware Network Element</t>

<t>MTU &#160;&#160;&#160;&#160;&#160;&#160; Maximum Transfer Unit</t>

<t>NAL &#160;&#160;&#160;&#160;&#160;&#160; Network Abstraction Layer</t>

<t>NALU &#160;&#160;&#160;&#160;&#160; Network Abstraction Layer Unit</t>

<t>PLI &#160;&#160;&#160;&#160;&#160;&#160; Picture Loss Indication</t>

<t>PPS &#160;&#160;&#160;&#160;&#160;&#160; Picture Parameter Set</t>

<t>RPS &#160;&#160;&#160;&#160;&#160;&#160; Reference Picture Set</t>

<t>RPSI &#160;&#160;&#160;&#160;&#160; Reference Picture Selection Indication</t>

<t>SEI &#160;&#160;&#160;&#160;&#160;&#160; Supplemental Enhancement Information</t>

<t>SLI &#160;&#160;&#160;&#160;&#160;&#160; Slice Loss Indication</t>

<t>SPS &#160;&#160;&#160;&#160;&#160;&#160; Sequence Parameter Set</t>

<t>VCL &#160;&#160;&#160;&#160;&#160;&#160; Video Coding Layer</t>

<t>VPS &#160;&#160;&#160;&#160;&#160;&#160; Video Parameter Set</t>

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

<section anchor="RTPHeaderUsage" title="RTP Header Usage">

<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"><artwork 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}}
]]></artwork></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>

<t><list style='empty'>
  <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>
</list></t>

<!-- > editor-note 2: The informative note below needs updating once the NAL unit type table is stable in the {{VVC}} spec. -->

<!-- 
>> Informative note: The content of a NAL unit does not tell whether 
or not the NAL unit is the last NAL unit, in decoding order, of an 
access unit.  An RTP sender implementation may obtain this information 
from the video encoder.  If, however, the implementation cannot obtain 
this information directly from the encoder, e.g., when the bitstream 
was pre-encoded, and also there 
is no timestamp allocated for each NAL unit, then the sender implementation 
can inspect subsequent NAL units in decoding order to determine whether or 
not the NAL unit is the last NAL unit of an access unit as follows.  A NAL 
unit is determined to be the last NAL unit of an access unit if it is the 
last NAL unit of the bitstream. A NAL unit naluX is also determined to be 
the last NAL unit of an access unit if both the following conditions are 
true: 1) the next VCL NAL unit naluY in decoding order has the high-order 
bit of the first byte after its NAL unit header equal to 1 or nal_unit_type 
equal to 19,  and 2) all NAL units between naluX and naluY, when present, 
have nal_unit_type in the range of 13 to17, inclusive, equal to 20, 
equal to 23 or equal to 26. -->

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

<t><list style='empty'>
  <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>
</list></t>

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

<t><list style='empty'>
  <t>Set and used in accordance with <xref target="RFC3550"/>.</t>
</list></t>

<t>Timestamp: 32 bits</t>

<t><list style='empty'>
  <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>
</list></t>

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

<t><list style='empty'>
  <t>Used to identify the source of the RTP packets.
A single SSRC is used for all parts of a single bitstream.</t>
</list></t>

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

<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>

<t><list style='empty'>
  <t>For Discussion: quite possibly something similar can be said for the
Layer_id in layered coding, but perhaps not in multiview coding.
(The relevant part of the spec is relatively new, therefore the soft
language).  However, for serious layer pruning, interpretation of the
VPS is required.  We can add language about the need for stateful
interpretation of LayerID vis-a-vis stateless interpretation of TID
later.</t>
</list></t>

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

<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" title="Single NAL Unit Packets">

<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" title="Aggregation Packets (APs)">

<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.  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>

<t><list style='empty'>
  <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>
</list></t>

<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" title="Fragmentation Units">

<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>

<t><list style='empty'>
  <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>
</list></t>

<t>E: 1 bit</t>

<t><list style='empty'>
  <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>
</list></t>

<t>P: 1 bit</t>

<!-- > editor-note 24:  to be removed upon wg consensus -->

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

<t>FuType: 5 bits</t>

<t><list style='empty'>
  <t>The field FuType MUST be equal to the field Type of the fragmented
NAL unit.</t>
</list></t>

<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" title="Decoding Order Number">

<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>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

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

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

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

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

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

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

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

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

<t>The receiver includes a receiver buffer, which is used to compensate
for transmission delay jitter within individual RTP stream, 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>When sprop-max-don-diff is equal to 0, the de-packetization buffer size is zero bytes, and the
process described in the remainder of this paragraph applies. 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 condition A or condition B is true,
the following operation is repeatedly applied until both condition A
and condition B become false:</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" title="Payload Format Parameters">

<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" title="Media Type Registration">

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

<t>Type name:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;video</t>

<t>Subtype name:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;H266</t>

<t>Required parameters:&#160;&#160;none</t>

<t>Optional parameters:</t>

<t><list style='empty'>
  <t>profile-id, tier-flag, sub-profile-id, interop-constraints, and level-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t>profile-id:</t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>A profile_tier_level( ) syntax structure may be contained in an SPS, VPS, or DCI NAL units as specified in <xref target="VVC"/>.  One of the following three cases applies to the container NAL unit of the profile_tier_level( ) syntax structure containing those PTL 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 PTL 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 PTL 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 PTL syntax elements.</t>
  </list></t>
</list></t>

<!-- editor-note 8: What if the DCI contains several profile_tier_level syntax structures and they are not onion shell? -->

<t><list style='empty'>
  <t>tier-flag, level-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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 level are defined in the future, the same convention will be used, but this cannot be guaranteed.</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <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 sub-layer representation in the OLS corresponding to the bitstream, the following applies:</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <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 contains the highest sub-layer representation in the OLS corresponding to the bitstream, the following applies, with j being the value of the sprop-sub-layer-id parameter:</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t>sub-profile-id:</t>
</list></t>

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

<!-- editor-note 11: What is the value? integer, base32?  -->

<t><list style='empty'>
  <t><list style='empty'>
    <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 an profile_tier_level( ) syntax structure.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>interop-constraints:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>A base16 <xref target="RFC4648"/> (hexadecimal) 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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>If the interop-constraints parameter is not present, the following MUST be inferred:</t>
  </list></t>
</list></t>

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

<t>editor-note 14: Double check the default values. Currently, no constraints, but actually, with the Main 10 profile as default multi-layer not possible.</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Using interop-constraints for capability exchange results in a requirement on any bitstream to be compliant with the interop-constraints.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-sub-layer-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to indicate the highest allowed value of TID in the bitstream.  When not present, the value of sprop-sub-layer-id is inferred to be equal to 6.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-sub-layer-id MUST be in the range of 0 to 6, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-ols-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-ols-id MUST be in the range of 0 to 257, inclusive.</t>
  </list></t>
</list></t>

<!-- > sprop-recv-id:

>> When present, it MUST be included only when sprop-ols-id was received and MUST refer to an OLS in the VPS that is in the same dependency tree as the OLS referred to by the sprop-ols-id. -->

<t><list style='empty'>
  <t>recv-sub-layer-id:</t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of recv-sub-layer-id MUST be in the range of 0 to 6, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>recv-ols-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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 the value of the sprop-ols-id parameter 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 is in the same dependency tree as 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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of recv-ols-id MUST be in the range of 0 to 257, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-recv-level-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to indicate the highest level a receiver supports.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-recv-level-id MUST be in the range of 0 to 255, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When max-recv-level-id is not present, the value is inferred to be equal to level-id.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>max-recv-level-id MUST NOT be present when the highest level the receiver supports is not higher than the default level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-dci:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-vps:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The sprop-vps parameter MAY contain one or more than one video parameter set NAL unit. 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 any decoder that conforms to the profile, tier, level, and constraints indicated by the 12 bytes of data starting from the syntax element general_profile_space to the syntax element general_level_idc, inclusive, in the first profile_tier_level( ) syntax structure in vpsA can decode any bitstream that conforms to the profile, tier, level, and constraints indicated by the 12 bytes of data starting from the syntax element general_profile_space to the syntax element general_level_idc, inclusive, in the first profile_tier_level( ) syntax structure in vpsB.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-sei:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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), the display orientation SEI message when the device is a handheld  device (as the display orientation may change when the handheld device is turned around), or the filler payload SEI message (as there is no point in just having more bits in SDP).</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-lsr:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-fps:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-max-don-diff:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-max-don-diff MUST be an integer in the range of 0 to 32767, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of sprop-max-don-diff is inferred to be equal to 0.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-depack-buf-bytes:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-depack-buf-bytes MUST be an integer in the range of 0 to 4294967295, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>depack-buf-cap:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style='empty'>
      <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>
    </list></t>
  </list></t>
</list></t>

<!-- editor-note 19: sprop-depack-buf-nalus not included but mentioned in section 6 for startup in de-packetization process. We should decide on whether it needs to be included or not. -->

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

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

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

<t>The media type video/H266 string is mapped to fields in the Session 
Description Protocol (SDP) <xref target="RFC4566"/> 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-sub-layer-id, sprop-ols-id, recv-sub-layer-id, recv-ols-id, max-recv-level-id, max-lsr, max-fps, sprop-max-don-diff, sprop-depack-buf-bytes and depack-buf-cap, when present, MUST be included in the "a=fmtp" line of SDP.  This parameter is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
</list></t>

<!-- sprop-sei, sprop-vps, sprop-dci.  -->

<t><list style="symbols">
  <t>The OPTIONAL parameter sprop-vps, 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 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, sprop-vps is expressed as a media type string, in the form of a parameter=value pair.  When conveyed in the "a=fmtp" line of SDP for a particular payload type, the parameter sprop-vps MUST be applied to each SSRC with the payload type.  When conveyed using the "fmtp" source attribute, sprop-vps is only associated with the given source and payload type as parts of the "fmtp" source attribute.</t>
</list></t>

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

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

</section>
<section anchor="usage-with-sdp-offeranswer-model" title="Usage with SDP Offer/Answer Model">

<t>When <xref target="VVC"/> is offered over RTP using SDP in an offer/answer model <xref target="RFC3264"/> for negotiation for unicast usage, the following limitations and rules apply:</t>

<t><list style='empty'>
  <t>editor-note 21: the following needs to be updated</t>
</list></t>

<t><list style="symbols">
  <t>Parameters to identify a media format configuration as VVC:</t>
  <t>Parameters as bitstream properties:</t>
  <t>SDP answer for media configurations.</t>
  <t>capability parameters:</t>
  <t>others:</t>
</list></t>

</section>
</section>
</section>
<section anchor="FeedbackMessage" title="Use with Feedback Messages">
<t>The following subsections define the use of the Picture Loss
Indication (PLI), Slice Lost Indication (SLI), Reference Picture
Selection Indication (RPSI), and Full Intra Request (FIR) feedback
messages with HEVC.  The PLI, SLI, and RPSI messages are defined in
<xref target="RFC4585"/>, and the FIR message is defined in <xref target="RFC5104"/>.</t>

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

<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 <xref target="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" title="Full Intra Request (FIR)">

<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" title="Security Considerations">

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

<t>The bitrate adaptation necessary for obeying the congestion control
principle is easily achievable when real-time encoding is used, for
example, by adequately tuning the quantization parameter.
However, when pre-encoded content is being transmitted, bandwidth
adaptation requires the pre-coded bitstream to be tailored for such
adaptivity.  The key mechanisms available in <xref target="VVC"/> are temporal
scalability, and spatial/SNR scalability.  A media sender can remove
NAL units belonging to higher temporal sublayers (i.e., those NAL
units with a high value of TID) or higher spatio-SNR layers (as
indicated by interpreting the VPS) 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.  MANES can also remove higher temporal
scalable layers if the outbound transmission (from the MANE's
viewpoint) experiences congestion.</t>

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

<t>Placeholder</t>

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

<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="https://www.iso.org/standard/73022.html">
  <front>
    <title>ISO/IEC FDIS 23090-3 Information technology --- Coded representation of immersive media --- Part 3 - Versatile video coding</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="VSEI" target="https://www.iso.org/standard/79112.html">
  <front>
    <title>ISO/IEC 23002-7 (ITU-T H.274) 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='RFC4566' target='https://www.rfc-editor.org/info/rfc4566'>
<front>
<title>SDP: Session Description Protocol</title>
<author fullname='M. Handley' initials='M.' surname='Handley'><organization/></author>
<author fullname='V. Jacobson' initials='V.' surname='Jacobson'><organization/></author>
<author fullname='C. Perkins' initials='C.' surname='Perkins'><organization/></author>
<date month='July' year='2006'/>
<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.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4566'/>
<seriesInfo name='DOI' value='10.17487/RFC4566'/>
</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='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='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="CABAC" >
  <front>
    <title>Transform coefficient coding in HEVC, IEEE Transactions on Circuts and Systems for Video Technology</title>
    <author initials="." surname="Sole, J" 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 ofmoving 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" >
  <front>
    <title>High efficiency video coding, ITU-T Recommendation H.265</title>
    <author >
      <organization></organization>
    </author>
    <date year="2013" month="April"/>
  </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>




    </references>


<section anchor="changehistory" title="Change History">
<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>

</section>


  </back>

<!-- ##markdown-source:
H4sIANIhuGAAA+y963bbWHYw+P88BcZeayJNkyxJvqtTlciS3VZilxVTdn2d
fL28QBKU0EUCDABKVlc5ax5iHmSeYR5lnmT29Zx9AFCiXe7O+pJRJ2WJBM5l
n332/TIcDl2TN4vsMHl3fpacpTeLMp0lL8tqmTbJvKySD1lVp02+yJIP+Swr
k+NylhcXyc6HD8e7Lp1MquyK313Ju3Pz7odjNyunRbqE8WdVOm+GedbMh+lV
My2rbFg1q+HV1XS498zN0gaeOdg72B/uPR7uHThXN2kx+5guygK+aKp15ly+
qujXujnY23sGD6VVlh4mR+/O3fXFYSLDup+vD5PTosmqImuGJzitm6bNYVI3
M3c/mZZFnRX1utZRp7QjeL2e5rlb5YfJvzXldJDUZdVU2byG326W+MufnEvX
zWVZHbqEfobyb5LkBQw3HiX/epmW/kPe9/hynebxF2UF051nxTQrGv9hDZNl
sMqDJw+fwEFUPyfPF1cz//U0b24O4fNFmRwtmjAWrB4mefbw0dOn5rN10VTw
+Pvxkf8wW6b5AoCAyxn9BZbzj3mWZSNYy8bd/JQVF1nV3k+TrS7Tov3lf+qe
muw6+0f67+b9/HGUjNNiepn9pbWhP6YXZecr2s7LKl0Xl+U8q5JXr047u3oB
4zZZXqzxgQdPWtt6nlWLvGjtaX/v0dMn3T39IYM7U9y093UDKxvVvLJ/vLzM
R3O/oNEs020m7X0O/xmOLi0u2vvMhv+8zuNvaJvPb5psBrNkcGumo842nz7b
30veF/kVUALYWXKc4d1KXqdF1toyADE5ybOLzkke7B8cbHWSN9nP63x0DUv8
x4muajQtl84VRFZgEYdwhxPdejWfHuzvP2t/9Hj/sf3odHgyIsJDVGdapisH
EwN14ossBPB0/Pa70xfHycuT03Fy8AAIzPABQITpWV4WSZNNL4tyUV7cJP/v
//l/ISXMZkmVraoMCErDz5TzJF8uEVJXWbLMZnlKzwLuN8kDWEogp1dETpn4
8DLS6gLhfdk0q/rwu++ur69HeV0iRn9HxDCtZt89ebB3cDC6bJYLeseTzT3a
0fjFae+WYDd7B8Mnyc7p+fvhefJqBBdy16ylXq9Wi2yJu1gkWXGJYMe/AKPC
9pdZXacXWU2kfUqb5z1M8gZxJV3WX7CPZ/v7G/fx7uUxnuoh//rg0aO98Ou+
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
9IKsqPDovByFy1AXNg8eVaxI3pPxGrRUyvwYJJdGb0/m60KidZFjXQpDnGRZ
0VFoOQNVM9Q1MjQkSstxRMUYfKKFnxQVL3HWUXoWjmNTJUOCwy0z43EUqYSR
N5dVub647PJJcu4i3/mY384pUY308UysCdSq+xEOX+RoKtOxas4PDu6B7k03
/plbqZBBoVgI4DDkII+xf8lUGMBj8rUJ2CUuHvpR4twPybg7qvvB/fCD+kYx
OxDVJrGiBx6kRq93HVrZRDFtyWRNUv1cbHQtqQdR+89rjNdDu4ZHEz0X4ykT
9X7n1evx7kgDNDHQgSQRQ1pttjTzF+/9IyWBxM27MjKZYnT9ja3gaMteOe0x
CjQe9mdZq8MDFd6rNF9ICJ+3bcme6HIMNKKsd6tFSDcjZbKs63yyuFHc8U5g
inaRbVWZd6xSjcM23pEp2HIznpaqtNDMEQPqAInPxiCvVobxfLCzjwGzQyTr
VG5GEmDQAMGTmfBlvCkSkqnIKSGlGchRi7gYjcktiTNBig6kMaAa9dxllur5
FKXF454deR7BSXCSWtm9USO6aXG2t8NL1s4Aj1OuekaiyI5VEwImLJFIOXsG
0Wr/cJ9wlekBMNZZbRJ3Cm/2J9VI5YMB5Xf5p/rPivbypp/9wY7ON9Fhm7Fd
93O/gWfdqWQv8uQ2MoP1USG6vj4nxaNpUAMOK9pBZIFT7Jd36G7Akz7IltUC
gStZtVFcRPZvFGq0s/loOhCDtgqn4zNp2ch7fP2zkui1j8OiZ7y/0VdYsqbD
lo2Pj1AKosAh1hL3Elcy/a7CsIzK8D9NlTPezx47ElcHFcW35bkMsSCDgMNp
/bPEaGixH3EL47wWrCwSoc1TFuS/gD+WwCavsloUbBI5KBRTk+7xeS6YFMrT
rEiseMG3RUPBohmZBIOMLQQtElM8/7k1ojGhiMaB3LJodJxyTdGd/nyy4iqv
SqojNjDWkVBQCJ6frxd8U3K9u5Ec6A0dOZmEUBMpm44EtkyFL8RbQsygu0W+
nCLnRFzzwC+/YJHZz58lVBYrRw1fE+9VZn8WZXZ3S7SYOFkJIjTn3eSaOHUN
YiucHKovWk9jFWoL7vx0drab+JBZUTJJTgd5viTSiD4Q0j5MPhMjWhR9QGIj
+7YwAuJn/EgTEtaNhDGKmFAkGJ8kFmejfXHuuQ9U8OQtMutp0TRxLnkNYBI8
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
98fwwiCqkBbhvB8NiblDrUXesU0dueoNuj3Yu44vcVVmVNdCoDY+6jDUPXrW
mFll7E37ZekMdz3ehccIzkfx+emZwbE67z1ipUAuFFb60ijT1mFLTTtEiVqK
so0TZ07+rvp87bNAohhTM9eP3N0D6z8vWtEZHJjbeGJn9sTowOSlzok5cwxn
txxZ68TO7Ik5Hf128OjJvaaju+3muejq8ehbnUA8RYc4RUEted3O9+Vj+rF8
S0zmOdmpsX84Bse8XKQXRqHgCMY/nLz7indDE8tWR0Vc6PH5czxmUwgercbU
n8sas+Ax1svjSvAxvfV1GVjs1kZUVZXewKC0A5yOjET2/WVZlDRu8EbTw23w
MVA5tNHJHFp6iqvog2aYFqLGdgsUqRmJVC08facF7U2t5ONQBPjUZhidHJ/e
ydhdmw/HjJ39VJQXHRw6MrXBFi76DTOePacZ5e/LcjEzWedxKbvQy2CgMkuV
0S0m13iQZDj+LQQTqIvQ3Z57g5VNpDBktyKjLQyJC97AgbZlQDCcMKDTbUpB
bsNSnVy+cH+2Hf1W9uq+Yncw6sefPr47OnmNp4J//fjx9Znv39JXxXQHJ/4b
MB/g2FFliS3W9CXA/8KhN1LTgFbIUCzcaxPWhIwv8L3oLAQuvuqyOZIg/wy0
3gupc2SENJpHPCtfc1iMRGP1yZUu4r2+CGfQQNDjHQ0L0/7YUxSez3YHHtul
5+4kShQFPmul2hEg0H2J1hpqv0ShJ2TGvWmyqIgj10SjJ9sKQpG8ez4+Y10b
iEoldZOLDM8TMza565eatRJs4iZWBZ5ny00m/VqLhdXbuA50svP2jMinLXij
MTJF8vb1eJB4EyOH3MHy4GOy1n2SXH+KV8Aws66R0RSn7NZP/aY6oPCMjvJq
VUJHMYMx/wlqIMczGV3QLJ7lgbNIsW6jdpV1dGVWKji2LCpclxruMl3Aa0HH
r9bUhSwOwKTuyG3JU8tqo9KefUopApg6jlkYYJUeSz8OOSNn2nirqvosOlm9
XP7VmaJTXAyHcpwarigvtV8m2UVeFCZ71zPu/uLcXID7r3D+KGX2WAKc96Rp
MetNWECW4LNxVJGH0Mbdijdx1UvcNyIS8SK899iQ2ZYoi+JfOaS6+5izCHBH
AG6PkEmKIbnka42xJMj6GhSxSVfXrAbnnfErOiDN9tEq6D6011c0vpS0I39M
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
6mkaM4RmOUZV8fADmcdFocK03KMzz1gIvsjmbkKRPKQoXUpCGh5W9+eHqQ3c
jet5ziQP/z52zjYlRrqly3LNLhZJSHYM+nJyhbYk4Oi0qLm2MMTM82B69BFO
WMJVKpBNQLTCVIKCivaZVr/Sw8W/TuoyCh82PRSjMHE0RxX/EiqFiq+wTSsK
hWIntoINhSg92Jfva7dJEYeXzupI7ioyzAj5fcJdH3j7AFvyz+qIacHWWTqs
YNtuAzygbiwjfJVSHVX0SeU9mEa6ZBKUoq69G4aReuRqjfXnJYZAazdiO/1O
VJ255u44LNJJD5SiVb3Z3orduBRR7OFu6mwxt0VsrAXA9ReaBpJO0AZN5b+o
HGS5rPy7Sa3H5ylKmI7wG3Hd7qh3yALtn75V+C/96d81xP8ictAWEA9yTEd+
IcGBiIcVY95b4hFJMwb1/9O09JiZO8kB/0Zq+ga1LdEkyOZuanu7pr9JMtta
1Vdob5zktuVrlM9dDOMLF4lTq6sRnRhc5atvjEjUkFq/mjL1+NGjB49H39yE
8Q2OlGWi3wpVR2EmkyxwpHxJ+ZYNOtg2stXIcb89W3WGrSZfzlZdh60mX8ZW
XT9b3dC/AWgLQPG/IWu1jM7+CBP0vOprWGt7yP+KTO0ulZx42TnejtMaWykE
ltcfPp1syQlb2Ooc4fB1uW6QVi0+f1byw52COSIiqPk2WLluq1VOTG+LFBRK
Jrf7HM7nazTlF9wZV5pSxlTQTTKuh6Mm3P/C98j8mMj3zT/fTkS9xV5oVkn3
ez8Zxzf8260inubVyTs7yy1w2HYV7RlOYsfYBoIwov9t9/NtyFKb2H0dOKN1
/8p7PmgfXud7gfq3OtTWqF8Bi42HSD8y/slGF+ff5lC/DMF7f/72VmAQA1+0
ablEjxybonrhhXMg7W2OUnfp9kui25bBBFbilLnAS39r5tKWr/9/zrLx52/M
WZQe49n8VVYRzxPTwAhWPbznm6/iq356iVDMx+6iad+YOW2Y7hvA4jD82su1
/jp4cfDXlDj6GdU31mL+iifyn+Ki7GNQ/ZwJfzZzp1tZk2dEHBzSjWHUGEJx
dDjX98jOy/f1rsQ7+La2vl2dd6+QLcl140qxOhN6cVaLKLdgEOKohcu6aVn6
+rFllfxclNfA+S68dUTTJUPy4JGfvdUuLvKk9NfIDLUvJfCEMvnTEAOOdbVk
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
+Q1zuZW4XJ0BAA==

-->

</rfc>

