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


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

]>


<rfc ipr="trust200902" docName="draft-ietf-avtcore-rtp-evc-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="RTP payload format for EVC">RTP Payload Format for Essential Video Coding (EVC)</title>

    <author initials="S." surname="Zhao" fullname="Shuai Zhao">
      <organization>Intel</organization>
      <address>
        <postal>
          <street>2200 Mission College Blvd</street>
          <city>Santa Clara</city>
          <code>95054</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="Lim" fullname="Youngkwon Lim">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>6625 Excellence Way</street>
          <city>Plano</city>
          <code>75013</code>
          <country>USA</country>
        </postal>
        <email>yklwhite@gmail.com</email>
      </address>
    </author>

    <date year="2023" month="March" day="29"/>

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

    <abstract>


<t>This memo describes an RTP payload format for the Essential Video Coding (EVC) standard, published as ISO/IEC International Standard 23094-1. EVC was developed by the Moving Picture Experts Group (MPEG). The RTP payload format allows for the packetization of one or more Network Abstraction Layer (NAL) units in each RTP packet payload and the fragmentation of a NAL unit into multiple RTP packets. The payload format has broad applicability in videoconferencing, Internet video streaming, and high-bitrate entertainment-quality video, among other applications.</t>



    </abstract>



  </front>

  <middle>


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

<t>The Essential Video Coding <xref target="EVC"/> standard,  which is formally designated as ISO/IEC International Standard 23094-1 <xref target="ISO23094-1"/> has been published in 2020.  One goal of MPEG is to keep <xref target="EVC"/>&#39;s Baseline profile essentially royalty-free by using technologies published more than 20 years ago or otherwise known to be available for use without a requirement for paying royalties, whereas more advanced profiles follow a reasonable and non-discriminatory licensing terms policy. Both the Baseline profile and higher profiles of <xref target="EVC"/> are reported to provide coding efficiency gains over <xref target="HEVC"/> and <xref target="AVC"/> under certain configurations.</t>

<t>This memo describes an RTP payload format for EVC. It shares its basic design with the NAL 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 Versatile Video Coding (VVC)<xref target="RFC9328"/>.  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 <xref target="RFC6184"/> is widely deployed and generally known in the relevant implementer communities.  Certain mechanisms known from <xref target="RFC6190"/> were incorporated as EVC supports temporal scalability. EVC currently does not offer higher forms of scalability.</t>

<section anchor="overview-of-the-evc-codec"><name>Overview of the EVC Codec</name>

<t><xref target="EVC"/>, <xref target="AVC"/>, <xref target="HEVC"/> and <xref target="VVC"/> share a similar hybrid video codec design.  In this memo, we provide a very brief overview of those features of EVC that are, in some form, addressed by the payload format specified herein.  Implementers have to read, understand, and apply the ISO/IEC standard pertaining to EVC to arrive at interoperable, well-performing implementations. The EVC standard has a Baseline profile and a Main profile, the latter being a superset of the Baseline profile but including more advanced features.  EVC also includes still image variants of both Baseline and Main profiles, in each of which the bitstream is restricted to a single IDR picture. EVC facilitates certain walled-garden implementations under commercial constraints imposed by intellectual property rights by including syntax elements that allow encoders to mark a bitstream as to what of the many independent coding tools are exercised in the bitstream, in a spirit similar to the general_constraint_flags of <xref target="VVC"/>.</t>

<t>Conceptually, all EVC, AVC, HEVC and VVC include a Video Coding Layer (VCL); a term that is often used to refer to the coding-tool features, and a Network Abstraction Layer (NAL), which usually refers to the systems and transport interface aspects of the codecs.</t>

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

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

<t>EVC uses a traditional block-based coding structure, which divides the encoded image into blocks of up to 64x64 luma samples for the Baseline profile and 128x128 luma samples for the Main profile that can be recursively divided into smaller blocks. The baseline profiles utilize an HEVC-like quad-tree blocks partitioning that allows to divide a block horizontally and vertically onto four smaller square blocks. The Main profile adds two advanced coding structure tools: 1) Binary Ternary Tree (BTT) partitioning that allows non-square coding units; and 2) Split Unit Coding Order segmentation that changes the processing order of the blocks from traditional left-to-right and top-to-bottom scanning order processing to an alternative right-to-left and bottom-to-top scanning order. In the Main profile, the picture can be divided into slices and tiles, which can be independently encoded and/or decoded in parallel.</t>

<t>EVC also uses a traditional video codecs prediction model assuming two general types of predictions: Intra (spatial) and Inter (temporal) predictions. A residue block is calculated by subtracting predicted data from the original (encoded) one. The Baseline profile allows only discrete cosine transform (DCT-2) and scalar quantization to transform and quantize residue data, wherein the Main profile additionally has options to use discrete sine transform (DST-7) and another type of discrete cosine transform (DCT-8). In addition, for the Main profile, Improved Quantization and Transform (IQT) uses a different mapping/clipping function for quantization. An inverse zig-zag scanning order is used for coefficient coding. Advanced Coefficient Coding (ADCC) in the Main profile can code coefficient values more efficiently, for example, indicated by the last non-zero coefficient. The Baseline profile uses a straightforward run-length encoding (RLE) based approach to encode the quantized coefficients.</t>

<t>Entropy coding</t>

<t>EVC uses a similar binary arithmetic coding mechanism as HEVC CABAC and VVC. The mechanism includes a binarization step and a probability update defined by a lookup table. In the Main profile, the derivation process of syntax elements based on adjacent blocks makes the context modeling and initialization process more efficient.</t>

<t>In-loop filtering</t>

<t>The Baseline profile of EVC uses the deblocking filter defined in H.263 Annex J. In the Main profile, an Advanced Deblocking Filter (ADDB) can be used as an alternative, which can further reduce undesirable compression artifacts. The Main profile also defines two additional in-loop filters that can be used to improve the quality of decoded pictures before output and/or for inter-prediction. A Hadamard Transform Domain Filter (HTDF) is applied to the luma samples before deblocking, and a lookup  table is used to determine four adjacent samples for filtering. An adaptive Loop Filter (ALF) allows to send signals of up to 25 different filters for the luma components, and the best filter can be selected through the classification process for each 4x4 block. Similarly to VVC, the filter parameters of ALF are signaled in the Adaptation Parameter Set (APS).</t>

<t>Inter-prediction</t>

<t>The basis of EVC&#39;s inter-prediction is motion compensation using interpolation filters with a quarter sample resolution. In the Baseline profile, a motion vector is transmitted using one of three spatially neighboring motion vectors and a temporally collocated motion vector as a predictor. A motion vector difference may be signaled relative to the selected predictor, but there is a case where no motion vector difference is signaled, and there is no remaining data in the block. This mode is called a skip mode. The Main profile includes six additional tools to provide improved inter-prediction. With Advanced Motion Vectors Prediction (ADMVP), adjacent blocks can be conceptually merged to indicate that they use the same motion, but more advanced schemes can also be used to create predictions from the basic model list of candidate predictors. The Merge with Motion Vector Difference (MMVD) tool uses a process similar to the concept of merging neighboring blocks but also allows the use of expressions that include a starting point, motion amplitude, and direction of motion to send a motion vector signal. Using Advanced Motion Vector Prediction (AMVP), candidate motion vector predictions for the block can be derived from its neighboring blocks in the same picture and collocated blocks in the reference picture. The Adaptive Motion Vector Resolution (AMVR) tool provides a way to reduce the accuracy of a motion vector from a quarter sample to half sample, full sample, double sample, or quad sample, which provides an efficiency advantage, such as when sending large motion vector differences. The Main profile also includes the Decoder-side Motion Vector Refinement (DMVR), which uses a bilateral template matching process to refine the motion vectors without additional signaling.</t>

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

<t>Intra prediction in EVC is performed on adjacent samples of coding units in a partitioned structure. For the Baseline profile, when all coding units are square, there are five different prediction modes: DC (mean value of the neighborhood), horizontal, vertical, and two different diagonal directions. In the Main profile, intra prediction can be applied to any rectangular coding unit, and 28 additional direction modes are available in the so-called Enhanced Intra Prediction Directions (EIPD). In the Main profile, an encoder can also use Intra Block Copy (IBC), where previously decoded sample blocks of the same picture are used as a predictor. A displacement vector in integer sample precision is signaled to indicate where the prediction block in the current picture is used for this mode.</t>

<t>Reference frames management</t>

<t>In EVC, decoded pictures can be stored in a decoded picture buffer (DPB) for predicting pictures that follow them in the decoding order. In the Baseline profile, the management of the DPB (i.e., the process of adding and deleting reference pictures) is controlled by a straightforward AVC-like sliding window approach with very few parameters from the SPS. For the Main profile, DPB management can be handled much more flexibly using explicitly signaled reference Picture Lists (RPL) in the SPS or slice level.</t>

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

<t>EVC inherits the basic systems and transport interface designs from AVC and HEVC. These include the NAL-unit-based syntax, hierarchical syntax and data unit structure, and Supplemental Enhancement Information (SEI) message mechanism. The hierarchical syntax and data unit structure consists of a sequence-level parameter set (SPS), two picture-level parameter sets (PPS and APS, each of which can apply to one or more pictures), slice-level header parameters, and lower-level parameters.</t>

<t>A number of key components that influenced the Network Abstraction Layer design of EVC as well as this memo, are described below:</t>

<t>Sequence parameter set</t>

<ul empty="true"><li>
  <t>The Sequence Parameter Set (SPS) contains syntax elements pertaining to a Coded Video Sequence (CVS), which is a group of pictures, starting with a random access point picture and followed by zero or more pictures that may depend on each other and the random access point picture. In MPGEG-2, the equivalent of a CVS is a Group of Pictures (GOP), which generally started with an I frame and is followed by P and B frames. While more complex in its options of random access points, EVC retains this basic concept. 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>
</li></ul>

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

<ul empty="true"><li>
  <t>The Picture Parameter Set and the Adaptation Parameter Set (PPS and APS, respectively) carry information pertaining to a single picture. The PPS contains information that is likely to stay constant from picture to picture, at least for pictures of a certain type whereas the APS contains information, such as adaptive loop filter coefficients, that are likely to change from picture to picture.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>Profiles and levels follow the same design considerations known from AVC, HEVC, and video codecs as old as MPEG-1 Video. The profile defines a set of tools (not to confuse with the &quot;toolset&quot; discussed below) that a decoder compliant with this profile has to support. In EVC, profiles are defined in Annex A.  Formally, they are defined as a set of constraints that a bitstream needs to conform to. In EVC, the Baseline profile is much more severely constraint than the Main profile, reducing implementation complexity. Levels relate to bitstream complexity in dimensions such as maximum sample decoding rate, maximum picture size, and similar parameters directly related to computational complexity and/or memory demands.</t>
</li></ul>

<t>Profiles and levels are signaled in the highest parameter set available, the SPS.</t>

<ul empty="true"><li>
  <t>EVC contains another mechanism related to the use of coding tools, known as the toolset syntax element. This syntax element, toolset_idc_h and toolset_idc_l located in the SPS, is a bitmask that allows encoders to indicate which coding tools they are using within the menu of profiles offered by the profile that is also signaled. No decoder conformance point is associated with the toolset, but a bitstream that was using a coding tool that is indicated as not being used in the toolset syntax element would be non-compliant. While MPEG specifically rules out the use of the toolset syntax element as a conformance point, walled garden implementations could do so without incurring the interoperability problems MPEG fears and create bitstreams and decoders that do not support one or more given tools. That, in turn, may be useful to mitigate certain intellectual property-related risks.</t>
</li></ul>

<t>Bitstream and elementary stream</t>

<ul empty="true"><li>
  <t>Above the Coded Video Sequence (CVS), EVC defines a video bitstream that can be used as an elementary stream in the MPEG systems context. For this memo, the video bitstream syntax level is not relevant.</t>
</li></ul>

<t>Random access support</t>

<ul empty="true"><li>
  <t>EVC supports random access mechanisms based on IDR and CRA access units.</t>
</li></ul>

<t>Temporal scalability support</t>

<ul empty="true"><li>
  <t>EVC supports temporal scalability through the generalized reference picture selection approach known since AVC/SVC. Up to six temporal layers are supported. The temporal layer is signaled in the NAL unit header (which co-serves as the payload header in this memo), in the nuh_temporal_id field.</t>
</li></ul>

<t>Reference picture management</t>

<ul empty="true"><li>
  <t>EVC&#39;s reference picture management is POC-based (Picture Order Count), similar to HEVC. In the Main profile, substantially all reference picture list manipulations available in HEVC are available, including explicit transmissions/updates of reference picture lists, although for reference pictures management purposes, EVC uses a modern VVC-like RPL approach, which is conceptually simpler than the HEVC one. In the Baseline profile, reference picture management is more restricted, allowing for a comparatively simple group of picture structures only.</t>
</li></ul>

<t>SEI Message</t>

<ul empty="true"><li>
  <t>EVC inherits many of HEVC&#39;s SEI Messages, occasionally with syntax and/or semantics changes, making them applicable to EVC. In addition, some of the codec-agnostic SEI Messages of the VSEI specification are also mapped.</t>
</li></ul>

</section>
<section anchor="parallel-processing-support-informative"><name>Parallel Processing Support (informative)</name>

<ul empty="true"><li>
  <t>EVC&#39;s Baseline profile includes no tools specifically addressing parallel processing support. The Main profile includes independently decodable slices for parallel processing. The slices are defined as any rectangular region within a picture and can be encoded to have no coding dependencies with other slices in the same picture but with other slices from the previous picture. No specific support for parallel processing is specified in this RTP payload format.</t>
</li></ul>

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

<t>EVC maintains the NAL unit concept of <xref target="VVC"/> with different parameter options. EVC also uses a two-byte NAL unit header, as shown in <xref target="evc-nuh"/>.  The payload of a NAL unit refers to the NAL unit excluding the NAL unit header.</t>

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

                  The Structure of the EVC NAL Unit Header
]]></artwork></figure>

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

<t>F: 1 bit</t>

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

<t>Type: 6 bits</t>

<ul empty="true"><li>
  <t>nal_unit_type_plus1.  This field specifies the NAL unit type as in Table 4 of <xref target="EVC"/>. If the value of this field is less than and equal to 23, the NAL unit is a VCL NAL unit. Otherwise, the NAL unit is a non-VCL NAL unit. For a reference of all currently defined NAL unit types and their semantics, please refer to Section 7.4.2.2 in <xref target="EVC"/>.</t>
</li></ul>

<t>TID: 3 bits</t>

<ul empty="true"><li>
  <t>nuh_temporal_id.  This field specifies the temporal identifier of the NAL unit. The value of TemporalId is equal to TID. TemporalId shall be equal to 0 if it is an IDR NAL unit type (NAL unit type 1).</t>
</li></ul>

<t>Reserve: 5 bits</t>

<ul empty="true"><li>
  <t>nuh_reserved_zero_5bits. This field shall be equal to the version of the EVC standard. Values of nuh_reserved_zero_5bits greater than 0 are reserved for future use by ISO/IEC. Decoders conforming to a profile specified in <xref target="EVC"/>&#39;s Annex A shall ignore (i.e., remove from the bitstream and discard) all NAL units with values of nuh_reserved_zero_5bits greater than 0.</t>
</li></ul>

<t>E: 1 bit</t>

<ul empty="true"><li>
  <t>nuh_extension_flag. This field shall be equal to the version of the EVC standard. The value of nuh_extension_flag equal to 1 is reserved for future use by ISO/IEC. Decoders conforming to a profile specified in <xref target="EVC"/>&#39;s Annex A shall ignore (i.e., remove from the bitstream and discard) all NAL units with values of nuh_extension_flag equal to 1.</t>
</li></ul>

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

<t>This payload format defines the following processes required for transport of EVC-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 EVC-coded NAL units into RTP packets using
three types of payload structures: a single NAL unit,
aggregation, and fragment unit</t>
  <t>transmission of EVC NAL units of the same bitstream within a
single RTP stream.</t>
  <t>media type parameters to be used with the Session Description 
Protocol (SDP) <xref target="RFC8866"/></t>
  <t>usage of RTCP feedback messages</t>
</list></t>

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

<t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL
NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;,
&quot;MAY&quot;, and &quot;OPTIONAL&quot; 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"><name>Definitions and Abbreviations</name>

<section anchor="definitions"><name>Definitions</name>
<t>This document uses the terms and definitions of EVC.  <xref target="definitionforevc"/>
lists relevant definitions from <xref target="EVC"/> for convenience.  <xref target="def"/>
provides definitions specific to this memo.</t>

<section anchor="definitionforevc"><name>Definitions from the EVC Standard</name>

<t>Access Unit: 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>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 coded pictures and associated data forming one or more coded video sequences (CVSs).</t>

<t>Coded Picture: A coded representation of a picture containing all CTUs of the picture.</t>

<t>Coded Video Sequence (CVS): A sequence of access units that consists, in decoding order, of an IDR access unit, followed by zero or more access units that are not IDR access units, including all subsequent access units up to but not including any subsequent access unit that is an IDR access unit.</t>

<t>Coding Tree Block (CTB): An NxN block of samples for some value of N such that the division of a component into CTBs is a partitioning.</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>Decoded Picture: A decoded picture is derived by decoding a coded picture.</t>

<t>Decoded Picture Buffer (DPB): A buffer holding decoded pictures for reference, output reordering, or output
delay specified for the hypothetical reference decoder in Annex C of <xref target="EVC"/> standard.</t>

<t>Dynamic Range Adjustment (DRA): A mapping process that is applied to decoded picture  prior to cropping and output as part of the decoding process and is controlled by parameters conveyed in an Adaptation Parameter Set (APS).</t>

<t>Hypothetical Reference Decoder (HRD): A hypothetical decoder model that specifies constraints on the variability of conforming NAL unit streams or conforming byte streams that an encoding process may produce.</t>

<t>IDR access unit: access unit in which the coded picture is an IDR picture.</t>

<t>IDR picture: coded picture for which each VCL NAL unit has NalUnitType equal to IDR_NUT.</t>

<t>Level: A defined set of constraints on the values that may be taken by the syntax elements and variables of this document, or the value of a transform coefficient prior to scaling.</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.</t>

<t>Network Abstraction Layer (NAL) Unit Stream: A sequence of NAL units.</t>

<t>Non-IDR Picture: A coded picture that is not an IDR picture.</t>

<t>Non-VCL NAL Unit: A NAL unit that is not a VCL NAL unit.</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 Order Count (POC): A variable that is associated with each picture, uniquely identifies the associated picture among all pictures in the CVS, and, when the associated picture is to be output from the decoded picture buffer, indicates the position of the associated picture in output order relative to the output order positions of the other pictures in the same CVS that are to be output from the decoded picture buffer.</t>

<t>Raw Byte Sequence Payload (RBSP): A syntax structure containing an integer number of bytes that is encapsulated in a NAL unit and that is either empty or has the form of a string of data bits containing syntax elements followed by an RBSP stop bit and zero or more subsequent bits equal to 0.</t>

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

<t>Slice: integer number of tiles of a picture in the tile scan of the picture and that are exclusively contained in a single NAL unit.</t>

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

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

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

<t>Tile scan: A specific sequential ordering of CTUs partitioning a picture in which the CTUs are ordered consecutively in CTU raster scan in a tile whereas tiles in a picture are ordered consecutively in a raster scan of the tiles 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 NalUnitType that are classified as VCL NAL units in this document.</t>

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

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

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

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

<t>NALU-time: The value that the RTP timestamp would have if the NAL unit would be transported in its own RTP packet.</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="EVC"/>, 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 a EVC bitstream, which may contain one or more temporal sub-layers.</t>

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

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

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

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

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

<t>ATS &#160;&#160;&#160;&#160;&#160;&#160; Adaptive Transform Selection</t>

<t>B &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Bi-predictive</t>

<t>CBR &#160;&#160;&#160;&#160;&#160;&#160; Constant Bit Rate</t>

<t>CPB  &#160;&#160;&#160;&#160;&#160;&#160; Coded Picture Buffer</t>

<t>CTB &#160;&#160;&#160;&#160;&#160;&#160; Coding Tree Block</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>HRD &#160;&#160;&#160;&#160;&#160;&#160; Hypothetical Reference Decoder</t>

<t>HSS &#160;&#160;&#160;&#160;&#160;&#160; Hypothetical Stream Scheduler</t>

<t>I &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Intra</t>

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

<t>LSB &#160;&#160;&#160;&#160;&#160;&#160; Least Significant Bit</t>

<t>LTRP &#160;&#160;&#160;&#160;&#160; Long-Term Reference Picture</t>

<t>MMVD &#160;&#160;&#160;&#160;&#160; Merge with Motion Vector Difference</t>

<t>MSB &#160;&#160;&#160;&#160;&#160;&#160; Most Significant Bit</t>

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

<t>P &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Predictive</t>

<t>POC &#160;&#160;&#160;&#160;&#160;&#160; Picture Order Count</t>

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

<t>QP &#160;&#160;&#160;&#160;&#160;&#160;&#160; Quantization Parameter</t>

<t>RBSP &#160;&#160;&#160;&#160;&#160; Raw Byte Sequence Payload</t>

<t>RGB &#160;&#160;&#160;&#160;&#160;&#160; Same as GBR</t>

<t>SAR &#160;&#160;&#160;&#160;&#160;&#160; Sample Aspect Ratio</t>

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

<t>SODB &#160;&#160;&#160;&#160;&#160; String Of Data Bits</t>

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

<t>STRP &#160;&#160;&#160;&#160;&#160; Short-Term Reference Picture</t>

<t>VBR &#160;&#160;&#160;&#160;&#160;&#160; Variable Bit Rate</t>

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

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

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

<t>The format of the RTP header is specified in <xref target="RFC3550"/> (reprinted as
<xref target="rtp-header"/> 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-header"><sourcecode type="~"><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |V=2|P|X|  CC   |M|     PT      |       sequence number         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           timestamp                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |           synchronization source (SSRC) identifier            |
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
   |            contributing source (CSRC) identifiers             |
   |                             ....                              |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                     RTP Header According to {{RFC3550}}
]]></sourcecode></figure>

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

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

<ul empty="true"><li>
  <t>Set for the last packet 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>
</li></ul>

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

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

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

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

<t>Timestamp: 32 bits</t>

<ul empty="true"><li>
  <t>The RTP timestamp is set to the sampling timestamp of the content. A 90 kHz clock rate MUST be used.  If the NAL unit has no timing properties of its own (e.g., parameter sets or certain 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 is included.  For SEI messages, this information is specified in Annex D of <xref target="EVC"/>. Receivers MUST use the RTP timestamp for the display process, even when the bitstream contains picture timing SEI messages or decoding unit information SEI messages as specified in <xref target="EVC"/>.</t>
</li></ul>

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

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

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

<t>The first two bytes of the payload of an RTP packet are referred to as the payload header.  The payload header consists of the same fields (F, TID, Reserve and E) 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 with larger TID value are not used for the decoding of the ones with smaller TID value. A lower value of TID indicates a higher importance. More-important NAL units MAY be better protected against transmission losses than less-important NAL units.</t>

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

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

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

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

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

<t>A single NAL unit packet contains exactly one NAL unit, and consists of a payload header as defined in Table 4 of <xref target="EVC"/> (denoted as PayloadHdr), followed by 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 (defined in <xref target="optionalParameters"/> is greater than 0, the DONL field MUST be present, and the variable DON for the contained NAL unit is derived as equal to the value of the DONL field.  Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present.</t>

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

<t>Aggregation Packets (APs) enable the reduction 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, and it MUST NOT contain NAL units from more than one AU. Each NAL unit to be carried in an AP is encapsulated in an aggregation unit. NAL units aggregated in one AP are included in NAL-unit-decoding order.</t>

<t>An AP consists of a payload header, as defined in Table 4 of <xref target="EVC"/> (denoted here as PayloadHdr with Type=56) 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=56)       |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
 |                                                               |
 |             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 56.</t>

<t>The value of TID MUST be the smallest value of TID of all the aggregated NAL units. The value of Reserve and E Must be equal to 0 for this specification.</t>

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

<t>An AP MUST carry at least two aggregation units and can carry as many aggregation units as necessary; however, the total amount of data in an AP obviously MUST fit into an IP packet, and the size SHOULD be chosen so that the resulting IP packet is smaller than the path 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>

<ul empty="true"><li>
  <t>Informative note: The first octet of <xref target="au-first-nhdr"/> (indicated by the first colon) belongs to a previous aggregation unit. It is depicted to emphasize that aggregation units are octet aligned only. Similarly, the NAL unit carried in the aggregation unit can terminate at the octet boundary.</t>
</li></ul>

<t>The DONL field, when present, specifies the value of the 16 least significant bits of the decoding order number of the 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. The variable DON for the aggregated NAL unit is derived as equal to the value of the DONL field, and the variable DON for an aggregation unit that is not the first aggregation unit in an AP-aggregated NAL unit is derived as equal to the DON of the preceding aggregated NAL unit in the same AP plus 1 modulo 65536. Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present in an aggregation unit that is the first aggregation unit in an AP</t>

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

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

      The Structure of an Aggregation Unit That Is Not the First
                        Aggregation Unit in an AP
]]></artwork></figure>

<ul empty="true"><li>
  <t>Informative note: The first octet of <xref target="au-not-first-nhdr"/> (indicated by the first colon) belongs to a previous aggregation unit. It is depicted to emphasize that aggregation units are octet aligned only. Similarly, the NAL unit carried in the aggregation unit can terminate at the octet boundary.</t>
</li></ul>

<t><xref target="au-wout-donl"/> presents an example of an AP that contains two aggregation
units, labeled as  NALU 1 and  NALU 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=56)        |         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  NALU 1 and  NALU 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=56)        |        NALU 1 DONL            |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 1 Size          |            NALU 1 HDR         |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 |                 NALU 1 Data   . . .                           |
 |                                                               |
 +        . . .                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :          NALU 2 Size          |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 2 HDR           |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+          NALU 2 Data          |
 |                                                               |
 |        . . .                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                An Example of an AP Containing 
              Two Aggregation Units with the DONL Field
]]></artwork></figure>

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

<t>Fragmentation Units (FUs) are introduced to enable fragmenting a single NAL unit into multiple RTP packets, possibly without cooperation or knowledge of the EVC 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 must 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 as defined in Table 4 of <xref target="EVC"/> (denoted as PayloadHdr with type=57), 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=57)       |   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 57.  The fields F, TID, Reserve and E MUST be equal to the fields F, TID, Reserve and E, respectively, of the fragmented NAL unit.</t>

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

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

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

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

<t>S: 1 bit</t>

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

<t>E: 1 bit</t>

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

<t>FuType: 6 bits</t>

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

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

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

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

<t>The FU payload consists of fragments of the payload of the fragmented NAL unit so that if the FU payloads of consecutive FUs, starting with an FU with the S bit equal to 1 and ending with an FU with the E bit equal to 1, are sequentially concatenated, the payload of the fragmented NAL unit can be reconstructed.  The NAL unit header of the fragmented NAL unit is not included as such in the FU payload, but rather the information of the NAL unit header of the fragmented NAL unit is conveyed in F, TID, Reserve and E 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 gracefully handle incomplete NAL units.</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

<t><list style="symbols">
  <t>AbsDon[n] greater than AbsDon[m] indicates that NAL unit n follows NAL unit m in NAL unit decoding order.</t>
  <t>When AbsDon[n] is equal to AbsDon[m], the NAL unit decoding order of the two NAL units can be in either order.</t>
  <t>AbsDon[n] less than AbsDon[m] indicates that NAL unit n precedes NAL unit m in decoding order.  <vspace blankLines='1'/>
    <ul empty="true"><li>
      <ul empty="true"><li>
        <t>Informative note: When two consecutive NAL units in the NAL
unit decoding order has different values of AbsDon, the
the absolute difference between the two AbsDon values may be
greater than or equal to 1.</t>
      </li></ul>
    </li></ul>
  <vspace blankLines='1'/>
    <ul empty="true"><li>
      <ul empty="true"><li>
        <t>Informative note: There are multiple reasons to allow for the absolute difference of the values of AbsDon for two consecutive NAL units in the NAL unit decoding order to be greater than one. An increment by one is not required, as at the time of associating values of AbsDon to NAL units, it may not be known whether all NAL units are to be delivered to the receiver. For example, a gateway might not forward VCL NAL units of higher sub-layers or some SEI NAL units when there is congestion in the network. In another example, the first intra-coded picture of a pre-encoded clip is transmitted in advance to ensure that it is readily available in the receiver. When transmitting the first intra-coded picture, the originator still determines 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 the values of AbsDon may occur.</t>
      </li></ul>
    </li></ul>
  </t>
</list></t>

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

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

<t><list style="symbols">
  <t>If sprop-max-don-diff is greater than 0, the transmission order of NAL units carried in the RTP stream MAY be different from the NAL unit decoding order. Otherwise (sprop-max-don-diff equals 0), the transmission order of NAL units carried in the RTP stream MUST be the same as the NAL unit decoding order.</t>
  <t>A NAL unit of small size SHOULD be encapsulated in an aggregation packet together with one or more other NAL units 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 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 precisely one NAL unit in an RTP packet, a single NAL unit packet MUST be used.</t>
</list></t>

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

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

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

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

<t>NAL units with NAL unit type values in the range of 0 to 55, inclusive, may be passed to the decoder. NAL-unit-like structures with NAL unit type values in the range of 56 to 62, 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 to reorder NAL units from transmission order to the NAL unit decoding order. In this section, the receiver operation is described under the assumption that there is no transmission delay jitter within an RTP stream. To make a difference from a practical receiver buffer that is also used for compensation of transmission delay jitter, the receiver buffer is hereafter called the de-packetization buffer in this section. Receivers should also prepare for transmission delay jitter; that is, either reserve separate buffers for transmission delay jitter buffering and de-packetization buffering or use a receiver buffer for both transmission delay jitter and de-packetization. Moreover, receivers should take transmission delay jitter into account in the buffering operation, e.g., by additional initial buffering before starting of decoding and playback.</t>

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

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

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

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

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

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

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

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

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

<!-- Section 7 -->

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

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

<t>Parameters starting with the string &quot;sprop&quot; for stream properties can be used by a sender to provide a receiver with the properties of the stream that is or will be sent. The media sender (and not the receiver) selects whether, and with what values, &quot;sprop&quot; parameters are being sent. This uncommon characteristic of the &quot;sprop&quot; parameters may not be intuitive in the context of some signaling protocol concepts, especially with offer/answer.  Please see <xref target="sdpoa"/> for guidance specific to the use of sprop parameters in the Offer/Answer case.</t>

<!-- Section 7.1 -->

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

<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;evc</t>

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

<t>Optional parameters: profile-id, level-id, toolset-id, max-recv-level-id, sprop-sps, sprop-pps, sprop-sei, sprop-max-don-diff, sprop-depack-buf-bytes, depack-buf-cap (refer to <xref target="optionalParameters"/> for definitions)</t>

<t>Encoding considerations:</t>

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

<t>Security considerations:</t>

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

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

<t>Published specification:</t>

<ul empty="true"><li>
  <t>Please refer to RFC XXXX and EVC standard <xref target="EVC"/>.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>Any application that relies on EVC-based video services over RTP</t>
</li></ul>

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

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

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

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

<t>Intended usage: COMMON</t>

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

<t>Author: See Authors&#39; Addresses section of RFC XXXX.</t>

<t>Change controller:</t>

<ul empty="true"><li>
  <t>IETF &lt;avtcore@ietf.org&gt;</t>
</li></ul>

<!-- Section 7.2 -->

</section>
<section anchor="optionalParameters"><name>Optional Parameters Definition</name>

<t>profile-id, level-id, toolset-id:</t>

<ul empty="true"><li>
  <t>These parameters indicate the profile, the level, and constraints of the bitstream carried by the RTP stream, or a specific set of the profile, the level, and constraints the receiver supports.</t>
</li></ul>

<ul empty="true"><li>
  <t>More specifications of these parameters, including how they relate to syntax elements specified in <xref target="EVC"/> are provided below.</t>
</li></ul>

<t>profile-id:</t>

<ul empty="true"><li>
  <t>When profile-id is not present, a value of 0 (i.e., the Baseline profile) MUST be inferred.</t>
</li></ul>

<ul empty="true"><li>
  <t>When used to indicate properties of a bitstream, profile-id MUST be derived from the profile_idc in the SPS.</t>
</li></ul>

<ul empty="true"><li>
  <t>EVC bitstreams transported over RTP using the technologies of this memo SHOULD refer only to SPSs that have the same value in profile_idc, unless the sender has a priori knowledge that a receiver can correctly decode the EVC bitstream with different profile_idc values (for example in walled garden scenarios).  As exceptions to this rule, if the receiver is known to support Baseline profile, a bitstream could safely end with CVS referring to an SPS wherein profile_idc indicates the Baseline Still Picture profile.  A similar exception can be made for Main profile and Main Still picture profile.</t>
</li></ul>

<t>level-id:</t>

<ul empty="true"><li>
  <t>When level-id is not present, a value of 90 (corresponding to level 3, which allows for approximately SD TV resolution and frame rates; for details please see Annex A of EVC) MUST be inferred.</t>
</li></ul>

<ul empty="true"><li>
  <t>When used to indicate properties of a bitstream, level-id MUST be derived from the level_idc in the SPS.</t>
</li></ul>

<ul empty="true"><li>
  <t>If the level-id parameter is used for capability exchange, the following applies. If max-recv-level-id is not present, the default level defined by level-id indicates the highest level the codec wishes to support. Otherwise, max-recv-level-id indicates the highest level the codec supports for receiving. For either receiving or sending, all levels that are lower than the highest level supported MUST also be supported.</t>
</li></ul>

<t>toolset-id:</t>

<ul empty="true"><li>
  <t>This parameter is a base64 encoding (Section 4 of <xref target="RFC4648"></xref>) representation of a 64 bit unsigned integer bit mask derived from the concatenation, in network byte order, of the syntax elements toolset_idc_h and toolset_idc_l.  When used to indicate properties of a bitstream, its value MUST be derived from toolset_idh_h and toolset_idc_l in the sequence parameter set.</t>
</li></ul>

<t>max-recv-level-id:</t>

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

<t>The value of max-recv-level-id MUST be in the range of 0 to 255, inclusive.P.</t>

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

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

<t>sprop-sps:</t>

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

<t>sprop-pps:</t>

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

<t>sprop-sei:</t>

<ul empty="true"><li>
  <t>This parameter MAY be used to convey one or more SEI messages that describe bitstream characteristics.  When present, a decoder can rely on the bitstream characteristics that are described in the SEI messages for the entire duration of the session, independently from the persistence scopes of the SEI messages as specified in <xref target="VSEI"/>.</t>
</li></ul>

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

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: Intentionally, no list of applicable or inapplicable SEI messages is specified here.  Conveying certain SEI messages in sprop-sei may be sensible in some application scenarios and meaningless in others.  However, a few examples are described below:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>1) In an environment where the bitstream was created from film-based source material, and no splicing is going to occur during the lifetime of the session, the film grain characteristics SEI message is likely meaningful, and sending it in sprop-sei rather than in the bitstream at each entry point may help with saving bits and allows one to configure the renderer only once, avoiding unwanted artifacts.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>2) Examples for SEI messages that would be meaningless to be conveyed in sprop-sei include the decoded picture hash SEI message (it is close to impossible that all decoded pictures have the same hashtag) or the filler payload SEI message (as there is no point in just having more bits in SDP).</t>
  </li></ul>
</li></ul>

<t>sprop-max-don-diff:</t>

<ul empty="true"><li>
  <t>If there is no NAL unit naluA that is followed in transmission order by any NAL unit preceding naluA in decoding order (i.e., the transmission order of the NAL units is the same as the decoding order), the value of this parameter MUST be equal to 0.</t>
</li></ul>

<ul empty="true"><li>
  <t>Otherwise, this parameter specifies the maximum absolute difference between the decoding order number (i.e., AbsDon) values of any two NAL units naluA and naluB, where naluA follows naluB in decoding order and precedes naluB in transmission order.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of sprop-max-don-diff MUST be an integer in the range of 0 to 32767, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <t>When not present, the value of sprop-max-don-diff is inferred to be equal to 0.</t>
</li></ul>

<t>sprop-depack-buf-bytes:</t>

<ul empty="true"><li>
  <t>This parameter signals the required size of the de-packetization buffer in units of bytes.  The value of the parameter MUST be greater than or equal to the maximum buffer occupancy (in units of bytes) of the de-packetization buffer as specified in Section 6.</t>
</li></ul>

<ul empty="true"><li>
  <t>The value of sprop-depack-buf-bytes MUST be an integer in the range of 0 to 4294967295, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <t>When sprop-max-don-diff is present and greater than 0, this parameter MUST be present and the value MUST be greater than 0.  When not present, the value of sprop-depack-buf-bytes is inferred to be equal to 0.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: The value of sprop-depack-buf-bytes indicates the required size of the de-packetization buffer only.  When network jitter can occur, an appropriately sized jitter buffer has to be available as well.</t>
  </li></ul>
</li></ul>

<t>depack-buf-cap:</t>

<ul empty="true"><li>
  <t>This parameter signals the capabilities of a receiver implementation and indicates the amount of de-packetization buffer space in units of bytes that the receiver has available for reconstructing the NAL unit decoding order from NAL units carried in the RTP stream.  A receiver is able to handle any RTP stream for which the value of the sprop-depack-buf-bytes parameter is smaller than or equal to this parameter.</t>
</li></ul>

<ul empty="true"><li>
  <t>When not present, the value of depack-buf-cap is inferred to be equal to 4294967295.  The value of depack-buf-cap MUST be an integer in the range of 1 to 4294967295, inclusive.</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: depack-buf-cap indicates the maximum possible size of the de-packetization buffer of the receiver only, without allowing for network jitter.</t>
  </li></ul>
</li></ul>

<!-- Section 7.3 -->

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

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

<!-- Section 7.3.1 -->

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

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

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

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

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

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

<t>A SIP offer/answer exchange wherein both parties are expected to both send and receive could look like the following. Only the media codec-specific parts of the SDP are shown.</t>

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

]]></artwork></figure>

<ul empty="true"><li>
  <t>The above represents an offer for symmetric video communication using <xref target="EVC"/> and its payload specification at the main profile and level 3.0.  Informally speaking, this offer tells the receiver of the offer that the sender is willing to receive up to xKpxx resolution at the maximum bitrates specified in <xref target="EVC"/>. At the same time, if this offer were accepted &quot;as is&quot;, the offer can expect that the answerer would be able to receive and properly decode EVC media up to and including level 3.0.</t>
</li></ul>

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

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>Informative note: level_id shall be set equal to a value of 30 times the level number specified in Table A.1 of EVC.</t>
  </li></ul>
</li></ul>

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

<!-- Section 7.3.2 -->

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

<t>This section describes the negotiation of unicast messages using the offer/answer model described in <xref target="RFC3264"/> and its updates.</t>

<t>This section applies to all profiles defined in <xref target="EVC"/>, specifically to Baseline, Main, and the associated still image profiles.</t>

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

<t>The parameters identifying a media format configuration for EVC are profile-id and level-id. Profile_id MUST be used symmetrically.</t>

<t>The answerer MUST structure its answer according to one of the following three options:</t>

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

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

<t>Informative note: The above requirement for symmetric use does not apply for level-id and does not apply for the other bitstream or RTP stream properties and capability parameters, as described in <xref target="formatconfig"/> (Payload format config) below.</t>

<t>To simplify handling and matching of these configurations, the same RTP payload type number used in the offer SHOULD also be used in the answer, as specified in <xref target="RFC3264"></xref>.</t>

<t>The answer MUST NOT contain a payload type number used in the offer for the media subtype unless the configuration is the same as in the offer or the configuration in the answer only differs from that in the offer with a different value of level-id.</t>

<!-- Section 7.3.2.x -->

<section anchor="formatconfig"><name>Payload Format Configuration</name>

<t>The following limitations and rules pertain to the configuration of the payload format buffer management.</t>

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

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

<t>When an offerer offers an interleaved stream, indicated by the presence of sprop-max-don-diff with a value larger than zero, the offerer MUST include the size of the de-packetization buffer sprop-depack-buf-bytes.</t>

<t>To enable the offerer and answerer to inform each other about their capabilities for de-packetization buffering in receiving RTP streams, both parties are RECOMMENDED to include depack-buf-cap.</t>

<t>The parameters sprop-sps, or sprop-pps, when present (included in the &quot;a=fmtp&quot; line of SDP or conveyed using the &quot;fmtp&quot; source attribute, as specified in Section 6.3 of <xref target="RFC5576"></xref>), are used for out-of-band transport of the parameter sets (SPS or PPS, respectively).
The answerer MAY use either out-of-band or in-band transport of parameter sets for the bitstream it is sending, regardless of whether out-of-band parameter sets transport has been used in the offerer-to-answerer direction. Parameter sets included in an answer are independent of those parameter sets included in the offer, as they are used for decoding two different bitstreams; one from the answerer to the offerer and the other in the opposite direction. In case some RTP packets are sent before the SDP offer/answer settles down, in-band parameter sets MUST be used for those RTP stream parts sent before the SDP offer/answer.</t>

<t>The following rules apply to transport of parameter sets in the offerer-to-answerer direction.</t>

<t>An offer MAY include sprop-sps, and/or sprop-pps. If none of these parameters are present in the offer, then only in-band transport of parameter sets is used.</t>

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

<t>The following rules apply to transport of parameter sets in the answerer-to-offerer direction.</t>

<t>An answer MAY include sprop-sps, and/or sprop-pps. If none of these parameters are present in the answer, then only in-band transport of parameter sets is used.</t>

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

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

<t><xref target="params-interpretation"/> lists the interpretation of all the parameters that MAY be used for the various combinations of offer, answer, and direction attributes.</t>

<figure anchor="params-interpretation"><artwork><![CDATA[
                                 sendonly --+
                              recvonly --+  |
                           sendrecv --+  |  |
                                      |  |  |
   profile-id                         C  C  P
   level-id                           D  D  P
   toolset-id                         C  C  P
   max-recv-level-id                  R  R  -
   sprop-max-don-diff                 P  -  P
   sprop-depack-buf-bytes             P  -  P
   depack-buf-cap                     R  R  -
   sprop-sei                          P  -  P
   sprop-sps                          P  -  P
   sprop-pps                          P  -  P


Legend:

 C: configuration for sending and receiving bitstreams
 D: changeable configuration, same as C, except possible to 
    answer with a different but consistent value (see the semantics 
    of the level-id parameter on these parameters being 
    consistent-basically, level down-grading is allowed)

 P: properties of the bitstream to be sent
 R: receiver capabilities
 O: operation point selection
 X: MUST NOT be present
 -: not usable, when present MUST be ignored


Interpretation of Parameters for Various Combinations of 
Offers, Answers, and Direction Attributes.

]]></artwork></figure>

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

<t>When a sender&#39;s capabilities are declared with the configuration parameters, these parameters express a configuration that is acceptable for the sender to receive bitstreams. In order to achieve high interoperability levels, it is often advisable to offer multiple alternative configurations. It is impossible to offer multiple configurations in a single payload type. Thus, when multiple configuration offers are made, each offer requires its own RTP payload type associated with the offer.</t>

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

<t>Informative note: In implementations of various H.26x video coding payload Formats including those for <xref target="AVC"/> and <xref target="HEVC"/>, it was occasionally observed that implementations were incapable of parsing most (or all) of the optional parameters and hence rejected offers other than the most basic offers. As a result, the offer/answer exchange resulted in a baseline performance (using the default values for the optional parameters) with the resulting suboptimal user experience. However, there are valid reasons to forego the implementation complexity of implementing the parsing of some or all of the optional parameters, for example, when there is predetermined knowledge, not negotiated by an SDP-based offer/answer process, of the capabilities of the involved systems (walled gardens, baseline requirements defined in application standards higher up in the stack, and similar).</t>

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

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

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

<t>The media format configuration is identified by profile-id and level-id. These media format configuration parameters, including level-id, MUST be used symmetrically; that is, the answerer MUST either maintain all configuration parameters or remove the media format (payload type) completely. Note that this implies that the level-id for offer/answer in multicast is not changeable.</t>

<t>To simplify the handling and matching of these configurations, the same RTP payload type number used in the offer SHOULD also be used in the answer, as specified in <xref target="RFC3264"></xref>. An answer MUST NOT contain a payload type number used in the offer unless the configuration is the same as in the offer.</t>

<t>Parameter sets received MUST be associated with the originating source and MUST only be used in decoding the incoming bitstream from the same source.</t>

<t>The rules for other parameters are the same as above for unicast as long as the three above rules are obeyed.</t>

</section>
<section anchor="declativeSessiondesc"><name>Usage in Declarative Session Descriptions</name>

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

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

<t>Declaring actual configuration or bitstream properties:</t>

<t>profile-id
level-id
sprop-sps
sprop-pps
sprop-max-don-diff
sprop-depack-buf-bytes
sprop-sei</t>

<t>Not usable (when present, they MUST be ignored):</t>

<t>depack-buf-cap
recv-sublayer-id</t>

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

</section>
<section anchor="consider4pps"><name>Considerations for Parameter Sets</name>

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

<!-- Section 8 -->

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

<t>The following subsections define the use of the Picture Loss Indication (PLI) and Full Intra Request (FIR) feedback messages with <xref target="EVC"/>. The PLI is defined in <xref target="RFC4585"/>, and the FIR message is defined in <xref target="RFC5104"/>.</t>

<t>In accordance with this memo, unlike <xref target="HEVC"/>, a sender MUST NOT send Slice Loss Indication (SLI) or Reference Picture Selection Indication (RPSI), and a receiver SHOULD ignore RPSI and treat a received SLI as a PLI.</t>

<!-- Section 8.1 -->

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

<t>As specified in Section 6.3.1 of <xref target="RFC4585"/>, the reception of a PLI by a media sender indicates &quot;the loss of an undefined amount of coded video data belonging to one or more pictures&quot;. Without having any specific knowledge of the setup of the bitstream (such as use and location of in-band parameter sets, IDR picture locations, picture structures, and so forth), a reaction to the reception of a PLI by a EVC sender SHOULD be to send an IDR 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, such information can be parameter sets that have been conveyed out of band through mechanisms not defined in this document and that are known to 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 <xref target="RFC4585"/> MUST be observed.</t>

<!-- Section 8.2 -->

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

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

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

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

<t>The scope of this section is limited to the payload format itself and to one feature of <xref target="EVC"/> 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 seem 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 &quot;Securing the RTP Framework: Why RTP Does Not Mandate a Single Media Security Solution&quot; <xref target="RFC7202"/> discusses, it is not an RTP payload format&#39;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 &quot;Options for Securing RTP Sessions&quot; <xref target="RFC7201"/>. Applications SHOULD use one or more appropriate strong security mechanisms.  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.</t>

<t>EVC 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 but NOT REQUIRED based on the thoughts of <xref target="RFC7202"/>.</t>

<t>Like HEVC <xref target="RFC7798"/> and <xref target="VVC"/>, <xref target="EVC"/> 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.</t>

<t><xref target="EVC"></xref> leaves the handling of this SEI message to the receiving system. In order to avoid harmful side effects of the user data SEI message, decoder implementations cannot naively trust its content. For example, it would be a bad and insecure implementation practice to forward any JavaScript a decoder implementation detects to a web browser. The safest way to deal with user data SEI messages is to simply discard them, but that can have negative side effects on the quality of experience by the user.</t>

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

</section>
<section anchor="CC"><name>Congestion Control</name>

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

<t>The key mechanism available in <xref target="EVC"></xref> is temporal scalability. A media sender can remove NAL units belonging to higher temporal sub-layers (i.e., those NAL units with a large value of TID) until the sending bitrate drops to an acceptable range.</t>

<t>The mechanisms mentioned above generally work within a defined profile and level; 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, because the trailing FUs are meaningless to most decoders. MANE can also remove higher temporal scalable layers if the outbound transmission (from the MANE&#39;s viewpoint) experiences congestion.</t>

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

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

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

<t>Large parts of this specification share text with the RTP payload format for VVC <xref target="RFC9328"/>. Roman Chernyak is thanksed for his valueable review comments. We thank the authors of that specification for their excellent work.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

<reference anchor="ISO23094-1" target="https://www.iso.org/standard/57797.html">
  <front>
    <title>ISO/IEC DIS Information technology --- General video coding --- Part 1 Essential video coding</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="EVC" target="https://www.iso.org/standard/57797.html">
  <front>
    <title>ISO/IEC 23094-1 Essential Video Coding</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>




<reference anchor='RFC9328'>
<front>
<title>RTP Payload Format for Versatile Video Coding (VVC)</title>
<author fullname='S. Zhao' initials='S.' surname='Zhao'><organization/></author>
<author fullname='S. Wenger' initials='S.' surname='Wenger'><organization/></author>
<author fullname='Y. Sanchez' initials='Y.' surname='Sanchez'><organization/></author>
<author fullname='Y.-K. Wang' initials='Y.-K.' surname='Wang'><organization/></author>
<author fullname='M. M Hannuksela' initials='M.' surname='M Hannuksela'><organization/></author>
<date month='December' year='2022'/>
<abstract><t>This memo describes an RTP payload format for the Versatile Video Coding (VVC) specification, which was published as both ITU-T Recommendation H.266 and ISO/IEC International Standard 23090-3.  VVC was 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>
<seriesInfo name='RFC' value='9328'/>
<seriesInfo name='DOI' value='10.17487/RFC9328'/>
</reference>



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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


<reference anchor="VSEI" target="https://www.itu.int/rec/T-REC-H.274">
  <front>
    <title>Versatile supplemental enhancement information messages for coded video bitstreams</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>


    </references>

    <references title='Informative References'>

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



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



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



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



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


<reference anchor="HEVC" target="https://www.itu.int/rec/T-REC-H.265">
  <front>
    <title>High efficiency video coding, ITU-T Recommendation H.265</title>
    <author >
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="AVC" target="https://www.iso.org/standard/66069.html">
  <front>
    <title>ITU-T Recommendation H.264 - Advanced video coding for generic audiovisual services</title>
    <author >
      <organization></organization>
    </author>
    <date year="2014"/>
  </front>
</reference>
<reference anchor="VVC" target="http://www.itu.int/rec/T-REC-H.266">
  <front>
    <title>Versatile Video Coding, ITU-T Recommendation H.266</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>


    </references>



  </back>

<!-- ##markdown-source:
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
Zep+vSCG936PibtFuHHtN20AriNn1a1cDPclqBGdkDc7eMhrQwR1s9Ci4Quq
A2GAU3TCgq+CEiDumkfpNzA7AcYRawO1A6vDwTZhyr8UPyTffsu/DXd/GHgd
iN+j793v8ETPv74j73/nXifKLJ8O/af/kjzae7r/rH//6Mnv2693zPgvHTPi
H0N9+7tvP2dKCk+1C9ZV/JLNfs7UQxm2Yxk/9H/Jvj8D0nZuPyflhbykWGPO
o/U5V9xVvdiAe1QPxt7QAGX1iyUivtHQ0oCKyTX2Hy0Tk//cLqX/e9a1Irrg
bpSZdNBNTsOOAeF2RebCdk7cSMvPaicUDr31HjmKOos32dobHOB3nR1TWL2k
/qpelG1lxsEHMELXZrEGnE+4801xePkEKGr2DqxyUpeLdePz86ZZ4PTARQjd
l2E4nw9eDw4fGafPwNy8swtO8ob/O68VtiTCcvyupqGLte9YmyPw4Zb4nS0A
1gkuTqcP91NkJFGCnFNxReQJ17lx4svf1nmVsTVNYiTV46Ft7HCC1kIbg3/k
AUJ4SkFElvKAvxEuBsULTJu6WbZAsU7aQRhBcRT2fkm1iU6ypD5XOIn0EYoy
LWF1Un7L94ZItPJuUArQ1b/jekOmc4yAWFwlJNWpT8mtyEuY6OpMh63agBQa
O2QnJHYfz6lkYqSlUj+dacY+0tr3kxRnWjrLsVzDdZovSASIpOmRXC4dU4Pk
N66Ll11W+SUGxCJUGswEcH3maswY5dRSAyZJFtCtTLI5l3S4BwCkK8YgUJLZ
JiFwndb14I4bcZWFx/zLFsAZxoR8eNrL1DVAaqh1URVYEti2cpmu3L1rrQ1x
vpxO1+hopkrZZ0EVj/M1thbjymvmc/rYlcBW3hQWAKnoVeoUeCCC3vZJRR2S
dNBRJIqcNi5jqUjXkeS8ibPdYxoiYlo7MfBXrMxmtZv2KXdxXNuzZy5lVKLs
5XvqjIiXuCkvmZaR9cR2o2HK4DfgMphxbevC5WN/Rn2XiPx1FHZxTdZM+dEZ
NazCsjxxPVQyyAXUj009ze0K218AkeEFaJo5F4uZBDlitO+Q2Go4huim2A1M
M7lNqyg6Byr6Eu9DDkHNtRzlkTHCwSrcYNwG6zrPbkjtH2x/arRoTox3/Vjt
CojnOSggo2mt0XWOWmZpQTErdRj6uWFoib1w1JsL5mFhWo03QNkKLk1UdU42
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

-->

</rfc>

