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

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

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

<rfc ipr="trust200902" docName="draft-ietf-avtcore-rtp-vvc-07" 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="January" day="19"/>

    <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 .</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 7-1 of VVC.  For a reference of all currently defined
NAL unit types and their semantics, please refer to
Section 7.4.2.2 in 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>FrameMarking mapping <xref target="I-D.ietf-avtext-framemarking"/></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>editor-note 1: the following informative needs to be updated along with frame marking update</t>
</list></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>NAL unit output order: A NAL unit order in which NAL units of
different access units are in the output order of the decoded
pictures corresponding to the access units, as specified in <xref target="VVC"/>,
and in which NAL units within an access unit are in their decoding
order.</t>

<t>RTP stream: See <xref target="RFC7656"/>.  Within the scope of this memo, one RTP
stream is utilized to transport 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>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 of the access unit, carried in the current
RTP stream.  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>

<t><list style='empty'>
  <t>editor-note 2: The informative note below needs updating once the NAL unit type table is stable in the <xref target="VVC"/> spec.</t>
</list></t>

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

<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
picture of the access unit in which the NAL unit (according to
Annex D of 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 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><list style='empty'>
  <t>editor-note 3: its better to add a section to describe DONL and sprop-max-don-diff.  sprop-max-don-diff is used but not specified as parameters in section 7 are not yet specified.  A value of sprop-max-don-diff greater than 0 indicates that the transmission order may not correspond to the decoding order and that the DON is is included in the payload header.</t>
</list></t>

<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 of
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.  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|R|  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>Reserved: 1 bit</t>

<t><list style='empty'>
  <t>editor-note 24 for 'R':  need to be addressed</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>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>

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

</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 and the
NAL unit output 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 streams and
across RTP streams, 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 and across RTP
streams.  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.<vspace />
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. 
When there are several NAL units of the same RTP stream with the 
same NTP timestamp, the order to pass them to the
decoder is their transmission order.</t>

<t><list style='empty'>
  <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 <xref target="RFC6051"/> may
be used to speed up the acquisition of the RTP-to-wall-clock
mapping.</t>
</list></t>

<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 condition A (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) or condition B (the number of
NAL units in the de-packetization buffer is greater than the value of
sprop-depack-buf-nalus) is true.</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>editor-note 4: To be updated</t>
</list></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>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 sub-profile-ids.  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>

<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 the highest level is indicated by level-id and max-recv-level-id together and a higher level than that in the offer 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>editor-note 7: The consistency of profiles is not yet in the text.</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>More specifications of these parameters, including how they relate 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 in the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/>.  When a VPS contains several profile_tier_level( ) syntax structures, the syntax structure corresponding to the OLS to which the bitstream applies is used.</t>
  </list></t>
</list></t>

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

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

<!-- editor-note 9: double check above informative note -->

<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 from the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/> as follows.</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 the 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 the 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 the 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>editor-note 10: double check this part above inherited from HEVC. What if more than one SPS, VPS and they have different general_leve_idcs or tier_flags? We would say it applies to all of them, i.e. to the highest one.</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 values.</t>
  </list></t>
</list></t>

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

<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 in the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/>.  When a VPS contains several profile_tier_level( ) syntax structures, the syntax structure corresponding to the OLS to which the bitstream applies is used.</t>
  </list></t>
</list></t>

<t>editor-note 12: What if the DCI contains several profile_tier_level syntax structures and they are not onion shell?</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 in the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/>, that include the syntax elements ptl_frame_only_constraint_flag and ptl_multilayer_enabled_flag and, when present, the general_constraints_info( ) syntax structure.  When a VPS contains several profile_tier_level( ) syntax structures, the syntax structure corresponding to the OLS to which the bitstream applies is used.</t>
  </list></t>
</list></t>

<t>editor-note 13: What if the DCI contains several profile_tier_level( ) syntax structures and they are not equal?</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>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>

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

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

<t><list style='empty'>
  <t>max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, max-tc:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>These parameters MAY be used to signal the capabilities of a receiver implementation.  These parameters MUST NOT be used for any other purpose.  The highest level (specified by max-recv-level-id) MUST be the highest that the receiver is fully capable of supporting.  max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, and max-tc MAY be used to indicate capabilities of the receiver that extend the required capabilities of the highest level, as specified below.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When more than one parameter from the set (max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, max-tc) is present, the receiver MUST support all signaled capabilities simultaneously.  For example, if both max-lsr and max-br are present, the highest level with the extension of both the picture rate and bitrate is supported.  That is, the receiver is able to decode bitstreams in which the luma sample rate is up to max-lsr (inclusive), the bitrate is up to max-br (inclusive), the coded picture buffer size is derived as specified in the semantics of the max-br parameter below, and the other properties comply with the highest level specified by max-recv-level-id.</t>
  </list></t>
</list></t>

<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, max-lps, max-cpb, max-dpb, max-br, max-tr, and max-tc are 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>

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

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-lps is an integer indicating the maximum picture size in units of luma samples.  The max-lps parameter signals that the receiver is capable of decoding larger picture sizes than are required by the highest level.  When max-lps is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxLumaPs value in Table 135 of <xref target="VVC"/> for the highest level is replaced with the value of max-lps.  Senders MAY use this knowledge to send larger pictures at a proportionally lower picture rate than is possible for the largest picture size for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-lps is inferred to be equal to the value of MaxLumaPs given in Table 135 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-lps MUST be in the range of MaxLumaPs to 16 * MaxLumaPs, inclusive, where MaxLumaPs is given in Table 135 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-cpb is an integer indicating the maximum coded picture buffer size in units of CpbVclFactor bits for the VCL HRD parameters and in units of CpbNalFactor bits for the NAL HRD parameters, where CpbVclFactor and CpbNalFactor are defined in Table 137 of <xref target="VVC"/>.  The max-cpb parameter signals that the receiver has more memory than the minimum amount of coded picture buffer memory required by the highest level.  When max-cpb is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxCPB value in Table 135 of <xref target="VVC"/> for the highest level is replaced with the value of max-cpb.  Senders MAY use this knowledge to construct coded bitstreams with greater variation of bitrate than can be achieved with the MaxCPB value in Table 135 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-cpb is inferred to be equal to the value of MaxCPB given in Table 135 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-cpb MUST be in the range of MaxCPB to 16 * MaxCPB, inclusive, where MaxCPB is given in Table 135 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: The coded picture buffer is used in the hypothetical reference decoder (Annex C of <xref target="VVC"/>).  The use of the hypothetical reference decoder is recommended in VVC encoders to verify that the produced bitstream conforms to the standard and to control the output bitrate.  Thus, the coded picture buffer is conceptually independent of any other potential buffers in the receiver, including de-packetization and de-jitter buffers.  The coded picture buffer need not be implemented in decoders as specified in Annex C of <xref target="VVC"/>, but rather standard-compliant decoders can have any buffering arrangements provided that they can decode standard-compliant bitstreams.  Thus, in practice, the input buffer for a video decoder can be integrated with de-packetization and de-jitter buffers of the receiver.</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-dpb is an integer indicating the maximum decoded picture buffer size in units decoded pictures at the MaxLumaPs for the highest level, i.e., the number of decoded pictures at the maximum picture size defined by the highest level.  The value of max-dpb MUST be in the range of 1 to 16, respectively.  The max-dpb parameter signals that the receiver has more memory than the minimum amount of decoded picture buffer memory required by default, which is maxDpbPicBuf as defined in <xref target="VVC"/> (equal to 8).  When max-dpb is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the maxDpbPicBuff value defined in <xref target="VVC"/> as 8 is replaced with the value of max-dpb.  Consequently, a receiver that signals max-dpb MUST be capable of storing the following number of decoded pictures (MaxDpbSize) in its decoded picture buffer:</t>
  </list></t>
</list></t>

<figure><artwork><![CDATA[
      if( 2 \* PicSizeMaxInSamplesY  <=  ( MaxLumaPs   >>  2 ) )
         MaxDpbSize = 2 \* max-dpb
      else if( 3 \* PicSizeMaxInSamplesY  <=  2 \* MaxLumaPs )
         MaxDpbSize = 3 \* max-dpb / 2
      else
         MaxDpbSize = max-dpb
]]></artwork></figure>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Wherein MaxLumaPs given in Table 135 of <xref target="VVC"/> for the highest level and PicSizeMaxInSamplesY is the maximum allowed picture size in units of luma samples as defined in <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t>editor-note 18: I think that max-lps needs to be accounted for here.</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-dpb MUST be greater than or equal to the value of maxDpbPicBuf (i.e., 8) as defined in <xref target="VVC"/>.  Senders MAY use this knowledge to construct coded bitstreams with improved compression.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-dpb is inferred to be equal to the value of maxDpbPicBuf (i.e., 8) as defined in <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: This parameter was added primarily to complement a similar codepoint in the ITU-T Recommendation H.245, so as to facilitate signaling gateway designs.  The decoded picture buffer stores reconstructed samples.  There is no relationship between the size of the decoded picture buffer and the buffers used in RTP, especially de-packetization and de-jitter buffers.</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-br is an integer indicating the maximum video bitrate in units of BrVclFactor bits per second for the VCL HRD parameters and in units of BrNalFactor bits per second for the NAL HRD parameters, where BrVclFactor and BrNalFactor are defined in Section A.4 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The max-br parameter signals that the video decoder of the receiver is capable of decoding video at a higher bitrate than is required by the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When max-br is signaled, the video codec of the receiver MUST be able to decode bitstreams that conform to the highest level, with the following exceptions in the limits specified by the highest level:</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>The value of max-br replaces the MaxBR value in Table 136 of <xref target="VVC"/> for the highest level.</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>When the max-cpb parameter is not present, the result of the following formula replaces the value of MaxCPB in Table 135 of <xref target="VVC"/>:</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>(MaxCPB of the highest level) * max-br / (MaxBR of the highest level)</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>For example, if a receiver signals capability for Main 10 profile Level 2 with max-br equal to 2000, this indicates a maximum video bitrate of 2000 kbits/sec for VCL HRD parameters, a maximum video bitrate of 2200 kbits/sec for NAL HRD parameters, and a CPB size for VCL HRD of 2000000 bits (1500000 * 2000000 / 1500000).</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Senders MAY use this knowledge to send higher bitrate video as allowed in the level definition of Annex A of <xref target="VVC"/> to achieve improved video quality.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-br is inferred to be equal to the value of MaxBR 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-br MUST be in the range of MaxBR to 16 * MaxBR, inclusive, where MaxBR is given in Table 136 of [VVC for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: This parameter was added primarily to complement a similar codepoint in the ITU-T Recommendation H.245, so as to facilitate signaling gateway designs.  The assumption that the network is capable of handling such bitrates at any given time cannot be made from the value of this parameter.  In particular, no conclusion can be drawn that the signaled bitrate is possible under congestion control constraints.</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, one or more of the parameters max-lsr, max-lps, and max-br.</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>Informative note: The max-fps parameter is semantically different from max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, and max-tc 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>

<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, one or more of the parameters max-lsr, max-lps, and max-br.</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>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>

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

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

</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>OPTIONAL PARAMETERS:</t>
</list></t>

<t><list style='empty'>
  <t>editor-note 20: appropriate parameters will be added accordingly based on agreed SDP optional parameters in <xref target="oparams"/></t>
</list></t>

</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 anchor="sdp-example" title="SDP Example">

<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>
</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="SLI" title="Slice Loss Indication (SLI)">
<t><list style='empty'>
  <t>editor-note 22: For further study.  Maybe remove as there are no known
implementations of SDLI in <xref target="HEVC"/> based systems</t>
</list></t>

</section>
<section anchor="RPSI" title="Reference Picture Selection Indication (RPSI)">

<t><list style='empty'>
  <t>editor-note 23: For further study. Maybe remove as there are no known
implementations in <xref target="HEVC"/> based systems.</t>
</list></t>

<t>Feedback-based reference picture selection has been shown as a
powerful tool to stop temporal error propagation for improved error
resilience <xref target="Girod99"/> <xref target="Wang05"/>.  In one approach, the decoder side
tracks errors in the decoded pictures and informs the encoder side
that a particular picture that has been decoded relatively earlier is
correct and still present in the decoded picture buffer; it requests
the encoder to use that correct picture-availability information when
encoding the next picture, so to stop further temporal error
propagation.  For this approach, the decoder side should use the RPSI
feedback message.</t>

<t>Encoders can encode some long-term reference pictures as specified in
<xref target="VVC"/> for purposes described in the previous paragraph without the
need of a huge decoded picture buffer.  As shown in <xref target="Wang05"/>, with a
flexible reference picture management scheme, as in VVC, even a
decoded picture buffer size of two picture storage buffers would work
for the approach described in the previous paragraph.</t>

<t>The text above is copy-paste from RFC 7798.  If we keep the RPSI
message, it needs adaptation to the <xref target="VVC"/> syntax.  Doing so shouldn't
be too hard as the <xref target="VVC"/> reference picture mechanism is not too
different from the <xref target="HEVC"/> one.</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="frame-marking" title="Frame Marking">

<t><xref target="I-D.ietf-avtext-framemarking"/> provides an extension mechanism for RTP.  The codec-agnostic
meta-data in the <xref target="I-D.ietf-avtext-framemarking"/> header provides valuable video frame information.  Its usage with <xref target="VVC"/> is defined in this section.  Refer <xref target="I-D.ietf-avtext-framemarking"/> for any unspecified fields.  Two header extensions are RECOMMENDED:</t>

<t><list style="symbols">
  <t>The short extension for non-scalable streams.</t>
  <t>The long extension for scalable streams.</t>
</list></t>

<section anchor="frame-marking-short-extension" title="Frame Marking Short Extension">

<t>The fields for the short extension, as shown in <xref target="fm-short"/>, are used as described in the following.</t>

<figure anchor="fm-short"><artwork><![CDATA[
                       0                   1
                       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                      |  ID   |  L=0  |S|E|I|D|0 0 0 0|
                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                 Short Frame Marking RTP Extension for [VVC]
]]></artwork></figure>

<t>The I bit MUST be 1 when the NAL unit type is 7-9 (inclusive), otherwise it MUST be 0.</t>

<t>The D bit MUST be 1 when the syntax element ph_non_ref_pic_flag for a picture is equal to 1, otherwise it MUST be 0.</t>

<t>The S bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP, and the NAL unit in the first contained aggregation unit is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its S bit equal to 1 and the FU payload contains a fragment of the first VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

<t>The E bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP and the NAL unit in the last contained aggregation unit is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its E bit equal to 1 and the FU payload contains a fragment of the last VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

</section>
<section anchor="frame-marking-long-extension" title="Frame Marking Long Extension">

<figure anchor="fm-long"><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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  ID   |  L=2  |S|E|I|D|B| TID |0|0|   LayerID |    TL0PICIDX  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                  Long Frame Marking RTP Extension for [VVC]
]]></artwork></figure>

<t>The fields for the long extension for scalable streams, as shown in <xref target="fm-long"/>, are used as described in the following.</t>

<t>The LayerID (6 bits) and TID (3 bits) from the NAL unit header <xref target="NALUnitHeader"/> are mapped to the generic LID and TID fields in <xref target="I-D.ietf-avtext-framemarking"/> as shown in <xref target="fm-long"/>.</t>

<t>The I bit MUST be 1 when the NAL unit type is 7-9 (inclusive), otherwise it MUST be 0.</t>

<t>The D bit MUST be 1 when the syntax element ph_non_ref_pic_flag for a picture is equal to 1, otherwise it MUST be 0.</t>

<t>The S bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP, and the NAL unit in the first contained aggregation unit is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its S bit equal to 1 and the FU payload contains a fragment of the first VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

<t>The E bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP and the NAL unit in the last contained aggregation unit is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its E bit equal to 1 and the FU payload contains a fragment of the last VCL NAL unit, in decoding order, of a picture.</t>
</list></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 initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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 initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='S.' surname='Casner' fullname='S. Casner'><organization /></author>
<author initials='R.' surname='Frederick' fullname='R. Frederick'><organization /></author>
<author initials='V.' surname='Jacobson' fullname='V. Jacobson'><organization /></author>
<date year='2003' month='July' />
<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 initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<author initials='S.' surname='Casner' fullname='S. Casner'><organization /></author>
<date year='2003' month='July' />
<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 initials='M.' surname='Baugher' fullname='M. Baugher'><organization /></author>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='M.' surname='Naslund' fullname='M. Naslund'><organization /></author>
<author initials='E.' surname='Carrara' fullname='E. Carrara'><organization /></author>
<author initials='K.' surname='Norrman' fullname='K. Norrman'><organization /></author>
<date year='2004' month='March' />
<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 initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='V.' surname='Jacobson' fullname='V. Jacobson'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<date year='2006' month='July' />
<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 initials='J.' surname='Ott' fullname='J. Ott'><organization /></author>
<author initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='N.' surname='Sato' fullname='N. Sato'><organization /></author>
<author initials='C.' surname='Burmeister' fullname='C. Burmeister'><organization /></author>
<author initials='J.' surname='Rey' fullname='J. Rey'><organization /></author>
<date year='2006' month='July' />
<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 initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='U.' surname='Chandra' fullname='U. Chandra'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='B.' surname='Burman' fullname='B. Burman'><organization /></author>
<date year='2008' month='February' />
<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 initials='J.' surname='Ott' fullname='J. Ott'><organization /></author>
<author initials='E.' surname='Carrara' fullname='E. Carrara'><organization /></author>
<date year='2008' month='February' />
<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 initials='J.' surname='Lennox' fullname='J. Lennox'><organization /></author>
<author initials='K.' surname='Gross' fullname='K. Gross'><organization /></author>
<author initials='S.' surname='Nandakumar' fullname='S. Nandakumar'><organization /></author>
<author initials='G.' surname='Salgueiro' fullname='G. Salgueiro'><organization /></author>
<author initials='B.' surname='Burman' fullname='B. Burman' role='editor'><organization /></author>
<date year='2015' month='November' />
<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 initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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 initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='J.' surname='Lennox' fullname='J. Lennox'><organization /></author>
<author initials='B.' surname='Burman' fullname='B. Burman'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<date year='2017' month='March' />
<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 initials='L.' surname='Zhu' fullname='L. Zhu'><organization /></author>
<author initials='B.' surname='Tung' fullname='B. Tung'><organization /></author>
<date year='2006' month='June' />
<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 initials='J.' surname='Rosenberg' fullname='J. Rosenberg'><organization /></author>
<author initials='H.' surname='Schulzrinne' fullname='H. Schulzrinne'><organization /></author>
<date year='2002' month='June' />
<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 initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<date year='2006' month='October' />
<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>




    </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="Girod99" >
  <front>
    <title>Feedback-based error control for mobile video transmission, Proceedings of the IEEE</title>
    <author initials="." surname="Girod, B" fullname="Girod, B">
      <organization></organization>
    </author>
    <author initials="." surname="et al" fullname="et al">
      <organization></organization>
    </author>
    <date year="1999" month="October"/>
  </front>
  <seriesInfo name="DOI" value="110.1109/5.790632"/>
</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="Wang05" >
  <front>
    <title>Error resilient video coding using flexible reference fames</title>
    <author initials="." surname="Wang, YK" fullname="Wang, YK">
      <organization></organization>
    </author>
    <author initials="." surname="Zhu, C" fullname="Zhu, C">
      <organization></organization>
    </author>
    <author initials="." surname="Li, H" fullname="Li, H">
      <organization></organization>
    </author>
    <date year="2005" month="July"/>
  </front>
  <seriesInfo name="Visual Communications and Image Processing 2005 (VCIP 2005)" value=""/>
</reference>




<reference anchor="I-D.ietf-avtext-framemarking">
<front>
<title>Frame Marking RTP Header Extension</title>

<author initials='M' surname='Zanaty' fullname='Mo Zanaty'>
    <organization />
</author>

<author initials='E' surname='Berger' fullname='Espen Berger'>
    <organization />
</author>

<author initials='S' surname='Nandakumar' fullname='Suhas Nandakumar'>
    <organization />
</author>

<date month='August' day='4' year='2020' />

<abstract><t>This document describes a Frame Marking RTP header extension used to convey information about video frames that is critical for error recovery and packet forwarding in RTP middleboxes or network nodes. It is most useful when media is encrypted, and essential when the middlebox or node has no access to the media decryption keys.  It is also useful for codec-agnostic processing of encrypted or unencrypted media, while it also supports extensions for codec-specific information.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-avtext-framemarking-11' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-avtext-framemarking-11.txt' />
</reference>



<reference  anchor="RFC6051" target='https://www.rfc-editor.org/info/rfc6051'>
<front>
<title>Rapid Synchronisation of RTP Flows</title>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<date year='2010' month='November' />
<abstract><t>This memo outlines how RTP sessions are synchronised, and discusses how rapidly such synchronisation can occur.  We show that most RTP sessions can be synchronised immediately, but that the use of video switching multipoint conference units (MCUs) or large source-specific multicast (SSM) groups can greatly increase the synchronisation delay.  This increase in delay can be unacceptable to some applications that use layered and/or multi-description codecs.</t><t>This memo introduces three mechanisms to reduce the synchronisation delay for such sessions.  First, it updates the RTP Control Protocol (RTCP) timing rules to reduce the initial synchronisation delay for SSM sessions.  Second, a new feedback packet is defined for use with the extended RTP profile for RTCP-based feedback (RTP/AVPF), allowing video switching MCUs to rapidly request resynchronisation.  Finally, new RTP header extensions are defined to allow rapid synchronisation of late joiners, and guarantee correct timestamp-based decoding order recovery for layered codecs in the presence of clock skew.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6051'/>
<seriesInfo name='DOI' value='10.17487/RFC6051'/>
</reference>



<reference  anchor="RFC6184" target='https://www.rfc-editor.org/info/rfc6184'>
<front>
<title>RTP Payload Format for H.264 Video</title>
<author initials='Y.-K.' surname='Wang' fullname='Y.-K. Wang'><organization /></author>
<author initials='R.' surname='Even' fullname='R. Even'><organization /></author>
<author initials='T.' surname='Kristensen' fullname='T. Kristensen'><organization /></author>
<author initials='R.' surname='Jesup' fullname='R. Jesup'><organization /></author>
<date year='2011' month='May' />
<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 initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='Y.-K.' surname='Wang' fullname='Y.-K. Wang'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<author initials='A.' surname='Eleftheriadis' fullname='A. Eleftheriadis'><organization /></author>
<date year='2011' month='May' />
<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 initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<date year='2014' month='April' />
<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 initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<date year='2014' month='April' />
<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 initials='Y.-K.' surname='Wang' fullname='Y.-K. Wang'><organization /></author>
<author initials='Y.' surname='Sanchez' fullname='Y. Sanchez'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<author initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='M. M.' surname='Hannuksela' fullname='M. M. Hannuksela'><organization /></author>
<date year='2016' month='March' />
<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 &#8230;&#8230;.. initial version</t>

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

<t>draft-ietf-payload-rtp-vvc-00 &#8230;&#8230;.. initial WG draft</t>

<t>draft-ietf-payload-rtp-vvc-01 &#8230;&#8230;.. VVC specification update</t>

<t>draft-ietf-payload-rtp-vvc-02 &#8230;&#8230;.. VVC specification update</t>

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

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

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

</section>


  </back>

<!-- ##markdown-source:
H4sIAMC5B2AAA+y963rbWHYg+n8/BU7V952I06RKku/qVCeyZLeV2GXFlF3T
nenPH0iCErpIgAFAyWqX852HOA8yzzCPcp7krOveawOgRLtc3ZNk1ElZIoF9
WXvtdb+MRiPX5M0iO0zenJ8lZ+nNokxnyfOyWqZNMi+r5F1W1WmTL7LkXT7L
yuS4nOXFRbLz7t3xwKWTSZVd8bsreXdu3n137GbltEiXMP6sSufNKM+a+Si9
aqZllY2qZjW6upqO9h65WdrAMwd7B/ujvf3R/hPn6iYtZu/TRVnAF021zpzL
VxX9WjcHe3tP9g5cWmXpYXL05txdXxwmMqz76fowOS2arCqyZnSC07pp2hwm
dTNzbkrrh4fraZ67VX6Y/GtTTodJXVZNlc1r+O1mib/8ybl03VyW1aFL6Gck
/yZJXtSHyXg3+eNlWvoPeZfjy3Wax1+UFUx3nhXTrGj8hzVMlsGaDh7dfwRg
r35Kni6uZv7rad7cHMLnizI5WjRhLFg9TPLk/oPHj81n66Kp4PG34yP/YbZM
8wVsGZez+xdYzj/mWZbtwlo27ubHrLjIqvZ+mmx1mRbtL/+me2qy6+wf6b+b
9/OH3WScFtPL7C+tDf0hvSg7X9F2nlfpurgs51mVvHhx2tnVMxi3yfJijQ/c
e9Ta1tOsWuRFa0/7ew8eP+ru6fcZ3JDipr2vG1jZbs0r+8fLy3x37he0O8t0
m0l7n6N/hqNLi4v2PrPRP6/z+Bva5tObJpvBLBnckeluZ5uPn+zvJW+L/Aru
PewsOc7wJiUv0yJrbRmAmJzk2UXnJA/2Dw62Osmb7Kd1vnsNS/zHia5qd1ou
nSuIiMAiDt23+tIoqebTg32gDa2PHu4/tB+djk52icwQjZmW6crBxECL+CIL
uTsdv/7u9Nlx8vzkdJwc3ANyMroHEGHqlZdF0mTTy6JclBc3yf/3//y/SPey
WVJlqyqrAST8TDlP8uUSIXWVJctslqf0LOB+k9yDpQTieUXEk4kPLyOtLhDe
l02zqg+/++76+no3r0vE6O+I9KXV7LtH9/YODnYvm+WC3vFEco92NH522rsl
2M3ewehRsnN6/nZ0nrzYhQs5MGup16vVIlviLhZJVlwi2PEvwKiw/WVW1+lF
VhMhn9LmeQ+TvEFcSZf1Z+zjyf7+xn28eX6Mp3rIv9578GAv/Lqvvz7a11/v
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
Eh32K7IaxY5g7044/9Qqm8y0AYWxaRi2Y2udCy3HqRfa1xP2Z6MOlU1rbAFC
BoXxcINckh9ZdzYTtGkxB32+cBa6UVVwIfq0PnEfJP344nhJv1Xr9FDNIdJF
GYZHAQy7hNC0dWccF4Gfn+KQwR5eG76GUbCMc9qBA47PvRE2nrEMHZchAwBg
yeWSVLyqDYoGT3nj9qUYyXRK1Uu0uWlYq6KqtuTAFOaZxh46agUNaBJeEBXP
uyGxHoreDhIXYOoJLF5jSu82yd+GCZw7XSfoKeGkZ+/tdl0e69XhJYi03qmW
cxXUiypdXarFD1Uy643s6D0ixNmLVmWhoYnrpX+Jtk11XZpiKJ5n2aGndJvA
uB+DPYJdslck8HWU3Hbkr3ftOo5GtsxSFX3Rf9qCnfO7qGVV3V1sNoJpD2hv
acNF4VFFS0C5z1nnKrYbTsZvfKl7Iq2KgLxgI4Sgr2Ce1ojW3Kc5BPi2G1zN
uGC4aRn3cO/B/qdPyDydynqw8XqF8SrrFdPl6b+t8zq3fmPYxqgpR9dAtUbU
r8HJRlGGvwXD+3Tvz8BYIX1O8ZU4qyADVeX3F5LKdNdtU9Bh0r26yBrDX4CO
gOB4XbnT9WnnebrjwTRGYxPTcuTqo8exd69vMN2ZcthPG3AXjkZXI0pElEa0
tJEsDfvyZiooUCzSRVrNSK+TI2rBouULr1EAq9mZjM/42lLUWsnvSW8pkctb
SFJUJNEQDSvU0o1Vua93MOc5nQoxGGsZ4nhiryS5jxdTUaOpNjSN7joNj9AN
2jlHDAFD60OTL0JgeXKUULnhfhu5Y/StOVaGa09hIZbIat5y8dZms66fr9eb
7evRvvlKOXunBgk3dJTVP+XV+2gs17eKrRZhJ3Y88Yx07xG8MMLWPvWATbVr
0pA2YTpek+wqqyIQt9Ysw7SV2kheBJkGVzdD+wZd/pkcHUkOZnAnWRl+9Anc
NdRzQDbKyDBoOdxdYPGMQw/b9WChKFqhn9em0ZDUbFIRiGgWJRvoYlvXXABy
1yUcutiLwPST37x9XUFbDG3Pwpr71Rod1FtLyX+SoojgohvBZp1Wc9SzUIHd
dETgL8N3ZNgJdL8VsViuRB0N5dyxb5eyXB9s5mei00zGGbPuE2M0OavKppyW
i2RnfHI2YM54/wG2b/fBp3AHsBOcNJhZsQ5PJgWSpFG2hXc56ITaKXN8JhDm
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
g5//AjeG4JZH0AEA

-->

</rfc>

