<?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.5 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-avtcore-rtp-v3c-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.1 -->
  <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-04"/>
    <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="January" day="30"/>
    <area>Application</area>
    <workgroup>avtcore</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 121?>

<t>This memo describes an RTP payload format for visual volumetric video-based coding (V3C) <xref target="ISO.IEC.23090-5"/>. A V3C bitstream is composed of V3C units that contain V3C video sub-bitstreams, V3C atlas sub-bitstreams, or a V3C parameter set. The RTP payload format for V3C video sub-bitstreams is defined by relevant Internet Standards for the applicable video codec. The RTP payload format for V3C atlas sub-bitstreams is described by this memo. 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, immersive video with depth, mesh representations of visual volumetric frames, etc. Examples of such applications are Video-based Point Cloud Compression (V-PCC) <xref target="ISO.IEC.23090-5"/>, and 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 images and associated data, known as atlas data. The converted 2D images 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 CASs.</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>atlas frame parameter set: syntax structure containing syntax elements that apply to zero or more entire coded atlas frames as determined by the content of a syntax element found in each tile header.</t>
          <t>atlas sequence parameter set: syntax structure containing syntax elements that apply to zero or more entire coded atlas sequences as determined by the content of a syntax element found in the AFPS referred to by a syntax element found in each tile header.</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>intra random access point coded atlas: coded atlas for which each ACL NAL unit has nal_unit_type in the range of NAL_BLA_W_LP to NAL_RSV_IRAP_ACL_29, inclusive.</t>
          <t>intra random access point coded atlas access unit: access unit in which the coded atlas with nal_layer_id equal to 0 is a IRAP coded atlas.</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 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 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 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  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>AFPS    atlas frame parameter set</t>
        <t>AP      aggregation packet</t>
        <t>ASPS    atlas sequence parameter set</t>
        <t>AU      aggregation unit</t>
        <t>CAS     coded atlas sequence</t>
        <t>DON     decoding order number</t>
        <t>IRAP    intra random access point</t>
        <t>MRMT    Multiple RTP streams on Multiple media Transports</t>
        <t>MRST    Multiple RTP streams over a Single media Transport</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>SRST    Single RTP stream on a Single media Transport</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., V3C 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, V3C 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 need to be 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"/>.</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-v3c-unit-type-descriptions"/>.</t>
          <table anchor="_table-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 along with different packetization modes.</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>When MRST or MRMT is in use, if an access unit appears in multiple RTP streams, the marker bit is set on each RTP stream's last packet of the access unit.</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>NOTE: (informative) It is not required to use different payload type values for different RTP streams in MRST or MRMT.</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.</t>
        <t>When using SRST, by definition a single SSRC is used for all parts of a single bitstream. In MRST or MRMT, different SSRCs are used for each RTP stream containing a subset of the sub-layers of the single (temporally scalable) bitstream. A receiver is required to correctly associate the set of SSRCs that are included parts of the same 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 6
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |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="transmission-modes">
        <name>Transmission modes</name>
        <t>This memo enables transmission of an V3C atlas bitstream over:</t>
        <ul spacing="normal">
          <li>
            <t>a Single RTP stream on a Single media Transport (SRST),</t>
          </li>
          <li>
            <t>Multiple RTP streams over a Single media Transport (MRST), or</t>
          </li>
          <li>
            <t>Multiple RTP streams on Multiple media Transports (MRMT).</t>
          </li>
        </ul>
        <t>When in MRST or MRMT, multiple RTP streams MAY be grouped together as specified in <xref target="RFC5888"/> and <xref target="RFC9143"/>.</t>
        <t>SRST or MRST SHOULD be used for point-to-point unicast scenarios, whereas MRMT SHOULD be used for point-to-multipoint multicast scenarios where different receivers require different operation points of the same V3C atlas bitstream, to improve bandwidth utilizing efficiency.</t>
        <t>NOTE: A multicast may degrade to a unicast at some point when only one receiver is left. This is a justification of the first "SHOULD" instead of "MUST". There might be scenarios where MRMT is desirable but not possible, e.g., when IP multicast is not deployed in a certain network. This is a justification of the second "SHOULD" instead of "MUST".</t>
        <t>The transmission mode is indicated by the tx-mode media parameter. If tx-mode is equal to "SRST", SRST MUST be used. Otherwise, if tx-mode is equal to "MRST", MRST MUST be used. Otherwise (tx-mode is equal to "MRMT"), MRMT MUST be used.</t>
        <t>NOTE: (informative) When an RTP stream does not depend on other RTP streams, any of SRST, MRST, or MRMT may be in use for the RTP stream.</t>
        <t>Receivers MUST support all of SRST, MRST, and MRMT. The required support of MRMT by receivers does not imply that multicast must be supported by receivers.</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 2
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |      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 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 2
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  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 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 2
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  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 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 2
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  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 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 V3C 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:</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 and, when tx-mode is equal to "MRST" or "MRMT", MUST also be the same as the NAL unit output 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>
    </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: v3c-unit-header, v3c-unit-type, v3c-vps-id, v3c-atlas-id, v3c-attr-idx, v3c-attr-part-idx, v3c-map-idx, v3c-aux-video-flag, v3c-parameter-set, v3c-tile-id, v3c-tile-id-pres, v3c-atlas-data, v3c-common-atlas-data, v3c-sei, v3c-ptl-level-idc, v3c-ptl-tier-flag, v3c-ptl-codec-idc, v3c-ptl-toolset-idc, v3c-ptl-rec-idc, tx-mode 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[
    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[
    v3c-unit-type: 
]]></artwork>
        <t>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[
    v3c-vps-id:
]]></artwork>
        <t>v3c-vps-id provides a value corresponding to vuh_v3c_parameter_set_id defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-atlas-id:
]]></artwork>
        <t>v3c-atlas-id provides a value corresponding to vuh_atlas_id defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-attr-idx: 
]]></artwork>
        <t>v3c-attr-idx provides a value corresponding to vuh_attribute_index defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-attr-part-idx: 
]]></artwork>
        <t>v3c-attr-part-idx provides a value corresponding to vuh_attribute_partition_index defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-map-idx:
]]></artwork>
        <t>v3c-map-idx provides a value corresponding to vuh_map_index defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-aux-video-flag: 
]]></artwork>
        <t>v3c-aux-video-flag provides a value corresponding to vuh_auxiliary_video_flag defined in <xref target="ISO.IEC.23090-5"/>.</t>
        <artwork><![CDATA[
    v3c-parameter-set: 
]]></artwork>
        <t>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[
    v3c-tile-id:
]]></artwork>
        <t>v3c-tile-id indicates that the RTP stream contains only portion of the tiles in the atlas. v3c-tile-id is a comma-separated (',') list of integer values, which indicate the v3c-tile-ids that are present in the RTP stream.</t>
        <artwork><![CDATA[
    v3c-tile-id-pres:
]]></artwork>
        <t>v3c-tile-id-pres indicates that the RTP packets contain v3c-tile-id field.</t>
        <artwork><![CDATA[
    v3c-atlas-data:
]]></artwork>
        <t>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[
    v3c-common-atlas-data:
]]></artwork>
        <t>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[
    v3c-sei:
]]></artwork>
        <t>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[
    tx-mode:
]]></artwork>
        <t>This parameter indicates whether the transmission mode is SRST, MRST, or MRMT.</t>
        <t>The value of tx-mode MUST be equal to "SRST", "MRST" or "MRMT". When not present, the value of tx-mode is inferred to be equal to "SRST".</t>
        <t>If the value is equal to "MRST", MRST MUST be in use. Otherwise, if the value is equal to "MRMT", MRMT MUST be in use. Otherwise (the value is equal to "SRST"), SRST MUST be in
use.</t>
        <t>The value of tx-mode MUST be equal to "MRST" for all RTP streams in an MRST.</t>
        <t>The value of tx-mode MUST be equal to "MRMT" for all RTP streams in an MRMT.</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>The mapping of above defined payload format media type to the corresponding fields in the Session Description Protocol (SDP) is done according to <xref target="RFC8866"/>.</t>
      <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 v3c-unit-header, v3c-unit-type, v3c-vps-id, v3c-atlas-id, v3c-attr-idx, v3c-attr-part-idx, v3c-map-idx, v3c-aux-video-flag, sprop-max-don-diff, v3c-parameter-set, v3c-atlas-data, v3c-common-atlas-data, v3c-sei, v3c-tile-id, 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=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>
          </ul>
          <t>An example of media representation corresponding to atlas data component (V3C_AD) in SDP is as follows:</t>
          <artwork><![CDATA[
    m=application 49170 RTP/AVP 98
    a=rtpmap:98 v3c/90000
    a=fmtp:98 v3c-unit-header=CAAAAA==;
              v3c-ptl-tier-flag=1
]]></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 v3c-unit-header, v3c-unit-type, v3c-vps-id, v3c-atlas-id, v3c-attr-idx, v3c-attr-part-idx, v3c-map-idx, v3c-aux-video-flag, sprop-max-don-diff, v3c-parameter-set, v3c-atlas-data, v3c-common-atlas-data, v3c-sei, v3c-tile-id, 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=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 MAY include any optional parameters from the respective video payload specifications.</t>
            </li>
          </ul>
          <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;
              v3c-unit-header=EAAAAA==
]]></artwork>
          <t>When v3c-unit-header or v3c-unit-type indicate V3C unit type V3C_PVD, v3c-parameter-set, v3c-atlas-data or v3c-common-atlas-data MAY be signalled along the video stream. When v3c-parameter-set, v3c-atlas-data or v3c-common-atlas-data are present it indicates that the provided data is static for the whole duration of the stream.</t>
          <t>When v3c-parameter-set, v3c-atlas-data or v3c-common-atlas-data are signalled along the video stream it is expected the respective v3c-parameter-set, v3c-atlas-data or v3c-common-atlas-data remain static for the duration of the stream.</t>
          <t>Below is an example of media representation corresponding to packed video component (V3C_PVD), where V3C parameter set, atlas data and common atlas data are carried out-of-band in SDP.</t>
          <artwork><![CDATA[
    m=video 49170 RTP/AVP 99
    a=rtpmap:99 H265/90000
    a=fmtp:99 packetization-mode=1;
              v3c-unit-header=KAAAAA==;
              v3c-parameter-set=AUH/AAAP/zwAAAAAACgIAtEAgQLAIAAUQBACWAM
              5QEDgQCAIAAAAABP8CzwAAAAAAAAAQAAAtAE/wLPAAAAAAAg=;
              v3c-atlas-data=SAGAFAQBaKjuXgABQEKA,SgHmIA==,LgFoDOAFAABa
              AAAAAAA+;
              v3c-common-atlas-data=YAEHgFA=,YgEAMAAAC/B0qcvv/Dbr/pTvb8
              oqfhC5JQVS9jn7kAQT/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. A grouping tool, as defined in <xref target="RFC5888"/>, is extended to support V3C grouping.</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> <v3c specific session-level parameters>
]]></artwork>
        <t>The V3C grouping type attribute related v3c-specific session level parameters MAY include the following optional information:</t>
        <artwork><![CDATA[
    v3c-parameter-set=<value>
    v3c-atlas-data=<value>
    v3c-common-atlas-data=<value>
    v3c-sei=<value>
]]></artwork>
        <t>When signalled as a session level parameter, the data is considered to be static for the duration of the stream.</t>
        <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 which provides the V3C parameter set.</t>
        <artwork><![CDATA[
    ...
    a=group:V3C 1 2 3 4 
      v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQAADkA==
    m=video 40000 RTP/AVP 96
    a=rtpmap:96 H264/90000
    a=fmtp:96 v3c-unit-header=EAAAAA==
    a=mid:1
    m=video 40002 RTP/AVP 97 
    a=rtpmap:97 H264/90000
    a=fmtp:97 v3c-unit-header=GAAAAA==
    a=mid:2
    m=video 40004 RTP/AVP 98 
    a=rtpmap:98 H264/90000
    a=fmtp:98 v3c-unit-header=IAAAAA==
    a=mid:3
    m=application 40008 RTP/AVP 100 
    a=rtpmap:100 v3c/90000 
    a=fmtp:100 v3c-unit-header=CAAAAA==
    a=mid:4
]]></artwork>
        <t>V3C group attribute type can be used as follows to indicate different V3C components (PT:96=occupancy, PT:97=geometry, PT:98=attribute) and associate static atlas data with them.</t>
        <artwork><![CDATA[
    ...
    a=group:v3c 1 2 3 
      v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQAADkA==;
      v3c-atlas-data=SAGAHgQAhyo7lgAAoCFA,SgHmIA==,LgFoDIA8EAWiAPAAFoCg
      AAAAGALRAHgAC0BQAAAAiAPBgDwABaAoAAAAhwB4AAtAUAAAAYHw
    m=video 40000 RTP/AVP 96
    a=rtpmap:96 H264/90000
    a=fmtp:96 v3c-unit-header=EAAAAA==
    a=mid:1
    m=video 40002 RTP/AVP 97 
    a=rtpmap:97 H264/90000
    a=fmtp:96 v3c-unit-header=GAAAAA==
    a=mid:2
    m=video 40004 RTP/AVP 98 
    a=rtpmap:98 H264/90000
    a=fmtp:96 v3c-unit-header=IAAAAA==
    a=mid:3
]]></artwork>
        <t>The following example describes how every V3C video component is packed into a single stream (V3C_PVD) and associated with static atlas data.</t>
        <artwork><![CDATA[
    ...
    m=video 40000 RTP/AVP 96
    a=rtpmap:96 H265/90000
    a=fmtp:96 v3c-unit-header=KAAAAA==;
              v3c-parameter-set=AUH/AAAP/zwAAAAAACgIAtEAgQLAIAAUQBACWAM
              5QEDgQCAIAAAAABP8CzwAAAAAAAAAQAAAtAE/wLPAAAAAAAg=;
              v3c-atlas-data=YAEHgFA=,YgEAMAAAC/B0qcvv/Dbr/pTvb8oqfhC5J
              QVS9jn7kAQT/As9EFyrjRBcmxEQe+j5DuGbTT9mZmZAQAAAoA==
    a=mid:1
]]></artwork>
        <t>The example below describes how content with two atlases can be signalled as separate streams. V3C parameter set and common atlas data are carried as group attribute parameters. 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 
      v3c-parameter-set=AAUH/AAAP/zwAAABAADwIAWhBwAAOADjgQAADgAA8CAFoQc
      AADgA44EAAA6AkAgABRIA=;
      v3c-common-atlas-data=YAEHgFA=,YgEAMAAAa+96Z5v6VP1D+P7LzRsbWDJ/yz
      +ALzMZNfvCg2389Kjd+d6fZyM6QZBfhrDW3K0vaP2Rr8L+gLAq/ny3wAzs9veiXEj
      jS67MfH+H4xV/RgW4fkl/YkINe/OsWCOBwPAVLACCf4FnogwYZKIME6oiD9UCodqj
      LwCCf4FnogxqBiIMZNwiEBpJIduBUoCCf4FnogwOeSIMCaGiEA9VIdtGwwCCf4Fno
      gvB+aILvWIiEBB6IdqobKfmZmZoCmZmefmZmZoCmZmefmZmZoCmZmefmZmZoCmZmd
      A=
    m=video 40000 RTP/AVP 96
    a=rtpmap:96 H264/90000
    a=fmtp:96 v3c-unit-header=EAAAAA==
    a=mid:1
    m=video 40002 RTP/AVP 97 
    a=rtpmap:97 H264/90000
    a=fmtp:97 v3c-unit-header=GAAAAA==
    a=mid:2
    m=video 40004 RTP/AVP 98 
    a=rtpmap:98 H264/90000
    a=fmtp:98 v3c-unit-header=IAAAAA==
    a=mid:3
    m=application 40008 RTP/AVP 100 
    a=rtpmap:100 v3c/90000 
    a=fmtp:100 v3c-unit-header=CAAAAA==
    a=mid:4
    m=video 40010 RTP/AVP 101
    a=rtpmap:101 H264/90000
    a=fmtp:101 v3c-unit-header=EAIAAA==
    a=mid:5
    m=video 40012 RTP/AVP 102
    a=rtpmap:102 H264/90000
    a=fmtp:102 v3c-unit-header=GAIAAA==
    a=mid:6
    m=video 40014 RTP/AVP 103 
    a=rtpmap:103 H264/90000
    a=fmtp:103 v3c-unit-header=IAIAAA==
    a=mid:7
    m=application 40018 RTP/AVP 104 
    a=rtpmap:104 v3c/90000 
    a=fmtp:104 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 
      v3c-ptl-level-idc=60;
      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=fmtp:96 v3c-unit-type=2;v3c-vps-id=0;v3c-atlas-id=0
    a=fmtp:97 v3c-unit-type=2;v3c-vps-id=0;v3c-atlas-id=0
    a=fmtp:98 v3c-unit-type=2;v3c-vps-id=0;v3c-atlas-id=0
    a=sendonly
    a=mid:1
    m=video 40002 RTP/AVP 96 97 98
    a=rtpmap:96 H264/90000
    a=rtpmap:97 H265/90000
    a=rtpmap:98 H266/90000
    a=fmtp:96 v3c-unit-type=3;v3c-vps-id=0;v3c-atlas-id=0;
    a=fmtp:97 v3c-unit-type=3;v3c-vps-id=0;v3c-atlas-id=0;
    a=fmtp:98 v3c-unit-type=3;v3c-vps-id=0;v3c-atlas-id=0;
    a=mid:2
    a=sendonly
    m=video 40004 RTP/AVP 96 97 98
    a=rtpmap:96 H264/90000
    a=rtpmap:97 H265/90000
    a=rtpmap:98 H266/90000
    a=fmtp:96 v3c-unit-type=4;v3c-vps-id=0;v3c-atlas-id=0
    a=fmtp:97 v3c-unit-type=4;v3c-vps-id=0;v3c-atlas-id=0 
    a=fmtp:98 v3c-unit-type=4;v3c-vps-id=0;v3c-atlas-id=0 
    a=mid:3
    a=sendonly
    m=application 40006 RTP/AVP 100
    a=rtpmap:100 v3c/90000 
    a=fmtp:100 v3c-unit-type=1;v3c-vps-id=0;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
    m=video 50002 RTP/AVP 97 
    a=rtpmap:97 H265/90000
    a=recvonly
    m=video 50004 RTP/AVP 98 
    a=rtpmap:98 H266/90000
    a=recvonly
    m=application 50006 RTP/AVP 96
    a=rtpmap:96 v3c/90000 
    a=recvonly
]]></artwork>
        <t>An example offer, which allows bundling different V3C components on one stream, based on <xref target="RFC9143"/>.</t>
        <artwork><![CDATA[
    ...
    a=group:BUNDLE 1 2 3 4
    a=group:v3c 1 2 3 4 
      v3c-parameter-set=AQD/AAAP/zwAAAAAADwIAQ5BwAAOADjgQAADkA==
    m=video 40000 RTP/AVP 96
    a=rtpmap:96 H264/90000
    a=fmtp:96 v3c-unit-type=2;v3c-vps-id=0;v3c-atlas-id=0
    a=mid:1
    a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
    m=video 40002 RTP/AVP 96 
    a=rtpmap:96 H264/90000
    a=fmtp:96 v3c-unit-type=3;v3c-vps-id=0;v3c-atlas-id=0;
    a=mid:2
    a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
    m=video 40004 RTP/AVP 96 
    a=rtpmap:96 H264/90000
    a=fmtp:96 v3c-unit-type=4;v3c-vps-id=0;v3c-atlas-id=0
    a=mid:3
    a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
    m=application 40006 RTP/AVP 97
    a=rtpmap:97 v3c/90000 
    a=fmtp:97 v3c-unit-type=1;v3c-vps-id=0;v3c-atlas-id=0
    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 96 
    a=rtpmap:96 H264/90000
    a=bundle-only
    a=mid:2
    a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
    m=video 0 RTP/AVP 96 
    a=rtpmap:96 H264/90000
    a=bundle-only
    a=mid:3
    a=extmap:1 urn:ietf:params:rtp-hdrext:sdes:mid
    m=application 0 RTP/AVP 97
    a=rtpmap:97 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>A new media type will be registered with IANA; see Section <xref target="Media-type-definition"/>.</t>
      <t>Furthermore 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 wit the RFC number, once it becomes available.</t>
    </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 1243?>

<!-- Nothing here -->



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+192XIbx5bguyL0DzVyxJhsARD3BTLvNLhJbJMSJVLSXeYG
owgUwLKAKriqQIo23dEfMZ/QMT/Sf9JfMmfLtRIgKEvX7h7zdltkVVbmyZMn
z54nm83m40dVWg2TdvT2/DQ6jW+HedyLDvNiFFdRPy+i92k5iYfR+3w4GSVV
kXbhSS/Jm5dxmfSivbyXZoNo4f3q3uLjR/HlZZFcc1dj6apvdbW69/hRL+9m
8QjG6xVxv2qmSdVvxtdVNy+SZlGNm9er3ebSGrSLK2i0srSy1lxabq4uPX70
+FE6LtpRVUzKamVpaXtpBUYskrgddcbjYdqNqzTPHj+6GbQj6fDxo4837ego
q5IiS6rmPo74+FE5uRylZQmNz2/HMMbRwfnh40fweTsqqx6O06VZtaNJ2YzL
bpo+fjRO2xH8PH4URVXebUe3SYm/l3lRFUm/NA9uR9bfAN+kusqLNr5q4n+i
KM3g7XErOhrmw5gfMT6O40mR2o/zAkB4lX9M4+g86V5l+TAfpDwMDATjJgDx
y7iKs/F//Pt//HsWXcfDCpCQRIgtbNRNq9t2dB6Pxgkigx7lPRjr8Ki5urq8
pJrlk6wqoOVhmg3jrMdPk1GcDtvREMFqpQjWP2cITKubjwLz+T7PYEV7zowm
H+PyJ/fNXJP6kBRpdpUU8Hdclkm0vWzP52SSpd0rezr7za3l9bVlbzYvEqC8
7NadDYHU+sgg2RN6/Oib6G3SB0RlXYQnI7pNr6F77OHo7HXr6GCvtbIKhNdc
b3OvsnWeHGVM5kBTUaWmdRv957/9H9whsE+KZFwkZZJV3CbvR+loBBOE/qNR
0gNsYNvTuKii9bbac9dmz11be65r7bkIlst5Oc7TrIq6w3yCDUc4KlI6tG6e
7u0tPmG4hSwj/ktW5QnM8RnMUdroDSh4LWFRkjKFmbbVZ/IBtGKsCFLiYoCr
eFVV47L97NnNzU0rLfMWDPKsBGrtxUXv2ebq0sp666oaDevYXV75iuiFzqOT
04MX0ZFuQfiLFk6O3n8Wflbmxc/yiougJ7MxtL28vEoYogHfHu6tLC9vt+X3
1fX1Jev3Zf375rL+fW19a13/vrG2pX5fX15Z079vbennG8tba+b3bd3/5ua2
brO1tLWqft9eXtO/b21tbLSJR6u1gp1jL+3y2tr2RnN5ab6lbSrJAksZT3pp
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
o+h8dx+bPvp/n3bA4r4fAQA=

-->

</rfc>
