<?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.9 (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-03" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="RTP payload format for EVC">RTP Payload Format for Essential Video Coding (EVC)</title>

    <author initials="S." surname="Zhao" fullname="Shuai Zhao">
      <organization>Intel</organization>
      <address>
        <postal>
          <street>2200 Mission College Blvd</street>
          <city>Santa Clara</city>
          <code>95054</code>
          <country>USA</country>
        </postal>
        <email>shuai.zhao@ieee.org</email>
      </address>
    </author>
    <author initials="S." surname="Wenger" fullname="Stephan Wenger">
      <organization>Tencent</organization>
      <address>
        <postal>
          <street>2747 Park Blvd</street>
          <city>Palo Alto</city>
          <code>94588</code>
          <country>USA</country>
        </postal>
        <email>stewe@stewe.org</email>
      </address>
    </author>
    <author initials="Y." surname="Lim" fullname="Youngkwon Lim">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>6625 Excellence Way</street>
          <city>Plano</city>
          <code>75013</code>
          <country>USA</country>
        </postal>
        <email>yklwhite@gmail.com</email>
      </address>
    </author>

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

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

    <abstract>


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



    </abstract>



  </front>

  <middle>


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

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

<t>This memo describes an RTP payload format for EVC. It shares its basic design with the NAL unit-based RTP payload formats of H.264 Video Coding <xref target="RFC6184"/>, Scalable Video Coding (SVC) <xref target="RFC6190"/>, High Efficiency Video Coding (HEVC) <xref target="RFC7798"/>, and Versatile Video Coding (VVC)<xref target="RFC9328"/>.  With respect to design philosophy, security, congestion control, and overall implementation complexity, it has similar properties to those earlier payload format specifications.  This is a conscious choice, as at least <xref target="RFC6184"/> is widely deployed and generally known in the relevant implementer communities.  Certain mechanisms known from <xref target="RFC6190"/> were incorporated as EVC supports temporal scalability. EVC currently does not offer higher forms of scalability.</t>

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

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

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

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

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

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

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

<t>Entropy coding</t>

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

<t>In-loop filtering</t>

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

<t>Inter-prediction</t>

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

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

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

<t>Reference frames management</t>

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

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

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

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

<t>Sequence parameter set</t>

<ul empty="true"><li>
  <t>The Sequence Parameter Set (SPS) contains syntax elements pertaining to a Coded Video Sequence (CVS), which is a group of pictures, starting with a random access point and followed by 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 was 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 visual. The profile defines a set of tools (not to confuse with the &quot;toolset&quot; discussed below) that a decoder compliant with this profile has to support. In EVC, profiles are defined in Annex A.  Formally, they are defined as a set of constraints that a bitstream needs to conform to. In EVC, the Baseline profile is much more severely constraint than the Main profile, reducing implementation complexity. Levels relate to bitstream complexity in dimensions such as maximum sample decoding rate, maximum picture size, and similar parameters directly related to computational complexity and/or memory demands.</t>
</li></ul>

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

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

<t>Bitstream and elementary stream</t>

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

<t>Random access support</t>

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

<t>Temporal scalability support</t>

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

<t>Reference picture management</t>

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

<t>SEI Message</t>

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

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

<ul empty="true"><li>
  <t>EVC&#39;s Baseline profile includes no tools specifically addressing parallel processing support.  The Main profile includes tiles as known from HEVC.  No specific support for parallel processing is specified in this RTP payload format.</t>
</li></ul>

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

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

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

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

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

<t>F: 1 bit</t>

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

<t>Type: 6 bits</t>

<ul empty="true"><li>
  <t>nal_unit_type_plus1.  This field specifies the NAL unit type as in Table 4 of 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 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 specification. Values of nuh_reserved_zero_5bits greater than 0 are reserved for future use by ISO/IEC. Decoders conforming to a profile specified in EVC 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 specification. The value of nuh_extension_flag equal to 1 is reserved for future use by ISO/IEC. Decoders conforming to a profile specified in Annex A shall ignore (i.e., remove from the bitstream and discard) all NAL units with values of nuh_extension_flag equal to 1.</t>
</li></ul>

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

<t>This payload format defines the following processes required for transport of EVC-coded data over RTP <xref target="RFC3550"/>:</t>

<t><list style="symbols">
  <t>usage of RTP header with this payload format</t>
  <t>packetization of EVC-coded NAL units into RTP packets using
three types of payload structures: a single NAL unit,
aggregation, and fragment unit</t>
  <t>transmission of EVC NAL units of the same bitstream within a
single RTP stream.</t>
  <t>media type parameters to be used with the Session Description 
Protocol (SDP) <xref target="RFC8866"/></t>
  <t>usage of RTCP feedback messages</t>
</list></t>

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

<t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL
NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;,
&quot;MAY&quot;, and &quot;OPTIONAL&quot; in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown above.</t>

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

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

<section anchor="definitionforevc"><name>Definitions from the EVC Specification</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"/> specification.</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>Tile row: A rectangular region of CTUs having a height specified by syntax elements in the PPS and a width equal to the width of the picture.</t>

<t>Tile scan: A specific sequential ordering of CTUs partitioning a picture in which the CTUs are ordered consecutively in CTU raster scan in a tile whereas tiles in a picture are ordered consecutively in a raster scan of the tiles of the picture.</t>

<t>Video coding layer (VCL) NAL unit: A collective term for coded slice NAL units and the subset of NAL units that have reserved values of NalUnitType that are classified as VCL NAL units in this document.</t>

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

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

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

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

<t>NAL unit output order: A NAL unit order in which NAL units of different access units are in the output order of the decoded pictures corresponding to the access units, as specified in <xref target="EVC"/>, and in which NAL units within an access unit are in their decoding order.</t>

<t>RTP stream: See <xref target="RFC7656"/>.  Within the scope of this memo, one RTP stream is utilized to transport a EVC bitstream, which may contain one or more temporal sub-layers.</t>

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

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

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

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

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

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

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

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

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

<t>CTB &#160;&#160;&#160;&#160;&#160;&#160; Coding Tree Block</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>The format of the RTP header is specified in <xref target="RFC3550"/> (reprinted as
<xref target="rtp-header"/> for convenience).  This payload format uses the fields of
the header in a manner consistent with that specification.</t>

<t>The RTP payload (and the settings for some RTP header bits) for
aggregation packets and fragmentation units are specified in 
<xref target="aps"/> and <xref target="funits"/>, respectively.</t>

<figure anchor="rtp-header"><sourcecode type="~"><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |V=2|P|X|  CC   |M|     PT      |       sequence number         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                           timestamp                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |           synchronization source (SSRC) identifier            |
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
   |            contributing source (CSRC) identifiers             |
   |                             ....                              |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

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

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

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

<ul empty="true"><li>
  <t>Set for the last packet of the access unit, carried in the current
RTP stream.  This is in line with the normal use of the M bit in
video formats to allow an efficient playout buffer handling.</t>
</li></ul>

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

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

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

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

<t>Timestamp: 32 bits</t>

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

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

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

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

<t>The first two bytes of the payload of an RTP packet are referred to as the payload header.  The payload header consists of the same fields (F, TID, Reserve and E) as the NAL unit header as shown in <xref target="NALUnitHeader"/>, irrespective of the type of the payload structure.</t>

<t>The TID value indicates (among other things) the relative importance of an RTP packet, for example, because NAL units belonging to higher temporal sub-layers are not used for the decoding of lower temporal sub-layers.  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 lowest 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 <xref target="EVC"/> encoder.  A fragment of a NAL unit consists of an integer number of consecutive octets of that NAL unit.  Fragments of the same NAL unit MUST be sent in consecutive order with ascending RTP sequence numbers (with no other RTP packets within the same RTP stream being sent between the first and last fragment).</t>

<t>When a NAL unit is fragmented and conveyed within FUs, it is referred to as a fragmented NAL unit.  APs MUST NOT be fragmented.  FUs MUST NOT be nested; i.e., an FU must not contain a subset of another FU.</t>

<t>The RTP timestamp of an RTP packet carrying an FU is set to the NALU-time of the fragmented NAL unit.</t>

<t>An FU consists of a payload header as defined in Table 4 of <xref target="EVC"/> (denoted as PayloadHdr with type=57), an FU header of one octet, a conditional 16-bit DONL field (in network byte order), and an FU payload, as shown in <xref target="fu-payload"/>.</t>

<figure anchor="fu-payload"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |    PayloadHdr (Type=57)       |   FU header   | DONL (cond)   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|
 | DONL (cond)   |                                               |
 |-+-+-+-+-+-+-+-+                                               |
 |                         FU payload                            |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

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

<t>The fields in the payload header are set as follows.  The Type field MUST be equal to 57.  The fields F, TID, Reserve and E MUST be equal to the fields F, TID, Reserve and E, respectively, of the fragmented NAL unit.</t>

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

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

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

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

<t>S: 1 bit</t>

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

<t>E: 1 bit</t>

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

<t>FuType: 6 bits</t>

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

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

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

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

<t>The FU payload consists of fragments of the payload of the fragmented NAL unit so that if the FU payloads of consecutive FUs, starting with an FU with the S bit equal to 1 and ending with an FU with the E bit equal to 1, are sequentially concatenated, the payload of the fragmented NAL unit can be reconstructed.  The NAL unit header of the fragmented NAL unit is not included as such in the FU payload, but rather the information of the NAL unit header of the fragmented NAL unit is conveyed in F, TID, Reserve and E fields of the FU payload headers of the FUs and the FuType field of the FU header of the FUs. An FU payload MUST NOT be empty.</t>

<t>If an FU is lost, the receiver SHOULD discard all following fragmentation units in transmission order corresponding to the same fragmented NAL unit unless the decoder in the receiver is known to gracefully handle incomplete NAL units.</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>The receiver includes a receiver buffer, which is used to compensate for transmission delay jitter within individual RTP streams and to reorder NAL units from transmission order to the NAL unit decoding order. In this section, the receiver operation is described under the assumption that there is no transmission delay jitter within an RTP stream. To make a difference from a practical receiver buffer that is also used for compensation of transmission delay jitter, the receiver buffer is hereafter called the de-packetization buffer in this section. Receivers should also prepare for transmission delay jitter; that is, either reserve separate buffers for transmission delay jitter buffering and de-packetization buffering or use a receiver buffer for both transmission delay jitter and de-packetization. Moreover, receivers should take transmission delay jitter into account in the buffering operation, e.g., by additional initial buffering before starting of decoding and playback.</t>

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

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

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

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

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

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

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

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

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

<!-- Section 7 -->

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

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

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

<!-- Section 7.1 -->

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

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

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

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

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

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

<t>Encoding considerations:</t>

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

<t>Security considerations:</t>

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

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

<t>Published specification:</t>

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

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

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

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

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

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

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

<t>Intended usage: COMMON</t>

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

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

<t>Change controller:</t>

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

<!-- Section 7.2 -->

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

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

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

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

<t>profile-id:</t>

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

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

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

<t>level-id:</t>

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

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

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

<t>toolset-id:</t>

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

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

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

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

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

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

<t>sprop-sps:</t>

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

<t>sprop-pps:</t>

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

<t>sprop-sei:</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<!-- Section 7.3 -->

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

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

<!-- Section 7.3.1 -->

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

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

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

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

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

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

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

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

]]></artwork></figure>

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

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

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

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

<!-- Section 7.3.2 -->

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

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

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

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

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

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

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

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

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

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

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

<!-- Section 7.3.2.x -->

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Legend:

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

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


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

]]></artwork></figure>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<!-- Section 8 -->

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

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

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

<!-- Section 8.1 -->

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

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

<!-- Section 8.2 -->

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

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

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

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

<t>The scope of this section is limited to the payload format itself and to one feature of <xref target="EVC"/> that may pose a particularly serious security risk if implemented naively. The payload format, in isolation, does not form a complete system. Implementers are advised to read and understand relevant security-related documents, especially those pertaining to RTP (see the Security Considerations section in <xref target="RFC3550"/>) and the security of the call-control stack chosen (that may make use of the media type registration of this memo). Implementers should also consider known security vulnerabilities of video coding and decoding implementations in general and avoid those</t>

<t>Within this RTP payload format, and with the exception of the user data SEI message as described below, no security threats other than those common to RTP payload formats are known. In other words, neither the various media-plane-based mechanisms nor the signaling part of this memo seem to pose a security risk beyond those common to all RTP-based systems.</t>

<t>RTP packets using the payload format defined in this specification are subject to the security considerations discussed in the RTP specification <xref target="RFC3550"/>, and in any applicable RTP profile such as RTP/AVP <xref target="RFC3551"/>, RTP/AVPF <xref target="RFC4585"/>, RTP/SAVP <xref target="RFC3711"/>, or RTP/SAVPF <xref target="RFC5124"/>.  However, as &quot;Securing the RTP Framework: Why RTP Does Not Mandate a Single Media Security Solution&quot; <xref target="RFC7202"/> discusses, it is not an RTP payload format&#39;s responsibility to discuss or mandate what solutions are used to meet the basic security goals like confidentiality, integrity and source authenticity for RTP in general.  This responsibility lays on anyone using RTP in an application.  They can find guidance on available security mechanisms and important considerations in &quot;Options for Securing RTP Sessions&quot; <xref target="RFC7201"/>. Applications SHOULD use one or more appropriate strong security mechanisms.  The rest of this section discusses the security impacting properties of the payload format itself.</t>

<t>Because the data compression used with this payload format is applied end-to-end, any encryption needs to be performed after compression. A potential denial-of-service threat exists for data encodings using compression techniques that have non-uniform receiver-end computational load.  The attacker can inject pathological datagrams into the bitstream that are complex to decode and that cause the receiver to be overloaded.</t>

<t>EVC is particularly vulnerable to such attacks, as it is extremely simple to generate datagrams containing NAL units that affect the decoding process of many future NAL units. Therefore, the usage of data origin authentication and data integrity protection of at least the RTP packet is RECOMMENDED but NOT REQUIRED based on the thoughts of <xref target="RFC7202"/>.</t>

<t>Like HEVC <xref target="RFC7798"/> and <xref target="VVC"/>, <xref target="EVC"/> includes a user data Supplemental Enhancement Information (SEI) message. This SEI message allows inclusion of an arbitrary bitstring into the video bitstream. Such a bitstring could include JavaScript, machine code, and other active content.</t>

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

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

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

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

<t>The bitrate adaptation necessary for obeying the congestion control principle is easily achievable when real-time encoding is used, for example, by adequately tuning the quantization parameter. However, when pre-encoded content is being transmitted, bandwidth adaptation requires the pre-coded bitstream to be tailored for such adaptivity.</t>

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

<t>The mechanisms mentioned above generally work within a defined profile and level; therefore no renegotiation of the channel is required. Only when non-downgradable parameters (such as profile) are required to be changed does it become necessary to terminate and restart the RTP stream(s). This may be accomplished by using different RTP payload types.</t>

<t>MANEs MAY remove certain unusable packets from the RTP stream when that RTP stream was damaged due to previous packet losses. This can help reduce the network load in certain special cases. For example, MANEs can remove those FUs where the leading FUs belonging to the same NAL unit have been lost, because the trailing FUs are meaningless to most decoders. MANE can also remove higher temporal scalable layers if the outbound transmission (from the MANE&#39;s viewpoint) experiences congestion.</t>

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

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

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

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

</section>


  </middle>

  <back>


    <references title='Normative References'>

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




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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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



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


<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:
H4sIAA74BmQAA+2923YbR5Yo+I6vyLHWOkVMAbBISZREt72aIqkyz+jCJihV
91R7eSWABJklIBOdmSBFy+41HzHfcj7gfMp8yexrxI7IBAnZcnXVzGG5bBLI
jMuOHft+GQ6HvSZvFtlBcn5xlpylt4synSUvy2qZNsm8rJKTus6KJk8Xyft8
lpXJUTnLi8tk5+T9Ub+XTiZVds3vruTduXn3/VFvVk6LdAnjz6p03gzzrJkP
0+tmWlbZsGpWw+x6Onz4qDdLG3hm7+HeI/hr+HC/16ubtJj9mC7KAr5oqnWG
H1VZujxITk8uXia9Xr6q6Ju62Xv48PnDvV4KXx8kh+cXvZvLg0Rm6X24gTeK
JquKrBke4yp607Q5SOpm1utNaTvwcD3N894qP0j+0pTTQVKXFUw2r+G32yX+
8kOvl66bq7I66CX0M5T/Jkle1AfJeJT8n1dp6T7kTY+v1mkeflFWl7yehfsI
95XBivZgH8nrvK7zsgBALxbZZZa8WFzP3JPTvLmFUdOiSZOjRVql/ptyBvM9
f/LwyWPz2bpoKnjh3fjQfZgt03wBu8eVjX6Clf1znmXZCJa1cWN/zorLrIq3
1mSrq7SIv6TtXWTFFLCmvcGnj58CklUfunZ1BmedHC6aMt7T4yfPnm23pya7
yf6Z/r15P/82Sl7ly2gz/wajXn64AbDb72gv43RZw5fJySKbNlVZ5NO6ta/9
/b0nycnHaQZHBjtP/pzexptbpEW8sadPHu4+2mpjtx8WN1d5k/3zJf49mpbL
Xq+ge5ZfZ4iQp+O3e48ePn883GX0lDsNH399enKUHJ+OAeX4ZiJuNdn0qigX
5eVt8v/8X/938qesyCq44dd0w/lK0BdwVE2ya2iAfYImqrMqz+ocxj5IeOa0
ukSQXDXNqj74+uubm5tRXpd4Hl/TlU6r2ddPnj59/nR01SwXPXgJyETnqmVH
G0jQr5oN33Gk5iFOfv7y6PmjvWcH/Ove7u5z+fXRkycP/a+7+uvTXf0V0PKJ
/Ppkd++x/Pp0/8m+/Pps96l++mhvX3999mxfH3i8/1gnfvLk6b4bYf+pG/eh
e+3hsz194NmePrv3HKeA39+PT04DIH71PqtqOO1FltTr1WqRLQGGAMKsgEs7
pb+S3KDEMqvr9DKriXAjfs7ksCd5w3S3/mozyJv1KC+ar6ts+vXF8PzkaPj9
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
hG0Z30kr/JWfEAMyFUTgomKsfVAE9I7XW9U4J7TfRSa01973ZMLHjtXrCT7K
7tAgjMyEgzWu4SvMks9st1fU0i/LTgSmsI6P4olzX+q6FfKlVLNl2N8B+iig
LGxiCszHNa2a+bJyFMnmgrnY7ZVSdLUULAi9vlye3xVTirMFWXO7LhfkUpNQ
up2goBw6jPTATMRJEMIVFHNA6gtv1nq11yulY/DV9IPY8riOW99atkRayD5i
hUyPTSLH+qqdm73jtT1h62/LK3aNE/0lPEarv8gpU6QupZZGd1mhTl93cZW+
hnMom4rcettSdZurqEgz+a0BK8WNTyEnVxK4lME0NgBXpzXpopG325RS7YIG
o4pWOaQASaqtT/lseFkoAJCjMJb69y/cg9sUW2TR3rf3pYKL7vm4klvY6fTi
zmAG35NiLtU6N4bIXZB0dsdQ3SU2fRrY5sA60ziqbZQWw+N20XGU9PqZAWKj
5E3ZZHrq0vUwt0EPTgMjB6a93Xnhz0Ej2rziGMVR4VB/57FUiTFy/9pIql8T
M2Urv7PN0ElOLiWpSzKV5svEdHyGUNtKaMs+dFuYO42D2iFlrXVSNMYikF7s
pjgwBB/V8N4oOJIDPyV8cK3Vc8oJ2iup6aiLOc4xAxW1JxaFOrJSayEdpGTh
Q/IMil6/iHKGoa+uQKvmIygMKSOocGEyPFHd3C7YRI3m0wzI/QXWzxkTmBBm
Phf2/GJ81if0efpsb/8H6osryzwsihJEbI6NNNmzh/LC3vOnj3+ISVdYLlp6
V3LrSwNzI2pJ7AkH0GD3r5gjaJzkRm28XeyPEadjoKiPsOYucwevyM66gYwG
4V0iXWmngoCjDVwjgVbESZfFqkMO9FBtG4a7nAhyVYBlHDsbRjpt1mlMbi1v
MtA5sBWQXVFXX/LP16PrqKqzoVKJr6zW671x9iGJ6LV5/rexlah/EJdx6JFF
FURTamOPS+sdtjwrkiLnJBBTiDddtGT2sPtLePpUG/obJhje3xqmx7O0r9cI
8+/LRtI585Xka/ONYdMG3SyyJ8xTTH2S6DJSJ0u3B3lOHX6ySFfrLch3M2VK
FQU9ehmZUmSWo/B+IjZ6sj1Gss0ESe/xYzhtJURbJ0byjYibbrMZq9GoQyeL
omhlalGrw1SYEGwWi4RRuee8FlunCOxmeyIRl0vjqjXibrQSDMLjbAv7SvcG
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
+2JBvRgBc2Hfw+EwwbiY3v8LMi0mV9ZzAQA=

-->

</rfc>

