<?xml version="1.0" encoding="ascii"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.14 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-avtcore-rtp-vvc-06" category="std">

  <front>
    <title abbrev="RTP payload format for VVC">RTP Payload Format for Versatile Video Coding (VVC)</title>

    <author initials="S." surname="Zhao" fullname="Shuai Zhao">
      <organization>Tencent</organization>
      <address>
        <postal>
          <street>2747 Park Blvd</street>
          <city>Palo Alto</city>
          <code>94588</code>
          <country>USA</country>
        </postal>
        <email>shuai.zhao@ieee.org</email>
      </address>
    </author>
    <author initials="S." surname="Wenger" fullname="Stephan Wenger">
      <organization>Tencent</organization>
      <address>
        <postal>
          <street>2747 Park Blvd</street>
          <city>Palo Alto</city>
          <code>94588</code>
          <country>USA</country>
        </postal>
        <email>stewe@stewe.org</email>
      </address>
    </author>
    <author initials="Y." surname="Sanchez" fullname="Yago Sanchez">
      <organization>Fraunhofer HHI</organization>
      <address>
        <postal>
          <street>Einsteinufer 37</street>
          <city>Berlin</city>
          <code>10587</code>
          <country>Germany</country>
        </postal>
        <email>yago.sanchez@hhi.fraunhofer.de</email>
      </address>
    </author>
    <author initials="Y.-K." surname="Wang" fullname="Ye-Kui Wang">
      <organization>Bytedance Inc.</organization>
      <address>
        <postal>
          <street>8910 University Center Lane</street>
          <city>San Diego</city>
          <code>92122</code>
          <country>USA</country>
        </postal>
        <email>yekui.wang@bytedance.com</email>
      </address>
    </author>

    <date year="2020" month="December" day="08"/>

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

    <abstract>


<t>This memo describes an RTP payload format for the video coding
standard ITU-T Recommendation H.266 and ISO/IEC International
Standard 23090-3, both also known as Versatile Video Coding (VVC) and
developed by the Joint Video Experts Team (JVET).  The RTP payload
format allows for packetization of one or more Network Abstraction
Layer (NAL) units in each RTP packet payload as well as fragmentation
of a NAL unit into multiple RTP packets.  The payload format has wide
applicability in videoconferencing, Internet video streaming, and
high-bitrate entertainment-quality video, among other applications.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The Versatile Video Coding <xref target="VVC"/> specification, formally published as both ITU-T 
Recommendation H.266 and ISO/IEC International Standard 23090-3, is currently in the ITU-T publication process and the ISO/IEC approval process.  VVC is reported to provide significant 
coding efficiency gains over HEVC <xref target="HEVC"/> as known as H.265, and other earlier video codecs.</t>

<t>This memo specifies an RTP payload format for VVC.  It shares its
basic design with the NAL (Network Abstraction Layer) unit-based RTP 
payload formats of, H.264 Video Coding <xref target="RFC6184"/>, Scalable Video Coding 
(SVC) <xref target="RFC6190"/>, High Efficiency Video Coding (HEVC) <xref target="RFC7798"/> and 
their respective predecessors.  With respect to design
philosophy, security, congestion control, and overall implementation
complexity, it has similar properties to those earlier payload format
specifications.  This is a conscious choice, as at least RFC 6184 is
widely deployed and generally known in the relevant implementer
communities.  Certain mechanisms known from <xref target="RFC6190"/> were
incorporated in VVC, as VVC version 1 supports temporal, spatial, and
signal-to-noise ratio (SNR) scalability.</t>

<section anchor="overview-of-the-vvc-codec" title="Overview of the VVC Codec">

<t>VVC and HEVC share a similar hybrid video codec design.  In this
memo, we provide a very brief overview of those features of VVC
that are, in some form, addressed by the payload format specified
herein.  Implementers have to read, understand, and apply the ITU-T/ISO/IEC specifications pertaining to VVC to arrive at
interoperable, well-performing implementations.</t>

<t>Conceptually, both VVC and HEVC include a Video Coding Layer (VCL),
which is often used to refer to the coding-tool features, and a NAL, which 
is often used to refer to the systems and transport interface aspects of the codecs.</t>

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

<t>Coding tool features are described below with occasional reference to
the coding tool set of HEVC, which is well known in the community.</t>

<t>Similar to earlier hybrid-video-coding-based standards, including
HEVC, the following basic video coding design is employed by VVC.
A prediction signal is first formed by either intra- or motion-
compensated prediction, and the residual (the difference between the
original and the prediction) is then coded.  The gains in coding
efficiency are achieved by redesigning and improving almost all parts
of the codec over earlier designs.  In addition, VVC includes several
tools to make the implementation on parallel architectures easier.</t>

<t>Finally, VVC includes temporal, spatial, and SNR scalability as well 
as multiview coding support.</t>

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

<t>Among major coding-tool differences between HEVC and VVC, one of
the important improvements is the more flexible coding tree structure
in VVC, i.e., multi-type tree.  In addition to quadtree, binary and
ternary trees are also supported, which contributes significant
improvement in coding efficiency.  Moreover, the maximum size of
coding tree unit (CTU) is increased from 64x64 to 128x128.  To
improve the coding efficiency of chroma signal, luma chroma separated
trees at CTU level may be employed for intra-slices.  The square transforms 
in HEVC are extended to non-square transforms for rectangular blocks 
resulting from binary and ternary tree splits.  Besides, VVC supports 
multiple transform sets (MTS), including DCT-2, DST-7, and DCT-8 as well 
as the non-separable secondary transform.  The transforms used in VVC 
can have different sizes with support for larger transform sizes.  For DCT-2, 
the transform sizes range from 2x2 to 64x64, and for DST-7 and DCT-8, the
transform sizes range from 4x4 to 32x32.  In addition, VVC also
support sub-block transform for both intra and inter coded blocks.
For intra coded blocks, intra sub-partitioning (ISP) may be used to
allow sub-block based intra prediction and transform.  For inter
blocks, sub-block transform may be used assuming that only a part of
an inter-block has non-zero transform coefficients.</t>

<t>Entropy coding</t>

<t>Similar to HEVC, VVC uses a single entropy-coding engine, which is
based on context adaptive binary arithmetic coding <xref target="CABAC"/>,
but with the support of multi-window sizes.  The window sizes can be
initialized differently for different context models.  Due to such a
design, it has more efficient adaptation speed and better coding
efficiency.  A joint chroma residual coding scheme is applied to
further exploit the correlation between the residuals of two color
components.  In VVC, different residual coding schemes are applied
for regular transform coefficients and residual samples generated
using transform-skip mode.</t>

<t>In-loop filtering</t>

<t>VVC has more feature support in loop filters than HEVC.  The
deblocking filter in VVC is similar to HEVC but operates at a
smaller grid.  After deblocking and sample adaptive offset (SAO), an
adaptive loop filter (ALF) may be used.  As a Wiener filter, ALF
reduces distortion of decoded pictures.  Besides, VVC introduces a
new module before deblocking called luma mapping with chroma scaling 
to fully utilize the dynamic range of signal so that rate-distortion
performance of both SDR and HDR content is improved.</t>

<t>Motion prediction and coding</t>

<t>Compared to HEVC, VVC introduces several improvements in this area.
First, there is the adaptive motion vector resolution (AMVR), which
can save bit cost for motion vectors by adaptively signaling motion
vector resolution.  Then the affine motion compensation is included
to capture complicated motion like zooming and rotation.  Meanwhile,
prediction refinement with the optical flow with affine mode (PROF)
is further deployed to mimic affine motion at the pixel level.
Thirdly the decoder side motion vector refinement (DMVR) is a method
to derive MV vector at decoder side based on block matching so that fewer bits may be spent
on motion vectors.  Bi-directional optical flow (BDOF) is a similar
method to PROF.  BDOF adds a sample wise offset at 4x4 sub-block level that is derived with equations based on gradients of the prediction samples and a motion difference relative to CU motion vectors.  Furthermore, merge with motion vector difference (MMVD)
is a special mode, which further signals a limited set of motion
vector differences on top of merge mode.  In addition to MMVD, there
are another three types of special merge modes, i.e., sub-block
merge, triangle, and combined intra-/inter-prediction (CIIP).  Sub-block merge list includes one candidate of sub-block temporal motion
vector prediction (SbTMVP) and up to four candidates of affine motion
vectors.  Triangle is based on triangular block motion compensation.
CIIP combines intra- and inter- predictions with weighting.
Adaptive weighting may be employed with a block-level tool called 
bi-prediction with CU based weighting (BCW) which provides more 
flexibility than in HEVC.</t>

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

<t>To capture the diversified local image texture directions with finer
granularity, VVC supports 65 angular directions instead of 33
directions in HEVC.  The intra mode coding is based on a 6-most-probable-mode scheme, and the 6 most probable modes are derived using
the neighboring intra prediction directions.  In addition, to deal
with the different distributions of intra prediction angles for
different block aspect ratios, a wide-angle intra prediction (WAIP)
scheme is applied in VVC by including intra prediction angles
beyond those present in HEVC.  Unlike HEVC which only allows using
the most adjacent line of reference samples for intra prediction,
VVC also allows using two further reference lines, as known as
multi-reference-line (MRL) intra prediction.  The additional
reference lines can be only used for the 6 most probable intra prediction
modes.  To capture the strong correlation between different colour
components, in VVC, a cross-component linear mode (CCLM) is
utilized which assumes a linear relationship between the luma sample values and their associated chroma samples.  For intra prediction,
VVC also applies a position-dependent prediction combination (PDPC)
for refining the prediction samples closer to the intra prediction
block boundary.  Matrix-based intra prediction (MIP) modes are also
used in VVC which generates an up to 8x8 intra prediction block
using a weighted sum of downsampled neighboring reference samples,
and the weights are hardcoded constants.</t>

<t>Other coding-tool feature</t>

<t>VVC introduces dependent quantization (DQ) to reduce quantization
error by state-based switching between two quantizers.</t>

</section>
<section anchor="systems-and-transport-interfaces-informative" title="Systems and Transport Interfaces (informative)">

<t>VVC inherits the basic systems and transport interfaces designs
from HEVC and H.264.  These include the NAL-unit-based syntax
structure, the hierarchical syntax and data unit structure, the
supplemental enhancement information (SEI) message mechanism, and the
video buffering model based on the hypothetical reference decoder
(HRD).  The scalability features of VVC are conceptually similar to
the scalable variant of HEVC known as SHVC.  The hierarchical syntax
and data unit structure consists of parameter sets at various levels
(decoder, sequence (pertaining to all), sequence (pertaining to a single),
picture), picture-level header parameters, slice-level header parameters, and lower-level parameters.</t>

<t>A number of key components that influenced the network abstraction 
layer design of VVC as well as this memo are described below</t>

<t>Decoding capability information</t>

<t>The decoding capability information includes parameters that stay constant for the lifetime of a Video Bitstream, which in IETF terms can translate to the lifetime of a session. Such information includes profile, level, and sub-profile information to determine a maximum capability interop point that is guaranteed to be never exceeded, even if splicing of video sequences occurs within a session. It further includes constraint fields (most of which are flags), which can optionally be set to indicate that the video bitstream will be constraint in the use of certain features as indicated by the values of those fields. With this, a bitstream can be labelled as not using certain tools, which allows among other things for resource allocation in a decoder implementation.</t>

<t>Video parameter set</t>

<t>The ideo parameter set (VPS) pertains to a coded video sequences (CVS) of multiple layers covering the same range of access units, and includes, among other information decoding dependency expressed as information for reference picture list construction of enhancement layers. The VPS provides a "big picture" of a scalable sequence, including what types of operation points are provided, the profile, tier, and level of the operation points, and some other high-level properties of the bitstream that can be used as the basis for session negotiation and content selection, etc. One VPS may be referenced by one or more sequence parameter sets.</t>

<t>Sequence parameter set</t>

<t>The sequence parameter set (SPS) contains syntax elements pertaining to a coded layer video sequence (CLVS), which is a group of pictures belonging to the same layer, starting with a random access point, and followed by pictures that may depend on each other, until the next random access point picture. In MPGEG-2, the equivalent of a CVS was a group of pictures (GOP), which normally started with an I frame and was followed by P and B frames. While more complex in its options of random access points, VVC retains this basic concept. One remarkable difference of VVC is that a CLVS may start with a Gradual Decoding Refresh (GDR) picture, without requiring presence of traditional random access points in the bitstream, such as instantaneous decoding refresh (IDR) or clean random access (CRA) pictures. In many TV-like applications, a CVS contains a few hundred milliseconds to a few seconds of video. In video conferencing (without switching MCUs involved), a CVS can be as long in duration as the whole session.</t>

<t>Picture and adaptation parameter set</t>

<t>The picture parameter set and the adaptation parameter set (PPS and APS, respectively) carry information pertaining to  zero or more pictures and zero or more slices, respectively. The PPS contains information that is likely to stay constant from picture to picture-at least for pictures for a certain type-whereas the APS contains information, such as adaptive loop filter coefficients, that are likely to change from picture to picture or even within a picture. A single APS is referenced by all slices of the same picture if that APS contains information about luma mapping with chroma scaling (LMCS) or scaling list. Different APSs containing ALF parameters can be referenced by slices of the same picture.</t>

<t>Picture header</t>

<t>A Picture Header contains information that is common to all slices that belong to the same picture. Being able to send that information as a separate NAL unit when pictures are split into several slices allows for saving bitrate, compared to repeating the same information in all slices. However, there might be scenarios where low-bitrate video is transmitted using a single slice per picture. Having a separate NAL unit to convey that information incurs in an overhead for such scenarios. For such scenarios, the picture header syntax structure is directly included in the slice header, instead of in its own NAL unit. The mode of the picture header syntax structure being included in its own NAL unit or not can only be switched on/off for an entire CLVS, and can only be switched off when in the entire CLVS each picture contains only one slice.</t>

<t>Profile, tier, and level</t>

<t>The profile, tier and level syntax structures in DCI, VPS and SPS 
contain profile, tier, level information for all layers that refer
to the DCI, for layers associated with one or more output layer 
sets specified by the VPS, and for any layer
that refers to the SPS, respectively.</t>

<t>Sub-profiles</t>

<t>Within the VVC specification, a sub-profile is a 32-bit number, coded according to ITU-T Rec. T.35, that does not carry a semantics. It is carried in the profile_tier_level structure and hence (potentially) present in the DCI, VPS, and SPS. External registration bodies can register a T.35 codepoint with ITU-T registration authorities and associate with their registration a description of bitstream restrictions beyond the profiles defined by ITU-T and ISO/IEC. This would allow encoder manufacturers to label the bitstreams generated by their encoder as complying with such sub-profile. It is expected that upstream standardization organizations (such as: DVB and ATSC), as well as walled-garden video services will take advantage of this labelling system. In contrast to "normal" profiles, it is expected that sub-profiles may indicate encoder choices traditionally left open in the (decoder- centric) video coding specs, such as GOP structures, minimum/maximum QP values, and the mandatory use of certain tools or SEI messages.</t>

<t>General constraint fields</t>

<t>The profile_tier_level structure carries a considerable number of constraint fields (most of which are flags), which an encoder can use to indicate to a decoder that it will not use a certain tool or technology. They were included in reaction to a perceived market need for labelling a bitstream as not exercising a certain tool that has become commercially unviable.</t>

<t>Temporal scalability support</t>

<t>VVC includes support of temporal scalability, by inclusion of the signaling of TemporalId in the NAL unit header, the restriction that pictures of a particular temporal sublayer cannot be used for inter prediction reference by pictures of a lower temporal sublayer, the sub-bitstream extraction process, and the requirement that each sub-bitstream extraction output be a conforming bitstream. Media-Aware Network Elements (MANEs) can utilize the TemporalId in the NAL unit header for stream adaptation purposes based on temporal scalability.</t>

<t>Reference picture resampling (RPR)</t>

<t>In AVC and HEVC, the spatial resolution of pictures cannot change unless a new sequence using a new SPS starts, with an IRAP picture. VVC enables picture resolution change within a sequence at a position without encoding an IRAP picture, which is always intra-coded. This feature is sometimes referred to as reference picture resampling (RPR), as the feature needs resampling of a reference picture used for inter prediction when that reference picture has a different resolution than the current picture being decoded. RPR allows resolution change without the need of coding an IRAP picture, which causes a momentary bit rate spike in streaming or video conferencing scenarios, e.g., to cope with network condition changes.  RPR can also be used in application scenarios wherein zooming of the entire video region or some region of interest is needed.</t>

<t>Spatial, SNR, and multiview scalability</t>

<t>VVC includes support for spatial, SNR, and multiview scalability. Scalable video coding is widely considered to have technical benefits and enrich services for various video applications. Until recently, however, the functionality has not been included in the first version of specifications of the video codecs. In VVC, however, all those forms of scalability are supported in the first version of VVC natively through the signaling of the layer_id in the NAL unit header, the VPS which associates layers with given layer_ids to each other, reference picture selection, reference picture resampling for spatial scalability, and a number of other mechanisms not relevant for this memo.</t>

<t><list style='empty'>
  <t>Spatial scalability</t>

  <t><list style='empty'>
    <t>With the existence of Reference Picture Resampling (RPR), the additional burden for scalability support is just a modification of the high-level syntax (HLS). The inter-layer prediction is employed in a scalable system to improve the coding efficiency of the enhancement layers. In addition to the spatial and temporal motion-compensated predictions that are available in a single-layer codec, the inter-layer prediction in VVC uses the possibly resampled video data of the reconstructed reference picture from a reference layer to predict the current enhancement layer. The resampling process for inter-layer prediction, when used, is performed at the block-level, reusing the existing interpolation process for motion compensation in single-layer coding. It means that no additional resampling process is needed to support spatial scalability.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>SNR scalability</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>SNR scalability is similar to spatial scalability except that the resampling factors are 1:1. In other words, there is no change in resolution, but there is inter-layer prediction.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>Multiview scalability</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The first version of VVC also supports multiview scalability, wherein a multi-layer bitstream carries layers representing multiple views, and one or more of the represented views can be output at the same time.</t>
  </list></t>
</list></t>

<t>SEI messages</t>

<t>Supplementary enhancement information (SEI) messages are information in the bitstream that do not influence the decoding process as specified in the VVC spec, but address issues of representation/rendering of the decoded bitstream, label the bitstream for certain applications, among other, similar tasks. The overall concept of SEI messages and many of the messages themselves has been inherited from the H.264 and HEVC specs. Except for the SEI messages that affect the specification of the hypothetical reference decoder (HRD), other SEI messages for use in the VVC environment, which are generally useful also in other video coding technologies, are not included in the main VVC specification but in a companion specification <xref target="VSEI"/>.</t>

</section>
<section anchor="high-level-picture-partitioning-informative" title="High-Level Picture Partitioning (informative)">

<t>VVC inherited the concept of tiles and wavefront parallel processing (WPP) from HEVC, with some minor to moderate differences. The basic concept of slices was kept in VVC but designed in an essentially different form. VVC is the first video coding standard that includes subpictures as a feature, which provides the same functionality as HEVC motion-constrained tile sets (MCTSs) but designed differently to have better coding efficiency and to be friendlier for usage in application systems. More details of these differences are described below.</t>

<t>Tiles and WPP</t>

<t>Same as in HEVC, a picture can be split into tile rows and tile columns in VVC, in-picture prediction across tile boundaries is disallowed, etc. However, the syntax for signaling of tile partitioning has been simplified, by using a unified syntax design for both the uniform and the non-uniform mode. In addition, signaling of entry point offsets for tiles in the slice header is optional in VVC while it is mandatory in HEVC. The WPP design in VVC has two differences compared to HEVC: i) The CTU row delay is reduced from two CTUs to one CTU; ii) Signaling of entry point offsets for WPP in the slice header is optional in VVC while it is mandatory in HEVC.</t>

<t>Slices</t>

<t>In VVC, the conventional slices based on CTUs (as in HEVC) or macroblocks (as in AVC) have been removed. The main reasoning behind this architectural change is as follows. The advances in video coding since 2003 (the publication year of AVC v1) have been such that slice-based error concealment has become practically impossible, due to the ever-increasing number and efficiency of in-picture and inter-picture prediction mechanisms. An error-concealed picture is the decoding result of a transmitted coded picture for which there is some data loss (e.g., loss of some slices) of the coded picture or a reference picture for at least some part of the coded picture is not error-free (e.g., that reference picture was an error-concealed picture). For example, when one of the multiple slices of a picture is lost, it may be error-concealed using an interpolation of the neighboring slices. While advanced video coding prediction mechanisms provide significantly higher coding efficiency, they also make it harder for machines to estimate the quality of an error-concealed picture, which was already a hard problem with the use of simpler prediction mechanisms. Advanced in-picture prediction mechanisms also cause the coding efficiency loss due to splitting a picture into multiple slices to be more significant. Furthermore, network conditions become significantly better while at the same time techniques for dealing with packet losses have become significantly improved. As a result, very few implementations have recently used slices for maximum transmission unit size matching. Instead, substantially all applications where low-delay error resilience is required (e.g., video telephony and video conferencing) rely on system/transport-level error resilience (e.g., retransmission, forward error correction) and/or picture-based error resilience tools (feedback-based error resilience, insertion of IRAPs, scalability with higher protection level of the base layer, and so on). Considering all the above, nowadays it is very rare that a picture that cannot be correctly decoded is passed to the decoder, and when such a rare case occurs, the system can afford to wait for an error-free picture to be decoded and available for display without resulting in frequent and long periods of picture freezing seen by end users.</t>

<t>Slices in VVC have two modes: rectangular slices and raster-scan slices. The rectangular slice, as indicated by its name, covers a rectangular region of the picture. Typically, a rectangular slice consists of several complete tiles. However, it is also possible that a rectangular slice is a subset of a tile and consists of one or more consecutive, complete CTU rows within a tile. A raster-scan slice consists of one or more complete tiles in a tile raster scan order, hence the region covered by a raster-scan slices need not but could have a non-rectangular shape, but it may also happen to have the shape of a rectangle. The concept of slices in VVC is therefore strongly linked to or based on tiles instead of CTUs (as in HEVC) or macroblocks (as in AVC).</t>

<t>Subpictures</t>

<t>VVC is the first video coding standard that includes the support of subpictures as a feature. Each subpicture consists of one or more complete rectangular slices that collectively cover a rectangular region of the picture. A subpicture may be either specified to be extractable (i.e., coded independently of other subpictures of the same picture and of earlier pictures in decoding order) or not extractable. Regardless of whether a subpicture is extractable or not, the encoder can control whether in-loop filtering (including deblocking, SAO, and ALF) is applied across the subpicture boundaries individually for each subpicture.</t>

<t>Functionally, subpictures are similar to the motion-constrained tile sets (MCTSs) in HEVC. They both allow independent coding and extraction of a rectangular subset of a sequence of coded pictures, for use cases like viewport-dependent 360o video streaming optimization and region of interest (ROI) applications.</t>

<t>There are several important design differences between subpictures and MCTSs. First, the subpictures feature in VVC allows motion vectors of a coding block pointing outside of the subpicture even when the subpicture is extractable by applying sample padding at subpicture boundaries in this case, similarly as at picture boundaries. Second, additional changes were introduced for the selection and derivation of motion vectors in the merge mode and in the decoder side motion vector refinement process of VVC. This allows higher coding efficiency compared to the non-normative motion constraints applied at the encoder-side for MCTSs. Third, rewriting of SHs (and PH NAL units, when present) is not needed when extracting one or more extractable subpictures from a sequence of pictures to create a sub-bitstream that is a conforming bitstream. In sub-bitstream extractions based on HEVC MCTSs, rewriting of SHs is needed. Note that in both HEVC MCTSs extraction and VVC subpictures extraction, rewriting of SPSs and PPSs is needed. However, typically there are only a few parameter sets in a bitstream, while each picture has at least one slice, therefore rewriting of SHs can be a significant burden for application systems. Fourth, slices of different subpictures within a picture are allowed to have different NAL unit types. Fifth, VVC specifies HRD and level definitions for subpicture sequences, thus the conformance of the sub-bitstream of each extractable subpicture sequence can be ensured by encoders.</t>

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

<t>VVC maintains the NAL unit concept of HEVC with modifications.  VVC
uses a two-byte NAL unit header, as shown in <xref target="vvc-nuh"/>.  The payload
of a NAL unit refers to the NAL unit excluding the NAL unit header.</t>

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

                The Structure of the VVC NAL Unit Header.

]]></artwork></figure>

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

<t>F: 1 bit</t>

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

<t>Z: 1 bit</t>

<t><list style='empty'>
  <t>nuh_reserved_zero_bit.  Required to be zero in VVC, and reserved 
for future extensions by ITU-T and ISO/IEC.<vspace />
This memo does not overload the "Z" bit for local extensions, as a) 
overloading the "F" bit is sufficient and b) 
to preserve the usefulness of this memo to possible future versions 
of <xref target="VVC"/>.</t>
</list></t>

<t>LayerId: 6 bits</t>

<t><list style='empty'>
  <t>nuh_layer_id.  Identifies the layer a NAL unit belongs to, wherein
a layer may be, e.g., a spatial scalable layer, a quality scalable
layer .</t>
</list></t>

<t>Type: 5 bits</t>

<t><list style='empty'>
  <t>nal_unit_type.  This field specifies the NAL unit type as defined
in Table 7-1 of VVC.  For a reference of all currently defined
NAL unit types and their semantics, please refer to
Section 7.4.2.2 in VVC.</t>
</list></t>

<t>TID: 3 bits</t>

<t><list style='empty'>
  <t>nuh_temporal_id_plus1.  This field specifies the temporal
identifier of the NAL unit plus 1.  The value of TemporalId is
equal to TID minus 1.  A TID value of 0 is illegal to ensure that
there is at least one bit in the NAL unit header equal to 1, so to
enable independent considerations of start code emulations in the
NAL unit header and in the NAL unit payload data.</t>
</list></t>

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

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

<t><list style="symbols">
  <t>Usage of RTP header with this payload format</t>
  <t>Packetization of VVC coded NAL units into RTP packets using
three types of payload structures: a single NAL unit packet,
aggregation packet, and fragment unit</t>
  <t>Transmission of VVC NAL units of the same bitstream within a
single RTP stream.</t>
  <t>Media type parameters to be used with the Session Description 
Protocol (SDP) <xref target="RFC4566"/></t>
  <t>FrameMarking mapping <xref target="I-D.ietf-avtext-framemarking"/></t>
</list></t>

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

<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 BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown above.</t>

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

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

<section anchor="definitionforvvc" title="Definitions from the VVC Specification">

<t>Access unit (AU): A set of PUs that belong to different layers and 
contain coded pictures associated with the same time for output 
from the DPB.</t>

<t>Adaptation parameter set (APS): A syntax structure containing syntax 
elements that apply to zero or more slices as determined by zero or 
more syntax elements found in slice headers.</t>

<t>Bitstream: A sequence of bits, in the form of a NAL unit stream or 
a byte stream, that forms the representation of a sequence of AUs 
forming one or more coded video sequences (CVSs).</t>

<t>Coded picture: A coded representation of a picture comprising VCL 
NAL units with a particular value of nuh_layer_id within an AU and 
containing all CTUs of the picture.</t>

<t>Clean random access (CRA) PU: A PU in which the coded picture is a 
CRA picture.</t>

<t>Clean random access (CRA) picture: An IRAP picture for which each 
VCL NAL unit has nal_unit_type equal to CRA_NUT.</t>

<t>Coded video sequence (CVS): A sequence of AUs that consists, in 
decoding order, of a CVSS AU, followed by zero or more AUs that are 
not CVSS AUs, including all subsequent AUs up to but not including 
any subsequent AU that is a CVSS AU.</t>

<t>Coded video sequence start (CVSS) AU: An AU in which there is a PU 
for each layer in the CVS and the coded picture in each PU is a CLVSS 
picture.</t>

<t>Coded layer video sequence (CLVS): A sequence of PUs with the same 
value of nuh_layer_id that consists, in decoding order, of a CLVSS PU, 
followed by zero or more PUs that are not CLVSS PUs, including all 
subsequent PUs up to but not including any subsequent PU that is a 
CLVSS PU.</t>

<t>Coded layer video sequence start (CLVSS) PU: A PU in which the coded 
picture is a CLVSS picture.</t>

<t>Coded layer video sequence start (CLVSS) picture: A coded picture that is an IRAP picture with NoOutputBeforeRecoveryFlag equal to 1 or a GDR picture with NoOutputBeforeRecoveryFlag equal to 1.</t>

<t>Coding tree unit (CTU): A CTB of luma samples, two corresponding CTBs 
of chroma samples of a picture that has three sample arrays, or a CTB 
of samples of a monochrome picture or a picture that is coded using 
three separate colour planes and syntax structures used to code the 
samples.</t>

<t>Decoding Capability Information (DCI): A syntax structure containing 
syntax elements that apply to the entire bitstream.</t>

<t>Decoded picture buffer (DPB): A buffer holding decoded pictures for 
reference, output reordering, or output delay specified for the 
hypothetical reference decoder.</t>

<t>Gradual decoding refresh (GDR) picture: A picture for which each VCL NAL unit has nal_unit_type equal to GDR_NUT.</t>

<t>Instantaneous decoding refresh (IDR) PU: A PU in which the coded picture 
is an IDR picture.</t>

<t>Instantaneous decoding refresh (IDR) picture: An IRAP picture for 
which each VCL NAL unit has nal_unit_type equal to IDR_W_RADL or IDR_N_LP.</t>

<t>Intra random access point (IRAP) AU: An AU in which there is a PU 
for each layer in the CVS and the coded picture in each PU is an 
IRAP picture.</t>

<t>Intra random access point (IRAP) PU: A PU in which the coded picture 
is an IRAP picture.</t>

<t>Intra random access point (IRAP) picture: A coded picture for which all VCL NAL units have the same value of nal_unit_type in the range of IDR_W_RADL to CRA_NUT, inclusive.</t>

<t>Layer: A set of VCL NAL units that all have a particular value of 
nuh_layer_id and the associated non-VCL NAL units.</t>

<t>Network abstraction layer (NAL) unit: A syntax structure containing 
an indication of the type of data to follow and bytes containing 
that data in the form of an RBSP interspersed as necessary with emulation 
prevention bytes.</t>

<t>Network abstraction layer (NAL) unit stream: A sequence of NAL units.</t>

<t>Operation point (OP): A temporal subset of an OLS, identified by an 
OLS index and a highest value of TemporalId.</t>

<t>Picture parameter set (PPS): A syntax structure containing syntax 
elements that apply to zero or more entire coded pictures as determined 
by a syntax element found in each slice header.</t>

<t>Picture unit (PU): A set of NAL units that are associated with each 
other according to a specified classification rule, are consecutive 
in decoding order, and contain exactly one coded picture.</t>

<t>Random access: The act of starting the decoding process for a 
bitstream at a point other than the beginning of the stream.</t>

<t>Sequence parameter set (SPS): A syntax structure containing syntax 
elements that apply to zero or more entire CLVSs as determined by 
the content of a syntax element found in the PPS referred to by a 
syntax element found in each picture header.</t>

<t>Slice: An integer number of complete tiles or an integer number of 
consecutive complete CTU rows within a tile of a picture that are 
exclusively contained in a single NAL unit.</t>

<t>Slice header (SH): A part of a coded slice containing the data elements 
pertaining to all tiles or CTU rows within a tile represented in the slice.</t>

<t>Sublayer: A temporal scalable layer of a temporal scalable bitstream
consisting of VCL NAL units with a particular value of the TemporalId
variable, and the associated non-VCL NAL units.</t>

<t>Subpicture: An rectangular region of one or more slices within a picture.</t>

<t>Sublayer representation: A subset of the bitstream consisting of NAL
units of a particular sublayer and the lower sublayers.</t>

<t>Tile: A rectangular region of CTUs within a particular tile column and 
a particular tile row in a picture.</t>

<t>Tile column: A rectangular region of CTUs having a height equal to 
the height of the picture and a width specified by syntax elements in 
the picture parameter set.</t>

<t>Tile row: A rectangular region of CTUs having a height specified by 
syntax elements in the picture parameter set and a width equal to the 
width of the picture.</t>

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

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

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

<t><list style='empty'>
  <t>editor-note 1: the following informative needs to be updated along with frame marking update</t>
</list></t>

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

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

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

<t>RTP stream: See <xref target="RFC7656"/>.  Within the scope of this memo, one RTP
stream is utilized to transport one or more temporal sublayers.</t>

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

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

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

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

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

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

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

<t>DCI &#160;&#160;&#160;&#160;&#160;&#160; Decoding capability information</t>

<t>DON &#160;&#160;&#160;&#160;&#160;&#160; Decoding Order Number</t>

<t>FIR &#160;&#160;&#160;&#160;&#160;&#160; Full Intra Request</t>

<t>FU &#160;&#160;&#160;&#160;&#160;&#160;&#160; Fragmentation Unit</t>

<t>GDR &#160;&#160;&#160;&#160;&#160;&#160; Gradual Decoding Refresh</t>

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

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

<t>MANE &#160;&#160;&#160;&#160;&#160; Media-Aware Network Element</t>

<t>MTU &#160;&#160;&#160;&#160;&#160;&#160; Maximum Transfer Unit</t>

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

<t>NALU &#160;&#160;&#160;&#160;&#160; Network Abstraction Layer Unit</t>

<t>PLI &#160;&#160;&#160;&#160;&#160;&#160; Picture Loss Indication</t>

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

<t>RPS &#160;&#160;&#160;&#160;&#160;&#160; Reference Picture Set</t>

<t>RPSI &#160;&#160;&#160;&#160;&#160; Reference Picture Selection Indication</t>

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

<t>SLI &#160;&#160;&#160;&#160;&#160;&#160; Slice Loss Indication</t>

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

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

<t>VPS &#160;&#160;&#160;&#160;&#160;&#160; Video Parameter Set</t>

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

<section anchor="RTPHeaderUsage" title="RTP Header Usage">

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

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

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

                     RTP Header According to {{RFC3550}}
]]></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><list style='empty'>
  <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>
</list></t>

<t><list style='empty'>
  <t>editor-note 2: The informative note below needs updating once the NAL unit type table is stable in the <xref target="VVC"/> spec.</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: The content of a NAL unit does not tell whether 
or not the NAL unit is the last NAL unit, in decoding order, of an 
access unit.  An RTP sender implementation may obtain this information 
from the video encoder.  If, however, the implementation cannot obtain 
this information directly from the encoder, e.g., when the bitstream 
was pre-encoded, and also there 
is no timestamp allocated for each NAL unit, then the sender implementation 
can inspect subsequent NAL units in decoding order to determine whether or 
not the NAL unit is the last NAL unit of an access unit as follows.  A NAL 
unit is determined to be the last NAL unit of an access unit if it is the 
last NAL unit of the bitstream. A NAL unit naluX is also determined to be 
the last NAL unit of an access unit if both the following conditions are 
true: 1) the next VCL NAL unit naluY in decoding order has the high-order 
bit of the first byte after its NAL unit header equal to 1 or nal_unit_type 
equal to 19,  and 2) all NAL units between naluX and naluY, when present, 
have nal_unit_type in the range of 13 to17, inclusive, equal to 20, 
equal to 23 or equal to 26.</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <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 has to be performed either
through the profile used or in a dynamic way.</t>
</list></t>

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

<t><list style='empty'>
  <t>Set and used in accordance with <xref target="RFC3550"/>.</t>
</list></t>

<t>Timestamp: 32 bits</t>

<t><list style='empty'>
  <t>The RTP timestamp is set to the sampling timestamp of the content.
A 90 kHz clock rate MUST be used.  If the NAL unit has no timing
properties of its own (e.g., parameter set and SEI NAL units), the
RTP timestamp MUST be set to the RTP timestamp of the coded
picture of the access unit in which the NAL unit (according to
Annex D of VVC) is included.  Receivers MUST use the RTP
timestamp for the display process, even when the bitstream
contains picture timing SEI messages or decoding unit information
SEI messages as specified in VVC.</t>
</list></t>

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

<t><list style='empty'>
  <t>Used to identify the source of the RTP packets.
A single SSRC is used for all parts of a single bitstream.</t>
</list></t>

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

<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, Z, LayerId, Type, and TID) as the NAL unit header as shown
in <xref target="NALUnitHeader"/>, irrespective of the type of the payload structure.</t>

<t>The TID value indicates (among other things) the relative importance
of an RTP packet, for example, because NAL units belonging to higher
temporal sublayers are not used for the decoding of lower temporal
sublayers.  A lower value of TID indicates a higher importance.
More-important NAL units MAY be better protected against transmission
losses than less-important NAL units.</t>

<t><list style='empty'>
  <t>For Discussion: quite possibly something similar can be said for the
Layer_id in layered coding, but perhaps not in multiview coding.
(The relevant part of the spec is relatively new, therefore the soft
language).  However, for serious layer pruning, interpretation of the
VPS is required.  We can add language about the need for stateful
interpretation of LayerID vis-a-vis stateless interpretation of TID
later.</t>
</list></t>

</section>
<section anchor="PayloadStructures" title="Payload Structures">

<t>Three different types of RTP packet payload structures are specified.
A receiver can identify the type of an RTP packet payload through the
Type field in the payload header.</t>

<t>The three different payload structures are as follows:</t>

<t><list style="symbols">
  <t>Single NAL unit packet: Contains a single NAL unit in the payload,
and the NAL unit header of the NAL unit also serves as the payload
header.  This payload structure is specified in Section 4.4.1.</t>
  <t>Aggregation Packet (AP): Contains more than one NAL unit within
one access unit.  This payload structure is specified in <xref target="aps"/>.</t>
  <t>Fragmentation Unit (FU): Contains a subset of a single NAL unit.
This payload structure is specified in <xref target="funits"/>.</t>
</list></t>

<section anchor="SingleNALUnit" title="Single NAL Unit Packets">

<t><list style='empty'>
  <t>editor-note 3: its better to add a section to describe DONL and sprop-max-don-diff.  sprop-max-don-diff is used but not specified as parameters in section 7 are not yet specified.  A value of sprop-max-don-diff greater than 0 indicates that the transmission order may not correspond to the decoding order and that the DON is is included in the payload header.</t>
</list></t>

<t>A single NAL unit packet contains exactly one NAL unit, and consists
of a payload header (denoted as PayloadHdr), a conditional 16-bit
DONL field (in network byte order), and the NAL unit payload data
(the NAL unit excluding its NAL unit header) of the contained NAL
unit, as shown in <xref target="single-nhr"/>.</t>

<figure anchor="single-nhr"><artwork><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           PayloadHdr          |      DONL (conditional)       |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                                                               |
  |                  NAL unit payload data                        |
  |                                                               |
  |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                               :...OPTIONAL RTP padding        |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

               The Structure of a Single NAL Unit Packet

]]></artwork></figure>

<t>The DONL field, when present, specifies the value of the 16 least
significant bits of the decoding order number of the contained NAL
unit.  If sprop-max-don-diff is greater than 0, the DONL field MUST be present, and the variable DON for the
contained NAL unit is derived as equal to the value of the DONL
field.  Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present.</t>

</section>
<section anchor="aps" title="Aggregation Packets (APs)">

<t>Aggregation Packets (APs) can reduce of
packetization overhead for small NAL units, such as most of the non-
VCL NAL units, which are often only a few octets in size.</t>

<t>An AP aggregates NAL units of one access unit.  Each NAL unit to
be carried in an AP is encapsulated in an aggregation unit.  NAL
units aggregated in one AP are included in NAL unit decoding order.</t>

<t>An AP consists of a payload header (denoted as PayloadHdr) followed
by two or more aggregation units, as shown in <xref target="au-hdr"/>.</t>

<figure anchor="au-hdr"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |    PayloadHdr (Type=28)       |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |
 |                                                               |
 |             two or more aggregation units                     |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                The Structure of an Aggregation Packet

]]></artwork></figure>

<t>The fields in the payload header of an AP are set as follows.  The F bit MUST
be equal to 0 if the F bit of each aggregated NAL unit is equal to
zero; otherwise, it MUST be equal to 1.  The Type field MUST be equal
to 28.</t>

<t>The value of LayerId MUST be equal to the lowest value of LayerId 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><list style='empty'>
  <t>Informative note: All VCL NAL units in an AP have the same TID
value since they belong to the same access unit.  However, an AP
may contain non-VCL NAL units for which the TID value in the NAL
unit header may be different than the TID value of the VCL NAL
units in the same AP.</t>
</list></t>

<t>An AP MUST carry at least two aggregation units and can carry as many
aggregation units as necessary; however, the total amount of data in
an AP obviously MUST fit into an IP packet, and the size SHOULD be
chosen so that the resulting IP packet is smaller than the MTU size
so to avoid IP layer fragmentation.  An AP MUST NOT contain FUs
specified in <xref target="funits"/>.  APs MUST NOT be nested; i.e., an AP can
not contain another AP.</t>

<t>The first aggregation unit in an AP consists of a conditional 16-bit
DONL field (in network byte order) followed by a 16-bit unsigned size
information (in network byte order) that indicates the size of the
NAL unit in bytes (excluding these two octets, but including the NAL
unit header), followed by the NAL unit itself, including its NAL unit
header, as shown in <xref target="au-first-nhdr"/>.</t>

<figure anchor="au-first-nhdr"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |               :       DONL (conditional)      |   NALU size   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   NALU size   |                                               |
 +-+-+-+-+-+-+-+-+         NAL unit                              |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

        The Structure of the First Aggregation Unit in an AP

]]></artwork></figure>

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

<t>If sprop-max-don-diff is greater than 0,
the DONL field MUST be present in an aggregation unit that is the
first aggregation unit in an AP, and the variable DON for the
aggregated NAL unit is derived as equal to the value of the DONL
field.  Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present in an aggregation unit
that is the first aggregation unit in an AP.</t>

<t>An aggregation unit that is not the first aggregation unit in an AP
will be followed immediately by a 16-bit unsigned size information
(in network byte order) that indicates the
size of the NAL unit in bytes (excluding these two octets, but
including the NAL unit header), followed by the NAL unit itself,
including its NAL unit header, as shown in <xref target="au-not-first-nhdr"/>.</t>

<figure anchor="au-not-first-nhdr"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |               :       NALU size               |   NAL unit    |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               |
 |                                                               |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

      The Structure of an Aggregation Unit That Is Not the First
                       Aggregation Unit in an AP

]]></artwork></figure>

<t><xref target="au-wout-donl"/> presents an example of an AP that contains two aggregation
units, labeled as 1 and 2 in the figure, without the DONL field
being present.</t>

<figure anchor="au-wout-donl"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                          RTP Header                           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   PayloadHdr (Type=28)        |         NALU 1 Size           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 1 HDR           |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+         NALU 1 Data           |
 |                   . . .                                       |
 |                                                               |
 +               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |  . . .        | NALU 2 Size                   | NALU 2 HDR    |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | NALU 2 HDR    |                                               |
 +-+-+-+-+-+-+-+-+              NALU 2 Data                      |
 |                   . . .                                       |
 |                               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

            An Example of an AP Packet Containing 
          Two Aggregation Units without the DONL Field

]]></artwork></figure>

<t><xref target="au-with-donl"/> presents an example of an AP that contains two aggregation
units, labeled as 1 and 2 in the figure, with the DONL field being present.</t>

<figure anchor="au-with-donl"><artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                          RTP Header                           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   PayloadHdr (Type=28)        |        NALU 1 DONL            |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 1 Size          |            NALU 1 HDR         |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 |                 NALU 1 Data   . . .                           |
 |                                                               |
 +        . . .                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :          NALU 2 Size          |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |          NALU 2 HDR           |                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+          NALU 2 Data          |
 |                                                               |
 |        . . .                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                               :...OPTIONAL RTP padding        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                An Example of an AP Containing 
              Two Aggregation Units with the DONL Field

]]></artwork></figure>

</section>
<section anchor="funits" title="Fragmentation Units">

<t>Fragmentation Units (FUs) are introduced to enable fragmenting a
single NAL unit into multiple RTP packets, possibly without
cooperation or knowledge of the <xref target="VVC"/> encoder.  A fragment
of a NAL unit consists of an integer number of consecutive octets of
that NAL unit.  Fragments of the same NAL unit MUST be sent in
consecutive order with ascending RTP sequence numbers (with no other
RTP packets within the same RTP stream being sent between the first
and last fragment).</t>

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

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

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

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

                       The Structure of an FU

]]></artwork></figure>

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

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

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

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

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

<t>S: 1 bit</t>

<t><list style='empty'>
  <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>
</list></t>

<t>E: 1 bit</t>

<t><list style='empty'>
  <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>
</list></t>

<t>Reserved: 1 bit</t>

<t><list style='empty'>
  <t>editor-note 24 for 'R':  need to be addressed</t>
</list></t>

<t>FuType: 5 bits</t>

<t><list style='empty'>
  <t>The field FuType MUST be equal to the field Type of the fragmented
NAL unit.</t>
</list></t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t><list style="symbols">
  <t>AbsDon[n] greater than AbsDon[m] indicates that NAL unit n follows
  NAL unit m in NAL unit decoding order.</t>
  <t>When AbsDon[n] is equal to AbsDon[m], the NAL unit decoding order
  of the two NAL units can be in either order.</t>
  <t>AbsDon[n] less than AbsDon[m] indicates that NAL unit n precedes NAL 
unit m in decoding order.</t>
</list></t>

<t><list style='empty'>
  <t>Informative note: When two consecutive NAL units in the NAL
  unit decoding order have different values of AbsDon, the 
  absolute difference between the two AbsDon values may be 
  greater than or equal to 1.</t>
</list></t>

<t><list style='empty'>
  <t>Informative note: There are multiple reasons to allow for 
the absolute difference of the values of AbsDon for two 
consecutive NAL units in the NAL unit decoding order to 
be greater than one.  An increment by one is not required, 
as at the time of associating values of AbsDon to NAL units, 
it may not be known whether all NAL units are to be 
delivered to the receiver.  For example, a gateway might
not forward VCL NAL units of higher sublayers or some
SEI NAL units when there is congestion in the network.<vspace />
In another example, the first intra-coded picture of a 
pre-encoded clip is transmitted in advance to ensure that 
it is readily available in the receiver, and when 
transmitting the first intra-coded picture, the originator 
does not exactly know how many NAL units will be encoded
before the first intra-coded picture of the pre-encoded
clip follows in decoding order. Thus, the values of 
AbsDon for the NAL units of the first intra-coded picture
of the pre-encoded clip have to be estimated when 
they are transmitted, and gaps in values of AbsDon may occur.</t>
</list></t>

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

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

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

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

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

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

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

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

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

<t>When sprop-max-don-diff is equal to 0, the de-packetization buffer size is zero bytes, and the
process described in the remainder of this paragraph applies.<vspace />
The NAL units carried in the single RTP stream are directly 
passed to the decoder in their
transmission order, which is identical to their decoding order. 
When there are several NAL units of the same RTP stream with the 
same NTP timestamp, the order to pass them to the
decoder is their transmission order.</t>

<t><list style='empty'>
  <t>Informative note: The mapping between RTP and NTP timestamps is
conveyed in RTCP SR packets.  In addition, the mechanisms for
faster media timestamp synchronization discussed in <xref target="RFC6051"/> may
be used to speed up the acquisition of the RTP-to-wall-clock
mapping.</t>
</list></t>

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

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

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

<t>Initial buffering lasts until condition A (the difference between the
greatest and smallest AbsDon values of the NAL units in the de-
packetization buffer is greater than or equal to the value of sprop-
max-don-diff) or condition B (the number of
NAL units in the de-packetization buffer is greater than the value of
sprop-depack-buf-nalus) is true.</t>

<t>After initial buffering, whenever condition A or condition B is true,
the following operation is repeatedly applied until both condition A
and condition B become false:</t>

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

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

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

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

<section anchor="oparams" title="Media Type Registration">

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

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

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

<t>Required parameters:&#160;&#160;none</t>

<t>Optional parameters:</t>

<t><list style='empty'>
  <t>editor-note 4: To be updated</t>
</list></t>

<t><list style='empty'>
  <t>profile-id, tier-flag, sub-profile-id, interop-constraints, and level-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>These parameters indicate the profile, tier, default level, sub-profile, and some constraints of the bitstream carried by the RTP stream, or a specific set of the profile, tier, default level, sub-profile and some constraints the receiver supports.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The subset of coding tools that may have been used to generate the bitstream or that the receiver supports, as well as, some additional constraints are indicated collectively by profile-id, sub-profile-id, and interop-constraints.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: There are 128 values of profile-id.  The subset of coding tools identified by the profile-id can be further constrained with up to 255 sub-profile-ids.  In addition, 68 bits included in interop-constraints, which can be extended up to 324 bits provide means to further restrict tools from existing profiles.  To be able to support this fine-granular signalling of coding tool subsets with profile-id, sub-profile-id and interop-constraints, it would be safe to require symmetric use of these parameters in SDP offer/answer unless recv-ols-id or sprop-opi is included in the SDP answer for choosing one of the layers offered.</t>
  </list></t>
</list></t>

<t>editor-note 5: confirm when decided whether we use recv-ols-id or sprop-opi</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The tier is indicated by tier-flag.  The default level is indicated by level-id.  The tier and the default level specify the limits on values of syntax elements or arithmetic combinations of values of syntax elements that are followed when generating the bitstream or that the receiver supports.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>In SDP offer/answer, when the SDP answer does not include either the recv-ols-id parameter that is less than the sprop-ols-id parameter in the SDP offer or the sprop-opi, the following applies:</t>
  </list></t>
</list></t>

<t>editor-note 6: confirm when decided whether we use recv-ols-id or sprop-opi for profile asymmetry - sub-layers</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>The tier-flag, profile-id, sub-profile-id, and interop-constraints parameters MUST be used symmetrically, i.e., the value of each of these parameters in the offer MUST be the same as that in the answer, either explicitly signaled or implicitly inferred.</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>The level-id parameter is changeable as long as the highest level indicated by the answer is either equal to or lower than that in the offer.  Note that the highest level is indicated by level-id and max-recv-level-id together and a higher level than that in the offer can be included as max-recv-level-id.</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>In SDP offer/answer, when the SDP answer does include the recv-ols-id parameter that is less than the sprop-ols-id parameter in the SDP offer or includes the sprop-opi, the set of tier- flag, profile-id, sub-profile-id, interop-constraints, and level-id parameters included in the answer MUST be consistent with that for the chosen output layer set as indicated in the SDP offer, with the exception that the level-id parameter in the SDP answer is changeable as long as the highest level indicated by the answer is either lower than or equal to that in the offer.</t>
  </list></t>
</list></t>

<t>editor-note 7: confirm when decided whether we use recv-ols-id or sprop-opi for profile asymmetry - sub-layers cannot. The consistency of profiles is not yet in the text.</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>More specifications of these parameters, including how they relate syntax elements specified in <xref target="VVC"/> are provided below.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>profile-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When profile-id is not present, a value of 1 (i.e., the Main 10 profile) MUST be inferred.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When used to indicate properties of a bitstream, profile-id is derived from the general_profile_idc syntax element in the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/>.  When a VPS contains several profile_tier_level( ) syntax structures, the syntax structure corresponding to the OLS to which the bitstream applies is used.</t>
  </list></t>
</list></t>

<t>editor-note 8: What if the DCI contains several profile_tier_level syntax structures and they are not onion shell?</t>

<t><list style='empty'>
  <t>tier-flag, level-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of tier-flag MUST be in the range of 0 to 1, inclusive.  The value of level-id MUST be in the range of 0 to 255, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>If the tier-flag and level-id parameters are used to indicate properties of a bitstream, they indicate the tier and the highest level the bitstream complies with.</t>
  </list></t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>If no tier-flag is present, a value of 0 MUST be inferred; if no level-id is present, a value of 51 (i.e., level 3.1) MUST be inferred.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note:  The level numbers currently defined in the VVC specification are in the form of "majorNum.minorNum", and the value of the level-id for each of the levels is equal to majorNum * 16 + minorNum * 3.  It is expected that if any level are defined in the future, the same convention will be used, but this cannot be guaranteed.</t>
  </list></t>
</list></t>

<t>editor-note 9: double check this informative note</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When used to indicate properties of a bitstream, the tier-flag and level-id parameters are derived from the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/> as follows.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>If the tier-flag and level-id are derived from the profile_tier_level( ) syntax structure in the DCI NAL unit, the following applies:</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>tier-flag = general_tier_flag</t>
      <t>level-id = general_level_idc</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Otherwise, if the tier-flag and level-id are derived from the profile_tier_level( ) syntax structure in the SPS or VPS NAL unit, and the bitstream contains the highest sub-layer representation in the OLS corresponding to the bitstream, the following applies:</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>tier-flag = general_tier_flag</t>
      <t>level-id = general_level_idc</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Otherwise, if the tier-flag and level-id are derived from the profile_tier_level( ) syntax structure in the SPS or VPS NAL unit, and the bitstream does not contains the highest sub-layer representation in the OLS corresponding to the bitstream, the following applies, with j being the value of the sprop-sub-layer-id parameter or the sub-layer representation indicated in the sprop-opi parameter:</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>tier-flag = general_tier_flag</t>
      <t>level-id = sub_layer_level_idc[j]</t>
    </list></t>
  </list></t>
</list></t>

<t>editor-note 10: double check this part above inherited from HEVC. What if more than one SPS, VPS and they have different general_leve_idcs or tier_flags? We would say it applies to all of them, i.e. to the highest one.</t>

<t><list style='empty'>
  <t>sub-profile-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of the parameter is a comma-separated (',') list of values.</t>
  </list></t>
</list></t>

<t>editor-note 11: What is the value? integer, base32?</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When used to indicate properties of a bitstream, sub-profile-id is derived from each of the ptl_num_sub_profiles general_sub_profile_idc[i] syntax elements in the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/>.  When a VPS contains several profile_tier_level( ) syntax structures, the syntax structure corresponding to the OLS to which the bitstream applies is used.</t>
  </list></t>
</list></t>

<t>editor-note 12: What if the DCI contains several profile_tier_level syntax structures and they are not onion shell?</t>

<t><list style='empty'>
  <t>interop-constraints:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>A base16 <xref target="RFC4648"/> (hexadecimal) representation of the data in the profile_tier_level( ) syntax structure in SPS, VPS or DCI NAL units as specified in <xref target="VVC"/>, that include the syntax elements ptl_frame_only_constraint_flag and ptl_multilayer_enabled_flag and, when present, the general_constraints_info( ) syntax structure.  When a VPS contains several profile_tier_level( ) syntax structures, the syntax structure corresponding to the OLS to which the bitstream applies is used.</t>
  </list></t>
</list></t>

<t>editor-note 13: What if the DCI contains several profile_tier_level( ) syntax structures and they are not equal?</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>If the interop-constraints parameter is not present, the following MUST be inferred:</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>ptl_frame_only_constraint_flag = 0</t>
      <t>ptl_multilayer_enabled_flag = 1</t>
      <t>gci_present_flag in the general_constraints_info( ) syntax structure = 1</t>
    </list></t>
  </list></t>
</list></t>

<t>editor-note 14: Double check the default values. Currently, no constraints, but actually, with the Main 10 profile as default multi-layer not possible.</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Using interop-constraints for capability exchange results in a requirement on any bitstream to be compliant with the interop-constraints.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-sub-layer-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to indicate the highest allowed value of TID in the bitstream.  When not present, the value of sprop-sub-layer-id is inferred to be equal to 6.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-sub-layer-id MUST be in the range of 0 to 6, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-ols-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to indicate the OLS that the bitstream applies to.  When not present, the value of sprop-ols-id is inferred to be equal to TargetOlsIdx as specified in 8.1.1 in <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-ols-id MUST be in the range of 0 to 257, inclusive.</t>
  </list></t>
</list></t>

<t>editor-note 15: Confirm this value</t>

<t><list style='empty'>
  <t>recv-sub-layer-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to signal a receiver's choice of the offered or declared sub-layer representations in the sprop-vps and sprop-sps. The value of recv-sub-layer-id indicates the TID of the highest sub-layer of the bitstream that a receiver supports.  When not present, the value of recv-sub-layer-id is inferred to be equal to the value of the sprop-sub-layer-id parameter in the SDP offer.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of recv-sub-layer-id MUST be in the range of 0 to 6, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>recv-ols-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to signal a receiver's choice of the offered or declared output layer sets in the sprop-vps.  The value of recv-ols-id indicates the OLS index of the bitstream that a receiver supports.  When not present, the value of recv-ols-id is inferred to be equal to the value of the sprop-ols-id parameter in the SDP offer.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of recv-ols-id MUST be in the range of 0 to 257, inclusive.</t>
  </list></t>
</list></t>

<t>editor-note 16: Confirm this value</t>

<t><list style='empty'>
  <t>max-recv-level-id:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to indicate the highest level a receiver supports.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-recv-level-id MUST be in the range of 0 to 255, inclusive.</t>
  </list></t>
</list></t>

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

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

<t><list style='empty'>
  <t>sprop-dci:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to convey a decoding capability information NAL unit of the bitstream for out-of-band transmission.  The parameter MAY also be used for capability exchange.  The value of the parameter a base64 <xref target="RFC4648"/> representations of the decoding capability information NAL unit as specified in Section 7.3.2.1 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-vps:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to convey any video parameter set NAL unit of the bitstream for out-of-band transmission of video parameter sets.  The parameter MAY also be used for capability exchange and to indicate sub-stream characteristics (i.e., properties of output layer sets and sublayer representations as defined in <xref target="VVC"/>). The value of the parameter is a comma-separated (',') list of base64 <xref target="RFC4648"/> representations of the video parameter set NAL units as specified in Section 7.3.2.3 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The sprop-vps parameter MAY contain one or more than one video parameter set NAL unit. However, all other video parameter sets contained in the sprop-vps parameter MUST be consistent with the first video parameter set in the sprop-vps parameter.  A video parameter set vpsB is said to be consistent with another video parameter set vpsA if any decoder that conforms to the profile, tier, level, and constraints indicated by the 12 bytes of data starting from the syntax element general_profile_space to the syntax element general_level_idc, inclusive, in the first profile_tier_level( ) syntax structure in vpsA can decode any bitstream that conforms to the profile, tier, level, and constraints indicated by the 12 bytes of data starting from the syntax element general_profile_space to the syntax element general_level_idc, inclusive, in the first profile_tier_level( ) syntax structure in vpsB.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-sei:</t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of the parameter is a comma-separated (',') list of base64 <xref target="RFC4648"/> representations of SEI NAL units as specified in <xref target="VSEI"/>.</t>
  </list></t>
</list></t>

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

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>2) Examples for SEI messages that would be meaningless to be conveyed in sprop-sei include the decoded picture hash SEI message (it is close to impossible that all decoded pictures have the same hashtag), the display orientation SEI message when the device is a handheld  device (as the display orientation may change when the handheld device is turned around), or the filler payload SEI message (as there is no point in just having more bits in SDP).</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-opi:</t>
</list></t>

<t>editor-note 17: VVC does not envision to provide the OPI by external means but this should not be a problem</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>This parameter MAY be used to convey an operating point information NAL unit of the bitstream for out-of-band transmission.  The value of the parameter is a base64 <xref target="RFC4648"/> representations of the operating point information NAL unit as specified in Section 7.3.2.2 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, max-tc:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>These parameters MAY be used to signal the capabilities of a receiver implementation.  These parameters MUST NOT be used for any other purpose.  The highest level (specified by max-recv-level-id) MUST be the highest that the receiver is fully capable of supporting.  max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, and max-tc MAY be used to indicate capabilities of the receiver that extend the required capabilities of the highest level, as specified below.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When more than one parameter from the set (max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, max-tc) is present, the receiver MUST support all signaled capabilities simultaneously.  For example, if both max-lsr and max-br are present, the highest level with the extension of both the picture rate and bitrate is supported.  That is, the receiver is able to decode bitstreams in which the luma sample rate is up to max-lsr (inclusive), the bitrate is up to max-br (inclusive), the coded picture buffer size is derived as specified in the semantics of the max-br parameter below, and the other properties comply with the highest level specified by max-recv-level-id.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: When the OPTIONAL media type parameters are used to signal the properties of a bitstream, and max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, and max-tc are not present, the values of tier-flag, profile-id, sub-profile-id, interop-constraints, and level-id must always be such that the bitstream complies fully with the specified profile, tier, and level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-lsr:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-lsr is an integer indicating the maximum processing rate in units of luma samples per second.  The max-lsr parameter signals that the receiver is capable of decoding video at a higher rate than is required by the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When max-lsr is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxLumaSr value in Table 136 of <xref target="VVC"/> for the highest level is replaced with the value of max-lsr.  Senders MAY use this knowledge to send pictures of a given size at a higher picture rate than is indicated in the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-lsr is inferred to be equal to the value of MaxLumaSr given in Table 136 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-lsr MUST be in the range of MaxLumaSr to 16 * MaxLumaSr, inclusive, where MaxLumaSr is given in Table 136 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-lps:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-lps is an integer indicating the maximum picture size in units of luma samples.  The max-lps parameter signals that the receiver is capable of decoding larger picture sizes than are required by the highest level.  When max-lps is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxLumaPs value in Table 135 of <xref target="VVC"/> for the highest level is replaced with the value of max-lps.  Senders MAY use this knowledge to send larger pictures at a proportionally lower picture rate than is possible for the largest picture size for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-lps is inferred to be equal to the value of MaxLumaPs given in Table 135 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-lps MUST be in the range of MaxLumaPs to 16 * MaxLumaPs, inclusive, where MaxLumaPs is given in Table 135 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-cpb:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-cpb is an integer indicating the maximum coded picture buffer size in units of CpbVclFactor bits for the VCL HRD parameters and in units of CpbNalFactor bits for the NAL HRD parameters, where CpbVclFactor and CpbNalFactor are defined in Table 137 of <xref target="VVC"/>.  The max-cpb parameter signals that the receiver has more memory than the minimum amount of coded picture buffer memory required by the highest level.  When max-cpb is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the MaxCPB value in Table 135 of <xref target="VVC"/> for the highest level is replaced with the value of max-cpb.  Senders MAY use this knowledge to construct coded bitstreams with greater variation of bitrate than can be achieved with the MaxCPB value in Table 135 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-cpb is inferred to be equal to the value of MaxCPB given in Table 135 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-cpb MUST be in the range of MaxCPB to 16 * MaxCPB, inclusive, where MaxCPB is given in Table 135 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: The coded picture buffer is used in the hypothetical reference decoder (Annex C of <xref target="VVC"/>).  The use of the hypothetical reference decoder is recommended in VVC encoders to verify that the produced bitstream conforms to the standard and to control the output bitrate.  Thus, the coded picture buffer is conceptually independent of any other potential buffers in the receiver, including de-packetization and de-jitter buffers.  The coded picture buffer need not be implemented in decoders as specified in Annex C of <xref target="VVC"/>, but rather standard-compliant decoders can have any buffering arrangements provided that they can decode standard-compliant bitstreams.  Thus, in practice, the input buffer for a video decoder can be integrated with de-packetization and de-jitter buffers of the receiver.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-dpb:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-dpb is an integer indicating the maximum decoded picture buffer size in units decoded pictures at the MaxLumaPs for the highest level, i.e., the number of decoded pictures at the maximum picture size defined by the highest level.  The value of max-dpb MUST be in the range of 1 to 16, respectively.  The max-dpb parameter signals that the receiver has more memory than the minimum amount of decoded picture buffer memory required by default, which is maxDpbPicBuf as defined in <xref target="VVC"/> (equal to 8).  When max-dpb is signaled, the receiver MUST be able to decode bitstreams that conform to the highest level, with the exception that the maxDpbPicBuff value defined in <xref target="VVC"/> as 8 is replaced with the value of max-dpb.  Consequently, a receiver that signals max-dpb MUST be capable of storing the following number of decoded pictures (MaxDpbSize) in its decoded picture buffer:</t>
  </list></t>
</list></t>

<figure><artwork><![CDATA[
      if( 2 \* PicSizeMaxInSamplesY  <=  ( MaxLumaPs   >>  2 ) )
         MaxDpbSize = 2 \* max-dpb
      else if( 3 \* PicSizeMaxInSamplesY  <=  2 \* MaxLumaPs )
         MaxDpbSize = 3 \* max-dpb / 2
      else
         MaxDpbSize = max-dpb
]]></artwork></figure>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Wherein MaxLumaPs given in Table 135 of <xref target="VVC"/> for the highest level and PicSizeMaxInSamplesY is the maximum allowed picture size in units of luma samples as defined in <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t>editor-note 18: I think that max-lps needs to be accounted for here.</t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-dpb MUST be greater than or equal to the value of maxDpbPicBuf (i.e., 8) as defined in <xref target="VVC"/>.  Senders MAY use this knowledge to construct coded bitstreams with improved compression.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-dpb is inferred to be equal to the value of maxDpbPicBuf (i.e., 8) as defined in <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: This parameter was added primarily to complement a similar codepoint in the ITU-T Recommendation H.245, so as to facilitate signaling gateway designs.  The decoded picture buffer stores reconstructed samples.  There is no relationship between the size of the decoded picture buffer and the buffers used in RTP, especially de-packetization and de-jitter buffers.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-br:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-br is an integer indicating the maximum video bitrate in units of BrVclFactor bits per second for the VCL HRD parameters and in units of BrNalFactor bits per second for the NAL HRD parameters, where BrVclFactor and BrNalFactor are defined in Section A.4 of <xref target="VVC"/>.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The max-br parameter signals that the video decoder of the receiver is capable of decoding video at a higher bitrate than is required by the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When max-br is signaled, the video codec of the receiver MUST be able to decode bitstreams that conform to the highest level, with the following exceptions in the limits specified by the highest level:</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>The value of max-br replaces the MaxBR value in Table 136 of <xref target="VVC"/> for the highest level.</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t><list style="symbols">
      <t>When the max-cpb parameter is not present, the result of the following formula replaces the value of MaxCPB in Table 135 of <xref target="VVC"/>:</t>
    </list></t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>(MaxCPB of the highest level) * max-br / (MaxBR of the highest level)</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>For example, if a receiver signals capability for Main 10 profile Level 2 with max-br equal to 2000, this indicates a maximum video bitrate of 2000 kbits/sec for VCL HRD parameters, a maximum video bitrate of 2200 kbits/sec for NAL HRD parameters, and a CPB size for VCL HRD of 2000000 bits (1500000 * 2000000 / 1500000).</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Senders MAY use this knowledge to send higher bitrate video as allowed in the level definition of Annex A of <xref target="VVC"/> to achieve improved video quality.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of max-br is inferred to be equal to the value of MaxBR given in Table 136 of <xref target="VVC"/> for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-br MUST be in the range of MaxBR to 16 * MaxBR, inclusive, where MaxBR is given in Table 136 of [VVC for the highest level.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: This parameter was added primarily to complement a similar codepoint in the ITU-T Recommendation H.245, so as to facilitate signaling gateway designs.  The assumption that the network is capable of handling such bitrates at any given time cannot be made from the value of this parameter.  In particular, no conclusion can be drawn that the signaled bitrate is possible under congestion control constraints.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>max-fps:</t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-fps is an integer indicating the maximum picture rate in units of pictures per 100 seconds that can be effectively processed by the receiver.  The max-fps parameter MAY be used to signal that the receiver has a constraint in that it is not capable of processing video effectively at the full picture rate that is implied by the highest level and, when present, one or more of the parameters max-lsr, max-lps, and max-br.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-fps is not necessarily the picture rate at which the maximum picture size can be sent, it constitutes a constraint on maximum picture rate for all resolutions.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>Informative note: The max-fps parameter is semantically different from max-lsr, max-lps, max-cpb, max-dpb, max-br, max-tr, and max-tc in that max-fps is used to signal a constraint, lowering the maximum picture rate from what is implied by other parameters.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The encoder MUST use a picture rate equal to or less than this value.  In cases where the max-fps parameter is absent, the encoder is free to choose any picture rate according to the highest level and any signaled optional parameters.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of max-fps MUST be smaller than or equal to the full picture rate that is implied by the highest level and, when present, one or more of the parameters max-lsr, max-lps, and max-br.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-max-don-diff:</t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <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>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-max-don-diff MUST be an integer in the range of 0 to 32767, inclusive.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>When not present, the value of sprop-max-don-diff is inferred to be equal to 0.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t>sprop-depack-buf-bytes:</t>
</list></t>

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The value of sprop-depack-buf-bytes MUST be an integer in the range of 0 to 4294967295, inclusive.</t>
  </list></t>
</list></t>

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

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

<t><list style='empty'>
  <t>depack-buf-cap:</t>
</list></t>

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

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

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

<t>editor-note 19: sprop-depack-buf-nalus not included but mentioned in section 6 for startup in de-packetization process. We should decide on whether it needs to be included or not.</t>

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

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

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

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

<t><list style="symbols">
  <t>The media name in the "m=" line of SDP MUST be video.</t>
  <t>The encoding name in the "a=rtpmap" line of SDP MUST be H266 (the media subtype).</t>
  <t>The clock rate in the "a=rtpmap" line MUST be 90000.</t>
  <t>OPTIONAL PARAMETERS:</t>
</list></t>

<t><list style='empty'>
  <t>editor-note 20: appropriate parameters will be added accordingly based on agreed SDP optional parameters in <xref target="oparams"/></t>
</list></t>

</section>
<section anchor="usage-with-sdp-offeranswer-model" title="Usage with SDP Offer/Answer Model">

<t>When <xref target="VVC"/> is offered over RTP using SDP in an offer/answer model <xref target="RFC3264"/> for negotiation for unicast usage, the following limitations and rules apply:</t>

<t><list style='empty'>
  <t>editor-note 21: the following needs to be updated</t>
</list></t>

<t><list style="symbols">
  <t>Parameters to identify a media format configuration as VVC:</t>
  <t>Parameters as bitstream properties:</t>
  <t>SDP answer for media configurations.</t>
  <t>capability parameters:</t>
  <t>others:</t>
</list></t>

</section>
<section anchor="sdp-example" title="SDP Example">

<t>An example of media representation in SDP is as follows:</t>

<figure><artwork><![CDATA[
    m=video 49170 RTP/AVP 98
    a=rtpmap:98 H266/90000
    a=fmtp:98 profile-id=1; sprop-vps=<video parameter sets data>
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="FeedbackMessage" title="Use with Feedback Messages">
<t>The following subsections define the use of the Picture Loss
Indication (PLI), Slice Lost Indication (SLI), Reference Picture
Selection Indication (RPSI), and Full Intra Request (FIR) feedback
messages with HEVC.  The PLI, SLI, and RPSI messages are defined in
<xref target="RFC4585"/>, and the FIR message is defined in <xref target="RFC5104"/>.</t>

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

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

</section>
<section anchor="SLI" title="Slice Loss Indication (SLI)">
<t><list style='empty'>
  <t>editor-note 22: For further study.  Maybe remove as there are no known
implementations of SDLI in <xref target="HEVC"/> based systems</t>
</list></t>

</section>
<section anchor="RPSI" title="Reference Picture Selection Indication (RPSI)">

<t><list style='empty'>
  <t>editor-note 23: For further study. Maybe remove as there are no known
implementations in <xref target="HEVC"/> based systems.</t>
</list></t>

<t>Feedback-based reference picture selection has been shown as a
powerful tool to stop temporal error propagation for improved error
resilience <xref target="Girod99"/> <xref target="Wang05"/>.  In one approach, the decoder side
tracks errors in the decoded pictures and informs the encoder side
that a particular picture that has been decoded relatively earlier is
correct and still present in the decoded picture buffer; it requests
the encoder to use that correct picture-availability information when
encoding the next picture, so to stop further temporal error
propagation.  For this approach, the decoder side should use the RPSI
feedback message.</t>

<t>Encoders can encode some long-term reference pictures as specified in
<xref target="VVC"/> for purposes described in the previous paragraph without the
need of a huge decoded picture buffer.  As shown in <xref target="Wang05"/>, with a
flexible reference picture management scheme, as in VVC, even a
decoded picture buffer size of two picture storage buffers would work
for the approach described in the previous paragraph.</t>

<t>The text above is copy-paste from RFC 7798.  If we keep the RPSI
message, it needs adaptation to the <xref target="VVC"/> syntax.  Doing so shouldn't
be too hard as the <xref target="VVC"/> reference picture mechanism is not too
different from the <xref target="HEVC"/> one.</t>

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

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

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

</section>
</section>
<section anchor="frame-marking" title="Frame Marking">

<t><xref target="I-D.ietf-avtext-framemarking"/> provides an extension mechanism for RTP.  The codec-agnostic
meta-data in the <xref target="I-D.ietf-avtext-framemarking"/> header provides valuable video frame information.  Its usage with <xref target="VVC"/> is defined in this section.  Refer <xref target="I-D.ietf-avtext-framemarking"/> for any unspecified fields.  Two header extensions are RECOMMENDED:</t>

<t><list style="symbols">
  <t>The short extension for non-scalable streams.</t>
  <t>The long extension for scalable streams.</t>
</list></t>

<section anchor="frame-marking-short-extension" title="Frame Marking Short Extension">

<t>The fields for the short extension, as shown in <xref target="fm-short"/>, are used as described in the following.</t>

<figure anchor="fm-short"><artwork><![CDATA[
                       0                   1
                       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                      |  ID   |  L=0  |S|E|I|D|0 0 0 0|
                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                 Short Frame Marking RTP Extension for [VVC]
]]></artwork></figure>

<t>The I bit MUST be 1 when the NAL unit type is 7-9 (inclusive), otherwise it MUST be 0.</t>

<t>The D bit MUST be 1 when the syntax element ph_non_ref_pic_flag for a picture is equal to 1, otherwise it MUST be 0.</t>

<t>The S bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP, and the NAL unit in the first contained aggregation unit is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its S bit equal to 1 and the FU payload contains a fragment of the first VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

<t>The E bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP and the NAL unit in the last contained aggregation unit is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its E bit equal to 1 and the FU payload contains a fragment of the last VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

</section>
<section anchor="frame-marking-long-extension" title="Frame Marking Long Extension">

<figure anchor="fm-long"><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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  ID   |  L=2  |S|E|I|D|B| TID |0|0|   LayerID |    TL0PICIDX  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                  Long Frame Marking RTP Extension for [VVC]
]]></artwork></figure>

<t>The fields for the long extension for scalable streams, as shown in <xref target="fm-long"/>, are used as described in the following.</t>

<t>The LayerID (6 bits) and TID (3 bits) from the NAL unit header <xref target="NALUnitHeader"/> are mapped to the generic LID and TID fields in <xref target="I-D.ietf-avtext-framemarking"/> as shown in <xref target="fm-long"/>.</t>

<t>The I bit MUST be 1 when the NAL unit type is 7-9 (inclusive), otherwise it MUST be 0.</t>

<t>The D bit MUST be 1 when the syntax element ph_non_ref_pic_flag for a picture is equal to 1, otherwise it MUST be 0.</t>

<t>The S bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP, and the NAL unit in the first contained aggregation unit is the first VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its S bit equal to 1 and the FU payload contains a fragment of the first VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

<t>The E bit MUST be set to 1 if any of the following conditions is true and MUST be set to 0 otherwise:</t>

<t><list style="symbols">
  <t>The RTP packet is a single NAL unit packet and it is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is an AP and the NAL unit in the last contained aggregation unit is the last VCL NAL unit, in decoding order, of a picture.</t>
  <t>The RTP packet is a FU with its E bit equal to 1 and the FU payload contains a fragment of the last VCL NAL unit, in decoding order, of a picture.</t>
</list></t>

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

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

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

<t>RTP packets using the payload format defined in this specification
are subject to the security considerations discussed in the RTP
specification <xref target="RFC3550"/> , and in any applicable RTP profile such as
RTP/AVP <xref target="RFC3551"/> , RTP/AVPF <xref target="RFC4585"/> , RTP/SAVP <xref target="RFC3711"/> , 
or RTP/SAVPF <xref target="RFC5124"/> .  However, as "Securing the RTP 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"/> . The rest of this section discusses the security
impacting properties of the payload format itself.</t>

<t>Because the data compression used with this payload format is applied
end-to-end, any encryption needs to be performed after compression.
A potential denial-of-service threat exists for data encodings using
compression techniques that have non-uniform receiver-end
computational load.  The attacker can inject pathological datagrams
into the bitstream that are complex to decode and that cause the
receiver to be overloaded.  <xref target="VVC"/> is particularly vulnerable to such
attacks, as it is extremely simple to generate datagrams containing
NAL units that affect the decoding process of many future NAL units.
Therefore, the usage of data origin authentication and data integrity
protection of at least the RTP packet is RECOMMENDED, for example,
with SRTP <xref target="RFC3711"/> .</t>

<t>Like HEVC <xref target="RFC7798"/>, <xref target="VVC"/> includes a user data Supplemental
Enhancement Information (SEI) message.  This SEI message allows
inclusion of an arbitrary bitstring into the video bitstream.  Such a
bitstring could include JavaScript, machine code, and other active
content.  <xref target="VVC"/> leaves the handling of this SEI message to the
receiving system.  In order to avoid harmful side effects 
the user data SEI message, decoder implementations cannot naively
trust its content.  For example, it would be a bad and insecure
implementation practice to forward any JavaScript a decoder
implementation detects to a web browser.  The safest way to deal with
user data SEI messages is to simply discard them, but that can have
negative side effects on the quality of experience by the user.</t>

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

</section>
<section anchor="CC" title="Congestion Control">
<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 achieving.  This condition can
be satisfied by implementing congestion-control mechanisms to adapt
the transmission rate, 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.  The key mechanisms available in <xref target="VVC"/> are temporal
scalability, and spatial/SNR scalability.  A media sender can remove
NAL units belonging to higher temporal sublayers (i.e., those NAL
units with a high value of TID) or higher spatio-SNR layers (as
indicated by interpreting the VPS) until the sending bitrate drops to
an acceptable range.</t>

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

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

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

<t>Placeholder</t>

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

<t>Dr. Byeongdoo Choi is thanked for the video codec related technical 
discussion and other aspects in this memo. Xin Zhao and Dr. Xiang Li
are thanked for their contributions on <xref target="VVC"/> specification descriptive content. 
Spencer Dawkins is thanked for his valuable review comments that led to great 
improvements of this memo. Some parts of this specification share text with the RTP payload
format for HEVC <xref target="RFC7798"/>.  We thank the authors of that
specification for their excellent work.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="VVC" target="https://www.iso.org/standard/73022.html">
  <front>
    <title>ISO/IEC FDIS 23090-3 Information technology --- Coded representation of immersive media --- Part 3 - Versatile video coding</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="VSEI" target="https://www.iso.org/standard/79112.html">
  <front>
    <title>ISO/IEC 23002-7 (ITU-T H.274) Versatile supplemental enhancement information messages for coded video bitstreams</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>




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



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



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



<reference  anchor="RFC3711" target='https://www.rfc-editor.org/info/rfc3711'>
<front>
<title>The Secure Real-time Transport Protocol (SRTP)</title>
<author initials='M.' surname='Baugher' fullname='M. Baugher'><organization /></author>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='M.' surname='Naslund' fullname='M. Naslund'><organization /></author>
<author initials='E.' surname='Carrara' fullname='E. Carrara'><organization /></author>
<author initials='K.' surname='Norrman' fullname='K. Norrman'><organization /></author>
<date year='2004' month='March' />
<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="RFC4566" target='https://www.rfc-editor.org/info/rfc4566'>
<front>
<title>SDP: Session Description Protocol</title>
<author initials='M.' surname='Handley' fullname='M. Handley'><organization /></author>
<author initials='V.' surname='Jacobson' fullname='V. Jacobson'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<date year='2006' month='July' />
<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.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4566'/>
<seriesInfo name='DOI' value='10.17487/RFC4566'/>
</reference>



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



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



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



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



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



<reference  anchor="RFC4556" target='https://www.rfc-editor.org/info/rfc4556'>
<front>
<title>Public Key Cryptography for Initial Authentication in Kerberos (PKINIT)</title>
<author initials='L.' surname='Zhu' fullname='L. Zhu'><organization /></author>
<author initials='B.' surname='Tung' fullname='B. Tung'><organization /></author>
<date year='2006' month='June' />
<abstract><t>This document describes protocol extensions (hereafter called PKINIT) to the Kerberos protocol specification.  These extensions provide a method for integrating public key cryptography into the initial authentication exchange, by using asymmetric-key signature and/or encryption algorithms in pre-authentication data fields.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4556'/>
<seriesInfo name='DOI' value='10.17487/RFC4556'/>
</reference>



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



<reference  anchor="RFC4648" target='https://www.rfc-editor.org/info/rfc4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<date year='2006' month='October' />
<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>




    </references>

    <references title='Informative References'>

<reference anchor="CABAC" >
  <front>
    <title>Transform coefficient coding in HEVC, IEEE Transactions on Circuts and Systems for Video Technology</title>
    <author initials="." surname="Sole, J" fullname="Sole, J">
      <organization></organization>
    </author>
    <author initials="." surname="et al" fullname="et al">
      <organization></organization>
    </author>
    <date year="2012" month="December"/>
  </front>
  <seriesInfo name="DOI" value="10.1109/TCSVT.2012.2223055"/>
</reference>
<reference anchor="Girod99" >
  <front>
    <title>Feedback-based error control for mobile video transmission, Proceedings of the IEEE</title>
    <author initials="." surname="Girod, B" fullname="Girod, B">
      <organization></organization>
    </author>
    <author initials="." surname="et al" fullname="et al">
      <organization></organization>
    </author>
    <date year="1999" month="October"/>
  </front>
  <seriesInfo name="DOI" value="110.1109/5.790632"/>
</reference>
<reference anchor="MPEG2S" >
  <front>
    <title>Information technology - Generic coding ofmoving pictures and associated audio information - Part 1:Systems, ISO International Standard 13818-1</title>
    <author initials="." surname="IS0/IEC" fullname="IS0/IEC">
      <organization></organization>
    </author>
    <date year="2013"/>
  </front>
</reference>
<reference anchor="HEVC" >
  <front>
    <title>High efficiency video coding, ITU-T Recommendation H.265</title>
    <author >
      <organization></organization>
    </author>
    <date year="2013" month="April"/>
  </front>
</reference>
<reference anchor="Wang05" >
  <front>
    <title>Error resilient video coding using flexible reference fames</title>
    <author initials="." surname="Wang, YK" fullname="Wang, YK">
      <organization></organization>
    </author>
    <author initials="." surname="Zhu, C" fullname="Zhu, C">
      <organization></organization>
    </author>
    <author initials="." surname="Li, H" fullname="Li, H">
      <organization></organization>
    </author>
    <date year="2005" month="July"/>
  </front>
  <seriesInfo name="Visual Communications and Image Processing 2005 (VCIP 2005)" value=""/>
</reference>




<reference anchor="I-D.ietf-avtext-framemarking">
<front>
<title>Frame Marking RTP Header Extension</title>

<author initials='M' surname='Zanaty' fullname='Mo Zanaty'>
    <organization />
</author>

<author initials='E' surname='Berger' fullname='Espen Berger'>
    <organization />
</author>

<author initials='S' surname='Nandakumar' fullname='Suhas Nandakumar'>
    <organization />
</author>

<date month='August' day='4' year='2020' />

<abstract><t>This document describes a Frame Marking RTP header extension used to convey information about video frames that is critical for error recovery and packet forwarding in RTP middleboxes or network nodes. It is most useful when media is encrypted, and essential when the middlebox or node has no access to the media decryption keys.  It is also useful for codec-agnostic processing of encrypted or unencrypted media, while it also supports extensions for codec-specific information.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-avtext-framemarking-11' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-avtext-framemarking-11.txt' />
</reference>



<reference  anchor="RFC6051" target='https://www.rfc-editor.org/info/rfc6051'>
<front>
<title>Rapid Synchronisation of RTP Flows</title>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<date year='2010' month='November' />
<abstract><t>This memo outlines how RTP sessions are synchronised, and discusses how rapidly such synchronisation can occur.  We show that most RTP sessions can be synchronised immediately, but that the use of video switching multipoint conference units (MCUs) or large source-specific multicast (SSM) groups can greatly increase the synchronisation delay.  This increase in delay can be unacceptable to some applications that use layered and/or multi-description codecs.</t><t>This memo introduces three mechanisms to reduce the synchronisation delay for such sessions.  First, it updates the RTP Control Protocol (RTCP) timing rules to reduce the initial synchronisation delay for SSM sessions.  Second, a new feedback packet is defined for use with the extended RTP profile for RTCP-based feedback (RTP/AVPF), allowing video switching MCUs to rapidly request resynchronisation.  Finally, new RTP header extensions are defined to allow rapid synchronisation of late joiners, and guarantee correct timestamp-based decoding order recovery for layered codecs in the presence of clock skew.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6051'/>
<seriesInfo name='DOI' value='10.17487/RFC6051'/>
</reference>



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



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



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



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



<reference  anchor="RFC7798" target='https://www.rfc-editor.org/info/rfc7798'>
<front>
<title>RTP Payload Format for High Efficiency Video Coding (HEVC)</title>
<author initials='Y.-K.' surname='Wang' fullname='Y.-K. Wang'><organization /></author>
<author initials='Y.' surname='Sanchez' fullname='Y. Sanchez'><organization /></author>
<author initials='T.' surname='Schierl' fullname='T. Schierl'><organization /></author>
<author initials='S.' surname='Wenger' fullname='S. Wenger'><organization /></author>
<author initials='M. M.' surname='Hannuksela' fullname='M. M. Hannuksela'><organization /></author>
<date year='2016' month='March' />
<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>




    </references>


<section anchor="changehistory" title="Change History">
<t>draft-zhao-payload-rtp-vvc-00 &#8230;&#8230;.. initial version</t>

<t>draft-zhao-payload-rtp-vvc-01 &#8230;&#8230;.. editorial clarifications and corrections</t>

<t>draft-ietf-payload-rtp-vvc-00 &#8230;&#8230;.. initial WG draft</t>

<t>draft-ietf-payload-rtp-vvc-01 &#8230;&#8230;.. VVC specification update</t>

<t>draft-ietf-payload-rtp-vvc-02 &#8230;&#8230;.. VVC specification update</t>

<t>draft-ietf-payload-rtp-vvc-03 &#8230;&#8230;.. VVC coding tool introduction update</t>

<t>draft-ietf-payload-rtp-vvc-04 &#8230;&#8230;.. VVC coding tool introduction update</t>

<t>draft-ietf-payload-rtp-vvc-05 &#8230;&#8230;.. reference udpate and adding placement for open issues.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAFYk0F8AA+y963bbWHYw+P88BVbVWhNxmlRJ8l2d6kSW7LYSu6yYsuvr
ztfLCyRBCV0kwAZAyWqXs+Yh5kHmGeZR5klmX8/ZBwAl2uXq/pJ86qQskcC5
7LPPvl9Go5Fr8maRHSZvzs+Ss/RmUaaz5HlZLdMmmZdV8i6r6rTJF1nyLp9l
ZXJczvLiItl59+544NLJpMqu+N2VvDs37747drNyWqRLGH9WpfNmlGfNfJRe
NdOyykZVsxpdXU1Hew/dLG3gmYO9g73R/sFo77FzdZMWs/fpoizgi6ZaZ87l
q4p+rZuDvb0newcurbL0MDl6c+6uLw4TGdb9dH2YnBZNVhVZMzrBad00bQ6T
upk5N6X1w8P1NM/dKj9M/r0pp8OkLqumyuY1/HazxF/+5Fy6bi7L6tAl9DOS
f5MkL+rDZLyb/PEyLf2HvMvx5TrN4y/KCqY7z4ppVjT+wxomy2BNB4/uPwKw
Vz8lTxdXM//1NG9uDuHzRZkcLZowFqweJnly/8Hjx+azddFU8Pjb8ZH/MFum
+QK2jMvZ/Sss55/zLMt2YS0bd/NjVlxkVXs/Tba6TIv2l3/XPTXZdfbP9N/N
+/nDbjJOi+ll9tfWhv6QXpSdr2g7z6t0XVyW86xKXrw47ezqGYzbZHmxxgfu
PWpt62lWLfKitaf9vQePH3X39PsMbkhx097XDaxst+aV/fPlZb479wvanWW6
zaS9z9G/wtGlxUV7n9noX9d5/A1t8+lNk81glgzuyHS3s83HT/b3krdFfgX3
HnaWHGd4k5KXaZG1tgxATE7y7KJzkgf7BwdbneRN9tM6372GJf7zRFe1Oy2X
zhVERGARh+5bfWmUVPPpwf7+k/ZHD/cf2o9ORye7RGaIxkzLdOVgYqBFfJGF
3J2OX393+uw4eX5yOk4O7gE5Gd0DiDD1yssiabLpZVEuyoub5P/7v/5vpHvZ
LKmyVZXVABJ+ppwn+XKJkLrKkmU2y1N6FnC/Se7BUgLxvCLiycSHl5FWFwjv
y6ZZ1YfffXd9fb2b1yVi9HdE+tJq9t2je3sHB7uXzXJB7wQiSTsaPzvt3RLs
Zu9g9CjZOT1/OzpPXuzChRyYtdTr1WqRLXEXiyQrLhHs+BdgVNj+Mqvr9CKr
iZBPafO8h0neIK6ky/oz9vFkf3/jPt48P8ZTPeRf7z14sBd+3ddfH+3rr/cf
PHzof338QH59sL933/96oL8+evhAn328/0g/fbz3+MCP4B+4d/BQH7j/8P7j
Q2A3Cg5EwyQ5Pnp6FOPQeZUWNT4DAMrm83yaIxT5kAGYyYtn746HyemzZ8/4
0XSKoK0TAO9xXk3XTZ0AgJLxDRCWJUOamex5wD2a73ZGVC6yYfIvbcIdfdp6
JWuSdNF6If6MSAX9VWdVntUIi0OlPSevT5G47e7v7z357vx4/O5892APDvjg
AFDvwQNzxicZoNYE6Ad+D5//Pq/K2ZMnERSfZ9lskk5/Gk3SGrAsqyrCOKAa
5YJgsiwn4Qo1CMhlXtcAyWFyVpVTeB3gXeNlbC4zAvfdQKOFDJOnLSC0Pv4s
sG0ElELqwe6jJ3sP7x0Y+LyeNiWCZ//JkyfwMfzfq7Nnvz8Yx/e6nyqNgJEU
MOdUMa6cL8sr/GWVT5s10CnCrrSuy2kOs8Gv61leRrd8xLRq/1BwcIhERIQn
egIoxFhucbJ/7/H+49F+D3AFPqfjPSRALQjZT/Xm79/Dm4/3I9rpi/ziMtGb
NL2JqCYsjcjZmww4BJCrGe8AqNtDi3FHqypf0AwJToH8b+9BNMkzQjAAT76g
+2onSdY1/ne+yD7kE8A5EASzCsWcZA57qe/GK5xvmPzhX1swaH3ceumPl+th
0gZb9GHrhZf5MHnRej58ZhHxXV6v4QyPAWTrIp+mTIAQL06XQN75AtW0aZCp
H4Bcf3x6Rr8ODFD/Zb24oQ8RpJ6/grydfWhGIKYsgaFXP6FczQT04Z6n3A/3
H9/3vz5R0v4IDij8qtT40aMnSHe/TUajUVKUTfb+9Nn49+9/gN/ct/Dxa7jf
SBrw+JvaOXwsnQA3AsLq3PllXgPbWpbJLKunVT6hC7BJN0FSETFlZVab0ewh
w024bHRJnL8kIkoMk0nZXAJpqMvkp6K8LuAe3qpL4dhull1li3IFV3VyQyv8
lzIHDOWnn31YZRWwjHPgvcnOv7x7dj7YTZJzeMps0ckW08WivGaWsgLamjX5
X73IAhpVQmS1ypIfsua6BEn9SMAIj7iX6Q2AeeeHo5eDBJAGpgRelqXTS5kI
h/MghW1dZ4sF/guIcLFU2cjBRGkCY9AQMEJTJsv1oslB9DDj1LKF1gld4rCw
a5eCqAJoCwwAhVFYB50ZcAe+l0wXRNeT82TphL5BmF4CTRmB0FIBJickzDZp
XuA6R3+Bq4HD0nvw9LJEKkpIJvPSddllTFvms9kiQ/Q8Rd40WxO0Ei95fvw2
N59/QoTMNh35x49w5p8+JfUqm+ZzmWjIu1/AXVutJ4u8vswIvoRJjJXu89Ay
6aIl3JHpugLYNQuCJ7FMGpvm5JUkKyYLNDI9IaMDWKryCgaWB3ZJsMZBQTIG
DRoWDOeMz8Bukzq/KGh3gMOieFvqfgHnAGz7ChUu4AQAFPwHoAJ79neG6Dud
pJxMloKmBf/6y5tN8YTC7ReY3nr7YdGw9NMGFOQUGSUguQPxA3gp0A5YNSAf
wBx3jhi803NLErolfEFEcsG5XDwZSiVD2sP9NgIIbfz0aZiMp+kinbRxxO2M
kS7Ik0/28ElikM8CCGM6guCTF5CUIiQBbA62kRPDA8CgMAvnkwHU4PjKCk/w
R9yrfI3HxyBwq8t8Udbl6vJmCCwFkAauyhAFM9AKCAIio8nhwDEC6oI+pLoF
UQHA1hUyU3w153td58t8kVaIJUjQ8KBgUuCpdeYPN4aii64Jkww4bfi/FBdR
T/NyDWh9WeZTkHlhCjjlRZbWDTKVBKEMzzqkJ4Dzs2y1KG/wZsGqL1CCohvH
CCcXosoW2RVird9NVuFWkIfigmEFx0xHAOWmoEDl9VJxdl6VS3toQB6rDHQJ
0EbhhpAcBq+9Q80AWQLgPanaAM990sxKpPEgi+HDANt6BZtOGcgOzyVdjJpy
VJQ5gKtCgCQ74x/eDJKakIjoJFyHb4FbwrhXeXatgjFOhVrsNPn2W+fwL4QA
3Ty6BQBMPZrLm0mVz+wVE6TAS4MgAnDiXRvC5vxtT3EjNwm8mc0JHcLkeLTz
LGWhFD5Bw2BziWyqggMDcNTlMqPDhn3OZvBUHXhg6/rq9QbKDoDNaUnhlGpA
McBwQChgAiDJr4sZfIhUkNEU6fpNIHrfKWGLMSxZ8enirYKhEFbwT1pVeHsA
H3OcCrEXb+2QGOAI/sIVkuoX3QGkTsclyJCrZo2oJqJBdACAHos1wTC60cKJ
3x2/HAzd9WUOLDhHADZZAZIqE1sSUfkGZSLLAIKg6iQAl40jJYOl0iDu9lFq
UUiJ+qO+hUiZ0KbnKcjCKZEKr3F5GvwtYB2vfHSOK3iuR75jVOkBoN+3CJEZ
Q9esFNHBC29w/iALXTMlLqfTtGaWFkTypnRhzzxSDVIArIoVbw8wElCiC653
Ga/KWJAeNq/kh/F/RPg/EpgyjVcpsR7KmaHoyNPhuPMS5S5cDnOTSLcQ1gIL
gtvNNAhQHFmROyKanDNn4VuOz81zwF1CfH42y4kFopyRjliGwzdGRGazoibq
EkYaev6N2s4MFYEd/GuWzxWGE+BsWUZAcWWVX+Q4s74VRhrgauCjgk1BIrQx
A88LFaENbyd6Mr3MQaCllSPHIXEA4IDDwxWpWFlNF8uyJoEVbjrQPmexiqUD
PRYeomYiBHQi502+CxcIuEtGjMghOhBjWaY/ZTRgfCvRCAPzwbQZbLiCpYJq
zVgInANmA8x4jtDACxvN0E+bEyDClgZ7wdjBLyT4EjkUVBBCv+vvwWRRTn8y
N46sSiBsrGlNzh2RbLpM/8zWOH/Jw1HW/iyJouBIxGRI2p87gQBMKnwNwE/Q
qOVoWR/wmq/eqirLzDqUc+W72e6QtzVqblYZPRefC8IeBOwZfgMkD0AJzAGZ
GMmn8Dt+wVeetCQBSTbTi0viRT5ZN3iqQZJ0Zu0B94xcCct4BVtBzOFLuUw/
5Ms1gDP/K4HCbo2Uk53j87eE4XDGwDbwnhMXf3j/A8htsI/9g8cf4P8R7Uud
39BbK9QC9k4v4eVUrvEwWazhD/0sQ5yDTTrZfZPA3CCsgN4H6wTumQXigIIq
X/UaBPNMVaUaoFplAU3qxOV66PA5qOSgHjBVL4A2dB+fk/ljCohwsUbCJ7jn
APfxQNH+gbsPR5bYIwOsB/zGxTxFooL8Ba+HF12c1/IMIoOil+y8Oh8PDNlM
To7PRwfD5GR8PnrEdwg/eRzdHAQy7YIAh4gJomiJJPgmjC+AMVsktsbICpoH
6AEkFehlaQgVamYtsnCCygKN2ZVdOD4Hwz+HL2W5dJNaT4AgBlIxg+3gwwGC
nnCHd4Uj0ybDHgkx3S2j3P9AiHfv4MO9gz56h1fG6dLr9WREh2jWhZOSnEEY
xDSXPDlsy+cz33XPFceiz4fyGQ6MRJkmJhXjdHw2UEQV2cGRrcEsgjklj2DY
WkTbBKa0JKeT9u3DzpXW9ZoELJIdywIkuZSYBt7qtODRZATUNBBx/gqCmhnO
GOpRYnmGGszqRhmYlQWYqSOsYe6ahOPiYkEmBHxlpFe/AJ6ZBWHD8e5FPYLL
CAeXrkjt0gsFitTlMmuC4fbjR/ItgILngNwF3VPPF2gKk1qQLGYIasFKRHr7
UYKYPkEqnSNfgo9mAecBWIgT4Q7o+pZw8Asc7mRNgnO9ho2kjpmt19qIOwQn
B22KGSkIg6JNAQMSDIulARj7KPkzmbKEDnp5RPnh9BIIOml0aHhhvJqvK9b4
PwBBhGUwwa1AOeOJjeziB2Sh9BplrkVJOtsKGGDRiNBAzCuAoH8ZwpR4IY6p
JVPKfjyivfuh6hTljFpUSyT1bFP2747qn/IVQR0Q8LQYLcpyBZLeAkBHOIgo
5yEuorFHBaBp5nmkjynTfkYHODVCfyLi9IhSwTwo3oLcCeIaKTENc6LU1Wh9
gncuQPrFQ5s3JHX5IXGjvL+A1eV8jlL3zvjo9QDpnfPfmIUmO0cvn0eEA4fH
W/VjjnCSx4YJPAZ8aLZGeWaW1w3sWayWIA0ShVLnRpsBqfEN9+IKELUAwusF
SrjzktQKv4spbnLGfHkJx4yf0Z1TJg0PkAEGADVfo3Fg3eR4mwjTZjdFuoS7
y8QaFibiel0yWUJwjsLSneiF5HGHp4kmj0/esO4H/9I1RFGmVqlsBnjxqhQ7
XEQ+lUwdA1oDjs5iOmUgIFJwS85jzR2xOwXKj7oF8aEqUxHQHx3rFaDQTxv2
lZSLNX2yc/Tq3ZuBkDvirHVKpA3pCesq8cs1Sv86LoCSoYXg5cdcZw7GZL7W
KVyywi/Hazn4B4trKJLP8KCmMANeFDI4oR4P0JHXFjloAH8ty6WicFUy6UJJ
MUsL2Ato8c7AGnRMmJYkTE+MS9gBIAZIyKqU+sWB4r5z9ub18wHq1Uq1vJ0J
dZAcMSbeTMoEbZV/ANGPBMBdNGJWM7FPML5XCaJ45zz88nZO8DzYFAY85bIk
YMB7eIqv3ukbMFk0nmdSzCxBMwcFCAmgIPE8u4ZH0dWvdxaoPMjeGBgQnS7e
whzQHeVJ1s8jOO08PQGw8PKE/DheJoIFYYYDwDMo3tBDTF2u0bollAWWg9JQ
EA5YWqZ1wsC81xkfSQbCLltw/A4vqnTGZFoUS6tpC61mA4nszGjHzGrYnnT8
trv153zWSKlBG8pAeORlxMdlBtx59erdCaFJyiYnABTij8oPijx8S/CpBUAN
cVksG/GlsdofaVwreoYWQgymo5Hh/HLpHXG5gq3qzSWK9qjKEZz82vxQtSp9
/hwcfQmDVXmKktFQSNQS5ByV/0bfsUxmYL5zfHp6hp6rsT9QnmUBNDNo2ai2
AnmZ5eiBpCUF4VAU8BYw7Bzjyfmrd2fkVEvWK9z4vFxXYUDaZHQfXTjVc9kQ
YpdHI95l0Jf6aNKuw70pCGq103jZe2TWKNrHdZZfXKLOteuOlPj6zzoaIZMd
XsBIrgFaAYSjuUluIU1PA9ryHsKoO0+PfxwIwonxVqQNx+o/GzBItBDNkiSV
Hnmed6hs6TyQYTYzkWUbbbUgC0yJHaHPGaVOfMZTDYEFnkbl4L4WCGZyGUSa
5cMHiR6BeZXC8tIZHui9ey76wghGoo4QrdYAHXO6afJwhGYoAF85QTVzRE+y
PBjMaA8TslXpQ3wxxGrJVIhkPVIRC4T3pKw4FqgFu7DMtnJH1DtdOM93grSK
QgUZRDiIaN6nYl0sOGTLhdcYXdlmyx4DNAmTe3UkeN4eZ+fHI7ijriuVizA5
uTFq/IZVuEl2UxLc0PovYXPmUN4WxJdJEmVcZIWOHdcBjmwdnP05xVhTIBJk
zjJWYKXh3lpiDaBOdeVoXFIQlNSGkXDsemi9j2zLGPlHRjT9zqs3LweduQTP
9CThCFsji3bG2yR9VuMQ2mjVHtoRnpH1KbpggA5oFezTiayatwDSZzShYfA/
JdOqrOuR/44WmlYi0hwfv3yFvNuJ+DuTcyI1PGPmRI/r7PUlKDZWKyMRW1j6
VbpYZ96jnFc2MEkFbz7KYBvYeJiEjriCVVkTuEcgbqHZq2gsJjIlZsjsnJ2c
HQ9EnZuLb6dfHJguAGW9N6RzGmLlKNdkhkIhMoV7+WG0we6x8+oUbSaeVJDp
xhqoGKqqL5LbmnnW4w+Pu8Mx72U8ToWqo3ywXpKWBIjL25hFFKhzX4ZOiRoP
wWu7TKsZq1noV0VTMVpJNO6m41tiZdXoHeEUQBArfNDJzsm/DdjLhI9F3zmO
9wOKAtOB5iRuFiB/LJF6dLou9T1gKuJs8qGTuJdz76k6VU9Vj+cp0TXDllC8
RQiwr+YOr1et7gdHBjpvZCfnPl/+OvOOPAkdGJnwgPqmaNIPzhvT2Th9mcOp
o/sB+SM/QsOClJKydTp+wW0VvbszfnY60Bje4KP2nMxJLO8aqQQrYzMQJoK0
gyu7WaFsyNJ8wB/RI9zOizcnGoBk/R4tPy+h1dS4P40Zguh7rcEPVymKWN5/
F0JAxi88F++BltsALcJg4Ji0EDQeg96BkjWaokFzwNkwaoCkqNrtyLYw1OEv
a5bVYycwrH1wy7diHhyAHskGCnhYfhNJ7RKkFAptkKWgwRPt+pu/xp0B1wLB
kR8J3wH+HyXFmkJrYXs/ZTdJIPCiGhXzBS2Vb3khISypCWFxC/Ivi19SzysE
dDU+pqbHMevcSSaSFPCkEKHlkZADoGa3PxQE/rA5Xj+QgxtPhTyrXORzwMgl
yQDqLH+qEeneClskp8/On6PbYslsl+7zAjUJIerxOHVG8cS7oJPQ633Lq8o5
mgkYYfhsyDzOn0cvkQyHk6O0kHr/UwQBCiAA9oVGUVVlL9YAA/iGjQYTPDRy
f37AGGd0jMGfsKQ5uWCmHPKrQW+ClzW6ytcVS9R5Yfd22niZx++K4FuluAgQ
0xeggu+QKALjCq8nn2B6UQ+8Ww7AiTp+Sb5RMg1kFDaUg241JRBfim2jlTAA
awK8mmR2VvHHr0ndT6YSVBMCAmo/rI8HEUEiBJbQwnc5jAlRFgWbMKlIXUBj
MlKSyC/QiCCoE5K3WHcooqINB0RYXqjnrAZ5CqMgFqjUCJbAlGpgif3McFMZ
SyMSxHej+3my8+5sPNDwk5opi82+COe8c/wOnlTXAEpYdJvxTK+YphN1hbGD
qTKdUlQfBXUORYFjTIijHy0y+wusvH16gxZ5idGhAwoPi3QlrELoH2v2fOgS
NAlrsayLV75LJB4AELTSNPlmkvuA9m/ktirHUGBYp+I1IZ/aMdi8TZZUvGks
5Mjos6HIf3KxmxzJP9FcorZiLmoPIVcfA5YYWBRgKgQ6hLTJ2wEP6VYIMoo3
ywsfjFlyU+HWX5RNnhqrL1uI62yRSVxH1kx3k9cFQ0usBB7udFNskK9nWjEb
xNiX3m8YO/vfAtECMRTXRBgqIku2ECNzmy0y8jKjiVEYMPjlu/HAxOmkyUVV
rsmG5VMYkNegi+3CBychRtN4Q+QRVePN9yki+gxkM0FzOi91weKdZsj4oelE
EHiM2Sj3UJQzHSuGjoHaI7zzQ9M3tg61iyr8q7PfP/s9OojxDdhiDnQqY3Em
TeCuJtdp/w53fv/6zEOh0Ahg2po3+QBDSyjOnnaDI9kdndGnT/kJpIRo0Oaj
l/hLpFAo7TLhJuzs2Y94UqpMiM8lm0jIUUkCHONcRdH+dAONaVPEh1zgCnuG
0yXw0lb0iH5fpeQm88LDm2wOULgEMJy8GShUhvR4uUYXHYCSyBmbEHimBo26
YnDu24jylUkQDdityfYiYLJpkaH456lbpcs4xWVglM0iA7DHg+8cvzkaGA8U
HDtmcibn70ZkzLBR40M5dn9TUrSqJ5egNaLnBmRgIIsUyyBkHr/VD5Sv0xQa
RBZi3pMdBU9QlF4dv8XNXZWLq2w28LMzwYF94zVCsMzWQs6E/lxflkRKWUpw
7kyINtnEg5e3h0AoeY/pg6qVm94FRRxoFj51dDYemrDkxQ2QlbSqYvkwpicJ
ufOVrkV5TtE3HDATj87sBSf3RxIJbSKE4UGiC6ZsS6Co9emWMchdhHsfa0y5
Froi/CMN4gXwo9E1Gt0F6EcbVhHQtNeLar3Ow0QjaM2SUc/TEJLuWhE8JEJ6
4dATsCMNb8CVUTi/ZSYYnMcgVb5GVFiHzee8lk27AqUDcfVOh+vOy1fHY7p8
+glKDrvJiTdmwQy1ToHfH718bhUHwfZ48ZsXbrCdtS/UqvSTF6yP3YorGEbK
8r6BEH3JbCviWR7WTzOy3SD9RCzL6MKksQJPvEKjxUIazTU6RgPaVxKNxek1
6vSVdZgUoDqlUEvJghkSV1D/cQXML20ieTFWgMzedpMXwHM0sA5mX6LpiHSA
aVagRl0nhOaotvqkG6ZfyBg4d7Np1FAeompofLzsAUwveNF9YGiIHF5lN13A
gSSI6g8uu6DoUTxZBgLeLL/OXbIxxp+JQBihhAo4wa6APkcy3y/UCs6mPAIf
bYPfHFrXhPLf68LvgukRmVrVM3nHzJOM7e1hzvaYeHdQuyElrRD1jFgE2XW+
K+dzJk0FxjHBLohLi+eu9535nJFONmjeYmFJ1+zvCQ2B0ifBAq/YBgFbmIj9
1kjf7c3TkZ4cnw5J5KWAW/jXybRtKZ7HaGsmiMiiJHGoBtIJJ3eUxuYgQHrC
mKc5BN0I1EDNVmtRWxJHJiWflqBq6ruzcQj/QyGBnnZh4lqpw7jNB1EwD6aF
2rkfmV5rFkcrayyNDRFIOe4d4O0TC9FQhHAQYspKYuVDliOg4e69B8JNZmVW
CwIhI8a7t0Sb67Qm+wGSPMyCCAgvs75HsL+Xk/P4iru/FGtZiSpMjqLtwDqD
POQ9uAAau8mzDxRyinbHC/R6iXMDRDXxo/DniDG0fNohy+R0WLy76GVO26X0
nTgv2od4UJKUfUNMXitVWYMyBxtoKnXkekeXBwfKlXPyggMy8FpMjt4upy9d
l+vFjKk0XCu2HQCw1/OUoMf4QWaLWJQ1oWWCa7BwHSCtWeS/8TyWSVxAED1I
0OEB3zLhPeuV7EwTHHy+aHWRFvIHCMAinhwmJ++eshB3Pj4eDK3V8Jqc0aML
GCQrvM5XXRFTIhNQgyH56QwzrNILoX4oeZGJhsJQyBRPwi9FgaN4BcD4hrWj
bzyYKTqxsxezWQ5f8ZYphRKnitVWjQCitcjmFBDniZ0ahUcJ+h7hvAdxQgfe
wzqIbKDHGXo1BOZYoN3vO7X//duZ2K6CQ3mJwG7K6qZtAeP0BaAc42envhYH
0IXfc8Ja13AXUdP+68hXV5PmYCMcUB3MyF9gDSRGIkBNKZ0oNgWWxjDGvLph
HGAbXGaFZHQsoZnXlzggDnlDCXQR1wNEnaqhNUWhYZqR8x3VUlAwikx8qwGh
rEFQDIDZB3gvFykkWgOtEyMwJ5hsy8lC+Cwhybq4yhFsmHKqcSjW/SHRCupl
0qyUEMnb9Lw19B71WkgNCRM+VA4+0MlOPen1PF/FDYmDVcLE+/DCItkhKJh7
yrGsfh3rCTMyOEAEjNqn5hqfncSRcZo5dNMamzwV3WGHEso8GYUjyD54H4Qk
EttUJVT42S5IOyAxY+P7woonGaO1puD5Z3eTV1iXZ3R0nZp092dqrtp5dfTD
s3rAyGuiPO8EN4uUglFG1V1XqxLjxYMrree8AXnedKykAEh0zZIi9ObszQBD
bpIjkyUokOSkIxuUaa1JcoiiCK6LBaVxJwUZF8TwprI3fohSFBlo6mGwNb05
OgtyOCIyCMgTpKZmrTq5zGT8DTILGYHUP+/tOUQtOBAzmseaARfX6Y1GT0m+
GXFMDYbGWOZySf4b0VRFl0nrHutzG65DtXzocEgvavsYoXN3oM234prjVVWy
i966JFUuijlX0FGEFUW1c0a+f4cFfYl43k1g1arN9QMeAcuGShLZk9tBPE0l
o2FZkpsCk3ZzDlwG7EI7FmbkahUFJMk9FiijNGW7F7tD1slWIk2ptxGtWblZ
LcZ24G7wulEkhxIbRJ1gPGurk/Ctxu8KbRQ9hBeGUhuJKmyW1z/nfFBZTTJC
QT40FK01a2/8wxsmOyE9z9zRDRScrv12I+yGxP5IbMi5tsXixvNhxl7OXEbu
R+7tCbD6eS7pBVlR4dF5OQqXoS5sHjyqWJG8JeM1aKmU+TFMLo3enszXhUTr
Ise6FIY4ybKio9ByBqpmqGtkaEiUluOIijH4RAs/KSpe4qyj9Cwcx6ZKhgSH
W2bG4yhSCSNvLqtyfXHZ5ZPk3EW+8z6/nVOiGunjmVgTqFX3Ixy+yNFUpmPV
nB8c3APdm278M7dSIYNCsRDAYchBHmP/kqkwgMfkaxOwS1w89LuJc79Lxt1R
3e/c736nvlHMDkS1SazogQep0etNh1Y2UUxbMlmTVD8XG11L6kHU/vMa4/XQ
ruHRRM/FeMpEvd958XI82NUATQx0IEnEkFabLc38xXv/SEkgcfOujEymGF1/
Yys42rJXTnuMAo1H/VnW6vBAhfcqzRcSwudtW7InuhxDjSjr3WoR0s1ImSzr
Op8sbhR3vBOYol1kW1XmHatUn7CNd2QKttyMp6UqLTRzxIA6QOKzMcirlWE8
H+zsY8jsEMk6lZuRBBg0QPBkJnwZb4qEZCpySkhpBnLUIi5GY3JL4kyQogNp
DKhGPXeZpXo+RWnxuGdHnkdwEpykVnZv1C7dtDjb2+Ela2eAxylXPSNRZMeq
CQETlkiknD2DaLV/uE+4yvQAGOusNok7hTf7k2qk8sGQ8rv8U/1nRXt51c/+
YEfnm+iwzdiu+7nf0LPuVLIXeXIbmcH6qBBdX1uT4tE0qAGHFe0gssAp9ss7
dDfgSR9ky2qBwJWs2iguIvs3CjXa2Xw0HYhBW4XT8Zm0bOQ9vv5ZSfTax2HR
M97f6CssWdNhy8bHRygFUeAQa4l7iauQfldhWEZl+J+myhnvZ48diSt7iuLb
8lyGWJBhwOG0/kliNLTYj7iFcV4LVhaJ0OYpC/JfwB9LYJNXWS0KNokcFIqp
Sff4PBdMCuVpViRWPOPboqFg0YxMgkHGFoIWiSme/9wa0ZhQRONQblk0Ok65
puhOfz5ZcZVXJdURGxrrSCgoBM/P1wu+Kbne3UgO9IaOnExCqImUTUcCW6bC
F+ItIWbQ3SJfTpFzIq554ONHLBD76ZOEymLlqNFL4r3K7M+izO5uiRYTJytB
hOa8m1wTp65BbIWTQ/VF62msQlXBnR/PzgaJD5kVJZPkdJDnSyKN6AMh7cPk
MzGiRdEHJDaybwsjIH7CjzQhYd1IGKOICUWC8UlicTbaF+ee+0AFT94is54W
TRPnktcAJsHzxu781KpVPmjJU5xYzsZiZojNXpgQYxvClsrycpGE4/NxPYg3
ZHO4VU+Icq2tuEOCCylWc6CuxYwqpzACp8wjIkWLg553qWQGRi2CAKNSfR0d
SF8MKBrBPB7AQbvEjSlIxWffDIOTWUmz8VjSvisKtisEClNgX0vO3uFKI8XI
xxmYFBNKXOA3JBAfOQm55uqUI2MkSsp6LFXsJPE10hpwoKjSgSdPNcbzEXkm
K53aTtYFk2wZUWJofdUFCmqERzBXXC1bWI5AP+PsvCjzJ1oQ2ptvJMqI8yCZ
CvG16/E2UmEoCcs0iQUoipJYHizNPgUHLxgcmq9LxC/hxjHY3h79tJVvfJjk
A3odi5fA+cEQi/SG4wYwwl9JOQwDT5DqhMwbfv9tksOr4222ikv7KhtFrCSy
Ab+oairU7ApJBI0khMWb7WjdOwGRKSxhiXgn5VLkuyP8Sm5khvLXkjK42beb
srG6ZpSaZJc5oQLlYPuKQ2jNF/mNCAtHdgkBJC/JlI88JlI5sq6Dvb17XNPJ
Vm+8waQcgCwaD6/27fLIVcFOEgo9b5VcnmbpgoQfY/1ekaV1SnQUCwiRTgJE
b7b2wdR4v0ZSOwfXJhos2S0iPcxc5pAU2XO9g8q7mxwVvL6RrC+UAFASbmK4
sIANm+9srEFUOIBwiym2F46JHZFWtUCyssMWLfodeQ5+y/gxsDXPZjaups9g
OOfMaw4PolGkWEnPELl4JWirc0zGlVVsMCtSNOFG0Aw4vCH7QHqjaGRcCYqF
ChWvQ3BMapcCW2/IuaYZqK1phAoWLU1NRreJRxo4wjGJgs6zGJd7T76viiig
INoQ+vgeXekbFreo5BfVLanUUr/EYmQFl5rE8pVLDlSnXCTizgiBjeBUFk9A
X2BlQfSN4/CUtAcKRKgTII48Yhuxfh9htQKin78ZMNCOyGS7wb5BaCq3kXhr
wxzKH2dUeleDlEhC4Fi5AN/dOKO9Y8X1RCE+E5FFmAq3VS6xaP5lLXI0Zrd6
57QUE8YtZLXSqZ4ZfGUMLhrCF33IBScxbrJVcZFHUusnW5hl44wM7JC1teQl
ewj9P1oNAfkzBfBQ0jtFAbI4iaqPVZhMzBMzwiwqMT7NmDOSX2um91rK2WeL
bHVZFiy3de3sA7T3YTyNSGrf+cw0MaR1ppLhqyyulA/7vkZ8VVpfSQIy5ch/
F0IXI5ZghmWH9M68r1h/eIxinjJfswW9D+ggNyYPOna5xHCmDa8iDrnHsTXE
m4PtAQBA0o7FXE74vWB1Np0AXgCqltfpjLxGJAQQYlRU94yDkX0wpEThi6NT
4EBlYZkeo8EqraUqZlCmZSVER9nfz8NPcamccqMSJlklycExB6DTONdp3vi4
q0DhTYTmJGjtZAX2hkSu2QT3Or0xMdFaqA1zZSpyuDWSLYbkFCBUchBxsAJm
2V+JHKMUgJUksTBCTZlkKh0FARBNqdesltWHUak4DS3EIiopxt+MaqoBI0Se
bYWtx4edLB50amDR+iHnqvCNDm8F/40JioPBb1Yshgxbz7N0aNP9NBKSo9+R
0ueLKHqRsYRIq0o0iindkblaB1CATGULonOcmeHntNYp/DybrlGXHoZFiLBs
crMaisc56sLylpHtjhI/igyR0BBlRQh76a1OAlGCtkT09pwfuw/pZqwxXwfD
kwgZUlJdIsBcpquMzVMiJBAs4VMMn/G+LLwP+KR6VGkA3PJ5bEyoIwRksa7i
uk2c447ROXnxE99K1LG8d13A4AMtP0duJ9wPWj389UWGAY5v8AEem+wEu8kz
iWQwMZO3H3LP1WMCBiqCBgvyqW53hY7s7CracU3ZYIRkaiQhFkSDdrjyixDI
wid5L26Cl8ruui9GnAy481DgW5/NTYYZ4e1AY1jNCnaTNxnGk1EwA0UjZTRp
avdDcWBh0TyKpOOYECXtLKNj5O0KbGgK02yyUDVsmIyPXjMToFJmpiiGGiM4
zMX78I1ZAojfFVWHkyJ8WYwIiIfPva0ICVyEQySjeT8Cie/bmJCsnn+j7Sgw
2NCcYIgUmEVBNfM2ITTUzwd4cKCBKck29IZSZIucSkFmeZJXwqT3Hu79v/9P
u1sDKfVLDTvkknodP/7Om9eng1ZzhgQj3xDDyAXr655JpVsxbvTVyY2ADPMR
3EAE9oXRoid88EkhHhCKx2jVOiMATU1JX7Zr0PbWDZXe0ssRMIVTMrTk2WaM
RrK9ktBOKaqxQvMRnl+zEfXY3oAH4k35ixspkt99YTcZUwrS0DrLJHZDA/Gk
2kOoX+Id31y5AEvheH2wBSA1avu6UmIIsKLWHSXP1HPCrigJDZLj2KQdRhYs
tcX5JnPBq6jxj+ZyN5aCjGhpuG9BFqrYhtL2NYYWs0Fr/AK5DGzr7IUPPahF
BxfHzUD1ffE40nd6AXEUww0sCkQIyZ5dex1DaiPwLLhXTSbB4S3XlHZO6ImW
Oy02xtoZ6xgZsgkEPXsPwTYJtu5RbskkKLxpCY5Uq472F75uz4FJQARf/MXM
Fky9KiqKiQdJg5SLRW2xVQ2ChKhJVEQA67za7IZL21TCJzcMjZzSgYJm3kVd
UEz4RK8V/nmJ+vfQmGVMzWIDm3YClxSW4YxQFb/CqyFxBhOjkcTNcRbjVYIx
X7w5MfkXFMAuSj9nz3jy4nPQcf/rWm2ptsplN+STeD9AtB+bAxYL2LKiXouo
KldPa77gXt7iXiRBCz/7+C18ih/yZ5/Yd4XmV81kNUFARu7k4lNcsW8WNRjB
DhUSJQeq0AjbU3bDiNB3eyldBT5+xE62xfry06e4pVGrEVKc+uE/zj6oyNET
sAQ7/4//+A/f7yv8/GYU/3T+7nnn572f938++Pnez/d/fvDzw58fdf7uneeO
//XN8/znP/7MHSxOT/DvBDW4jH47h0/657lrP52XENJjH+JehlYnLTwRGH48
TL7Vg3Ka5y4pLvq2xL5viPulm2ac9k4FAmJ93j2GXVDINIYS15zN68DnyUrS
KcvIBeM0vVvq1PN9ocWov6LCLCE0xlGOhE28dwUn7qkCxaqtFDrAVgaHyT7S
OIz3gNVM8hnQofeYM/t+gqloIGCLeYrFf8qm5eHgy0DGYR2uFaiOSeJ5swlc
aDJFmysFELtQV0kCSVgIJA0GOx+ODkzpJS3ItJNelTk1h8W7xNnkSBKSbLmW
wmPY9Yg7J9L1O9UuH1zhWpeJgXIEakrDAIDEhcxD2kKq0L3KxbStUa5YWi+6
zWiJUX9XenEBMmsq9tcQx6eN0dBwjrJAiySgFk12Orn9C8omlneIygS8ygs3
Flnr/OkJHOwfzcECUr9H+aK6ymbbne1Qa1fTOwlVR5uvWSrFPgI1s/3eJKbE
dtzTvDE8SerWgxv55o/fEGpQLgYVgAyDcp+mQeL0Dd39N8/5JXTLrEO9cSwv
PqCSzCtZrlrb5+tFIfJgKFjUGMOObEhCmOoEwS8N2ACATKFmh8lDkgEUjhr3
idiESgvzSB9dGp0f5foimvuYJ8ARfowxTLEnbUWBLYKZ0zsi9BspzoQudiCb
h8mDsLx08R4nfo/cXJthEZ0w3Dy6i9SiI/VZaUiyzmn2R6N9L0eTx8i6sRBL
McjHt4vT12NxwpT086R0mKxQVsp8XyGPtY927+8e7B4obYHdnZ4cJvci2Gvc
JYD//QpIzf5tm9SHXa7HVCkh9+vEQZJ94ct8+VspNbXD0sFYTpWYE0jF8sYR
/e3f2aNYusUCrvmC6VqtZmXn3YmRpHgLbfRT7g+p8nLpmEy2NHTJ1fIB170U
UOZwHXZVdMOgtaMWejz7e4WdyRPPuecWRgPRAbR6cTFCiL3Mtz4SBS0zPg+k
AF3iz9YDjmZFDoAN9KhzGjaB/vTp0LnfJG9rSRHEL5WnaKWndp84eP6s3e0y
TOR1MXaJmSaUUm40SVplkHX4kNV3GFLWDThxkCG87hkAFb2gTzkFWIg5PY+r
PLeeJ1lkWJ61n9nqWSzzwzyyAtyB6G04KCU68V23xdRCkoX3UY6l0tCJyW/F
PO2mnJaLZGd8ciZtBLHZ9qdPOPhzHPAVd3n1RRw+frytGSy+iA3BNMqixl6Z
LHNhwTqKY02+efV2fP7NkP9NfnhNv7959m9vT988O8Hfxy+OXr70vzh5Yvzi
9duXJ+G38Obx61evnv1wwi/Dp0n0kfvm1dEfvuFT+eb12fnpawD7N95MMiun
azqo1Ltl2MNdZdRAuXaWFSdPj8+S/fsMKuxh/ukT/47NxrHzH2j1GroK5JP/
RDc1tjXFGA0prjBNV3mTLmqjUZBbC+8mnFFQxMj6OJlU2VWeKkQ/fmtUNbRP
w/ef6FLbN+EGn0cb9FHmXCSPpdfwvGcKHz+Gj+GWgewMx7ogq7XPRIh0RW5/
yO1Nu3IvDQcj+GA5+64GMLJ2pJkNUurzpD2JCvrjKOyR1cHOmp07CrXPkp2j
t4NDtIazTfPsbadqR9CdtRwAdtLUagOx2bNTKiD2fyMQJBzZ+YWfnD3FGo4b
a+QcnY15he0aEKb4iXznfO0t9mBxh8OyryAOywBSmZCUa33I8VOtYl5ztAtS
fL0JwEJF3JdcZCgGC9QklwLDzBKqZRLLumoNgBnThLRqtbpw3wFKD4oiuz0h
j01dR3BmTu1XsfNkU7W8esD91sLR4er5+b7pgptmuao4U/jd8cvEBUItNa1M
Vq0XFKwM6Ul3AcuOMEk92eS1anlrYK0bS1CdvcWln71FSPtYpm5EUZo4eHyr
EQNE4qRBEy5F+qhDEAQhA3PHrDgaZBoY9f0Pb889yDvF394JhrcOVRxc7Bkj
VHKxg2joS6qN4YVhVAktwnk/GhJzh9qJvGObN3J1G3RvsBcdX+Lqy6iWhYBs
fNRhSHv0rDGnytib9stCG+56PIDHCM5H8fnpmcGxOu8lYi1ALhRW9NJo0tZh
S+06RIlaiq+NE2dO/q46fO2zQKIYUzPXj9zdA+s/L1rRGRyY23hiZ/bE6MDk
pc6JOXMMZ7ccWevEzuyJOR39dvDoyb2ko7vt5rno6vHoW51APEWHOEXBK3nd
zuvlY/qhfE1M5inZo7FPOAbBPF+kF0bP4EjF35+8+YJ3Q7PKVudEXOjx+VM8
ZlPwHa3D1IfLGq3gMda/44rvMb319RdYGteGU1WV3sCgtAOcjoxB9v1lWZQ0
bvA608Nt8DFQOYTRyRxaYoqr5YPCmBai2XYLEam5iDQwPH2nhetNTeTjUOz3
1GYSnRyf3snYXZsPx4yd/VGU/xwcNzK1wRYu7g0znj2lGeXvy3IxM9nlccm6
0LNgqDJLldEtJhd4kGQ4zi0EDagr0N2eY4MVTKQAZLfyoi0AiQvewIG2ZUAw
nDCg021KPm7DUp1cvnB/th39VvbqvmB3MOr7H9+/OTp5iaeCf/3w/uWZ79PS
V610Byf+GzAf4NhRBYkt1vQ5wP/MoTdS04BWyFAs3GsTvoSML/C96CwELr66
sjmSIP8Mta4LqXNkbDSaRzwrX3NYjERd9cmVLuK9vthm0EDQsx0NC9P+0FP8
nc92Bx4b0HN3EiWK9p61UuoIEOimRCMOtVmiEBMy1940WVSskWuf0ZNtBaFI
3jwdn7GuDUSlkvrIRYbniZmZ3N1LrV0JNmsTqwLPs+Umk36txcLqdVzvOdl5
fUbk0xa20ViYInn9cjxMvOWRQ+tgefAxGfE+SE4/xSVgOFnX9miKUHbrpH5V
HVB4Rkd5tSqho9jAmP8ENZDjlowuaBbP8sBZpFi3UbvKOroyKxUcQxYVqEsN
d5ku4LWg41dr6jYWB1pSF+S25Knls1Fpzz6kFOlLncUsDLAaj6Ufh5x5M228
sVV9E53sXS7z6kxxKS56Q7lMDVeOlxovk+wiLwqTpesZd38Rbi60/SucP0qZ
PZYA5z1mWrR6ExaQgfhsHFXeIbRxt+JNXN0S942IRLwI7z02XralyKI4Vw6d
7j7mLALcEWjbI2SSYkiu91pjKQmyvtZEbOnVNasdemf8gg5Is3q02rkP4fWV
iy8lvcgfk+s0Fwk73bB8m+tu8+K4WuRCOUur3pS6mCRyufOlR10nKpxgaMyZ
bjF04DoCNXPUxWWyME3T7uBNIQCXUKE/ijWqZi8pwO0axgEMLWvOIce9Ck1q
ohz4eNOwLudN8NF2fZE03RVXO9OPa8mExan6d0AWnrBmU4ctZL2yaaj7bUVB
m9FWz8Nbd8x5qWV0L6nPU5Ag6cLLh7HpSZjWdT7DVG1b2LStmKB1xr4YUTBd
Jiz/M9cYzdnRhrT0aC/XtEv3WyXNhD/rGNne2QhvkRcARwceSVly1IBrspeL
YTvcdXxWMEcRJGBciwtKbpK43EM3ExdLl55AKfNjkSi+l+q3iGzgYjG3BvOx
sayTH+AVOsnJrk7G8k/O3VImj6vkEanTlDA5DFOv3C3z2WyRTcoPQw0Ivco0
7Qhhiytm9T1EvklNkAugDtfpjfMaOirPTLHhdKNOLdzH0BtL2YnHXjoxTztR
Re1XHOUgwZWMEHml3K6mKiiw/aasRgWGuuwftlyapjiClIsTt9pqRoQtJb8B
d7GkNg3iApMHcPxTOwRMcthOgkgThHJyUWa+pCzXO4ULtG5kYwIpOXmSNuit
y1SXlNIJqozhE605LQzjJxZZWmlJ9ibEqbEoL549D98l+RSl8OyAm8bp1KKg
8rQgnNSNRrIiivgcvzHw54qOw+2M4b8D3ynRFIBlawwVY/QtJBpO6ER9Qvy0
TjKlqnK1yloFjSmEio4mWroWA0JXtvP5sPm8BbgZdWMSb7AkU8LZXGCuKBIq
9LsqCmImCqUQYayiyP43gmJLrkNFLS9ltGv8CwS0fKmtCFfaLo8YCUUKADBQ
68GQZSxhUvq2SLhoTOgS/5m0ZEcAkBzKcwwFckusvcWRqAjw4zOni8AUUExr
ZL1a4rkFasGNPGyXowlhGwkFzXjfPOpbaqWIhW6kEqYcuS/8KhGiOquzwdZl
0X6Fi68BsOO4kfscakneRW9Ipk28ptciatsuy2PXLGasTSv2ZgjrlDc9VW0j
JSkHRHPZYRUPxdDmvMYVm0TlEFqtmVpVgXTLev/aiwsOJjOOWVhe+VNytDjU
efyxHwKUMz7dRw8fPKQQOlNyvKa6jja8akgCGd5oEaPgc98kFDcUIj2M4NYp
DUtSUxQJwceB1MGDUDGYaP80Y6DR2kVtcqoO0Bs7ObYon60X2LQO9oBlQqeD
sCEEUTdKw8XhUp01aVJYLdVNGrNCceanbVuCl1NoCo6zaTnvv3Xu6G3yfxST
evXbbf6biBP7LYWRHJ191qtm1xwk4xxqGlu9LIb/c7SV8+RoDdz2VUAKlrJU
03Xu5Ozpdq+rVVvNDE/Jig0DHJ9+xgAkQWzoUnjy+ofPHIlpzQ+Eds49P32z
3fvP16Dlsb0SIzKBtcDLn3X8zyWOiE+RDwKdOVu9vKnzknMY+b/VEC+scT9U
jzyRlqDudNu1xDbz7oqINd8xxi0CKwywLWa/kloARIfQP8JQxVu81fs685Gx
OpKVl8a4axGbX5d1nL3cEs31frzEVMRTb6eFEc62vKimLJjoU2OkEW+2fb9b
TVTfv2sLva9qSpndCxZl22otY9sk95mp6ndqb/54W+Cy1acD2vG2oPEWvhZs
UZnbagAmn0KFBb3ebTs7v9ya2n1LTLQd6AnqIHwsn/KHHEyGD0vGDYdkfivP
8of02ScO7pPgUKOhhcpNLanGy5PJDtps8kKi7D5+rJrV6HJWdYPIBhoM3IpF
9QFtkr4BjJkNHKkIdNh7qii4pVNNVXAbDXBIm7h43i5vxGqQO16vz6jAimRF
obPZ7BBlzQEnCXSEjDoKBeVvggAZAQb2n65q2Du+8fHjnB5DibfVJeY/MKWF
UmL2usk0yX7PZwc9n92TEfbh23vJ/eRB8hDk/cfJk8/5zG2TJrRNGtHP774/
+Pns5//xc5IcH+Pfr36mVZ6dS16RrNr7b0T883lHX28lPbDSH6o934A2ecsz
v85K6psCgxy0J0si3Wh3xuM3x4PEBMF3VvL9L/xfByaUSp9P1mRV0XUct9ZR
d2FyG2CTZBd+bn3gawG2JwENfgyhO7L2BUOsfCaZEikX6IWnN1E7aOmS3DJY
ABGzJMYJJUMyiQ/7UnCHIM9gaxOiL8nOq4HJ+QFiHppjoyVBSioJ9TXq4LDd
u0kSO4wiqKSV6gWjnSM0R1JblJS3wk9eSW6DNJPn1dfiziAnsM/AxhSM9AYt
ThqFkmJlyuKiY3o7OJRq4LG1TBLp2MBDRjWO+5QCJ3GmC2eXIhgbLcaND2lU
MpJQmBcLHG80ygUvWDBzaI5Tg42OtHyEk2oV0SryOpyHfrgxMg7IvTkltPEU
ot8W3XbSlFBUTrhZDR2VQbQQXswnIpmzmMI0b7UAaI0qFZFkYNcZ2Te88zPI
2JrZ5MsXBNeKw9S/VZWN+NGZ1LfHxESON3FcvDqQUumoLeFE5DQM0Gt8gYRe
uDgyxhXEHm3EX6SOx+CP+7TrgWI8zlYHKocXGVxM9UYxKjl933hbxWK6xYD5
PAmzu87TsXnLmrGKdLH+Hz4RtDO323JyX8s0mMJNMThynzbVGq7N/kAMsB+a
OIQJF/KHHthfihWFegLwR+hGDzm4WH2HAsRTMnniCW7On6JqL5H7JORz7T8Z
JoR6BwPyswaM0EIgDCx8hFYbl2oYJo48NrfH/uzfg6n2H5lon2FY3sHe0Kzn
4B71YfV/PsQgCmEBlCG9c3YOFP6RT4k7ZydqfkHVpjVexjAOWpFvB1Fkai/X
tCismCrVR7r2vJDygvXNtDXXxEikDm+rGu3jdcRLCN6AUPOfyws5269DOxVS
HGUpsvnspkiX+TS5Tm9sSAQbWUC6+QGZnk/RHIunz/eOIcZKJjhiWLGl+lwp
zGFy7yACK0Ix0B9hvKFpK5fiDw+UWrmT+MOuO0qe7CU/vfhrMqVaLxRBSnlM
knFFlDemJNxtBcdEW2zcMF67eUoJv65jE/Vfj77cnMPFW9DZzT7iB/wWjEm6
R1iIA/H86nesBOOOQJ36kJxIstCAxQauXk5Zx9SWDQRAWpQWsESrcViOii5a
4s63A4uL4kRRClzTwQdyECTjeu1lMHfrboLaH1eqb6mklPQE+HebkG2x6K2m
jqsbiDCHn45clKQBIsZITAmORGZzbSqFpAkd/xJ7II9Z5wVo3Eonupq4fNOj
jRMlxVBsDshTB7iMZKkJ0Yy0ymxkjxM6HTtZ4xIXSo9tPTO1ljvtJPh8mPxx
KPUgQBZASscSwfnpyUBt6p3sVcmHc2QtiIt8gDqcV0Ehbkck2kX70ClR7ENK
r6b8Y5WB0PQAKSOo+MzTqmzBAqIWleI6BBHUuPKVdy9OMi7YalkNeohF8ucq
Ra7rD/F5Dx4roqgzDLCPmuy54ElBeYO/DDGGsMuwv1SLI4Vt7Dqs+j4KxbLC
el8d/QHJiFR2lUKdaJu5wMsXu0iclG+lUDcs0dY3Ign6mGF+ktfTNb13mPxl
jY5K3+eGmrpdcnVrrnemJePT3IODY2iluxNtnis8U4A6JoAAQb1MV7Ukgpjm
JOIKdjvnfKqcvGhLMiMuca3WhTaaAm5qy/zw9Z43IIsVF2u4ZWiO8nWHyCSU
cVcubbWyLmhlPo3Uhs+SDc/UhkU3FZfASWeYKsJTGF+9b20J1LPBygeuO66W
XLnK61E6umI1COvM1nXPKgBJYC8NeQQthRmHfAdLX8LHRF7QHxS8oj5v2pCT
bgp1bO5CklgJp4gd6vYyxyTKCx1BqKAiCVIfwPvdIorFN79pLXnD8iLd+zfJ
uDfj+xBzm5kZdZPC40VQcrgYENs0rl2sgHvrYHRQncTEFwYx5NeYQKPm5BE/
U/f5/d37u/uUJd71A2K26cBshp21lylXDA+958mBCmvAT2ONdcvFiFVzV/LJ
W64sYBFvBzFMbdXBdijmZ8yq9lNG8W/tcdLEZ2Kf5dxh/lZ4zae2feLeYSKq
Q8MaJN5UTE31HWk1Qzw5ef3DS04hQjFvtEw/jGZlMULkA5h1P/TigKaxhW2g
Jh1S+jEh18dlKMu4ycwLxA48I+iZ6oKqw0l48p5hE74XVY8THG0P1FzUBzBE
RZKDcseoLgOhf1VtSnFrm84NPdpQWyHxUp8N4g62AVuL10V6iUbqAlEp2beg
FO7FrMJWoEGfBUa8/xArljk6OKYlGE6gMW+kjXKN0mH3NtuiGm4n+ioU9+rR
YgdWq+DYYw1DbVcYky5nxWVFuKzG/19s+//lpv+vYeW2VuFwRsbqy//Q4eyY
UxsYq/DXXseX/PzcP0YvonzmGF9jHdHP14DH4e7urlbSEC7NRUnNOr6+sR6Z
eVT3Ld1A1kPdN3N9WBgI97xt8olLDEWx7vsPOWTPRXUdTdmWFi0MyQr9l5xt
BP3cIKbSQyWnSpxU2ffLVqKkQfhEe1Vujqb2Zk2q1sqEMQqXjvaMc7IiB6t9
jdLwdQ7qzU7/qv04e4P+JWNVlrBs5cpdwaRGyaQecJwycGaUHoBJbHwOxUdu
QITe31VcCQjkSyS4LD0vI0NgiGLWdvfs8ChGUbWD2jZ6Ax2AWqr4oqIl6Eds
Zcb6fcjMiuTozAebZbXRriSjIRainll7N2re2J8geGxSGg7BW0wBEJgJ57+w
zmYZLaQy+BXQ0zgvLotCAwM73hDM6bdhVfttuauvzIBJZWiA0EDA9nLrNqNL
1+z7D0zul/K4X8zivgJnIUJqONsO6izfHzz2DOwOQvvzFqu4e4ivwFbiIW49
2b/ZKro/257ILT9bsLavz9l6WFvRG72pfE1ui5r7bPHS1kWVsc6kVnrLYYWv
PyefLlJpJD+BkqMzqPHfl1Kc1JAWy1P0NYfph79lkxoyDAqaV6ZlCkvw1EaD
j57BoP+Dx6K/e7YkhsTucOTZAqpjs231YQzW1b4x3aXXnQKBpyd+/DCsi74v
58mtQ4L+2HUyH3USzj2BjzPP0TrD03G/t4ZK+fsqVSEkOeIk3h5FQzpU2zQJ
tpOBF7dDiyyjqt84a62QkqnG6KMJrlGdRPxA5nFRNDQt9+jMMxaCL7K5m1A2
ESlKl5KQkocNHPhh6vR343qeM3njv4293k2J8YDpslyz/0py0R2DvpxcoeUO
ODotaq5dKrHoQDD0+jgwrNIrxecmIF1hlkdBZRxNN2dp0+NfJ+MECh82Mxhj
VXE0RzUgE6p2i6+wBTEKGOPoAAUbylF6sM/f1m6T2QNeOqsj0avIMFnntwk3
9uDtA2wda/c8YlqwLZwOK3gS2gAPqBvLCF+kV0fFnFJ5D6aRRqgEpagx84Zh
pOR8MGpkvqpyY4tk5lI+INmJCnDX3ACJRTppc1O0CnTbWzGIq1DFoQNNnS3m
tn6RNQK4/lriQNIJ2qCs/BeVgyyXlX83afb4PMVS0xF+Ja7bHfUOWaD907cK
/6U//buG+E8iB20B8SDHdOQXEhyIeFgx5q0lHpE0Y1D/76aox8zcSfr/tpq6
u11T36C2JZr/ijTqDmp7h7K/QTL7+2v7G7buzNbvYjQsO2wEngZv3TGKo1iX
SRYod76klNEG3X4b2U8USrA9+3GG/SSfz35ch/0kn8d+XD/72dDKAu4gQPG/
IQuyDMH+CLPwNP1LWFB7yP+KxP8u1ZVo/jnejtMau0oE1tAfjJ1syTFa2Ooc
4fB1uW6QVi0+fVLyw02TOU4jqMOaoCzdYmL1w4mJapGC4sW0c5/jCX0Zq/yC
mwRLf86YCoIizSWD1Nr5X/gemR8TR7/55+uJcrfY1cwq6X7vJ+P4hn+9VcTT
vDh5Y2e5BQ7brqI9w0nsQ9pAEHbpf9v9fB2y1CZ2XwbOaN0/854P2ofX+V6g
/rUOtTXqF8Bi4yHSj4x/stEb+Lc51M9D8N6fv721FMTAZ21aLjEtx6buYHjh
HEh7m6PUXbr9nOi2ZTCBlThlLvDS35q5tOXr/81ZNv78jTmL0mM8m19lFfE8
MQ2MYNXDe776Kr7op5cIxXzsLpr2lZnThum+AiwOw6+9XOvXwYuDX1Pi6GdU
X1mL+RVP5O/iyutjUP2cCX82c6dbWZNnRBxH0Y2s1MhGcQg41/fIzvO39UDi
AnyHX9+5z7shqE6f60a7YoEp9HasFlHGwzBEdwuXddOy9CV2yyr5qSivgfNd
eOuIpmmG7MUjP3urc17kcegvIxrKg0qABtUFSENkOpYGk9Hjzkt+lpBTQ+ar
qOYomw65PGZvdSJZDMCXHipKdoc6233q2tRaSpe2IJdweJpZs9W8bYuKQUXN
ArHByY9oH00jq5/pPyiRklfZTebbkjyn9goNB6Jz4gf6XLl3fXjVAKztTgpP
ITTf8pduk6/p+Vvy40W+pqiqMvudnr81ZRiiBKY4Gpz8gdzrAYeOk7iQaI0o
38hnFvbsiAyKuKwviHKRLbngYqeaV4hs/eGlyS1uMGfDS3k/GkHeMtHN1yP5
5r+iba4rcz2JZC6Ay6VKgD8bx9Hg61ByYUl23C9Q/H7ezEu3HmLjlwEzvniI
r7AK/vlPy57lp89qCTfaM1lz17YIstkYWxMCXFwnauXgiTwkQz83qXKSJNcJ
dXHNrc/H1WKG/fRPHVsU+/O2L5EPYDFGtxnRuWf+tzcUCMTVdh8QWXu+xg06
cdN1qJV6EXzY+gZUuruDtWDEFn2rN6Dn5jHHPz/7+Q3gKu+lt0f1pnX2PtrB
LIAxq64WuYKjs9OLOpyJHHQnO2lsioEQ7xfut8/euLEU6YhCIRpfsLwHG4bC
qYMPjV1bfkGK71pdIAgk9kGTYLqJ7Sa8YB7WmWHVhecXumGEwBxpq24SSWsE
hj1AuWe3g+hZD4iyYrYVgEj86tu2BY59yG0FjKQHGDiK851EexYXCmXIlnpA
8UbqThuIRNVX7pMH+R/e/ANosJRsKEWFZ7MKW7qC5sFXw/Yj9mRLr01vTB4/
cW6yc8PqnZHE/k7+/n6yuLW/X53xY+1dbXv73h0MgB7i529v9+n3XoDIp+9u
9+knW/n0XeTTp4Ld/RvbG/SHOXT9/YzTlN+F8Yd9+7BvSuZZYyLWn78V/YFm
HBNZUP7zDHvNwO9U/JhqV2DRkoD2+1HooZfUA9PTu2a53rytEm4kZyGYTGP/
8jalrNuqKGlcvrMIqmGOhf3QoZe2ZAqc4E5FvWRtM36eLryzSMdiCBXBydMF
97ZA+lZgUMiwZ0+u71wkAbvKuFzzeso63nk3COG2UfLatOVjDYoyLvI2veNg
hyptOAk/irboRE/E+bM9F5ibvYmyi4puj1DlqwW2ViJYYr4Jpf2FzDHOdxh1
eGFX1EqFs0XybLlqbpjCeL11UdZCv31GtASYzvIa1NwZhRr7Ujyur5YggrSb
udlbcprLM/SxkHVB2eKeaIYmYH5hsFy03BSSqAK3fZVKL5iLKp1ibjrgHJX5
okwT7c1iI6NN5jd79QHBpXeOVIWhOrBYi8DHMxmxpBjtu+ieGqsHh+3uhIkH
ZntUWyQPl9wJbhmrkKKsLJAquUjFrWmKkeyE6mU1yWezrHiPge7vTfmiHtuR
0CKsFSKSBtrRuLXFVV4uQuuG/kLDnIYPxBbtd73lsQLXOJrUJ3D2gTkMQ0sU
iSFy/dxQg6i009dVN2ipU0j8ZWbgVmiwfDFqLq2BsA8tfdlyW4PuFq5r+RLv
8d+LP+nehdvJ3pFphkWByIatu7vBbwjxO0PcYmY/MHO3YupEKiehpSLOKM/4
FTqBZofBh7VSxQEAQRHvGJCZpE4DaR04q27kStwO77DyvT+pncxPgIvd+xPl
5huAFL37pzvoK4JRPw9uIAlKEIHDE2wPqUNW/Fgtgt0JbL7/nn8b7f9pGDSo
AN/v/e/whAuv78j7v/OvE3WWT0fh039M7h08evh4cPfoyW+6r/fM+I89M+If
I337d99/zpQPHzy499AuWFfxJZv9nKlHMmy0jPAaDz74EgB8BsjtIkZ+TrIQ
EJHD9r3oMQ/pKkuu07YBB+numNkizJWPl39qlzswV0pusDPhfsvb8yN/I4pb
RBP8rfJzDvuJKA+DRTWkelG0WZG+sIMalVEzk4bphFVvucEVcrSZZKO6sMH2
vvTkejvXsKZK3X2DUBslM8lmYZie7XKSU0ghCj2QeAcMKyyZMqnLxboJz06z
yA2CSxB6L2NIehK8Gx29Lbi3v7uxHQ/aVuD/vSMLhqix0KEvaUrdWnHmvpV5
0h7vhvU3WKm7C1q9sMJOXbCjeDtFxplAIN9UXNh8wjUxvNjCBYWGCdbv0ooe
4gXRhmw4R2exjcE/eBvRQ6p+wCJY4tNKmXExRQScFJecZQsU6jJfHkTFPG7D
E+pkpdrPKFli3y9KP5KOUa38OFiglK8KxbKk/raLquL5mnFcCcb08BE4i7sF
luJOQ5KTX1IQL9ENmo7inrEkZDpT1DSZLnIqHNhSWqm50TRjB2rtGw46dbOl
sxwzx6/SfGFL1CqgWD+hrTg/skZ/b1wer76s8gvsNISo6mvWat0UPEHMiaPk
OQs1CYaXbQHG+XJXt0KD1MgADkfgECLaQ1bgkq3rYeuaOHtPLrP41G9dgeuu
gA+EsygJG/H0l6lvTYW394aRNZwYg/sCq4blRfdOUM3d6XSN+IuF88+iygJv
1ti3kWtkmc/pY18RX/lUXJSgolepW6dKfdsXguiRp8t5xDyias+mW48Ud+vJ
4dxEhETz7e+fxPworiQrJRbiJMme0gU9dfLh3C6kFK9pHsTX1FJN5+kjZ0zi
+tdFaBl8V/0Hv5m6TZa6SbK+y13IsyUqB+gDlKhVqpOb1MdUiRDuZoWNU7DQ
HQHHaUYr15KYRElHZNnpNuHEMEXRFjF+RFNHE9NNi46Dikm09yEnoTZVDszI
uKYzLMMPRp3CHNbMI2182H90PX2UwtGRTYuzcX33T7sUchAFgKTdtV6Xa4qd
T5ZZWlC4SR1Ham4YmUMmnCetXG0Me0honEBfDSnZkq3oaGuOOfE20CajCq/U
SeMkG8XYdib9gUllz6Lv5CuhDBdZkWEJSO0DOMlAIZ7B9WsNmJMQcpHFdalr
h8Do1hk1u9G+xDDoKmWbzjKq2hVsO36fHRn3nB5uLUl7IKO1IK7FPctWWKO7
4NJwUjqRTbeBEnKZtBWXV73Ew2Y7CUavdAJp4QLmVMvdxVOpMTupp7CvIP+t
pYH4dbZYEKpRxjxX03NCu5TdkFk4L/Cjni5fukut6jbjSvS7BBMZyb52HcqU
08nII4YSMCnNK6FfSBnIYs2FD+E+4KZWWNb2r9InzFcg9ecma3Hp4qKkLmdM
YfRKo22NCjlTyX5Eg2WGTf/yeimjiWeHi/GDLJBesBhJvIiMXS50oR0mszW3
7OSCzbAnbntpUW4n9VYjn4bmbCRUrTYmNaNGcT0DKTyLDRTJwly6UJudPHJ4
a1mGnZv6vsNkDp+XlaHRHgxUHLOQ4Bsg1+lNLMlz9WUuijmSi9Jqr+E99TwL
0T7TR1Ci84LZEe3CIj+0S4TvkZ//kaTicYlwQVe8mdmsdS25iM8Ixx0t8p8y
U6PSbT/rwWMc9t5+VJnchmf1z8133phnyXKPwPWfMfJoTSStXUh9M5dw/2vs
e0p3zMopfAp/zql6opj/EGuucupNFigWXRSXTitsumQ+HuIMVcZ3x1SxoL4E
XYlIoiQ2qe/BqisFFdmw6/cYIhVzSwLWxUz8EwC89ZKJmNZ9qEQLc3duvEui
w35FVqPYEezdCeefWmWTmTagMDYNw3ZsrXOh5Tj1Qvt6wv5s1KGyaY0tQMig
MB5ukEvyI+vOZoI2LeagzxfOQjeqCi5En9Yn7oOkH18cL+m3ap0eqjlEuijD
8CiAYZcQmrbujOMi8PNTHDLYw2vD1zAKlnFOO3DA8bk3wsYzlqHjMmQAACy5
XJKKV7VB0eApb9y+FCOZTql6iTY3DWtVVNWWHJjCPNPYQ0etoAFNwgui4nk3
JNZD0dtB4gJMPYHFa0zp3Sb52zCBc6frBD0lnPTsvd2uy2O9OrwEkdY71XKu
gnpRpatLtfihSma9kR29R4Q4e9GqLDQ0cb30L9G2qa5LUwzF8yw79JRuExj3
Y7BHsEv2igS+jpLbjvz1rl3H0ciWWaqiL/pPW7Bzfhe1rKq7i81GMO0B7S1t
uCg8qmgJKPc561zFdsPJ+I0vdU+kVRGQF2yEEPQVzNMa0Zr7NIcA33aDqxkX
DDct4x7uPdj/9AmZp1NZDzZerzBeZb1iujz9yzqvc+s3hm2MmnJ0DVRrRP0a
nGwUZfhbMLxP9/4MjBXS5xRfibMKMlBVfn8hqUx33TYFHSbdq4usMfwF6AgI
jteVO12fdp6nOx5MYzQ2MS1Hrj56HHv3+gbTnSmH/bQBd+FodDWiRERpREsb
ydKwL2+mggLFIl2k1Yz0OjmiFixavvAaBbCancn4jK8tRa2V/J70lhK5vIUk
RUUSDdGwQi3dWJX7egdzntOpEIOxliGOJ/ZKkvt4MRU1mmpD0+iu0/AI3aCd
c8QQMLQ+NPkiBJYnRwmVG+63kTtG35pjZbj2FBZiiazmLRdvbTbr+vl6vdm+
Hu2br5Szd2qQcENHWf1TXr2PxnJ9q9hqEXZixxPPSPcewQsjbO1TD9hUuyYN
aROm4zXJrrIqAnFrzTJMW6mN5EWQaXB1M7Rv0OWfydGR5GAGd5KV4UefwF1D
PQdko4wMg5bD3QUWzzj0sF0PFoqiFfp5bRoNSc0mFYGIZlGygS62dc0FIHdd
wqGLvQhMP/nN29cVtMXQ9iysuV+t0UG9tZT8JymKCC66EWzWaTVHPQsV2E1H
BP4yfEeGnUD3WxGL5UrU0VDOHft2Kcv1wWZ+JjrNZJwx6z4xRpOzqmzKablI
dsYnZwPmjPcfYPt2H3wKdwA7wUmDmRXr8GRSIEkaZVt4l4NOqJ0yx2cCYc7R
mkjTUNhJSStSo5WnyKQc5xcFlf4sbowZdF1Exeh853hkfzhFAc8dbt/5+vb/
UoNb58brSfMLx35x8PAhMib2nplziMYryiJz7nX3KA/b8bT3D1F7QyFlRRYT
/F7aX41yjMLLs2o0X6QXWIJ4MrJfkVUCSJix7DJfWQBtWsAjh9TB8JzKBUXN
ASS6SOQUHJAnQh4+T9eLhoeIpuShqZ2tmdDzZd/UT/mklBkK8irZvFPfRlfN
X5+1iP41xDLAeoWtZaiuJkceh8QxkU+aslwIgqN5hVxBE+SGKiiyzVUgFLZW
Vl6F7843VGsi/DvkNQblKlouZ1CqHQzu50JTMBBo9oTbJ4677zl17Ee1qVWl
yJH7B48NKw9jSqTmBhD5Hq3+OMObGnowX1ekafv1qGsC5ewyOXjwoLWNjuD/
8DEHYdtq0724zVqVzJt9aNCEPJN57h3c51GEopFTgEziukCQDJsqRwsh7Y1Y
QvYByBhXSKDliTEFHS3o90CdgY+X6dMcdjcC5bJAm2eCUeTAm4QqG8AJOIU0
bz7QTedJuZbX3uCdzjM2aRHNAe1nCRcZdmI6rbYvOBJt+ApY3XcAhWsityRG
A9pejWD7ODu6uUgGKld5X/MNHEPeJsPQZVnW3FPVO3bVz05yJUrslrQ9OESk
mOfVkvUKYLHEajQ64Jo0s41L8vcXiYKJOBRkVLooGBzRjM7TShHlYRpRJfD4
TSZPjOzkvYPdWSlY4jEzdjFQiEFK9nWQP6ZoPJugZ504KDy9+T0iJGzQkrps
BCOhPOrI35L27Mr97xy7abtqTtP7/OXE1VgmY/vTCMxagz5DJBGJj3xU7YcN
+tBaNEHAn+zm0CyLPg9/Gfqo/Z7Zhlyam2REd1DwFsH2G48Rwma/gADby2d9
f+GustIXsoK8wE0q3YZLTOIgQdDWmA6+p9RL+nracpDZBxTkcrReMZFirwx6
xuTjvOA07t0AAr0j9iRBGb1EPwFRw9hJxtE2tb9xLceO4hoaAGVRqv7BSqRJ
HSNS2EapWnfZZAHdWxNtuNp0NqhFEkL4T72/mRMRJUSIh+qfP8TUhVyEzrhf
cuP0tv2K18x7YXrum8pbiOnJ3ah+p3QZI2vMOmTbiraSN4PuQ9E90+BdlbrY
4gblktaSHRsOur1ZU+0o+6BmHY8xfajcOZOvitwGoWNLRxu5Yxr36Nencdy4
e1fblvM5TG+MGFhrTCA2CJPFNiBeiVj5qgzd+KaBtbUJlq1fjeFjDUZRsSe5
w/xaZci5mge5p1UdFRd6pAyxOvMjZ/t5GUrWHjrcBNq6rxHxuKNXWEVif09f
HXjkjEghD696gNeU4i68aeDLw9ZSNNTfGxwkfOO9PPY+n01b4PBJ4vIEXtD3
hHc7yUCfNc3rgOacjYcJNobEZpnHURBRP2w1dTSlt3ylMfU0bDezROV1FtSb
OfT65Rh/DW0DgiSjyQDBzGtvxGOMHQ4pcri9LdbbXayKdze+/V1ZcCAJqGj/
hIhlWH5HYTapkfqUwRem4JHX3nrP200iPDW6dQRQlOwYzF8k5NuvYRP9xT1+
DtISYCI7QCQSx9Svpd9juhSOiQT4S5dJ+kS6Sif5Im9ukIQTJd4gGHIDrC5v
b1/9rjQPf5FCauWEOI27u1W0A05hd4AptdEAd0PSy7BvLVuNqgI7AYDFePbI
UHShuqzlYyL1nNE5pFBqGs2oDpEU1Z5UpsoE7cjah9qkfuyPjnqN68mhA7WH
ku51qOVv8YbCq/Yw+t584IkwL+ve7v4m0tu1XwS51BdJmq4rDEgFEVbPVm4T
ELqYS4mdRVAKOCys5ptl+uey+mG93F3mBf3yTY8rJhIhvN/FflFHjm0dNPmf
/yfmmP/P3yQ6On5yD9GXE6M/rLhHsiYBo0WUt0ce53hD83WI2CaZn3ypFKzk
g7HxMnH3CUk8LCQO/2INtw4kuA59fXIIwugaJZ7pZTb9id/LW5D/Mk64PQ3o
cMlfkffZKitbUKtfuDzlWXHaZZ+qi2pXWMP3XlCgOfAzesKvKzxAH6EcQbsx
RCn/tTc2ZrAj9E2Urrp0DYfQSqaGKHmJNOSZpjbpAgWGXkmihWD/vUDpLTV/
W5iKdvVnKS7XIY6sgPjpY01LrT2bF9dS6oI64wf5kkOFCd/ThOFY//3Pf4qp
3/5eH/mjBu/ppLzC4wEcyBs92BfP3h3veoE0bnvtKZGXNFtJaxbLcDVkLPTL
r/8JO7mzlbdOb9Dkq5Ixh6AKsJdsNtKj07PHBC+UYmO1vU+Atd5C8vuhCLdM
RxoSN0t2/mH4D4NkkXNnS+/fjAC3r3K5SVX+p0TqKQILSuvs3sE/JV/GOVpm
8bYeZdnvqlm8B1ngPZ62118V0uZDOv78Tx3V838rW/ZUD/5m2laPOYmR9Yhw
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
NtybwWj4wsa67xLZM9t2xZJx8PNfQ7TuQRXRAQA=

-->

</rfc>

