<?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.23 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-lim-rtp-apv-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="APVPF">RTP payload format for APV</title>
    <seriesInfo name="Internet-Draft" value="draft-lim-rtp-apv-01"/>
    <author initials="Y." surname="Lim" fullname="Youngkwon Lim">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>6105 Tennyson Pkwy, Ste 300</street>
          <city>Plano, TX</city>
          <code>75024</code>
          <country>USA</country>
        </postal>
        <email>yklwhite@gmail.com</email>
      </address>
    </author>
    <author initials="M." surname="Park" fullname="Minwoo Park">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>34, Seongchon-gil, Seocho-gu</street>
          <city>Seoul</city>
          <code>3573</code>
          <country>Republic of Korea</country>
        </postal>
        <email>m.w.park@samsung.com</email>
      </address>
    </author>
    <author initials="M." surname="Budagavi" fullname="Madhukar Budagavi">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>6105 Tennyson Pkwy, Ste 300</street>
          <city>Plano, TX</city>
          <code>75024</code>
          <country>USA</country>
        </postal>
        <email>m.budagavi@samsung.com</email>
      </address>
    </author>
    <author initials="R." surname="Joshi" fullname="Rajan Joshi">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>11488 Tree Hollow Ln</street>
          <city>San Diego, CA</city>
          <code>92128</code>
          <country>USA</country>
        </postal>
        <email>rajan_joshi@ieee.org</email>
      </address>
    </author>
    <author initials="K." surname="Choi" fullname="Kwang Pyo Choi">
      <organization>Samsung Electronics</organization>
      <address>
        <postal>
          <street>34, Seongchon-gil, Seocho-gu</street>
          <city>Seoul</city>
          <code>3573</code>
          <country>Republic of Korea</country>
        </postal>
        <email>kwangpyo.choi@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="February" day="28"/>
    <area>ART</area>
    <workgroup>avtcore</workgroup>
    <keyword>payload format</keyword>
    <keyword>mezzanine codec</keyword>
    <keyword>visually lossless compression</keyword>
    <abstract>
      <?line 87?>

<t>This document describes RTP payload format for bitstream encoded with Advanced Professional Video (APC) codec.</t>
    </abstract>
  </front>
  <middle>
    <?line 91?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines the RTP payload format for bitstream encoded with Advanced Professional Video (APV) codec <xref target="I-D.lim-apv"/>. This document defines how to packetize bitstream encoded with APV codec and set the payload header fields. This document also defines how to set the fields of RTP payload header when it carries bitstream encoded with APV codec.The APV codec is a professional video codec that was developed in response to the need for high quality video recording and post production.</t>
      <t>The primary purpose of the APV codec is for use in professional video recording and editing workflows for various types of content. The APV codec supports the following features:</t>
      <ul spacing="normal">
        <li>
          <t>Perceptually lossless video quality that is close to raw video quality</t>
        </li>
        <li>
          <t>Low complexity and high throughput intra frame only coding without pixel domain prediction</t>
        </li>
        <li>
          <t>Support for high bit-rates up to a few Gbps for 2K, 4K and 8K resolution content, enabled by a lightweight entropy coding scheme</t>
        </li>
        <li>
          <t>Frame tiling for immersive content and for enabling parallel encoding and decoding</t>
        </li>
        <li>
          <t>Support for various chroma sampling formats from 4:2:2 to 4:4:4, and bit-depths from 10 to 16</t>
        </li>
        <li>
          <t>Support for multiple decoding and re-encoding without severe visual quality degradation</t>
        </li>
      </ul>
    </section>
    <section anchor="terms">
      <name>Terms</name>
      <section anchor="terms-and-definitions">
        <name>Terms and definitions</name>
        <ul spacing="normal">
          <li>
            <t>access unit (AU): a collection of PBUs including various types of frames, metadata, filler, and access unit information, associated with a specific time</t>
          </li>
          <li>
            <t>band: a defined set of constraints on the value of the maximum coded data rate of each level</t>
          </li>
          <li>
            <t>block: MxN (M-column by N-row) array of samples, or an MxN array of transform coefficients</t>
          </li>
          <li>
            <t>byte-aligned: a position in a bitstream that is an integer multiple of 8 bits from the position of the first bit in the bitstream</t>
          </li>
          <li>
            <t>chroma: a sample array or single sample representing one of the two color difference signals related to the primary colors, represented by the symbols Cb and Cr in 4:2:2 or 4:4:4 color format</t>
          </li>
          <li>
            <t>coded frame: a coded representation of a frame containing all macroblocks of the frame and frame header corresponding to the syntax structure specified in section 5.3.4 of <xref target="I-D.lim-apv"/></t>
          </li>
          <li>
            <t>coded representation: a data element as represented in its coded form</t>
          </li>
          <li>
            <t>component: an array or a single sample from one of the three arrays (luma and two chroma) that compose a frame in 4:2:2, or 4:4:4 color format, or an array or a single sample from an array that compose a frame in 4:0:0 color format, or an array or a single sample from one of the four arrays that compose a frame in 4:4:4:4 color format.</t>
          </li>
          <li>
            <t>decoded frame: a frame derived by decoding a coded frame</t>
          </li>
          <li>
            <t>decoder: an embodiment of a decoding process</t>
          </li>
          <li>
            <t>decoding process: a process specified that reads a bitstream and derives decoded frames from it</t>
          </li>
          <li>
            <t>encoder: an embodiment of an encoding process</t>
          </li>
          <li>
            <t>encoding process: a process that produces a bitstream conforming to this document</t>
          </li>
          <li>
            <t>flag: a variable or single-bit syntax element that can take one of the two possible values: 0 and 1</t>
          </li>
          <li>
            <t>frame: an array of luma samples and two corresponding arrays of chroma samples in 4:2:2, and 4:4:4 color format, or an array of samples in 4:0:0 color format, or four arrays of samples in 4:4:4:4 color format</t>
          </li>
          <li>
            <t>level: a defined set of constraints on the values that may be taken by the syntax elements and variables of this document, or the value of a transform coefficient prior to scaling</t>
          </li>
          <li>
            <t>luma: a sample array or single sample representing the monochrome signal related to the primary colors, represented by the symbol or subscript Y or L</t>
          </li>
          <li>
            <t>macroblock (MB): a square block of luma samples and two corresponding blocks of chroma samples of a frame in 4:2:2 or 4:4:4 color format, or a sqaure block of samples of a frame in 4:0:0 color format, or a square block of four samples of a frame in 4:4:4:4 color format</t>
          </li>
          <li>
            <t>partitioning: a division of a set into subsets such that each element of the set is in exactly one of the subsets</t>
          </li>
          <li>
            <t>prediction: an embodiment of the prediction process</t>
          </li>
          <li>
            <t>prediction process: use of a predictor to provide an estimate of the data element currently being decoded</t>
          </li>
          <li>
            <t>predictor: a combination of specified values or previously decoded data elements used in the decoding process of subsequent data elements</t>
          </li>
          <li>
            <t>primitive bitstream unit (PBU): a data structure to construct an access unit with frame and metadata</t>
          </li>
          <li>
            <t>profile: a specified subset of the syntax of this document</t>
          </li>
          <li>
            <t>quantization parameter (QP): a variable used by the decoding process for scaling of transform coefficient levels</t>
          </li>
          <li>
            <t>raster scan: a mapping of a rectangular two-dimensional pattern to a one-dimensional pattern such that the first entries in the one-dimensional pattern are from the top row of the two-dimensional pattern scanned from left to right, followed by the second, third, etc., rows of the pattern each scanned from left to right</t>
          </li>
          <li>
            <t>raw bitstream: an encapsulation of a sequence of access units where a field indicating the size of an access unit precedes each access units</t>
          </li>
          <li>
            <t>source: a term used to describe the video material or some of its attributes before encoding process</t>
          </li>
          <li>
            <t>syntax element: an element of data represented in the bitstream</t>
          </li>
          <li>
            <t>syntax structure: zero or more syntax elements present together in the bitstream in a specified order</t>
          </li>
          <li>
            <t>tile: a rectangular region of MBs within a particular tile column and a particular tile row in a frame</t>
          </li>
          <li>
            <t>tile column: a rectangular region of MBs having a height equal to the height of the frame and width specified by syntax elements in the frame header</t>
          </li>
          <li>
            <t>tile row: a rectangular region of MBs having a height specified by syntax elements in the frame header and a width equal to the width of the frame</t>
          </li>
          <li>
            <t>tile scan: a specific sequential ordering of MBs partitioning a frame in which the MBs are ordered consecutively in MB raster scan in a tile and the tiles in a frame are ordered consecutively in a raster scan of the tiles of the frame</t>
          </li>
          <li>
            <t>transform coefficient: a scalar quantity, considered to be in a frequency domain, that is associated with a particular one-dimensional or two-dimensional index</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="conventions">
      <name>Conventions used in this document</name>
      <section anchor="general">
        <name>General</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119"/>.</t>
      </section>
    </section>
    <section anchor="overview-of-apv">
      <name>Overview of APV</name>
      <section anchor="overview-of-apv-coding-tools">
        <name>Overview of APV coding tools</name>
        <t>The APV codec encodes each frame individually from other frames so that there are no coding dependencies among the frames. A frame is divided into one or more rectangular tiles. Each tiles are also encoded independently from other tiles so that parallel processing of tiles is possible. A tile is further divided into a 16 pixel x 16 pixel size macroblock whch include 4 transform blocks of 8 pixel x 8 pixel. Each transform block is transformed using a fixed point DCT and then transformed coefficients are quantized using uniform scalar quantizer. A prediction is applied to the quantized coefficients in the frequency domain. Finally, entropy coding specially designed to support very high throughput is applied.</t>
      </section>
      <section anchor="structure-of-apv-bitstream">
        <name>Structure of APV bitstream</name>
        <section anchor="structure-of-apv-access-unit">
          <name>Structure of APV access unit</name>
          <t>As the APV codec encodes each video frame independently from other video frames, the coded data of each individual video frame, access unit, is selfcontained. As there are cases that there are more than one video frames corresponding to a specific time, the access unit is designed to carrry multiple video frames and metadata associated to such video frames corresponding to a single time in a signle selfcontained unit. The access unit is consisted of one or more primitive bitstream units as shown in <xref target="APV-AU_structure"/>. Each PBU carries a single video frame, metadata or filler data. It is assumed that the size of AU is known by external means. The detailed syntax and semantics of access unit is defined in section 5.3.1 of <xref target="I-D.lim-apv"/>.</t>
          <figure anchor="APV-AU_structure">
            <name>A conceptual structure of APV access unit</name>
            <artwork><![CDATA[
      
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| primitive bitstream unit|...| primitive bitstream unit|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
          </figure>
        </section>
        <section anchor="structure-of-apv-primitive-bitstream-unit">
          <name>Structure of APV primitive bitstream unit</name>
          <t>The primitive bitstream unit is designed to carry various type of data consisting a single access unit in a consistent structure. The PBU is composed of PBU size, PBU header and PBU data as shown in <xref target="APV-PBU_structure"/>.</t>
          <figure anchor="APV-PBU_structure">
            <name>A conceptual structure of primitive bitstream unit</name>
            <artwork><![CDATA[
      
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|PBU  size|PBU  header|PBU  data|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
          </figure>
          <t>For easy identification of specific type of data and fast parsing of large size AU, the PBU start with the size information and the first byte of the PBU header provides a type of data carried in a PBU. The list of type of data to be carried in a PBU is listed in <xref target="_table-pbu_type"/>. The detailed syntax and semantics of PBU is specificed in section 5.3.2 and 5.3.3 of <xref target="I-D.lim-apv"/>.</t>
          <table anchor="_table-pbu_type">
            <name>List of PBU types</name>
            <thead>
              <tr>
                <th align="center">pbu_type</th>
                <th align="center">meaning</th>
                <th align="center">notes</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="center">0</td>
                <td align="center">reserved</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">1</td>
                <td align="center">primary frame</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">2</td>
                <td align="center">non-primary frame</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">3...24</td>
                <td align="center">reserved</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">25</td>
                <td align="center">preview frame</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">26</td>
                <td align="center">depth frame</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">27</td>
                <td align="center">alpha frame</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">28...64</td>
                <td align="center">reserved</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">65</td>
                <td align="center">access unit information</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">66</td>
                <td align="center">metadata</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">67</td>
                <td align="center">filler</td>
                <td align="center"> </td>
              </tr>
              <tr>
                <td align="center">68...255</td>
                <td align="center">reserved</td>
                <td align="center"> </td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="structure-of-apv-pbu-for-coded-frame">
          <name>Structure of APV PBU for coded frame</name>
          <t>The primitive bitstream unit which carries encoded video frames such as primary frame, non-primary frame, preview frame, depth frame or alpha frame, PBU carries a coded frame as shown in <xref target="APV-Frame_structure"/>. To support independent decoding of each frame, each coded frame starts with frame header. Frame header provides basic information for decoder configuration and bitstream processing. It includes profile, level and band of the required decoder, width and height of frame, chroma format and bit depths of pixel data and so on. It also provide distance of capture time between the previously encoded frame and the current frame to indirectly indicate frame rates of encoded video. It can optionally contain color description or quantization matrix.</t>
          <t>As a video frame can be divided into multiple tiles there can be one or more pair of tile size and tile data in a frame. The information about the structure of tiles in a frame is carried in frame header for random access of a certain tile and parallel decoding of tiles.</t>
          <t>A coded frame can optionally have filler at the end. The detailed syntax and semantics of frame and frame header are specified in section 5.3.4 and 5.3.5 of <xref target="I-D.lim-apv"/>, respectively.</t>
          <figure anchor="APV-Frame_structure">
            <name>A conceptual structure of APV PBU containing an encoded video frame</name>
            <artwork><![CDATA[
      
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|PBU  size|PBU  header|frame  header|tile size|tile data|...| filler|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
          </figure>
        </section>
        <section anchor="structure-of-apv-pbu-for-access-unit-information">
          <name>Structure of APV PBU for access unit information</name>
          <t>When PBU carries access unit information, PBU data carries access unit information specified in 5.3.9 of <xref target="I-D.lim-apv"/>. Access unit information provides number of frames contained in access unit and the types of such frames and information to understand capability of the required decoder such as profile, level, band, the width and height of frame and so on without parsing frame header of all frames. Access unit information can optionally include filler at the end.</t>
        </section>
        <section anchor="structure-of-apv-pbu-for-metadata">
          <name>Structure of APV PBU for metadata</name>
          <t>When PBU carries metadata, PBU data carries metadata specified in 5.3.10 of <xref target="I-D.lim-apv"/>. Metadata starts with its size and it can include more than one type of data consist of type, length and value of data. The list of type of metadata is defined in the section 10.3 of <xref target="I-D.lim-apv"/>.</t>
        </section>
        <section anchor="structure-of-apv-pbu-for-filler">
          <name>Structure of APV PBU for filler</name>
          <t>When PBU carries filler, PBU data carries filler specified in 5.3.11 of <xref target="I-D.lim-apv"/>. Filler can be used to make empty space with a certain size within an access unit to make start position each frames aligned to be a mulitiple of certain size for fast parsing or to avoid rewriting of entire access unit during editing.</t>
        </section>
      </section>
    </section>
    <section anchor="packetizationrule">
      <name>Packetization rules</name>
      <section anchor="Generalrules">
        <name>General rules</name>
        <t>When APV bitstream is carried by RTP packets, the size of AU is added before the first PBU of each AUs as specified in section 10.2 of <xref target="I-D.lim-apv"/>. The length of the AU size field, au_size specified in section 10.2 of <xref target="I-D.lim-apv"/>, is 32 bits. Then the first byte of the field indicating the size of AU must be the first byte of a payload of an RTP packets when it is carried so that the start of an APV access unit can be always alinged with the start of the payload of an RTP packet. There MUST be no RTP packet carrying data from two different APV AUs.</t>
      </section>
      <section anchor="simplemode">
        <name>Simple mode</name>
        <t>In this mode an APV AU can be fragmented anywhere. The payload of RTP packets does not have to be aligned with begining or end of any particular internal data structure of an APV bitstream. An example of this mode is shown in <xref target="simpleexample"/></t>
        <figure anchor="simpleexample">
          <name>Example of simple mode</name>
          <artwork><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| AU size | PBU   |    PBU    | ... |   PBU | PBU |          PBU      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|             |             \            /           |                |
|             |              \          /            |\               |
|             |\              \        /             | \              |
|             | \              \      /              |  \             |
+-+-+-+-+-+-+-+  +-+-+-+-+-+-+-+     +-+-+-+-+-+-+-+-+  +-+-+-+-+-+-+-+
|RTP packet #1|  |RTP packet #2| ... |RTP packet #k-1|  |RTP packet #k|
+-+-+-+-+-+-+-+  +-+-+-+-+-+-+-+     +-+-+-+-+-+-+-+-+  +-+-+-+-+-+-+-+

]]></artwork>
        </figure>
      </section>
      <section anchor="lowdelaymode">
        <name>Low delay mode</name>
        <t>In this mode both the first byte of each PBU except the one immediately following the field indicating the size of AU and the field indicating the size of each tile, tile_size specified in section 5.3.4 of <xref target="I-D.lim-apv"/>, MUST be aligned with the begining of RTP packet payloads. The first byte of the tile_size_minus1 field MUST be the first byte of a RTP packet payload after payload header except the first one following frame_header. Metadata and filler data can be added to the payload after the last tile data of a coded frame. An example of this mode is shown in <xref target="lowdelayexample"/></t>
        <figure anchor="lowdelayexample">
          <name>Example of low delay mode</name>
          <artwork><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+      
|AU size| PBU header| frame header|tile size|...|tile size|tile data| filler|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                /|              \                          |
|                               / |                \                        | 
|                             /   |                  \                      |
|                           /     |                    \                    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     +-+-+-+-+-+-+-+       +-+-+-+-+-+-+-+-+-+-+
|        RTP packet #1      |     |RTP packet #2|  ...  |   RTP packet #k   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     +-+-+-+-+-+-+-+       +-+-+-+-+-+-+-+-+-+-+

]]></artwork>
        </figure>
        <t>In this mode, frame header can be repeated in any packet containig the last part of a frame or a tile. When frame header is repeated it MUST be placed immediately after the end of tile data or filler data, if exist.</t>
      </section>
      <section anchor="RTPheaderusage">
        <name>RTP Header Usage</name>
        <t>The format of the RTP header is specified in <xref target="RFC3550"/> as reprinted below for convenience. This payload format uses the fields of the header in a manner consistent with that specification.</t>
        <figure anchor="rtp-header">
          <name>RTP Header According to [RFC3550]</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 as follows and the usage of the fields not specified in this section follows the rules defined in <xref target="RFC3550"/> :</t>
        <t>Marker bit (M): 1 bit</t>
        <ul empty="true">
          <li>
            <t>set to 1 for the first packet of each APV AU, i.e. the packet containing the first byte of the field indicating the size of an APV AU.</t>
          </li>
        </ul>
        <t>Timestamp: 32 bits</t>
        <ul empty="true">
          <li>
            <t>The RTP timestamp is set to the sampling timestamp of an APV AU. A 90 kHz clock rate MUST be used. The RTP packets containing the data belong to a single APV AU MUST have same value for this field.</t>
          </li>
        </ul>
      </section>
      <section anchor="payloadheaderusage">
        <name>Payload Header Usage</name>
        <t>Each packet carries APV encoded bitstream MUST have a payload header as shown in <xref target="payload-header"/>.</t>
        <figure anchor="payload-header">
          <name>Payload Header</name>
          <artwork><![CDATA[
    0                   1                   2       
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |V=0|OM |PT |H|S|     FRAGMENT COUNTER (FC)     | 
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
]]></artwork>
        </figure>
        <t><strong>Version (V)</strong> : 2 bits</t>
        <ul empty="true">
          <li>
            <t>This field indicates the version of the payload header. The version of the header shown in <xref target="payload-header"/> MUST have '0' as the value of this field.</t>
          </li>
        </ul>
        <t><strong>Operation Mode (OM)</strong> : 2 bits</t>
        <ul empty="true">
          <li>
            <t>This field indicates which operation mode is used for packetization of the bitstream.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>00b : reserved</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>01b : simple mode as defined in <xref target="simplemode"/></t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>10b : low-delay mode as defined in <xref target="lowdelaymode"/></t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>11b : reserved</t>
              </li>
            </ul>
          </li>
        </ul>
        <t><strong>Payload Type (PT)</strong> : 2 bits</t>
        <ul empty="true">
          <li>
            <t>This field indicates the type of payload. Depending on the packetization mode the semantics of this field is slightly different. When a single packet carries entire frame in simple mode or tile in low delay mode then this field MUST be set to 01b.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t><em>For simple mode (OM == '01b')</em></t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>00b: neither the first payload nor the last payload</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>01b: the last payload of an APV AU</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>10b: the first payload of an APV AU</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>11b: reserved</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <t><em>For low delay mode (OM == '10b')</em></t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>00b: a payload containing the first byte of neither an APV PBU nor the first byte of a field indicating the size of tile</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>01b: a payload containing the first byte of an APV PBU</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>10b: a payload containing the first byte of a field indicating the size of tile</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <ul spacing="normal">
                      <li>
                        <t>11b: reserved</t>
                      </li>
                    </ul>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <t><strong>Frame Header repeated (H)</strong> : 1 bit</t>
        <ul empty="true">
          <li>
            <t>This field indicates that the frame header specified in section 5.3.5 of <xref target="I-D.lim-apv"/> is repeated in this payload. When the value of this field is equal to '1', the payload carries frame header. The value of this field MUST NOT to be set to '1' when a payload carries a frame header at the begnining of a coded frame. The value of this field MUST be set to 1 when the value of OM field is equal to 10b and the value of PT field is either 01b or 10b and the payload carries a copy of the frame header already sent. When the value of the OM field is equal to 10b and the value of this field is equal to '1', the payload includes a copy of frame header data after the end of a tile data. If the payload carries the data from the last tile of a frame and there are filler then the copy of a frame header is carried after it. When the value of the OM field is equal to 01b then the value of this field is ignored.</t>
          </li>
        </ul>
        <t><strong>Static Frame Header (S)</strong> : 1 bit</t>
        <ul empty="true">
          <li>
            <t>This field indicates the values of frame header are identical except the value of capture_time_distance field with the immediately preceding coded frame sent. When the value of this field is equal to '1' for the RTP packet carrying the first byte of AU, it means that the valuess of frame header are identical except the value of capture_time_distance field with the last frame header of the AU immediately preceding this AU.</t>
          </li>
        </ul>
        <t><strong>Fragment Counter (FC)</strong> : 16 bit</t>
        <ul empty="true">
          <li>
            <t>This field indicates the number of remaining payload excluding the current one carrying the current APV AU or tile data, depending on the operation mode. When the value of the Operation Mode field is '01b', then the value of this field indicates the number of payload carrying the bitstream from a same APV AU. When the value of the Operation Mode field is '10b', then the value of this field indicates the number of payload carrying the bitstream from a same tile data. When there is a filler immediately after a tile data, such filler is considered as an integral part of the tile data. When there are APV PBUs carrying AU info, metadata or filler, they are considered as an integral part of an APV AU but tile data. When the value of the H field is equal to '1', the frame header repeated after the end of a tile data is considered as an integral part of the tile data. The value of this field carrying the last byte of an APV AU or tile data depending on the value of the OM field will be '0'.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="PayloadFormatParameters">
      <name>Payload Format Parameters</name>
      <section anchor="oparams">
        <name>Media Type Registration</name>
        <t>The receiver MUST ignore any parameter unspecified in this document.</t>
        <t>Type name: video</t>
        <t>Subtype name: apv</t>
        <t>Required parameters: N/A</t>
        <t>Optional parameters: profile-id, level-id, band-id</t>
        <t>Encoding considerations:</t>
        <ul empty="true">
          <li>
            <t>This type is only defined for transfer via RTP (RFC 3550).</t>
          </li>
        </ul>
        <t>Security considerations:</t>
        <ul empty="true">
          <li>
            <t>See <xref target="Security"/> of RFC XXXX.</t>
          </li>
        </ul>
        <t>Interoperability considerations: N/A</t>
        <t>Published specification:</t>
        <ul empty="true">
          <li>
            <t>Please refer to RFC XXXX and APV standard <xref target="I-D.lim-apv"/>.</t>
          </li>
        </ul>
        <t>Applications that use this media type:</t>
        <ul empty="true">
          <li>
            <t>Any application that relies on APV encoded video delivery over RTP</t>
          </li>
        </ul>
        <t>Fragment identifier considerations: N/A</t>
        <t>Additional information: N/A</t>
        <t>Person &amp; email address to contact for further information:</t>
        <ul empty="true">
          <li>
            <t>Youngkwon Lim (yklwhite@gmail.com)</t>
          </li>
        </ul>
        <t>Intended usage: COMMON</t>
        <t>Restrictions on usage: N/A</t>
        <t>Author: See Authors' Addresses section of RFC XXXX.</t>
        <t>Change controller:</t>
        <ul empty="true">
          <li>
            <t>IETF &lt;avtcore@ietf.org&gt;</t>
          </li>
        </ul>
        <section anchor="optionalParameters">
          <name>Definition of optional parameters</name>
          <t>profile-id:</t>
          <ul empty="true">
            <li>
              <t>When profile-id is not present, a value of 33 (i.e., the Baseline profile) MUST be inferred.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>When used to indicate properties of a bitstream, profile-id MUST be derived from the profile_idc field in the frame header. When there are more than one value of profile_idc field are found from frame headers then the largest value among them MUST be used.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>APV encoded data transported over RTP using the technologies of this document SHOULD refer only to frame header that have the same or smaller value in profile_idc.</t>
            </li>
          </ul>
          <t>level-id:</t>
          <ul empty="true">
            <li>
              <t>When level-id is not present, a value of 153 (corresponding to level 5.1, the highest level) MUST be inferred.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>When used to indicate properties of a bitstream, level-id MUST be derived from the level_idc field in the frame header. When there are more than one value of profile_idc field are found from frame headers then the largest value among them MUST be used.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>For either receiving or sending, all levels that are lower than the indicated level MUST also be supported.</t>
            </li>
          </ul>
          <t>band-id:</t>
          <ul empty="true">
            <li>
              <t>When band-id is not present, a value of 0 MUST be inferred.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>When used to indicate properties of a bitstream, band-id MUST be derived from the band_idc in the the frame header. When there are more than one value of band_idc field are found from frame headers then the largest value among them MUST be used.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>For either receiving or sending, all band that are lower than the indicated band MUST also be supported.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sdpParam">
        <name>SDP Parameters</name>
        <t>The receiver MUST ignore any parameter unspecified in this document.</t>
        <section anchor="mapping-of-payload-type-parameters-to-sdp">
          <name>Mapping of Payload Type Parameters to SDP</name>
          <t>When Session Description Protocol (SDP) <xref target="RFC8866"/> is used to describe the sessions using this payload format the mapping is done as follows:</t>
          <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 MUST be apv (the media subtype).</t>
            </li>
            <li>
              <t>The clock rate in the "a=rtpmap" line MUST be 90000.</t>
            </li>
            <li>
              <t>The optional parameters profile-id and level-id, when present, MUST be included in the "a=fmtp" line of SDP. The fmtp line is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
            </li>
          </ul>
          <t>As main application area of APV is high quality video capturing and editing, it is expected that generally one way APV session is offered over RTP using SDP in a declarative stye. All parameters are used to indicate only bitstream properties. For example, in this case, the parameters profile-id and level-id declare the values used by the bitstream, not the capabilities for receiving bitstreams. An example of media representation in SDP for such case is as follows:</t>
          <artwork><![CDATA[
        m=video 49170 RTP/AVP 98
        a=rtpmap:98 apv/90000
        a=fmtp:98 profile-id=30; level_id=153; band-id=0;         
]]></artwork>
          <t>The above represents a stream of data using <xref target="I-D.lim-apv"/> and its payload specification at the baseline profile and level 5.1.</t>
          <t>It is not expected that <xref target="I-D.lim-apv"/> is offered over RTP using SDP in and Offer/Answer model with negotiation.</t>
        </section>
      </section>
    </section>
    <section anchor="CC">
      <name>Congestion Control</name>
      <t>Congestion control for RTP SHALL be used in accordance with RTP <xref target="RFC3550"/> and with any applicable RTP profile, e.g., AVP <xref target="RFC3551"/>. If best-effort service is being used, an additional requirement is that users of this payload format MUST monitor packet loss to ensure that the packet loss rate is within an acceptable range. Packet loss is considered acceptable if a TCP flow across the same network path and experiencing the same network conditions would achieve an average throughput, measured on a reasonable timescale, that is not less than all RTP streams combined are achieved. This condition can be satisfied by implementing congestion-control mechanisms to adapt the transmission rate, by implementing the number of layers subscribed for a layered multicast session, or by arranging for a receiver to leave the session if the loss rate is unacceptably high.</t>
      <t>The bitrate adaptation necessary for obeying the congestion control principle is easily achievable when real-time encoding is used, for example, by adequately tuning the quantization parameter. However, when pre-encoded content is being transmitted, bandwidth adaptation requires the pre-coded bitstream to be tailored for such adaptivity. Regardless of the method used for bandwidth adpatation, the resulting bitstream MUST be compliant with <xref target="I-D.lim-apv"/>.</t>
    </section>
    <section anchor="Security">
      <name>Security Considerations</name>
      <t>The scope of this section is limited to the payload format itself and to one feature of <xref target="I-D.lim-apv"/> that may pose a particularly serious security risk if implemented naively. Implementers are advised to read and understand relevant security-related documents, especially those pertaining to RTP (see the Security Considerations section in <xref target="RFC3550"/>). Implementers should also consider known security vulnerabilities of video coding and decoding implementations in general and avoid those.</t>
      <t>Within this RTP payload format no security threats other than those common to RTP payload formats are known. In other words, neither the various media-plane-based mechanisms nor the signaling part of this document seem to pose a security risk beyond those common to all RTP-based systems.</t>
      <t>Because the data compression used with this payload format is applied end-to-end, any encryption needs to be performed after compression. A potential denial-of-service threat exists for data encodings using compression techniques that have non-uniform receiver-end computational load.  The attacker can inject pathological datagrams into the bitstream that are complex to decode and that cause the receiver to be overloaded.</t>
      <t>APV data can include user-data as a part of metadata. <xref target="I-D.lim-apv"/> does not specify how to process such data. Depending on the user-data, it might be possible for a sender to generate user-data in a manner to crash the receiver. Receivers must ensure that it knows the format of user-data and trust the sender before it process user-data. In any case, processing of user-data is not required for decoding of APV data. So, receivers does not have to try to process unknown user-data.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>A new media type, as specified in <xref target="oparams"/> of this document, is to be registered with IANA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <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">
          <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">
          <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="RFC8866">
          <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="I-D.lim-apv">
          <front>
            <title>Advanced Professional Video</title>
            <author fullname="Youngkwon Lim" initials="Y." surname="Lim">
              <organization>Samsung Electronics</organization>
            </author>
            <author fullname="Minwoo Park" initials="M." surname="Park">
              <organization>Samsung Electronics</organization>
            </author>
            <author fullname="Madhukar Budagavi" initials="M." surname="Budagavi">
              <organization>Samsung Electronics</organization>
            </author>
            <author fullname="Rajan Joshi" initials="R." surname="Joshi">
              <organization>Samsung Electronics</organization>
            </author>
            <author fullname="Kwang Pyo Choi" initials="K. P." surname="Choi">
              <organization>Samsung Electronics</organization>
            </author>
            <date day="12" month="December" year="2024"/>
            <abstract>
              <t>   This document describes bitstream format of Advanced Professional
   Video and decoding process of it.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-lim-apv-03"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
elXTEiKFXWTd2N+YfpFxCqo++D+dQUd2rXcAAA==

-->

</rfc>
