<?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-05" 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="2020" month="November" day="02"/>

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

    <abstract>


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



    </abstract>


  </front>

  <middle>


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

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

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

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

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

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

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

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

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

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

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

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

<t>Entropy coding</t>

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

<t>In-loop filtering</t>

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

<t>Motion prediction and coding</t>

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

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

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

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

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

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

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

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

<t>Decoding capability information</t>

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

<t>Video parameter set</t>

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

<t>Sequence parameter set</t>

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

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

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

<t>Picture header</t>

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

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

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

<t>Sub-profiles</t>

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

<t>General constraint fields</t>

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

<t>Temporal scalability support</t>

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

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

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

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

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

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

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

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

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

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

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

<t>SEI messages</t>

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

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

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

<t>Tiles and WPP</t>

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

<t>Slices</t>

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

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

<t>Subpictures</t>

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

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

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

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

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

<figure anchor="vvc-nuh"><artwork><![CDATA[
                  +---------------+---------------+
                  |0|1|2|3|4|5|6|7|0|1|2|3|4|5|6|7|
                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                  |F|Z| LayerID   |  Type   | TID |
                  +---------------+---------------+

                The Structure of the VVC NAL Unit Header.

]]></artwork></figure>

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

<t>F: 1 bit</t>

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

<t>Z: 1 bit</t>

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

<t>LayerId: 6 bits</t>

<t><list style='empty'>
  <t>nuh_layer_id.  Identifies the layer a NAL unit belongs to, wherein
a layer may be, e.g., a spatial scalable layer, a quality scalable
layer .</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>Frame-marking mapping <xref target="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 Notes: 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>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 notes: 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 notes: 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>Placeholder</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="media-type-registration" 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's notes: To be added</t>
</list></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's notes: To be dicussed here</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 or sprop-opi is included in the SDP answer for choosing one of the layers offered.</t>
  </list></t>
</list></t>

<t>Editor's notes: confirm when decided whether we use recv-ols-id or sprop-opi</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 either the recv-ols-id parameter that is less than the sprop-ols-id parameter in the SDP offer or the sprop-opi, the following applies:</t>
  </list></t>
</list></t>

<t>Editor's notes: confirm when decided whether we use recv-ols-id or sprop-opi for profile asymmetry - sub-layers cannot</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 or includes the sprop-opi, 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's notes: confirm when decided whether we use recv-ols-id or sprop-opi for profile asymmetry - sub-layers cannot. The consistency of profiles is not yet in the text. I think this parts needs a bit of discussion</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's notes: 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>Informative note:  The level numbers 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>

<t>Editor's notes: double check this informative note</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When used to indicate properties of a bitstream, the tier-flag and level-id parameters are derived 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 or the sub-layer representation indicated in the sprop-opi 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's notes: 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's notes: 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's notes: 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's notes: 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's notes: 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"/>.</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>

<t>Editor's notes: Confirm this value</t>

<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.</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>Editor's notes: Confirm this value</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>sprop-opi:</t>
</list></t>

<t>Editor's notes: VVC does not envision to provide the OPI by external means but this should not be a problem</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to convey an operating point information NAL unit of the bitstream for out-of-band transmission.  The value of the parameter is a base64 <xref target="RFC4648"/> representations of the operating point information NAL unit as specified in Section 7.3.2.2 of <xref target="VVC"/>.</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's notes: 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's notes: 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 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 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>Placeholder: To add limitations and considerations.</t>
</list></t>

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

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

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

</section>
<section anchor="SLI" title="Slice Loss Indication (SLI)">
<t>For further study.  Maybe remove as there are no known
implementations of SDLI in <xref target="HEVC"/> based systems</t>

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

<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="framemarking" title="Frame Marking">

<t><xref target="FrameMarking"/> provides an extension mechanism for RTP.  The codec-agnostic
meta-data in the <xref target="FrameMarking"/> header provides valuable video frame information.  Its usage with <xref target="VVC"/> is defined in this section.  Refer <xref target="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="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="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>


<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="FrameMarking" >
  <front>
    <title>Frame Marking RTP Header Extension</title>
    <author initials="." surname="Berger, E" fullname="Espen Berger">
      <organization></organization>
    </author>
    <author initials="." surname="Nandakumar, S" fullname="Suhas Nandakumar">
      <organization></organization>
    </author>
    <author initials="." surname="Zanaty M" fullname="Mo Zanaty">
      <organization></organization>
    </author>
    <date year="2015"/>
  </front>
  <seriesInfo name="Work in Progress draft-berger-avtext-framemarking" value=""/>
</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>

</section>


  </back>

<!-- ##markdown-source:
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
gxBTXIC0WngCbcujrJdmQePofTn29IPgvmBPdByaXMdlQCVBJdhUlaFzKMnT
YlNR0bmgCCfoQVQnQVboAD0pJTDczByii8kaqFEQYTmRyzXh7RVGQUmgCTeP
4RTgygRCIh5KsakmEmn6oKgkjo4QvfR+z+VmlSD7oELSMj7nM+qWek4FEM5i
VuKfnHQ8GLK8Rokl05CgkTne0T5MZvD4QXjko47kdnqDBznUbjyQGwGmt97U
bYKr62vlkqtNivqWiGZDl26JIVGs+RXXWj3IbctoFcSC/9pUG+pflCyvk5uK
Y3Kniy7nmQu1Zlrmq304yDcUYDeJZRcdIUGKlVllO+VqIxARceEhuLUrLYCE
H2v6vKtmZRC/QtULS2EUuaZn6jTG9EEnWXVTbEOrnU2TbSfkihDDsCR0J1Lb
REioaPYBhjZs4LJhJVBdhMwkDLdvvLVANIOxhErflsT0Knn/EqA1LtXUnscX
NNn+vYeG0Tv9t5UmB4IGNmeb+Vma5znC6iH5TDk7ZhqRuOW7KuNlQvbjhF+6
RJcZdskhmmIhHVBPhXgreG8byLc7iMxh7OQc8pDjhX4W5LY4VnD+be4UPx8m
djzEGG73UWDLYZXTP44a45etUOnVtrtKNdh2uatyZMwftlxUezsD4+ln384l
euLLYFZJdOSaPbddztjcTN7e3/lmnlXtm/ngq9xMcsnueDNDkFZ8IZHroejK
5h7J++i8nr7StyyWxkNTo8WMbjyMd768fF6fc3nPOq7G3cDddnnX1V2X96xq
Xd6zavvlPas6L+9uK1QZY8vlhW92u7y3SHrmJh+vJ2+ny+dUo5hVd10YlkZ/
cX4SSFGU4B68/GPS+TJKYuHLCqJgQhwwGKSRuKKQe2R1V09vEBa70JsFJmmj
VoPVj8qb2HmDV1lOsEpWVBqVC3a0oSav7UyB5Iz+jhTo+Ozpb0R+YG87kR/X
9lFAarZHA2sBPupnpiZ5VWPogCTTPpkusvTKrmeX/e0sOshZ7Up9cOKvR3pw
8ltID05m6Q783U108MEvpzjbyrl23gUt163y2s0aFT2tJK11JNWf0zvK8/R9
fGzW0ZcL7OvU3DUIISU6Sbi0D8yMVkNu28JFyuBacXUWuQHA4WabqcW6lrOv
qoH4UGfMXE2BdVmwWih+ecFGWq82n9kGE2nDQPGt1plEIrG3VRU1d1V19aYb
NVtt6nurgKEUhg5qUav41bkuzMZXs6izszEEBbZtV1H7wDh4V5wFCrahD491
Q+GFJfM3+Vp9zdmScFoC2zUtX8/qxjppO0b3dMOdQ5Zr9XLJZ+QeDKbCdiKa
nnUrTjh+97L0XVJ2g3DT8uaY9Gwrk57tyqSbPohONt3yMbQkzc6rbSvK+JbV
2wbrlPlNwnMXw+vc9zZ6ts+kDKuXI8JxbTPDzGdfn5lvgW4HO5ewMFOhG5Z0
sp6cZdOnm3l35E3cc1zicd+y/9nfl/3blUv6VdfqYU+Pd+D3M+L3x9iAjlpC
U5HihhVaD6uJAtZcDtKda0PmsiFuQcveK9rGGNCwj8vuuAhynkGD0Gzeiw+Q
XcL+8V0Y5TQfs6b6xzj+x+/juGcuThzD9YUX+nHf95z0M8ff82CyMXkkXQLr
wonu3T7RQaAubJ3hnpkh/i4+MLNseUOXQ+0uWcwpU4DRr9KOiPh1bkZy9JRC
aIrCTtaB7qsz6vAE+moyVIGR9TKuJ8MymTQwEAcQxRhsp76KgrsVmw4uu4Tq
Pe5vW/tXkH6BG5dURhkZXcne/p1F1tlniKyftbOtsmDgQ8UwCKpPC0vMViC+
L2+0eYvELGEDrFWG1RBx985VjAs7vXgzvMBeHizOMdt9MTq4/wDLY1KBpQJb
5qCrh0IqibQgrdCGj7MUP1O5ZxsD5YrvQff50GDlPNncIwkeW2TroEco4bWN
im1PE9at95Lx+cXZICY2l5FAuKMop4LFZJuVfbKjkZ2lH+cUMnfzadlQ972Z
/XM0/6dlQ/HvGGa7DcAuAke2ozUsAOrDPhrd74wgbXmhWoJDKAk2vag7OwoC
1fQzfQWTDlcBz8B1XJqL+roigme3TlhweofUsgycb62xDn0ZwCY2ivBQqTz6
9PxL/BFSZ9A589q2na4cA07oU+D5XSJMNsskXFtTh9/CGvne9eShLud5X7k1
7P47ehL23PkgDdX0TNtkDcFUE1mO0GmmRL4k5nzA5ykTO1p/sLdHjUWMKwUD
S7rpAKwSn49/RkT6Dm4rzde+7YNbRzhojdB10bmgIgLRmYh1IlkGroRIR2//
Af8FgNUvvovlwz5fpR3N3Y27Kre4ciKLYr2v5uQavbDee2RxlZomkfHJ82se
EsEP57Uzx558lnsKEOrruaYmt3qmYCprYHp63m1fgse2eqP+HY0xn2lb+l9X
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
2VJLFBsEmLcm7MQg9bWf3Q2f7d3/8F62nz3Kvs8eZz9kB9mT7Gn82T3N/pJ/
4veedne0Y47l37OfiM678d3J3end8d1uxr93f7i/9YayOOmCwfx0kiwzAEf/
4tl8/2P20C+FrOMplx413X8vZMHytmxODUK7+yB/mqZHacxjmUVv2FURe3zf
ewfpGpfzt7Rt35KoeEusTQowSESSib4qKvW294lex0mvkARoZJk+15CPwNJU
iu8k8dGu5FY+aL8b+vTHD7MsxlXh8h0nU4v8zvId69++aI9knQSsL9ScWnOd
jkQuecGzucM6O3wVrE2+2yS9ZcjYWsxmbak3EnnuqxOUPXujSH1il7IMYdWC
WeyNT5bmC44U4LqzK439++NkgaiT/+n1XxRfc/nvXX3u5tOL//WoSdb+5M+t
/R+ial1snUHapVLLxMlG2bHhs/0Nnz3SN3xUoHzqM/c53P5zpE8iavYjUfPz
HZeMuNulX/r+DNmx8TeIf322++r06PT4d3r+61CyQaDx9H+xXIKK8mGjevEZ
yssGlYPf9yUaB3q2ydr6gc1t27x/MZtbj/QDf9nyB0/Vtvfv6ZM39MFz/lsL
a1/RlUbcoGjD6YmrSXZGb7Q362CZ7IHGeM+Ydr4J72/C+5vw/ia8/y+EN/yX
qxYm3aPEJ80GA/tOBQMnFfe4yvsaGiai6sTt7fmvs1HIDR+DLhcXltMCNveL
smDOFce1CMAZWZ3hf3TBYs6Gj5ZtjJ2R0lbdJTZtnECiLqLo/QENPEdV10hU
5Shk9+VYtULjOhCKwS6QHXfqX6yJGoupuJV6BGcWkqEjmIK8k9GTmDuzo5mN
p0uiL8WOtpQc5Orexa7Z6ko2dbtPTrua3h49frxL87cdmJ2fpeaCjf6ApJt1
D268ySUw1B2Jmy0/61fFZYIiCBkraRyzCobA4O1DJoLyqkF+gWSe1FjPJjtD
PqgTytN0vVqgdkAMN/NRh+pPC5t54LpyNGYtPSBwbiTrlpmkPQ4nuFmJ5Pyl
OwAtNqQo0AHT2FvHZq04w3SizGguUSRQt9H0c8AVO8XNA+TlZGER+iOm6nVS
ZEOZ1/dU08TD4D7tRq4uK31ZyXmIsO95NfLloqhLdaoF/yIIUvuQhRHx4UmW
akQkl5JnRs7X4Cidl7dNrVOptMM7C5cn0Z8n7kGa6sDeOoXhiK01OfZrlru4
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
AQA=

-->

</rfc>

