<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.8 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-avtcore-rtp-v3c-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="RTP payload format for V3C">RTP Payload Format for Visual Volumetric Video-based Coding (V3C)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-avtcore-rtp-v3c-06"/>
    <author initials="L." surname="Ilola" fullname="Lauri Ilola">
      <organization>Nokia Technologies</organization>
      <address>
        <postal>
          <street>Hatanpaeaen valtatie 30</street>
          <city>Tampere</city>
          <code>33100</code>
          <country>Finland</country>
        </postal>
        <email>lauri.ilola@nokia.com</email>
      </address>
    </author>
    <author initials="L." surname="Kondrad" fullname="Lukasz Kondrad">
      <organization>Nokia Technologies</organization>
      <address>
        <postal>
          <street>Werinherstrasse 91</street>
          <city>Munich</city>
          <code>D-81541</code>
          <country>Germany</country>
        </postal>
        <email>lukasz.kondrad@nokia.com</email>
      </address>
    </author>
    <date year="2024" month="April" day="12"/>
    <area>Application</area>
    <workgroup>avtcore</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 121?>

<t>A visual volumetric video-based coding (V3C) <xref target="ISO.IEC.23090-5"/> bitstream is composed of V3C units that contain V3C atlas sub-bitstreams, V3C video sub-bitstreams, and a V3C parameter set. This memo describes an RTP payload format for V3C atlas sub-bitstreams. The RTP payload format for V3C video sub-bitstreams is defined by relevant Internet Standards for the applicable video codec. The V3C RTP payload format allows for packetization of one or more V3C atlas Network Abstraction Layer (NAL) units in an RTP packet payload as well as fragmentation of a V3C atlas NAL unit into multiple RTP packets. The memo also describes the mechanisms for grouping RTP streams of V3C component sub-bitstreams, providing a complete solution for streaming V3C encoded content.</t>
    </abstract>
  </front>
  <middle>
    <?line 125?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Volumetric video, similar to traditional 2D video, when uncompressed, is represented by a large amount of data. The Visual Volumetric Video-based Coding (V3C) specification <xref target="ISO.IEC.23090-5"/> leverages the compression efficiency of existing 2D video codecs to reduce the amount of data needed for storage and transmission of volumetric video. V3C is a generic mechanism for volumetric video coding, and it can be used by applications targeting volumetric content, such as point clouds, Video-based Point Cloud Compression (V-PCC) <xref target="ISO.IEC.23090-5"/>, and  immersive video with depth, MPEG Immersive Video (MIV) <xref target="ISO.IEC.23090-12"/>.</t>
      <t>V3C encoder converts volumetric frames, i.e., 3D volumetric information, into a collection of 2D frames and associated data, known as atlas data. The converted 2D frames are subsequently coded using any video or image codec, e.g., ISO/IEC International Standard 14496-10 (Advanced Video Coding, AVC/H.264) <xref target="ISO.IEC.14496-10"/>, ISO/IEC International Standard 23008-2 (High Efficiency Video Coding, HEVC/H.265) <xref target="ISO.IEC.23008-2"/> or ISO/IEC International Standard 23090-3 (Versatile Video Coding, VVC/H.266) <xref target="ISO.IEC.23090-3"/>. The atlas data is coded with mechanisms specified in <xref target="ISO.IEC.23090-5"/>.</t>
      <t>V3C utilizes high level syntax (HLS) design, familiar from traditional 2D video codecs, to represent the associated coded data, i.e., atlas data. The coded atlas data is represented by Network Abstraction Layer (NAL) units. Consequently, RTP payload format for V3C atlas data described in this memo shares design philosophy, security, congestion control, and overall implementation complexity with the other NAL unit-based RTP payload formats such as the ones defined in <xref target="RFC6184"/>, <xref target="RFC6190"/>, and <xref target="RFC7798"/>.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/>.</t>
      <t>All fields defined in this specification related to RTP payload structures SHALL be considered in network order.</t>
    </section>
    <section anchor="definitions-and-abbreviations">
      <name>Definitions, and abbreviations</name>
      <section anchor="definitions">
        <name>Definitions</name>
        <section anchor="general">
          <name>General</name>
          <t>This document uses the definitions of <xref target="ISO.IEC.23090-5"/>. <xref target="v3c-definitions"/> below lists relevant definitions from <xref target="ISO.IEC.23090-5"/> for convenience.</t>
        </section>
        <section anchor="v3c-definitions">
          <name>Definitions from the V3C specification</name>
          <t>atlas: collection of 2D bounding boxes and their associated information placed onto a rectangular frame and corresponding to a volume in 3D space on which volumetric data is rendered.</t>
          <t>atlas bitstream: sequence of bits that forms the representation of atlas frames and associated data forming one or more coded atlas sequences.</t>
          <t>atlas coding layer NAL unit: collective term for coded atlas tile layer NAL units and the subset of NAL units that have reserved values of nal_unit_type that are classified as being of type class equal to ACL in this document.</t>
          <t>atlas frame: 2D rectangular array of atlas samples onto which patches are projected and additional information related to the patches, corresponding to a volumetric frame.</t>
          <t>attribute: scalar or vector property optionally associated with each point in a volumetric frame such as colour, reflectance, surface normal, timestamps, material ID, etc.</t>
          <t>coded atlas sequence: sequence of coded atlas access units, in decoding order, of an IRAP coded atlas access unit, followed by zero or more coded atlas access units that are not IRAP coded atlas access units, including all subsequent access units up to but not including any subsequent coded atlas access unit that is an IRAP coded atlas access unit.</t>
          <t>coded atlas access unit: set of atlas NAL units that are associated with each other according to a specified classification rule, are consecutive in decoding order, and contain all atlas NAL units pertaining to one particular output time.</t>
          <t>coded visual volumetric video-based coding (V3C) sequence: sequence of V3C atlas and video sub-bitstream(s) identified and separated by appropriate delimiters, required to start with a VPS, included in at least one V3C unit or provided through external means.</t>
          <t>network abstraction layer unit: syntax structure containing an indication of the type of data to follow and bytes containing that data in the form of an RBSP.</t>
          <t>patch: rectangular region within an atlas associated with volumetric information.</t>
          <t>raw byte sequence payload: 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>tile: independently decodable rectangular region of an atlas frame.</t>
          <t>visual volumetric video-based coding (V3C) atlas sub-bitstream: extracted sub-bitstream from the V3C bitstream containing whole or portion of an atlas bitstream.</t>
          <t>visual volumetric video-based coding (V3C) video sub-bitstream: extracted sub-bitstream from the V3C bitstream containing whole or portion of a video bitstream.</t>
          <t>visual volumetric video-based coding (V3C) component: atlas, occupancy, geometry, or attribute of a particular type that is associated with a V3C volumetric content representation.</t>
          <t>visual volumetric video-based coding (V3C) parameter set: syntax structure containing syntax elements that apply to zero or more entire CVSs and may be referred to by syntax elements found in the V3C unit header.</t>
          <t>volumetric frame: set of 3D points specified by their cartesian coordinates and zero or more corresponding sets of attributes at a particular time instance.</t>
        </section>
      </section>
      <section anchor="abbreviations">
        <name>Abbreviations</name>
        <t>ACL     atlas coding layer</t>
        <t>AP      aggregation packet</t>
        <t>AU      aggregation unit</t>
        <t>CVS     coded V3C sequence</t>
        <t>DON     decoding order number</t>
        <t>IRAP    intra random access point</t>
        <t>MTU     maximum transmission unit</t>
        <t>NAL     network abstraction layer</t>
        <t>NALU    NAL unit</t>
        <t>RBSP    raw byte sequence payload</t>
        <t>V3C     visual volumetric video-based coding</t>
        <t>VPS     V3C parameter set</t>
      </section>
    </section>
    <section anchor="media-format-description">
      <name>Media format description</name>
      <section anchor="overview-of-the-v3c-codec-informative">
        <name>Overview of the V3C codec (informative)</name>
        <t>V3C encoding of a volumetric frame is achieved through a conversion of the volumetric frame from its 3D representation into multiple 2D representations and a generation of associated data documenting such conversions and transformations. The associated data, also known as the atlas data, provides information on how to reproject the 2D representations back into the 3D volumetric frame.</t>
        <t>2D representations, known as V3C video components, of volumetric frame are encoded using traditional 2D video codecs. V3C video component may, for example, include occupancy, geometry, or attribute data. The occupancy data informs a V3C decoder which pixels in other V3C video components contribute to reconstructed 3D representation. The geometry data describes information on the position of the reconstructed voxels, while attribute data provides additional properties for the voxels, e.g., colour or material information.</t>
        <t>Atlas data, known as V3C atlas component, provides information to interpret V3C video components and enables the reconstruction from a 2D representation back into a 3D representation of volumetric frame. Atlas data is composed of a collection of patches. Each patch identifies a region in the V3C video components and provides information necessary to perform the appropriate inverse projection of the indicated region back into 3D space. The shape of the patch region is determined by a 2D bounding box associated with each patch as well as their coding order. The shape of these patches is also further refined based on occupancy data.</t>
        <t>To enable parallelization, random access, as well as a variety of other functionalities, an atlas frame can be divided into one or more rectangular partitions referred to as tiles. Tiles are not allowed to overlap and should be independently decodable. An atlas frame may contain regions that are not associated with any tile or patch.</t>
        <t>The binary form of V3C video components, i.e., video bitstream, and V3C atlas components, i.e., atlas bitstream, can be grouped and represented by a single V3C bitstream. The V3C bitstream is composed of a set of V3C units. Each V3C unit has a V3C unit header and a V3C unit payload. The V3C unit header describes the V3C unit type for the payload. V3C unit payload contains V3C video components, V3C atlas components or a V3C parameter set. V3C video components, i.e., occupancy, geometry, or attribute components, correspond to video data units (e.g., NAL units defined in <xref target="ISO.IEC.23008-2"/>) that could be decoded by an appropriate video decoder. An example of V3C bitstream consisting of a V3C parameter set, atlas bitstream and three video component bitsreams (geometry, occupancy, attribute) is provided in <xref target="fig-V3C-bitstream"/>.</t>
        <figure anchor="fig-V3C-bitstream">
          <name>Example of V3C bitstream</name>
          <artwork><![CDATA[
  +-------------------+------------------+-------------------+
  | V3C Unit(V3C_VPS) | V3C Unit(V3C_AD) | V3C Unit(V3C_GVD) | 
  +------------------++------------------+-----------------+-+---
  |V3C Unit(V3C_OVD) | V3C Unit(V3C_AVD) | V3C Unit(V3C_AD)| ...
  +------------------+-------------------+-----------------+-----
]]></artwork>
        </figure>
      </section>
      <section anchor="v3c-parameter-set-informative">
        <name>V3C parameter set (informative)</name>
        <t>While this memo intends to describe encapsulation of V3C atlas data, aspects related to signalling of V3C parameter set are also considered. V3C parameter set is encapsulated in its own V3C unit, which allows decoupling the transmission of V3C parameter set from the V3C video and atlas components. V3C parameter set may be transmitted by external means (e.g., as a result of the capability exchange) or through a (reliable or unreliable) control protocol. This memo provides information on how a V3C parameter set may be signalled as part of session description protocol, see <xref target="Session-Description-Protocol"/>.</t>
        <t>Generally, it is useful to signal V3C parameter set out-of-band, because it describes what overall resources are needed to decode and reconstruct the associated V3C bitstream. Signalling it dynamically as part of an RTP stream might result in undefined behaviour when receiver does not have the required capabilities to decode the received V3C video component sub-bitstreams or when reconstruction process relies on information that the receiver does not support.</t>
      </section>
      <section anchor="v3c-atlas-and-video-components-informative">
        <name>V3C atlas and video components (informative)</name>
        <section anchor="general-1">
          <name>General</name>
          <t>In V3C bitstream the atlas component is identified by vuh_unit_type equal to V3C_AD, or V3C_CAD in case of common atlas data, in the V3C unit header. The V3C atlas component consists of atlas NAL units that define header and payload pairs, see <xref target="Atlas-NAL-units"/>. V3C video components are identified by vuh_unit_type equal to V3C_OVD, V3C_GVD, V3C_AVD, and V3C_PVD. V3C video components can be further differentiated by other values in the V3C unit header such as vuh_attribute_index, vuh_attribute_partition_index, vuh_map_index and vuh_auxiliary_video_flag. By mapping V3C parameter set information to vuh_attribute_index, a V3C decoder identifies which attribute a given V3C video component contains, e.g., colour.</t>
          <t>The information supplied by V3C unit header should be provided in one form or another to a V3C decoder, e.g., as part of SDP as described in this memo in <xref target="Session-Description-Protocol"/>. The four-byte V3C unit header syntax and semantics are copied below as defined in <xref target="ISO.IEC.23090-5"/>, but the syntax is subject to change. Implementations should always refer to the latest specification of <xref target="ISO.IEC.23090-5"/>. The syntax of four-byte V3C unit header is provided here for informative purposes only.</t>
          <artwork><![CDATA[
v3c_unit_header( ) {
 unsigned int(5) vuh_unit_type;
 if( vuh_unit_type == V3C_AVD || vuh_unit_type == V3C_GVD ||
   vuh_unit_type == V3C_OVD || vuh_unit_type == V3C_AD ||
   vuh_unit_type == V3C_CAD || vuh_unit_type == V3C_PVD ) {     
   unsigned int(4) vuh_v3c_parameter_set_id;
  }
  if( vuh_unit_type == V3C_AVD || vuh_unit_type == V3C_GVD ||
    vuh_unit_type == V3C_OVD || vuh_unit_type == V3C_AD ||
    vuh_unit_type == V3C_PVD ) {
    unsigned int(6) vuh_atlas_id;
  }     
  if( vuh_unit_type == V3C_AVD ) {      
    unsigned int(7) vuh_attribute_index;
    unsigned int(5) vuh_attribute_partition_index;
    unsigned int(4) vuh_map_index;
    unsigned int(1) vuh_auxiliary_video_flag;
  } 
  else if( vuh_unit_type == V3C_GVD ) { 
    unsigned int(4) vuh_map_index;
    unsigned int(1) vuh_auxiliary_video_flag;
    bit(12) vuh_reserved_zero_12bits;
  } 
  else if( vuh_unit_type == V3C_OVD || vuh_unit_type == V3C_AD || 
      vuh_unit_type == V3C_PVD) {       
    bit(17) vuh_reserved_zero_17bits;
  }
  else if( vuh_unit_type == V3C_CAD ) {
    bit(23) vuh_reserved_zero_23bits;
  }
  else {
    bit(27) vuh_reserved_zero_27bits;
  }
}
]]></artwork>
          <t>vuh_unit_type indicates the V3C unit type for the V3C component as specified in  <xref target="ISO.IEC.23090-5"/>. As a convenience, the mapping table from vuh_unit_type values to semantics is copied below in <xref target="_table-sprop-v3c-unit-type-descriptions"/>.</t>
          <table anchor="_table-sprop-v3c-unit-type-descriptions">
            <name>V3C unit type semantics</name>
            <thead>
              <tr>
                <th align="left">vuh_unit_type</th>
                <th align="left">Identifier</th>
                <th align="left">V3C unit type</th>
                <th align="left">Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">V3C_VPS</td>
                <td align="left">V3C parameter set</td>
                <td align="left">V3C level parameters</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">V3C_AD</td>
                <td align="left">Atlas data</td>
                <td align="left">Atlas information</td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">V3C_OVD</td>
                <td align="left">Occupancy video data</td>
                <td align="left">Occupancy information</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">V3C_GVD</td>
                <td align="left">Geometry video data</td>
                <td align="left">Geometry information</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">V3C_AVD</td>
                <td align="left">Attribute video data</td>
                <td align="left">Attribute information</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">V3C_PVD</td>
                <td align="left">Packed video data</td>
                <td align="left">Packing information</td>
              </tr>
              <tr>
                <td align="left">6</td>
                <td align="left">V3C_CAD</td>
                <td align="left">Common atlas data</td>
                <td align="left">Information that is common for atlases in a CVS. Specified in ISO/IEC 23090-12</td>
              </tr>
              <tr>
                <td align="left">7...31</td>
                <td align="left">V3C_RSVD</td>
                <td align="left">Reserved</td>
                <td align="left">-</td>
              </tr>
            </tbody>
          </table>
          <t>vuh_v3c_parameter_set_id specifies the value of vps_v3c_parameter_set_id for the active V3C VPS.</t>
          <t>vuh_atlas_id specifies the ID of the atlas that corresponds to the current V3C unit.</t>
          <t>vuh_attribute_index indicates the index of the attribute data carried in the Attribute Video Data unit.</t>
          <t>vuh_attribute_partition_index indicates the index of the attribute dimension group carried in the attribute video data unit.</t>
          <t>vuh_map_index when present indicates the map index of the current geometry or attribute stream. When not present, the map index of the current geometry or attribute sub-bitstream is derived based on the type of the sub-bitstream.</t>
          <t>vuh_auxiliary_video_flag equal indicates if the associated geometry or attribute video data unit is a RAW and/or EOM coded points video only sub-bitstream.</t>
        </section>
        <section anchor="Atlas-NAL-units">
          <name>Atlas NAL units</name>
          <t>Atlas NAL unit (nal_unit(NumBytesInNalUnit)) is a byte-aligned syntax structure defined by <xref target="ISO.IEC.23090-5"/> to carry atlas data. Atlas NAL unit always contains a 16-bit NAL unit header (nal_unit_header()), which indicates among other things the type of the NAL unit (nal_unit_type). The payload of a NAL unit refers to the NAL unit excluding the NAL unit header. The Atlas NAL unit syntax and semantics are copied here as defined in <xref target="ISO.IEC.23090-5"/>.</t>
          <artwork><![CDATA[
nal_unit_header(){
    bit(1) nal_forbidden_zero_bit;
    bit(6) nal_unit_type;
    bit(6) nal_layer_id;
    bit(3) nal_temporal_id_plus1;
}
nal_unit(NumBytesInNalUnit){
    nal_unit_header();
    NumBytesInRbsp = 0;
    for( i = 2; i < NumBytesInNalUnit; i++ )
      bit(8) rbsp_byte[ NumBytesInRbsp++ ];
}
]]></artwork>
          <t>nal_forbidden_zero_bit MUST be equal to 0. (F)</t>
          <t>nal_unit_type indicates the type of the RBSP data structure contained in the NAL unit (NUT)</t>
          <t>nal_layer_id indicates the identifier of the layer to which an ACL NAL unit belongs or the identifier of a layer to which a non-ACL NAL unit applies. (NLI)</t>
          <t>nal_temporal_id_plus1 minus 1 indicates a temporal identifier for the NAL unit. The value of nal_temporal_id_plus1 MUST NOT be equal to 0. (TID)</t>
        </section>
      </section>
      <section anchor="systems-and-transport-interfaces-informative">
        <name>Systems and transport interfaces (informative)</name>
        <t>In addition to releasing specifications on V3C applications <xref target="ISO.IEC.23090-5"/> and <xref target="ISO.IEC.23090-12"/>, MPEG conducted further systems level work on file formats to encapsulate compressed V3C content. The seventh edition of the ISOBMFF specification <xref target="ISO.IEC.14496-12"/> introduces a new media handler 'volv', intended to support volumetric visual media. It also specifies other structures to enable development of derived specifications detailing how various volumetric visual media may be stored in ISOBMFF.</t>
        <t>One of such derived specifications is <xref target="ISO.IEC.23090-10"/>, which defines how V3C content can be stored in a file and streamed over DASH. To a large extent ISO/IEC 23090-10 focuses on describing how ISOBMFF boxes and syntax elements may be used to store volumetric media, but in some cases new boxes and syntax elements are introduced to accommodate the fundamentally different type of new media. While the specification is not directly relevant for defining RTP payload format for V3C atlas data, it is a useful resource that may be considered especially when designing ingestion of encoded V3C content into RTP streaming pipelines.</t>
      </section>
    </section>
    <section anchor="v3c-atlas-rtp-payload-format">
      <name>V3C atlas RTP payload format</name>
      <section anchor="general-2">
        <name>General</name>
        <t>This section describes details related to V3C atlas RTP payload format definitions. Aspects related to RTP header, RTP payload header and general payload structure are considered. RTP payload format(s) for video components is defined in their respective RTP payload format specifications depending on the video codec used.</t>
      </section>
      <section anchor="rtp-header">
        <name>RTP header</name>
        <t>The format of the RTP header is specified in <xref target="RFC3550"/> and replicated below in <xref target="fig-RTP-header"/> for convenience. This payload format uses the fields of the header in a manner consistent with that specification.</t>
        <figure anchor="fig-RTP-header">
          <name>RTP Header</name>
          <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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |V=2|P|X|  CC   |M|     PT      |       sequence number         |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                           timestamp                           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           synchronization source (SSRC) identifier            |
  +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  |            contributing source (CSRC) identifiers             |
  |                             ....                              |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The RTP header information to be set according to this RTP payload format is set as follows:</t>
        <t>Marker bit (M): 1 bit</t>
        <t>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>
        <t>Payload Type (PT): 7 bits</t>
        <t>The assignment of an RTP payload type for this new packet format is outside the scope of this document and will not be specified here. The assignment of a payload type MUST be performed either through the profile used or in a dynamic way.</t>
        <t>Sequence Number (SN): 16 bits</t>
        <t>Set and used in accordance with  <xref target="RFC3550"/></t>
        <t>Timestamp (32 bits):</t>
        <t>The RTP timestamp is set to the sampling timestamp of the content. A 90 kHz clock rate MUST be used.</t>
        <t>If the NAL unit has no timing properties of its own (e.g., parameter set and SEI NAL units), the RTP timestamp MUST be set to the RTP timestamp of the coded atlas of the access unit in which the NAL unit (according to Section 8.4.5.3 of <xref target="ISO.IEC.23090-5"/>) is included.</t>
        <t>Receivers MUST use the RTP timestamp for the display process, even when the bitstream contains atlas frame timing SEI messages as specified in <xref target="ISO.IEC.23090-5"/>.</t>
        <t>Synchronization source (SSRC): 32 bits</t>
        <t>Used to identify the source of the RTP packets. By definition a single SSRC is used for all parts of a single bitstream.</t>
        <t>The remaining RTP header fields are used as specified in <xref target="RFC3550"/>.</t>
      </section>
      <section anchor="rtp-payload-header">
        <name>RTP payload header</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, NUT, NLI, and TID) as the NAL unit header as shown in <xref target="Atlas-NAL-units"/>, irrespective of the type of the payload structure. For convenience the structure of RTP payload header is described below in <xref target="fig-RTP-payload-header"/>.</t>
        <figure anchor="fig-RTP-payload-header">
          <name>RTP Payload Header</name>
          <artwork><![CDATA[
   0                   1            
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |F|    NUT    |    NLI    | TID |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>F: nal_forbidden_zero_bit as specified in <xref target="ISO.IEC.23090-5"/> MUST be equal to 0.</t>
        <t>NUT: nal_unit_type as specified in <xref target="ISO.IEC.23090-5"/> defines the type of the RBSP data structure contained in the NAL unit payload. NUT value could carry other meaning depending on the RTP packet type.</t>
        <t>NLI: nal_layer_id as specified in <xref target="ISO.IEC.23090-5"/> defines the identifier of the layer to which an ACL NAL unit belongs or the identifier of a layer to which a non-ACL NAL unit applies.</t>
        <t>TID: nal_temporal_id_plus1 minus 1 as specified in <xref target="ISO.IEC.23090-5"/> defines a temporal identifier for the NAL unit. The value of nal_temporal_id_plus1 MUST NOT be equal to 0.</t>
      </section>
      <section anchor="payload-structures">
        <name>Payload structures</name>
        <section anchor="general-3">
          <name>General</name>
          <t>Three different types of RTP packet payload structures are specified. A receiver can identify the payload structure by the first two bytes of the RTP packet payload, which co-serves as the RTP payload header. These two bytes are always structured as a NAL unit header. The NAL unit type field indicates which structure is present in the payload.</t>
          <t>The three different payload structures are as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Single NAL Unit Packet: Contains a single NAL unit in the payload. This payload structure is specified in <xref target="Single-NAL-unit-packet"/>.</t>
            </li>
            <li>
              <t>Aggregation Packet: Contains multiple NAL units in a single RTP payload. This payload structure is specified in <xref target="Aggregation-packet"/>.</t>
            </li>
            <li>
              <t>Fragmentation Unit: Contains a subset of a single NAL unit. This payload structure is specified in <xref target="Fragmentation-unit"/>.</t>
            </li>
          </ul>
          <t>NOTE: (informative) This memo does not limit the size of NAL units encapsulated in NAL unit packets and fragmentation units. <xref target="ISO.IEC.23090-5"/> does not restrict the maximum size of a NAL unit directly either. Instead, a NAL unit sample stream format may be used, which provides flexibility to signal NAL unit size up to UINT64_MAX bytes.</t>
        </section>
        <section anchor="Single-NAL-unit-packet">
          <name>Single NAL unit packet</name>
          <t>Single NAL unit packet contains exactly one NAL unit, and consists of an RTP payload header and following conditional fields: 16-bit DONL and 16-bit v3c-tile-id. The rest of the payload data contain the NAL unit payload data (excluding the NAL unit header). Single NAL unit packet MUST only contain atlas NAL units of the types defined in Table 4 of <xref target="ISO.IEC.23090-5"/>. The structure of the single NAL unit packet is shown below in <xref target="fig-single-nal-unit-packet"/>.</t>
          <figure anchor="fig-single-nal-unit-packet">
            <name>Single NAL unit packet</name>
            <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 payload header       |      DONL (conditional)       |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|
  |      v3c-tile-id (cond)       |                               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
  |                                                               |
  |                        NAL unit data                          |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               :...OPTIONAL RTP padding        |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>RTP payload header MUST be an exact copy of the NAL unit header of the contained NAL unit.</t>
          <t>A NAL unit stream composed by de-packetizing single NAL unit packets in RTP sequence number order MUST conform to the NAL unit decoding order, when DONL is not present.</t>
          <t>The DONL field, when present, specifies the value of the 16-bit decoding order number of the contained NAL unit. If sprop-max-don-diff is greater than 0 for any of the RTP streams, the DONL field MUST be present, and the variable DONL 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 for all the RTP streams), the DONL field MUST NOT be present.</t>
          <t>The v3c-tile-id field, when present, specifies the 16-bit tile identifier for the NAL unit, as signalled in V3C atlas tile header defined in <xref target="ISO.IEC.23090-5"/>. If sprop-v3c-tile-id-pres is equal to 1 and RTP payload header NUT is in range 0-35, inclusive, the v3c-tile-id field MUST be present. Otherwise, the v3c-tile-id field MUST NOT be present.</t>
          <t>NOTE: (informative) Only values for NAL unit type (NUT) in range 0-35, inclusive, are allocated for atlas tile layer data in <xref target="ISO.IEC.23090-5"/>.</t>
        </section>
        <section anchor="Aggregation-packet">
          <name>Aggregation packet</name>
          <t>Aggregation Packets (APs) enable the reduction of packetization overhead for small NAL units, such as most of the non-ACL NAL units, which are often only a few octets in size.</t>
          <t>Aggregation packets MAY be used wrap multiple NAL units belonging to the same access unit in a single RTP payload. The first two bytes of the AP MUST contain RTP payload header. The NAL unit type (NUT) for the NAL unit header contained in the RTP payload header MUST be equal to 56, which falls in the unspecified range of the NAL unit types defined in <xref target="ISO.IEC.23090-5"/>. AP MAY contain a conditional v3c-tile-id field. AP MUST contain two or more aggregation units. The structure of AP is shown in <xref target="fig-aggregation-packet"/>.</t>
          <figure anchor="fig-aggregation-packet">
            <name>Aggregation Packet (AP)</name>
            <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 payload header (NUT=56)  |      v3c-tile-id (cond)       |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                                                               |
  |                  Two or more aggregation units                |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               :...OPTIONAL RTP padding        |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The fields in the payload header 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 NUT field MUST be equal to 56. The value of NLI MUST be equal to the lowest value of NLI of all the aggregated NAL units. The value of TID MUST be the lowest value of TID of all the aggregated NAL units.</t>
          <t>All ACL NAL units in an aggregation packet have the same TID value since they belong to the same access unit. However, the packet MAY contain non-ACL NAL units for which the TID value in the NAL unit header MAY be different than the TID value of the ACL NAL units in the same AP.</t>
          <t>The v3c-tile-id field, when present, specifies the 16-bit tile identifier for all ACL NAL units in the AP. If sprop-v3c-tile-id-pres is equal to 1, the v3c-tile-id field MUST be present. Otherwise, the v3c-tile-id field MUST NOT be present.</t>
          <t>AP MUST carry at least two aggregation units (AU) and can carry as many aggregation units as necessary. However, the total amount of data in an AP MUST fit into an IP packet, and the size SHOULD be chosen so that the resulting IP packet is smaller than the MTU size so to avoid IP layer fragmentation. The structure of the AU depends both on the presence of the decoding order number, the sequence order of the AU in the AP and the presence of v3c-tile-id field. The structure of an AU is shown in <xref target="fig-aggregation-unit"/>.</t>
          <figure anchor="fig-aggregation-unit">
            <name>Aggregation Unit (AU)</name>
            <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 
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  DOND (cond)  /  DONL (cond)  |      v3c-tile-id (cond)       |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|
  |            NALU size          |                               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
  |                                                               |
  |                            NAL unit                           |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>If sprop-max-don-diff is greater than 0 for any of the RTP streams, an AU begins with the DOND / DONL field. The first AU in the AP contains DONL field, which specifies the 16-bit value of the decoding order number of the aggregated NAL unit. The variable DON for the aggregated NAL unit is derived as equal to the value of the DONL field. All subsequent AUs in the AP MUST contain an (8-bit) DOND field, which specifies the difference between the decoding order number values of the current aggregated NAL unit and the preceding aggregated NAL unit in the same AP. The variable DON for the aggregated NAL unit is derived as equal to the DON of the preceding aggregated NAL unit in the same AP plus the value of the DOND field plus 1 modulo 65536.</t>
          <t>When sprop-max-don-diff is equal to 0 for all the RTP streams, DOND / DONL fields MUST NOT be present in an aggregation unit. The aggregation units MUST be stored in the aggregation packet so that the decoding order of the containing NAL units is preserved. This means that the first aggregation unit in the aggregation packet SHOULD contain the NAL unit that SHOULD be decoded first.</t>
          <t>If sprop-v3c-tile-id-pres is equal to 2 and the AU NAL unit header type is in range 0-35, inclusive, the 16-bit v3c-tile-id field MUST be present in the aggregation unit after the conditional DOND/DONL field. Otherwise v3c-tile-id field MUST NOT be present in the aggregation unit.</t>
          <t>The conditional fields of the aggregation unit are followed by a 16-bit NALU size field, which provides the size of the NAL unit (in bytes) in the aggregation unit. The remainder of the data in the aggregation unit SHOULD contain the NAL unit (including the unmodified NAL unit header).</t>
        </section>
        <section anchor="Fragmentation-unit">
          <name>Fragmentation unit</name>
          <t>Fragmentation Units (FUs) are introduced to enable fragmenting a single NAL unit into multiple RTP packets, possibly without co-operation or knowledge of the 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. Aggregation packets MUST NOT be fragmented. FUs MUST NOT be nested; i.e., an FU MUST NOT contain a subset of another FU. The RTP header timestamp of an RTP packet carrying an FU is set to the NALU-time of the fragmented NAL unit.</t>
          <t>A FU consists of an RTP payload header with NUT equal to 57, an 8-bit FU header, a conditional 16-bit DONL field, a conditional 16-bit v3c-tile-id field and an FU payload. The structure of an FU is illustrated below in <xref target="fig-fragmentation-unit"/>.</t>
          <figure anchor="fig-fragmentation-unit">
            <name>Fragmentation Unit</name>
            <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 payload header (NUT=57)  |   FU header   |  DONL (cond)  |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|
  |  DONL (cond)  |    v3c-tile-id (cond)         |               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               |
  |                                                               |
  |                          FU payload                           |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               :...OPTIONAL RTP padding        |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The fields in the RTP payload header are set as follows. The NUT field MUST be equal to 57. The rest of the fields MUST be equal to the fragmented NAL unit.</t>
          <t>The FU header consists of an S bit, an E bit, and a 6-bit FUT field. The structure of FU header is illustrated below in <xref target="fig-fragmentation-unit-header"/>.</t>
          <figure anchor="fig-fragmentation-unit-header">
            <name>Fragmentation unit header</name>
            <artwork><![CDATA[
   0 1 2 3 4 5 6 7
  +-+-+-+-+-+-+-+-+
  |S|E|    FUT    |
  +-+-+-----------+
]]></artwork>
          </figure>
          <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>
          <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>
          <t>The field FUT MUST be equal to the nal_unit_type field of the fragmented NAL unit.</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 DONL field, when present, specifies the value of the 16-bit decoding order number of the fragmented NAL unit. If sprop-max-don-diff is greater than 0 for any of the RTP streams, 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 for all the RTP streams, or the S bit is equal to 0), the DONL field MUST NOT be present in the FU.</t>
          <t>The v3c-tile-id field, when present, specifies the 16-bit tile identifier for the fragmented NAL unit. If sprop-v3c-tile-id-pres is equal to 1, FUT is in range 0-35, and the S bit is equal to 1, the v3c-tile-id field MUST be present after the conditional DONL field. Otherwise, the v3c-tile-id field MUST NOT be present.</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.</t>
          <t>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, NLI, and TID fields of the RTP payload headers of the FUs and the FUT field of the FU header. An FU payload MUST NOT be empty.</t>
          <t>If an FU is lost, the receiver SHOULD discard all following fragmentation units in transmission order corresponding to the same fragmented NAL unit, unless the decoder in the receiver is known to be prepared to gracefully handle incomplete NAL units.</t>
        </section>
        <section anchor="example-of-fragmentation-unit-informative">
          <name>Example of fragmentation unit (informative)</name>
          <t>This example illustrates how fragmentation unit may be used to divide one NAL unit into two RTP packets. The <xref target="fig-fragmentation-unit-packet-1"/> depicts the structure of the first packet with the first part of the fragmented NAL unit.</t>
          <figure anchor="fig-fragmentation-unit-packet-1">
            <name>First packet of fragmented NAL unit</name>
            <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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |V=2|P|X|  CC   |M|     PT      |       sequence number         |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                           timestamp                           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           synchronization source (SSRC) identifier            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |            contributing source (CSRC) identifiers             |
  |                             ....                              |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  RTP payload header (NUT=57)  |1|0|    FUT    |               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               |
  |                                                               |
  |                          FU payload                           |
  |                                                               |
  |                                                               |
  |                                                               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The <xref target="fig-fragmentation-unit-packet-2"/> visualizes the structure of the second packet with the rest of the fragmented NAL unit.</t>
          <figure anchor="fig-fragmentation-unit-packet-2">
            <name>Second packet of fragmented NAL unit</name>
            <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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |V=2|P|X|  CC   |M|     PT      |       sequence number         |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                           timestamp                           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           synchronization source (SSRC) identifier            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |            contributing source (CSRC) identifiers             |
  |                             ....                              |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  RTP payload header (NUT=57)  |0|1|    FUT    |               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               |
  |                                                               |
  |                          FU payload                           |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               :...OPTIONAL RTP padding        |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="decoding-order-number">
        <name>Decoding order number</name>
        <t>For each atlas NAL unit, the variable AbsDon is derived, representing the decoding order number that is indicative of the NAL unit decoding order. 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 for all the RTP streams carrying the atlas bitstream, 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 for any of the RTP streams), AbsDon[n] is derived as follows, where DON[n] is the value of the variable DON for NAL unit n:</t>
        <artwork><![CDATA[
  If (n == 0)
    AbsDon[n] = DON[0]
  Else
    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>
        <t>For any two NAL units m and n, the following applies:</t>
        <ul spacing="normal">
          <li>
            <t>AbsDon[n] greater than AbsDon[m] indicates that NAL unit n follows NAL unit m in NAL unit decoding order.</t>
          </li>
          <li>
            <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>
          </li>
          <li>
            <t>AbsDon[n] less than AbsDon[m] indicates that NAL unit n precedes NAL unit m in decoding order.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="packetization-and-de-packetization-rules">
      <name>Packetization and de-packetization rules</name>
      <t>The following packetization rules apply for V3C atlas data:</t>
      <ul spacing="normal">
        <li>
          <t>If sprop-max-don-diff is greater than 0 for any of the RTP streams, the transmission order of NAL units carried in the RTP stream MAY be different than the NAL unit decoding order and the NAL unit output order. Otherwise (sprop-max-don-diff is equal to 0 for all the RTP streams), the transmission order of NAL units carried in the RTP stream MUST be the same as the NAL unit decoding order.</t>
        </li>
        <li>
          <t>A NAL unit of a small size SHOULD be encapsulated in an aggregation packet together with one or more other NAL units in order to avoid the unnecessary packetization overhead for small NAL units. For example, non-ACL NAL units such as access unit delimiters, parameter sets, or SEI NAL units are typically small and can often be aggregated with ACL NAL units without violating MTU size constraints.</t>
        </li>
        <li>
          <t>Each non-ACL NAL unit SHOULD, when possible, from an MTU size perspective, be encapsulated in an aggregation packet together with its associated ACL NAL unit, as typically a non-ACL NAL unit would be meaningless without the associated ACL NAL unit being available.</t>
        </li>
        <li>
          <t>For carrying exactly one NAL unit in an RTP packet, a single NAL unit packet MUST be used</t>
        </li>
      </ul>
      <t>The general concept behind de-packetization is to get the NAL units out of the RTP packets in an RTP stream and all RTP streams the RTP stream depends on, if any, and pass them to the decoder in the NAL unit decoding order.</t>
      <t>The de-packetization process is implementation dependent. Therefore, the following de-packetization rules SHOULD be taken as an example.</t>
      <ul spacing="normal">
        <li>
          <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>
        </li>
        <li>
          <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 63, inclusive, MUST NOT be passed to the decoder.</t>
        </li>
        <li>
          <t>When sprop-max-don-diff is equal to 0 for the received RTP stream, the NAL units carried in the RTP stream MAY be directly passed to the decoder in their transmission order, which is identical to their decoding order.</t>
        </li>
        <li>
          <t>When sprop-max-don-diff is greater than 0 for any of the received RTP streams, the received NAL units need to be arranged into decoding order before handing them over to the decoder.</t>
        </li>
        <li>
          <t>For further de-packetization examples, the reader is referred to Section 6 of <xref target="RFC7798"/>.</t>
        </li>
      </ul>
      <t>Regarding the packetization of V3C video component data, the respective RTP video payload specification(s) define how packetization and de-packetization SHOULD be handled.</t>
    </section>
    <section anchor="payload-format-parameters">
      <name>Payload format parameters</name>
      <t>This section specifies the optional parameters. A mapping of the parameters into the Session Description Protocol (SDP) <xref target="RFC8866"/> is also provided for applications that use SDP. Equivalent parameters could be defined elsewhere for use with control protocols that do not use SDP.</t>
      <section anchor="Media-type-definition">
        <name>Media type registration</name>
        <t>The receiver MUST ignore any parameter unspecified in this memo.</t>
        <t>Type name: application</t>
        <t>Subtype name: v3c</t>
        <t>Required parameters: N/A</t>
        <t>Optional parameters: sprop-v3c-unit-header, sprop-v3c-unit-type, sprop-v3c-vps-id, sprop-v3c-atlas-id, sprop-v3c-attr-idx, sprop-v3c-attr-part-idx, sprop-v3c-map-idx, sprop-v3c-aux-video-flag, sprop-v3c-parameter-set, sprop-v3c-tile-id, sprop-v3c-tile-id-pres, sprop-v3c-atlas-data, sprop-v3c-common-atlas-data, sprop-v3c-sei, v3c-ptl-level-idc, v3c-ptl-tier-flag, v3c-ptl-codec-idc, v3c-ptl-toolset-idc, v3c-ptl-rec-idc and sprop-max-don-diff.</t>
        <t>Encoding considerations: This type is only defined for transfer via RTP <xref target="RFC3550"/>.</t>
        <t>Security considerations: Please see <xref target="Security-considerations"/>.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Published specification: Please refer to <xref target="ISO.IEC.23090-5"/></t>
        <t>Applications that use this media type: Any application that relies on V3C-based media services over RTP</t>
        <t>Additional information: N/A</t>
        <t>Person &amp; email address to contact for further information:</t>
        <t>Intended usage: COMMON</t>
        <t>Restrictions on usage: N/A</t>
        <t>Author: See Authors' Addresses section of this memo.</t>
        <t>Change controller: IETF <eref target="mailto:avtcore@ietf.org">avtcore@ietf.org</eref></t>
        <t>Provisional registration? (standards tree only): No</t>
      </section>
      <section anchor="optional-parameters-definition">
        <name>Optional parameters definition</name>
        <artwork><![CDATA[
    sprop-v3c-unit-header: 
]]></artwork>
        <t>provides a V3C unit header bytes defined in <xref target="ISO.IEC.23090-5"/>. The value contains base64 encoded <xref target="RFC4648"/> representation of the 4 bytes of V3C unit header.</t>
        <artwork><![CDATA[
    sprop-v3c-unit-type: 
]]></artwork>
        <t>sprop-v3c-unit-type provides a V3C unit type value corresponding to vuh_unit_type defined in <xref target="ISO.IEC.23090-5"/>, i.e., defines V3C sub-bitstream type.</t>
        <artwork><![CDATA[
    sprop-v3c-vps-id:
]]></artwork>
        <t>sprop-v3c-vps-id provides a value corresponding to vuh_v3c_parameter_set_id defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-v3c-atlas-id:
]]></artwork>
        <t>sprop-v3c-atlas-id provides a value corresponding to vuh_atlas_id defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-v3c-attr-idx: 
]]></artwork>
        <t>sprop-v3c-attr-idx provides a value corresponding to vuh_attribute_index defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-v3c-attr-part-idx: 
]]></artwork>
        <t>sprop-v3c-attr-part-idx provides a value corresponding to vuh_attribute_partition_index defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-v3c-map-idx:
]]></artwork>
        <t>sprop-v3c-map-idx provides a value corresponding to vuh_map_index defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-v3c-aux-video-flag: 
]]></artwork>
        <t>sprop-v3c-aux-video-flag provides a value corresponding to vuh_auxiliary_video_flag defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-v3c-parameter-set: 
]]></artwork>
        <t>sprop-v3c-parameter-set provides V3C parameter set bytes as defined in <xref target="ISO.IEC.23090-5"/>. The value contains base64 encoded <xref target="RFC4648"/> representation of the V3C parameter set bytes.</t>
        <artwork><![CDATA[
    sprop-v3c-tile-id:
]]></artwork>
        <t>sprop-v3c-tile-id indicates that the RTP stream contains only portion of the tiles in the atlas. sprop-v3c-tile-id is a comma-separated (',') list of integer values, which indicate the sprop-v3c-tile-ids that are present in the RTP stream.</t>
        <artwork><![CDATA[
    sprop-v3c-tile-id-pres:
]]></artwork>
        <t>sprop-v3c-tile-id-pres indicates that the RTP packets contain v3c-tile-id field.</t>
        <artwork><![CDATA[
    sprop-v3c-atlas-data:
]]></artwork>
        <t>sprop-v3c-atlas-data MAY be used to convey any atlas data NAL units of the V3C atlas sub bitstream for out-of-band transmission. The value is a comma-separated (',') list of encoded representations of the atlas NAL units as specified in <xref target="ISO.IEC.23090-5"/>. 
The NAL units SHOULD be encoded as base64 <xref target="RFC4648"/> representations.</t>
        <artwork><![CDATA[
    sprop-v3c-common-atlas-data:
]]></artwork>
        <t>sprop-v3c-common-atlas-data MAY be used to convey common atlas data NAL units of the V3C common atlas sub bitstream for out-of-band transmission. The value is a comma-separated (',') list of encoded representations of the common atlas NAL units (i.e., NAL_CASPS and NAL_CAF_IDR) as specified in <xref target="ISO.IEC.23090-5"/>. The NAL units SHOULD be encoded as base64 <xref target="RFC4648"/> representations.</t>
        <artwork><![CDATA[
    sprop-v3c-sei:
]]></artwork>
        <t>sprop-v3c-sei MAY be used to convey SEI NAL units of V3C atlas and common atlas sub bitstreams for out-of-band transmission. The value is a comma-separated (',') list of encoded representations of SEI NAL units (i.e., NAL_PREFIX_NSEI and NAL_SUFFIX_NSEI, NAL_PREFIX_ESEI, NAL_SUFFIX_ESEI) as specified in  <xref target="ISO.IEC.23090-5"/>. The SEI NAL units SHOULD be encoded as base64 <xref target="RFC4648"/> representations.</t>
        <artwork><![CDATA[
    v3c-ptl-level-idc: 
]]></artwork>
        <t>v3c-ptl-level-idc provides a value corresponding to ptl_level_idc defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-ptl-tier-flag: 
]]></artwork>
        <t>v3c-ptl-tier-flag provides a value corresponding to ptl_tier_flag defined in  <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-ptl-codec-idc: 
]]></artwork>
        <t>v3c-ptl-codec-idc provides a value corresponding to ptl_profile_codec_group_idc defined in  <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-ptl-toolset-idc:
]]></artwork>
        <t>v3c-ptl-toolset-idc provides a value corresponding to ptl_profile_toolset_idc defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-ptl-rec-idc: 
]]></artwork>
        <t>v3c-ptl-rec-idc provides a value corresponding to ptl_profile_reconstruction_idc
defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    sprop-max-don-diff:
]]></artwork>
        <t>If the transmission order of NAL units in the RTP stream(s) is the same as the decoding and NAL unit output order, this parameter must be equal to 0.</t>
        <t>Otherwise, if the decoding order of the NAL units of the RTP stream(s) is the same as the NAL unit transmission order but not the same as NAL unit output order, the value of this parameter MUST be equal to 1.</t>
        <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>
        <t>The value of sprop-max-don-diff MUST be an integer in the range of 0 to 32767, inclusive.</t>
        <t>When not present, the value of sprop-max-don-diff is inferred to be equal to 0.</t>
      </section>
    </section>
    <section anchor="congestion-control-considerations">
      <name>Congestion control considerations</name>
      <t>Congestion control for RTP SHALL be used in accordance with <xref target="RFC3550"/>, and with any applicable RTP profile: e.g., <xref target="RFC3551"/>. An additional requirement if best-effort service is being used is users of this payload format MUST monitor packet loss to ensure that the packet loss rate is within acceptable parameters.</t>
      <t>Simple bitrate adaptation for congestion control can be achieved when real-time coding is used for V3C video components, where quality parameter can be adaptively tuned. Video coding specifications MAY define further adaptation techniques.</t>
      <t>Circuit Breakers <xref target="RFC8083"/> is an update to RTP <xref target="RFC3550"/> that defines criteria for when one is required to stop sending RTP Packet Streams. The circuit breakers is to be implemented and followed.</t>
    </section>
    <section anchor="Session-Description-Protocol">
      <name>Session description protocol</name>
      <t>A new attribute "v3cfmtp" is defined for carrying V3C format media type parameters in the corresponding fields of the Session Description Protocol (SDP). Grouping framework <xref target="RFC5888"/> is used to indicate which media lines (video and application) in the SDP constitute a V3C representation.</t>
      <section anchor="v3cfmtp-attribute">
        <name>V3C format parameters "v3cfmtp" attribute</name>
        <t>This memo defines a new attribute for SDP, intended to carry V3C specific media format parameters. Its functionality is similar to "a=fmtp", with the exception that it SHALL be used without the fmt-token and that it can be used also on a session level. The attribute allows to associate V3C specific media format parameters with any media line in SDP.</t>
        <t>Contact name: See Authors' Addresses section of this memo.</t>
        <t>Contact email address: See Authors' Addresses section of this memo.</t>
        <t>Attribute name: v3cfmtp</t>
        <t>Attribute value: v3cfmtp-value</t>
        <t>Attribute syntax:</t>
        <artwork><![CDATA[
  v3cfmtp-value = byte-string
  ; Notes:
  ; - The V3C format parameters are V3C media type parameters and
  ;   need to reflect their syntax.
]]></artwork>
        <t>Attribute semantics: "v3cfmtp-value" is a byte-string, which MUST contain at least one V3C specific media format parameter as defined in this memo. Multiple semicolon separated V3C media parameters MAY be stored in "v3c-format-specific-params" to be conveyed by SDP and given unchanged to the media tool that will use this format.</t>
        <t>Usage level: session, media</t>
        <t>Charset dependent: no</t>
        <t>Purpose: This attribute allows parameters that are specific to a V3C format to be conveyed in a way that SDP does not have to understand them. It allows to associate V3C specific parameters with the session or with any media line. Parameters signalled as part of session level attribute take effect when conflicting parameters are signalled as media level attribute.</t>
        <t>O/A procedures: v3cfmtp attribute MAY be present both in offers and answers.</t>
        <t>Mux Category: NORMAL</t>
        <t>Reference: "this memo"</t>
        <t>NOTE: (informative) "this memo" to be replaced with the RFC number, once it becomes available.</t>
        <t>Example: First line describes session level usage of the attribute, signaling a V3C parameter set. Second line describes media level attribute, signaling V3C unit header and profile tier level flag for the associated media line.</t>
        <artwork><![CDATA[
  a=v3cfmtp:sprop-v3c-parameter-set=AUH/AAAP/zwAAAAAACgIAtEAgQLAIAAUQ
  BACWAM5QEDgQCAIAAAAABP8CzwAAAAAAAAAQAAAtAE/wLPAAAAAAAg=;
  
  a=v3cfmtp:sprop-v3c-unit-header=CAAAAA==;v3c-ptl-tier-flag=1;
]]></artwork>
      </section>
      <section anchor="mapping-of-payload-type-parameters-to-sdp">
        <name>Mapping of payload type parameters to SDP</name>
        <section anchor="for-v3c-atlas-components">
          <name>For V3C atlas components</name>
          <ul spacing="normal">
            <li>
              <t>The media name in the "m=" line of SDP MUST be application.</t>
            </li>
            <li>
              <t>The encoding name in the "a=rtpmap" line of SDP MUST be v3c</t>
            </li>
            <li>
              <t>The clock rate in the "a=rtpmap" line MUST be 90000.</t>
            </li>
            <li>
              <t>The OPTIONAL parameters sprop-v3c-atlas-data, sprop-v3c-common-atlas-data, sprop-v3c-sei, sprop-v3c-tile-id, sprop-v3c-tile-id-pres, when present, MUST be included in the "a=fmtp" line of SDP. This parameter is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
            </li>
            <li>
              <t>The OPTIONAL parameters sprop-v3c-unit-header, sprop-v3c-unit-type, sprop-v3c-vps-id, sprop-v3c-atlas-id, sprop-v3c-attr-idx, sprop-v3c-attr-part-idx, sprop-v3c-map-idx, sprop-v3c-aux-video-flag, sprop-max-don-diff, sprop-v3c-parameter-set, v3c-ptl-level-idc, v3c-ptl-tier-flag, v3c-ptl-codec-idc, v3c-ptl-toolset-idc, v3c-ptl-rec-idc, when present, MUST be included in the "a=v3cfmtp" line of SDP. This parameter is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
            </li>
          </ul>
          <t>The OPTIONAL parameters, when present in the V3C atlas component media line format parameters attribute, specify values that are valid for the coded V3C sequence until a new value is received in-band. Some OPTIONAL parameters, like sprop-v3c-parameter-set or sprop-v3c-unit-header, can't be carried in-band in the atlas stream and may thus be considered static for the session. The carriage of V3C payload format parameters in "a=fmtp" and "a=v3cfmtp" attributes is separated by logical context, where "a=fmtp" consists atlas level media format parameters and "a=v3cfmtp" contains V3C level media format parameters.</t>
          <t>An example of media representation corresponding to atlas data component (V3C_AD), where static V3C parameter set and V3C unit header is carried out-of-band in SDP, is as follows:</t>
          <artwork><![CDATA[
  m=application 49170 RTP/AVP 98
  a=rtpmap:98 v3c/90000
  a=fmtp:98 sprop-v3c-tile-id=0,1
  a=v3cfmtp:sprop-v3c-unit-header=CAAAAA==;v3c-ptl-tier-flag=1;
    sprop-v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQAADkA==
]]></artwork>
        </section>
        <section anchor="for-v3c-video-components">
          <name>For V3C video components</name>
          <ul spacing="normal">
            <li>
              <t>The media name in the "m=" line of SDP MUST be video.</t>
            </li>
            <li>
              <t>The encoding name in the "a=rtpmap" line of SDP can be any video subtype, e.g., H.264, H.265, H.266 etc.</t>
            </li>
            <li>
              <t>The clock rate in the "a=rtpmap" line MUST be 90000.</t>
            </li>
            <li>
              <t>The OPTIONAL parameters sprop-v3c-unit-header, sprop-v3c-unit-type, sprop-v3c-vps-id, sprop-v3c-atlas-id, sprop-v3c-attr-idx, sprop-v3c-attr-part-idx, sprop-v3c-map-idx, sprop-v3c-aux-video-flag, sprop-max-don-diff, sprop-v3c-parameter-set, sprop-v3c-atlas-data, sprop-v3c-common-atlas-data, sprop-v3c-sei, sprop-v3c-tile-id, sprop-v3c-tile-id-pres, v3c-ptl-level-idc, v3c-ptl-tier-flag, v3c-ptl-codec-idc, v3c-ptl-toolset-idc, v3c-ptl-rec-idc, when present, MUST be included in the "a=v3cfmtp" line of SDP. This parameter is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
            </li>
          </ul>
          <t>The OPTIONAL parameters, when present in the video media line V3C format parameters ("v3cfmtp") attribute, specify values that are  considered static for the session.</t>
          <t>An example of media representation corresponding to occupancy video component (V3C_OVD) in SDP is as follows:</t>
          <artwork><![CDATA[
  m=video 49170 RTP/AVP 99
  a=rtpmap:99 H265/90000
  a=fmtp:99 sprop-max-don-diff=0;
  a=v3cfmtp:sprop-v3c-unit-header=EAAAAA==
]]></artwork>
          <t>Below is an example of media representation corresponding to packed video component (V3C_PVD), where static V3C parameter set, atlas data and common atlas data are carried out-of-band in SDP. The values are considered static for the session, as they can't be signaled in-band in the video stream.</t>
          <artwork><![CDATA[
  m=video 49170 RTP/AVP 99
  a=rtpmap:99 H265/90000
  a=v3cfmtp:sprop-v3c-unit-header=KAAAAA==;
    sprop-v3c-parameter-set=AUH/AAAP/zwAAAAAACgIAtEAgQLAIAAUQBACWAM5Q
    EDgQCAIAAAAABP8CzwAAAAAAAAAQAAAtAE/wLPAAAAAAAg=;
    sprop-v3c-atlas-data=SAGAFAQBaKjuXgABQEKA,SgHmIA==,LgFoDOAFAABaAA
    AAAAA+;
    sprop-v3c-common-atlas-data=YAEHgFA=,YgEAMAAAC/B0qcvv/Dbr/pTvb8oq
    fhC5JQVS9jn7kAQT/As9EFyrjRBcmxEQe+j5DuGbTT9mZmZAQAAAoA==
]]></artwork>
        </section>
      </section>
      <section anchor="grouping-framework">
        <name>Grouping framework</name>
        <t>Different V3C components MAY be represented by their own respective RTP streams, whose payload formats are defined in the respective specifications. V3C atlas data RTP payload format is defined in this memo, whereas the video component RTP payload formats are defined for example in <xref target="RFC6184"/> or <xref target="RFC7798"/>. A grouping tool, as defined in <xref target="RFC5888"/>, is extended to idicate which media lines constitute a V3C representation.</t>
        <t>Group attribute with V3C type is provided to allow application to identify "m" lines that belong to the same V3C bitstream. Grouping type V3C MUST be used with the group attribute. The tokens that follow are mapped to 'mid'-values of individual media lines in the SDP.</t>
        <artwork><![CDATA[
    a=group:V3C <tokens>
]]></artwork>
        <t>The following example shows an SDP including four media lines, three describing V3C video components (PT:96=occupancy, PT:97=geometry, PT:98=attribute) and one V3C atlas component (PT:100). All the media lines are grouped under one V3C group. V3C parameter set is provided via session level V3C media format parameter attribute.</t>
        <artwork><![CDATA[
  ...
  a=group:V3C 1 2 3 4
  a=v3cfmtp:sprop-v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQ
    AADkA== 
  m=video 40000 RTP/AVP 96
  a=rtpmap:96 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=EAAAAA==
  a=mid:1
  m=video 40002 RTP/AVP 97 
  a=rtpmap:97 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=GAAAAA==
  a=mid:2
  m=video 40004 RTP/AVP 98 
  a=rtpmap:98 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=IAAAAA==
  a=mid:3
  m=application 40008 RTP/AVP 100 
  a=rtpmap:100 v3c/90000 
  a=v3cfmtp:sprop-v3c-unit-header=CAAAAA==;
  a=mid:4
]]></artwork>
        <t>The example below describes how content with two atlases can be signalled as separate streams. V3C parameter set is carried in a session level V3C media format parameter attribute and common atlas data are carried as part of the media level V3C media format parameter attribute corresponding to atlas zero. PT equal to 96, 97, 98 and 100 correspond to occupancy, geometry and attribute video component as well as atlas data component for atlas zero. PT equal to 101, 102, 103 and 104 correspond to respective components for atlas one.</t>
        <artwork><![CDATA[
  ...
  a=group:V3C 1 2 3 4 5 6 7 8
  a=v3cfmtp:sprop-v3c-parameter-set=AAUH/AAAP/zwAAABAADwIAWhBwAAOADjg
    QAADgAA8CAFoQcAADgA44EAAA6AkAgABRIA=;
  m=video 40000 RTP/AVP 96
  a=rtpmap:96 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=EAAAAA==
  a=mid:1
  m=video 40002 RTP/AVP 97 
  a=rtpmap:97 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=GAAAAA==
  a=mid:2
  m=video 40004 RTP/AVP 98 
  a=rtpmap:98 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=IAAAAA==
  a=mid:3
  m=application 40008 RTP/AVP 100 
  a=rtpmap:100 v3c/90000 
  a=fmtp:100
    sprop-v3c-common-atlas-data=YAEHgFA=,YgEAMAAAa+96Z5v6VP1D+P7LzRsb
    WDJ/yz+ALzMZNfvCg2389Kjd+d6fZyM6QZBfhrDW3K0vaP2Rr8L+gLAq/ny3wAzs9
    veiXEjjS67MfH+H4xV/RgW4fkl/YkINe/OsWCOBwPAVLACCf4FnogwYZKIME6oiD9
    UCodqjLwCCf4FnogxqBiIMZNwiEBpJIduBUoCCf4FnogwOeSIMCaGiEA9VIdtGwwC
    Cf4FnogvB+aILvWIiEBB6IdqobKfmZmZoCmZmefmZmZoCmZmefmZmZoCmZmefmZmZ
    oCmZmdA=
  a=v3cfmtp:sprop-v3c-unit-header=CAAAAA==;
  a=mid:4
  m=video 40010 RTP/AVP 101
  a=rtpmap:101 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=EAIAAA==
  a=mid:5
  m=video 40012 RTP/AVP 102
  a=rtpmap:102 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=GAIAAA==
  a=mid:6
  m=video 40014 RTP/AVP 103 
  a=rtpmap:103 H264/90000
  a=v3cfmtp:sprop-v3c-unit-header=IAIAAA==
  a=mid:7
  m=application 40018 RTP/AVP 104 
  a=rtpmap:104 v3c/90000 
  a=v3cfmtp:sprop-v3c-unit-header=CAIAAA==
  a=mid:8
]]></artwork>
      </section>
      <section anchor="offer-and-answer-considerations">
        <name>Offer and answer considerations</name>
        <t>An example of offer which only sends V3C content. The following example contains video components as three different versions (H.264, H.265, H.266). Further differences between the alternatives would be signaled as part of the media attribute parameters, as is the practice with regular video streams.</t>
        <artwork><![CDATA[
  ...
  a=group:v3c 1 2 3 4 
  a=v3cfmtp:v3c-ptl-level-idc=60;
    sprop-v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQAADkA==
  m=video 40000 RTP/AVP 96 97 98
  a=rtpmap:96 H264/90000
  a=rtpmap:97 H265/90000
  a=rtpmap:98 H266/90000
  a=v3cfmtp:sprop-v3c-unit-type=2;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0
  a=sendonly
  a=mid:1
  m=video 40002 RTP/AVP 99 100 101
  a=rtpmap:99 H264/90000
  a=rtpmap:100 H265/90000
  a=rtpmap:101 H266/90000
  a=v3cfmtp:sprop-v3c-unit-type=3;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0
  a=mid:2
  a=sendonly
  m=video 40004 RTP/AVP 102 103 104
  a=rtpmap:102 H264/90000
  a=rtpmap:103 H265/90000
  a=rtpmap:104 H266/90000
  a=v3cfmtp:sprop-v3c-unit-type=4;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0
  a=mid:3
  a=sendonly
  m=application 40006 RTP/AVP 105
  a=rtpmap:105 v3c/90000 
  a=v3cfmtp:sprop-v3c-unit-type=1;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0;
  a=mid:4
  a=sendonly
]]></artwork>
        <t>An example of answer which only receives V3C data with the selected versions.</t>
        <artwork><![CDATA[
  ...
  a=group:v3c 1 2 3 4
  m=video 50000 RTP/AVP 96
  a=rtpmap:96 H264/90000
  a=recvonly
  a=mid:1
  m=video 50002 RTP/AVP 100
  a=rtpmap:100 H265/90000
  a=recvonly
  a=mid:2
  m=video 50004 RTP/AVP 104
  a=rtpmap:104 H266/90000
  a=recvonly
  a=mid:3
  m=application 50006 RTP/AVP 105
  a=rtpmap:105 v3c/90000 
  a=recvonly
  a=mid:4
]]></artwork>
        <t>An example offer, which allows bundling different V3C components into one stream, based on <xref target="RFC9143"/>.</t>
        <artwork><![CDATA[
  ...
  a=group:BUNDLE 1 2 3 4
  a=group:v3c 1 2 3 4 
  m=video 40000 RTP/AVP 96
  a=rtpmap:96 H264/90000
  a=v3cfmtp:sprop-v3c-unit-type=2;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0
  a=mid:1
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
  m=video 40002 RTP/AVP 97 
  a=rtpmap:97 H264/90000
  a=v3cfmtp:sprop-v3c-unit-type=3;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0;
  a=mid:2
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
  m=video 40004 RTP/AVP 98 
  a=rtpmap:98 H264/90000
  a=v3cfmtp:sprop-v3c-unit-type=4;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0
  a=mid:3
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
  m=application 40006 RTP/AVP 99
  a=rtpmap:99 v3c/90000 
  a=v3cfmtp:sprop-v3c-unit-type=1;sprop-v3c-vps-id=0;
    sprop-v3c-atlas-id=0;
    sprop-v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQAADkA==
  a=mid:4
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
]]></artwork>
        <t>An example answer, which accepts bundling of different V3C components.</t>
        <artwork><![CDATA[
  a=group:BUNDLE 1 2 3 4
  a=group:v3c 1 2 3 4
  m=video 50000 RTP/AVP 96
  a=rtpmap:96 H264/90000
  a=mid:1
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
  m=video 0 RTP/AVP 97
  a=rtpmap:97 H264/90000
  a=bundle-only
  a=mid:2
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
  m=video 0 RTP/AVP 98
  a=rtpmap:98 H264/90000
  a=bundle-only
  a=mid:3
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
  m=application 0 RTP/AVP 99
  a=rtpmap:99 v3c/90000
  a=bundle-only
  a=mid:4
  a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
]]></artwork>
      </section>
      <section anchor="declarative-sdp-considerations">
        <name>Declarative SDP considerations</name>
        <t>When V3C content over RTP is offered with SDP in a declarative style, the parameters capable of indicating both bitstream properties as well as receiver capabilities are used to indicate only bitstream properties. For example, in this case, the parameters v3c-ptl-level-idc, v3c-ptl-tier-flag, v3c-ptl-codec-idc, v3c-ptl-toolset-idc and v3c-ptl-rec-idc declare the values used by the bitstream, not the capabilities for receiving bitstreams.</t>
        <t>A receiver of the SDP is required to support all parameters and values of the parameters provided; otherwise, the receiver MUST reject or not participate in 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>
    <section anchor="iana-considerations">
      <name>IANA considerations</name>
      <t>This memo contains three considerations to IANA: new media type, new SDP attribute and new grouping type.</t>
      <section anchor="v3c-media-type-registration">
        <name>V3C media type registration</name>
        <t>A new media type will be registered with IANA; see Section <xref target="Media-type-definition"/>.</t>
      </section>
      <section anchor="v3c-format-parameters-sdp-attribute">
        <name>V3C format parameters SDP attribute</name>
        <t>This document defines a new session and media level SDP attribute: "v3cfmtp". This attribute will be registered by IANA under attribute-field names (&lt;attribute-name&gt;) registry in Session Description Protocol (SDP). The "v3cfmtp" attribute is used to convey V3C specific media format parameters for any media line. Its format is defined in Section <xref target="v3cfmtp-attribute"/>. Further semantics are provided in <xref target="_table-v3cfmtp-attribute"/>.</t>
        <table anchor="_table-v3cfmtp-attribute">
          <name>Additional details for &lt;attribute-name&gt; Registry</name>
          <thead>
            <tr>
              <th align="left">Type</th>
              <th align="left">SDP Name</th>
              <th align="left">Usage Level</th>
              <th align="left">Mux Category</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">attribute</td>
              <td align="left">v3cfmtp</td>
              <td align="left">session, media</td>
              <td align="left">NORMAL</td>
              <td align="left">"this memo"</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: (informative) "this memo" to be replaced with the RFC number, once it becomes available.</t>
      </section>
      <section anchor="v3c-grouping-type-extension">
        <name>V3C grouping type extension</name>
        <t>Grouping is extended to establish relationships between substreams of a V3C representation. A new group type (V3C) for the group attribute will be registered as defined in <xref target="grouping-framework"/>. This document registers the semantics in <xref target="_table-v3c-group-type"/> with IANA in the "Semantics for the 'group' SDP Attribute" subregistry (under the "Session Description Protocol (SDP) Parameters" registry):</t>
        <table anchor="_table-v3c-group-type">
          <name>Additional semantics for V3C SDP group type</name>
          <thead>
            <tr>
              <th align="left">Semantics</th>
              <th align="left">Token</th>
              <th align="left">Mux Category</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">V3C grouping</td>
              <td align="left">V3C</td>
              <td align="left">NORMAL</td>
              <td align="left">"this memo"</td>
            </tr>
          </tbody>
        </table>
        <t>NOTE: (informative) "this memo" to be replaced with the RFC number, once it becomes available.</t>
      </section>
    </section>
    <section anchor="Security-considerations">
      <name>Security considerations</name>
      <t>RTP packets using the payload format defined in this specification are subject to the security considerations discussed in the RTP specification <xref target="RFC3550"/>, and in any applicable RTP profile such as RTP/AVP <xref target="RFC3551"/>, RTP/AVPF <xref target="RFC4585"/>, RTP/SAVP <xref target="RFC3711"/>, or RTP/SAVPF <xref target="RFC5124"/>. However, as "Securing the RTP Protocol Framework: Why RTP Does Not Mandate a Single Media Security Solution" <xref target="RFC7202"/> discusses, it is not an RTP payload format's responsibility to discuss or mandate what solutions are used to meet the basic security goals like confidentiality, integrity, and source authenticity for RTP in general. This responsibility lays on anyone using RTP in an application. They can find guidance on available security mechanisms and important considerations in "Options for Securing RTP Sessions" <xref target="RFC7201"/>. Applications SHOULD use one or more appropriate strong security mechanisms. The rest of this Security Considerations section discusses the security impacting properties of the payload format itself.</t>
      <t>This RTP payload format and its media decoder do not exhibit any significant non-uniformity in the receiver-side computational complexity for packet processing, and thus are unlikely to pose a denial-of-service threat due to the receipt of pathological data. Nor does the RTP payload format contain any active content.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="ISO.IEC.23090-5" target="https://www.iso.org/standard/73025.html">
          <front>
            <title>Information technology --- Coded representation of immersive media --- Part 5: Visual volumetric video-based coding (V3C) and video-based point cloud compression (V-PCC)</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2021"/>
          </front>
          <seriesInfo name="ISO/IEC" value="23090-5"/>
        </reference>
        <reference anchor="ISO.IEC.23090-12" target="https://www.iso.org/standard/79113.html">
          <front>
            <title>Information technology --- Coded representation of immersive media --- Part 12: MPEG Immersive video (MIV)</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2022"/>
          </front>
          <seriesInfo name="ISO/IEC" value="23090-12"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3550.xml">
          <front>
            <title>RTP: A Transport Protocol for Real-Time Applications</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="S. Casner" initials="S." surname="Casner"/>
            <author fullname="R. Frederick" initials="R." surname="Frederick"/>
            <author fullname="V. Jacobson" initials="V." surname="Jacobson"/>
            <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3551.xml">
          <front>
            <title>RTP Profile for Audio and Video Conferences with Minimal Control</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="S. Casner" initials="S." surname="Casner"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>This document describes a profile called "RTP/AVP" 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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3711.xml">
          <front>
            <title>The Secure Real-time Transport Protocol (SRTP)</title>
            <author fullname="M. Baugher" initials="M." surname="Baugher"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="M. Naslund" initials="M." surname="Naslund"/>
            <author fullname="E. Carrara" initials="E." surname="Carrara"/>
            <author fullname="K. Norrman" initials="K." surname="Norrman"/>
            <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4585.xml">
          <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"/>
            <author fullname="S. Wenger" initials="S." surname="Wenger"/>
            <author fullname="N. Sato" initials="N." surname="Sato"/>
            <author fullname="C. Burmeister" initials="C." surname="Burmeister"/>
            <author fullname="J. Rey" initials="J." surname="Rey"/>
            <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="RFC4648" target="https://www.rfc-editor.org/info/rfc4648" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4648.xml">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <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="RFC5124" target="https://www.rfc-editor.org/info/rfc5124" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5124.xml">
          <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"/>
            <author fullname="E. Carrara" initials="E." surname="Carrara"/>
            <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="RFC5888" target="https://www.rfc-editor.org/info/rfc5888" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5888.xml">
          <front>
            <title>The Session Description Protocol (SDP) Grouping Framework</title>
            <author fullname="G. Camarillo" initials="G." surname="Camarillo"/>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>In this specification, we define a framework to group "m" lines in the Session Description Protocol (SDP) for different purposes. This framework uses the "group" and "mid" SDP attributes, both of which are defined in this specification. Additionally, we specify how to use the framework for two different purposes: for lip synchronization and for receiving a media flow consisting of several media streams on different transport addresses. This document obsoletes RFC 3388. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5888"/>
          <seriesInfo name="DOI" value="10.17487/RFC5888"/>
        </reference>
        <reference anchor="RFC6184" target="https://www.rfc-editor.org/info/rfc6184" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6184.xml">
          <front>
            <title>RTP Payload Format for H.264 Video</title>
            <author fullname="Y.-K. Wang" initials="Y.-K." surname="Wang"/>
            <author fullname="R. Even" initials="R." surname="Even"/>
            <author fullname="T. Kristensen" initials="T." surname="Kristensen"/>
            <author fullname="R. Jesup" initials="R." surname="Jesup"/>
            <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6190.xml">
          <front>
            <title>RTP Payload Format for Scalable Video Coding</title>
            <author fullname="S. Wenger" initials="S." surname="Wenger"/>
            <author fullname="Y.-K. Wang" initials="Y.-K." surname="Wang"/>
            <author fullname="T. Schierl" initials="T." surname="Schierl"/>
            <author fullname="A. Eleftheriadis" initials="A." surname="Eleftheriadis"/>
            <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 "H264-SVC", 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 ("H264") 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="RFC7798" target="https://www.rfc-editor.org/info/rfc7798" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7798.xml">
          <front>
            <title>RTP Payload Format for High Efficiency Video Coding (HEVC)</title>
            <author fullname="Y.-K. Wang" initials="Y.-K." surname="Wang"/>
            <author fullname="Y. Sanchez" initials="Y." surname="Sanchez"/>
            <author fullname="T. Schierl" initials="T." surname="Schierl"/>
            <author fullname="S. Wenger" initials="S." surname="Wenger"/>
            <author fullname="M. M. Hannuksela" initials="M. M." surname="Hannuksela"/>
            <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="RFC8083" target="https://www.rfc-editor.org/info/rfc8083" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8083.xml">
          <front>
            <title>Multimedia Congestion Control: Circuit Breakers for Unicast RTP Sessions</title>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <author fullname="V. Singh" initials="V." surname="Singh"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>The Real-time Transport Protocol (RTP) is widely used in telephony, video conferencing, and telepresence applications. Such applications are often run on best-effort UDP/IP networks. If congestion control is not implemented in these applications, then network congestion can lead to uncontrolled packet loss and a resulting deterioration of the user's multimedia experience. The congestion control algorithm acts as a safety measure by stopping RTP flows from using excessive resources and protecting the network from overload. At the time of this writing, however, while there are several proprietary solutions, there is no standard algorithm for congestion control of interactive RTP flows.</t>
              <t>This document does not propose a congestion control algorithm. It instead defines a minimal set of RTP circuit breakers: conditions under which an RTP sender needs to stop transmitting media data to protect the network from excessive congestion. It is expected that, in the absence of long-lived excessive congestion, RTP applications running on best-effort IP networks will be able to operate without triggering these circuit breakers. To avoid triggering the RTP circuit breaker, any Standards Track congestion control algorithms defined for RTP will need to operate within the envelope set by these RTP circuit breaker algorithms.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8083"/>
          <seriesInfo name="DOI" value="10.17487/RFC8083"/>
        </reference>
        <reference anchor="RFC9143" target="https://www.rfc-editor.org/info/rfc9143" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9143.xml">
          <front>
            <title>Negotiating Media Multiplexing Using the Session Description Protocol (SDP)</title>
            <author fullname="C. Holmberg" initials="C." surname="Holmberg"/>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <author fullname="C. Jennings" initials="C." surname="Jennings"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This specification defines a new Session Description Protocol (SDP) Grouping Framework extension called 'BUNDLE'. The extension can be used with the SDP offer/answer mechanism to negotiate the usage of a single transport (5-tuple) for sending and receiving media described by multiple SDP media descriptions ("m=" sections). Such transport is referred to as a "BUNDLE transport", and the media is referred to as "bundled media". The "m=" sections that use the BUNDLE transport form a BUNDLE group.</t>
              <t>This specification defines a new RTP Control Protocol (RTCP) Source Description (SDES) item and a new RTP header extension.</t>
              <t>This specification updates RFCs 3264, 5888, and 7941.</t>
              <t>This specification obsoletes RFC 8843.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9143"/>
          <seriesInfo name="DOI" value="10.17487/RFC9143"/>
        </reference>
        <reference anchor="RFC8866" target="https://www.rfc-editor.org/info/rfc8866" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8866.xml">
          <front>
            <title>SDP: Session Description Protocol</title>
            <author fullname="A. Begen" initials="A." surname="Begen"/>
            <author fullname="P. Kyzivat" initials="P." surname="Kyzivat"/>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ISO.IEC.14496-10" target="https://www.iso.org/standard/75400.html">
          <front>
            <title>Information technology - Coding of audio-visual objects - Part 10: Advanced video coding</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2020"/>
          </front>
          <seriesInfo name="ISO/IEC" value="14496-10"/>
        </reference>
        <reference anchor="ISO.IEC.14496-12" target="https://www.iso.org/standard/74428.html">
          <front>
            <title>Information technology --- Coding of audio-visual objects --- Part 12: ISO base media file format</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2020"/>
          </front>
          <seriesInfo name="ISO/IEC" value="14496-12"/>
        </reference>
        <reference anchor="ISO.IEC.23008-2" target="https://www.iso.org/standard/75484.html">
          <front>
            <title>Information technology --- High efficiency coding and media delivery in heterogeneous environments --- Part 2: High efficiency video coding</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2020"/>
          </front>
          <seriesInfo name="ISO/IEC" value="23008-2"/>
        </reference>
        <reference anchor="ISO.IEC.23090-3" target="https://www.iso.org/standard/73022.html">
          <front>
            <title>Information technology --- Coded representation of immersive media --- Part 3: Versatile video coding</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2021"/>
          </front>
          <seriesInfo name="ISO/IEC" value="23090-3"/>
        </reference>
        <reference anchor="ISO.IEC.23090-10" target="https://www.iso.org/standard/78991.html">
          <front>
            <title>Information technology --- Coded representation of immersive media --- Part 10: Carriage of visual volumetric video-based coding data</title>
            <author>
              <organization>ISO/IEC</organization>
            </author>
            <date year="2022"/>
          </front>
          <seriesInfo name="ISO/IEC" value="FDIS 23090-10"/>
        </reference>
        <reference anchor="RFC7201" target="https://www.rfc-editor.org/info/rfc7201" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7201.xml">
          <front>
            <title>Options for Securing RTP Sessions</title>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7202.xml">
          <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"/>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <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>
      </references>
    </references>
    <?line 1209?>

<!-- Nothing here -->



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1923LbSJbguyP8D1hXxJY0JmndLdGt3qF1KWtKsmVLdvVl
OxwQCVIogwALACWryu6Yj9hPmNgfmT+ZL9lzyyuSFOWSq3t6Wz1TloBE5smT
J889T7bb7YcP6rTOkm705vw0Oo1vsiIeRIdFOY7raFiU0bu0msZZ9K7IpuOk
LtM+PBkkRfsirpJBtFcM0nwULb1b31t++CC+uCiTK+5qIl0Nra7W9x4+GBT9
PB7DeIMyHtbtNKmH7fiq7hdl0i7rSftqvd9e2YJ2cQ2N1lbWNtorG+3VtYcP
Hj5IJ2U3qstpVa+trOyswLO4TOJu1JtMsrQf12mRP3xwPepG0uHDBx+uu9FR
XidlntTtfRzx4YNqejFOqwoan99MYIyjg/PDhw/g825U1QMcp0+z6kbTqh1X
/TR9+GCSdiP4efggiuqi341ukgp/r4qyLpNhZR7cjK2/Ab5pfVmUXXzVxv9E
UZrD2+NOdJQVWcyPGB/H8bRM7cdFCSC8LD6kcXSe9C/zIitGKQ8DA8G4CUD8
Iq7jfPKf//Gf/5FHV3FWAxKSaH2FG/XT+qYbncfjSYLIoEfFAMY6PGqvr6+u
qGbFNK9LaHmY5lmcD/hpMo7TrBtlCFYnRbD+NUdgOv1iHJjP90UOKzpwZjT9
EFc/u28WmtQPSZnml0kJf8dVlUQ7q/Z8TqZ52r+0p7Pf3l7d3Fj1ZvNdApSX
37izIZA6Hxgke0IPH3wTvUmGgKi8j/DkRLfpFXSPPRydveocHex11taB8Nqb
Xe5Vts6jo5zJHGgqqtW0bqL/+vf/gzsE9kmZTMqkSvKa2xTDKB2PYYLQfzRO
BoANbHsal3W02VV77srsuStrz/WtPRfBcjkvJ0Wa11E/K6bYcIyjIqVD6/bp
3t7yI4ZbyDLiv2RVHsEcn8AcpY3egILXChYlqVKYaVd9Jh9AK8aKICUuR7iK
l3U9qbpPnlxfX3fSqujAIE8qoNZBXA6ePF1fWdvsXNbjrInd1bWviF7oPDo5
PfguOtItCH/R0snRuy/Cz9qi+FldcxH0aD6GdlZX1wlDNOCbw7211dWdrvy+
vrm5Yv2+qn9/uqp/39jc3tS/b21sq983V9c29O/b2/r51ur2hvl9R/f/9OmO
brO9sr2uft9Z3dC/b29vbXWJR6u1gp1jL+3qxsbOVnt1ZbGlbSvJAksZTwdp
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
0z3aB9Wr7nck2NagLpe07RZxH2ivYoJAtRI4iZAfccEWLUUeHb3pnc76DnSJ
Au1aluU/J2URpHR7JENPeVHP7ZyA6mdTNgtBBBil1O1xOiGZMq2pS+sb0FWt
b2YMwwCl1W1zbWDYeodIrg3pevsMJxukDNYRoB9AuCZEo++pDaeE2zQDoqCd
iNpQf0r8ILBuzC/ZSYN484FCsoV3MiKyp0lc1mmfdmExrSeASaQ1a8Z3cC2F
Cc/oZjrM5joBlqrlCJ6C8sIcBlpVCTqJlJE9wQ1XIgrJBz1OYQNUuGN+mqYl
73HYHGXN+I2jd6dnioBYxsNKZElc1TRj5dOKeCcjQMgty2KKvuqPpPJnoDCC
7dshHxziQmkJsaWsMtcVImBtW6sbahWYGAGGgVpL5JvAkIh3KvsbJsC7iSZ/
cVMnld0BkRILs5w+RjYne/TN87NTWi3icF2HrZbJCEdErLCvSJbBI8iwuUmd
lvE1gWMWVBSrBWZcJyNATz4dX8A/KFtpWmrLQWfxpJpmohLAqmlvFEsvaZbS
RknGE2S3JQiuysUAAiDiiDBEEtwCRcBMWGmvHK4l6EOfxwQ/pJEdVmbxEOpY
i7kVQg8K3y4ubjJBFYNMZtqS5B8MLAWvmSUKqZs7bLGA67OLRIs0CW2dF65a
Zx5b2Lm+LDJSUSZFWfsA6i/uCmRgj987kDLIF8OoHZJdni3IvH5/OgHxC0bg
KCnwe/gNRtWaAI9rMUyjJKXNXcWO1qbvytMn7wq34zyfvwt90meJNJkAkQIF
O3SOzBf+2Xt3xlx6DOrYBVLwMCmFw8J+ae6laT5QPEmz1cskVpaUr/RoYQlq
O+lGto8DBmBboQ8YBhM9RuuaxGNci57tqRm2JgcdVyyGZbXQ4+UtV0o2Q0U6
lthBUc+27MDacSw9snVQo6V4UkNNp7enHKiJRyPY42LVkPOc3r5tvkUk4TtA
Nr1jMUuWlzBZfLv/6iW9dSW8sFNsQApLhKlDsK+iEtAD+0gUE8ItNjo5ZwDG
8cd0PB27Hl0FCDJe/Jkp46QRdaW4ND4j5gk/M6WE8k/hzyI0Tu1PGS2NSBGb
5icciWfXD7sOSAmPZD1fXYFNkybXSs5y8AGwGC1ZSRXLjl9W5QM0lXTc1/3L
NLmyVIRYXKeVJc0bHxJXQ4mxvu8bkG6wZc1/LxYle9SNyelZmMq0ItJHS8LA
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
fTjfeDdHLozMxChyJUOxxCDc4zlJBvbbcTr4tm0yNjCwCDPBxAQbSSZ46CWP
xbs0bhfh+h2P9nu9K86d0/BqkfEKWpIMJMz0FWPDYlraY2JGBZ7mEeeocn76
Cne0dHre3dna1QK0FeGDp7ujBAzeupS/t3c1ZvjuYhVr8c117G51ZWWZb4s0
MQzGAyKPJoynpPiSNemHnnYCNpZNHVepFyS0gjLNKI9ZSgvlnU6HGb/Bu1R/
XNCRe5u1o7gs2TyRI5pQ6hjRtOWKpi0UTRuLiyajNGBbIMPuqj/YmhnsaeSO
9vSOo33XGG3NH23DMlcj316922hHjdHWAyYydLatxwSacwfFB9pKvpt73Ay7
4exFtQP5HhoTdcBD3OQAyVWx02vxLCS62pITHVJ6uxJAM+jeKhnwJXS/gPJm
hcCsrbr4CDP8KT8nZdHB+qY6RWtnqwVE2ELSQKhwccy3jgLfihTn4VCXCX97
ghHGuU6wPE4V9uLQSfMZ4KyurLbgP2v4n3WBaMODyBL1Frs0vRb5opxF1ZVd
kMO42uRzZjE/XGoWwxwG3SqjXm97r3dYvO7THxsbyBS2eh96oAm+AQ3w2T/Z
z98T+6EhVxmGO+re8eOdrT9tXm29O13df3z69PjnN9UFd/PD/r89ufn5ce/4
55M/vRxe7Y3W1rd3vv9x8HiwNfzTzcnW6z89H16W+z+sf79yFZ+uvSm3jx+P
jns/Pclv1q97P1c7kgqdpH84+PHHs62nJ8MXj19sfHz35M3oh43hh+zJHz8c
vUyevKp+2Hv1/Pq09+64t7c33DjMi9H1H//0/dHJwVaR7ks3b/eKwU8/Hl+r
Fh9/ep4eAWDX6cHzyb8dDabP3xb661fJ2dHJXvxdetDbeXc0qL+7vt7jbqTF
1fPH8dHx1Q9H8PXzraPBT8XF90O0IIo9+G8y51fuhh4Mertfzv0dGltdsdZ7
1Vvu1TtvoCOPyDb94das4da84dbuvIP84bb84Tas4dZ9al6/8x7yx3sa3EOr
9h7a8EfduLMI90fdtm3MV1TvyWRQBNKDXecT5VyI0UMHEiuqm8VWJwl8ufy9
oaXr2EVD4SY7jzRzbcVeJWVFWalLAYczqNKHquKNziqvnLTyOAPhkVMqR2Wq
omkXSlDKG8FqOwPjSiXgT8oYhJ/KfC6TEdbCctwv1TzxByujxZ+7cg0P7e7W
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

-->

</rfc>
