<?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.40 (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-05" 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="September" day="19"/>

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

    <abstract>


<?line 113?>

<t>This document 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>


<?line 117?>

<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 document 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 document, 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 document, 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 document, 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 document), 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 document, 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 document.</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 Document</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 document, 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 document, 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 document.</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 document 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 document.</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 document, a sender MUST NOT send Slice Loss Indication (SLI) or Reference Picture Selection Indication (RPSI), and a receiver MUST ignore RPSI and MUST treat a received SLI as a received PLI, ignoring the &quot;First&quot;, &quot;Number&quot;, and &quot;PictureID&quot; fields of the 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 document). 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 document 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 document, 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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

-->

</rfc>

