<?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-08" 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="2021" month="March" day="07"/>

    <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, a layer containing a different view, etc.</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 5 of <xref target="VVC"/>.  For a reference of all currently defined
NAL unit types and their semantics, please refer to
Section 7.4.2.2 in <xref target="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>Usage of RTCP feedback messages</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>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>RTP stream (See <xref target="RFC7656"/>):  Within the scope of this memo, one RTP stream is utilized to transport a VVC bitstream, which may contain one or more layers, and each layer may contain 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>APS &#160;&#160;&#160;&#160;&#160;&#160; Adaptation Parameter Set</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, in transmission order, among each set of packets that contain NAL units of one access unit. 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>

<!-- > editor-note 2: The informative note below needs updating once the NAL unit type table is stable in the {{VVC}} spec. -->

<!-- 
>> 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>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
pictures of the access unit in which the NAL unit (according to Section 7.4.2.4 of <xref target="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 <xref target="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>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
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, and the variable DON for an aggregation unit that is not the first aggregation unit in an AP aggregated NAL unit is derived as equal to the DON of the preceding aggregated NAL unit in the same AP plus 1 modulo 65536. Otherwise (sprop-max-don-diff is equal to 0), the DONL field MUST NOT be present in an aggregation unit that is the first aggregation unit in an AP.</t>

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

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

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

]]></artwork></figure>

<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:  to be removed upon wg consensus</t>
</list></t>

<t><list style='empty'>
  <t>When set to 1, the R bit indicates the last NAL unit of a coded picture, i.e., the last byte of the FU payload is also the last byte of the coded picture.  When the FU payload is not the last fragment of a coded picture, the R bit MUST be set to 0.</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><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>
</list></t>

<t><list style='empty'>
  <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. 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>
</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. Otherwise (sprop-max-don-diff is equal to 0), the transmission order of NAL units carried in the RTP stream MUST be the same as the NAL unit decoding order.</t>
  <t>A NAL unit of 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 stream, to reorder NAL units from transmission order to the NAL unit decoding order.  In this section, the
receiver operation is described under the assumption that there is no
transmission delay jitter within an RTP stream. To make a difference from a practical receiver buffer that is also used for compensation of transmission delay jitter, the
receiver buffer is hereafter called the de-packetization buffer in
this section.  Receivers should also prepare for transmission delay
jitter; that is, either reserve separate buffers for transmission
delay jitter buffering and de-packetization buffering or use a
receiver buffer for both transmission delay jitter and de-
packetization. Moreover, receivers should take transmission delay
jitter into account in the buffering operation, e.g., by additional
initial buffering before starting of decoding and playback.</t>

<t>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. The NAL units carried in the single RTP stream are directly passed to the decoder in their transmission order, which is identical to their decoding order.</t>

<!-- > 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 {{RFC6051}} may
be used to speed up the acquisition of the RTP-to-wall-clock
mapping. -->

<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>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><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 instances of sub-profile-id.  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 is included in the SDP answer for choosing one of the layers offered.</t>
    </list></t>
  </list></t>
</list></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 the recv-ols-id parameter that is less than the sprop-ols-id parameter in the SDP offer, the following applies:</t>
  </list></t>
</list></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 a highest level higher than level-id in the offer for receiving 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, 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><list style='empty'>
  <t><list style='empty'>
    <t>More specifications of these parameters, including how they relate to 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 that applies to the bitstream in an instance of the profile_tier_level( ) syntax structure.</t>
  </list></t>
</list></t>

<t><list style='empty'>
  <t><list style='empty'>
    <t>A profile_tier_level( ) syntax structure may be contained in an SPS, VPS, or DCI NAL units as specified in <xref target="VVC"/>.  One of the following three cases applies to the container NAL unit of the profile_tier_level( ) syntax structure containing those PTL syntax elements used to derive the values of profile-id, tier-flag, level-id, sub-profile-id, or interop-constraints: 1) The container NAL unit is an SPS, the bitstream is a single-layer bitstream, and the profile_tier_level( ) syntax structures in all SPSs referenced by the CVSs in the bitstream has the same values respectively for those PTL syntax elements; 2) The container NAL unit is a VPS, the profile_tier_level( ) syntax structure is the one in the VPS that applies to the OLS corresponding to the bitstream, and the profile_tier_level( ) syntax structures applicable to the OLS corresponding to the bitstream in all VPSs referenced by the CVSs in the bitstream have the same values respectively for those PTL syntax elements; 3) The container NAL unit is a DCI NAL unit and the profile_tier_level( ) syntax structures in all DCI NAL units in the bitstream has the same values respectively for those PTL syntax elements.</t>
  </list></t>
</list></t>

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

<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><list style='empty'>
      <t>Informative note:  The level values 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>
</list></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 respectively from the syntax element general_tier_flag, and the syntax element general_level_idc or sub_layer_level_idc[j], that apply to the bitstream, in an instance of the profile_tier_level( ) syntax structure.</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 a 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 an 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 an 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:</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><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 that apply to the bitstream in an profile_tier_level( ) syntax structure.</t>
  </list></t>
</list></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 that includes the syntax elements ptl_frame_only_constraint_flag and ptl_multilayer_enabled_flag and the general_constraints_info( ) syntax structure that apply to the bitstream in an instance of the profile_tier_level( ) syntax structure.</t>
  </list></t>
</list></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"/>. If this optional parameter is present, sprop-vps MUST also be present or its content MUST be known a priori at the receiver.</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>

<!-- > sprop-recv-id:

>> When present, it MUST be included only when sprop-ols-id was received and MUST refer to an OLS in the VPS that is in the same dependency tree as the OLS referred to by the sprop-ols-id. -->

<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.  When present, the value of recv-ols-id must be included only when sprop-ols-id was received and must refer to an output layer set in the VPS that is in the same dependency tree as the OLS referred to by sprop-ols-id.  If this optional parameter is present, sprop-vps must have been received or its content must be known a priori at the receiver.</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><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><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>
</list></t>

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

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

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

<t><list style='empty'>
  <t><list style='empty'>
    <t>The max-lsr MAY be used to signal the capabilities of a receiver implementation and MUST NOT be used for any other purpose. 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><list style='empty'>
      <t>Informative note: When the OPTIONAL media type parameters are used to signal the properties of a bitstream, and max-lsr is 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>
</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-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, max-lsr.</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><list style='empty'>
      <t>Informative note: The max-fps parameter is semantically different from max-lsr 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>
</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, max-lsr.</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><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>
</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><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>
</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>The OPTIONAL parameters profile-id, tier-flag, sub-profile-id, interop-constraints, level-id, sprop-sub-layer-id, sprop-ols-id, recv-sub-layer-id, recv-ols-id, max-recv-level-id, max-lsr, max-fps, sprop-max-don-diff, sprop-depack-buf-bytes and depack-buf-cap, when present, MUST be included in the "a=fmtp" line of SDP.  This parameter is expressed as a media type string, in the form of a semicolon-separated list of parameter=value pairs.</t>
</list></t>

<t><list style='empty'>
  <t>editor-note 20: To Be updated</t>
</list></t>

<!-- 
sprop-vps, sprop-dci.  -->

<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 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>
</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="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="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="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="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>

<t>draft-ietf-payload-rtp-vvc-06 &#8230;&#8230;.. address editor's note</t>

<t>draft-ietf-payload-rtp-vvc-07 &#8230;&#8230;.. address editor's notes</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAFgtQ2AAA+y963bbWHYw+P88BcZeayJOkyxJvqtTlciS3VZilxVTdn2d
fL28QBKU0EUCDABKVlc5ax5iHmSeYR5lnmT29Zx9AFCSXe7O+pJRJ2WJBM5l
n332/TIajVyTN8vsIHl3dpqcptfLMp0nL8tqlTbJoqySD1lVp02+zJIP+Twr
k6Nynhfnyc6HD0cDl06nVXbJ767l3YV598ORm5ezIl3B+PMqXTSjPGsWo/Sy
mZVVNqqa9ejycjbafermaQPP7O/u7412H4x2nzhXN2kx/5guywK+aKpN5ly+
rujXutnf3X22u+/SKksPksN3Z+7q/CCRYd3PVwfJSdFkVZE1o2Oc1s3S5iCp
m7m7n8zKos6KelPrqDPaEbxez/LcrfOD5N+acjZM6rJqqmxRw2/XK/zlT86l
m+airA5cQj8j+TdJ8gKGm4yTf71IS/8h73tysUnz+IuygunOsmKWFY3/sIbJ
Mljl/pOHT+Agqp+T58vLuf96ljfXB/D5skwOl00YC1YPkzx7+OjpU/PZpmgq
ePz95NB/mK3SfAlAwOWM/wLL+cc8y7IxrGXrbn7KivOsau+nydYXadH+8j91
T012lf0j/Xf7fv44TiZpMbvI/tLa0B/T87LzFW3nZZVuiotykVXJq1cnnV29
gHGbLC82+MCDJ61tPc+qZV609rS3++jpk+6e/pDBnSmu2/u6hpWNa17ZP15c
5OOFX9B4nuk2k/Y+R/8MR5cW5+19ZqN/3uTxN7TN59dNNodZMrg1s3Fnm0+f
7e0m74v8EigB7Cw5yvBuJa/TImttGYCYHOfZeeck9/f29+90ktfZz5t8fAVL
/Meprmo8K1fOFURWYBEHcIcT3Xq1mO3v7T1rf/R477H96GR0PCbCQ1RnVqZr
BxMDdeKLLATwZPL2u5MXR8nL45NJsv8ACMzoAUCE6VleFkmTzS6KclmeXyf/
7//5fyElzOZJla2rDAhKw8+UiyRfrRBSl1myyuZ5Ss8C7jfJA1hKIKeXRE6Z
+PAy0uoc4X3RNOv64Lvvrq6uxnldIkZ/R8QwrebfPXmwu78/vmhWS3rHk81d
2tHkxUnvlmA3u/ujJ8nOydn70VnyagwXcmDWUm/W62W2wl0sk6y4QLDjX4BR
YfurrK7T86wm0j6jzfMepnmDuJKu6i/Yx7O9va37ePfyCE/1gH998OjRbvh1
T399sqe/Pnz0+LH/9ekj+fXR3u5D/+u+/vrk8SN99uneE/306e7TfT+Cf+DB
/mN94OHjh08PgAEpOBANk+To8PlhjENnVVrU+AwAKFss8lmOUORDBmAmr158
OBomJy9evOBH0xmCtk4AvEd5Nds0dQIASibXQFhWDGlmu2cB92i+mxlRucyG
yT+1CXf0aeuVrEnSZeuF+DMiFfRXnVV5ViMsDpT2HL89QeI23tvbffbd2dHk
w9l4fxcOeH8fUO/RI3PGxxmg1hToB36Ph30/+UNelfNndNz3AyhfZtl8ms5+
Hk3TGlAtqypCOyAd5ZIAsyqn4R41CM1VXtcAzmFyWpUzeB2AXuONbC4ygrlM
EGB334PivgUGLWiYPDefM0Q6X3ReVZjF79lPW9C7b+CnAHw0fvJs9/GDffma
Afd21pQIt71nz57BF/B/b05f/GF/El/4fnI1Ag5TwLwzRcVysSov8Zd1Pms2
QMAI7dK6Lmc5zAa/buZ5GV3/EROxvQNBziFSF5Gz6AkgHRO53sneg6d7T0d7
PagqcDqZ7CJlamGc/VRJwt4DxBK8ONFOX+XnF4lesdl1RE5haUTn3mXAOoCO
zXkHQPYeW1Q8XFf5kmZIGBGRNe4+auHhC0I8AFG+pMtsJ0o2Nf53scw+5VPA
RZASswploGQB+6nvim847zD54z938KbzRefVf73YDJOjzoutjzuvvc6HyavO
W/ZTi6Yf8noDp3sEwNwU+SxlmoUYc7ICjsDXrSZQgGD+CJSDo5NT+nUQofA/
bZbX9DGD27NlENyzT80IpJsVyAHVzyiO0xNAeR/vepL/eO/pQ//rM+UJT+AA
w69Kxp88eYYE+34yGo2SomyyjycvJn/4+CP85u7Dx2+BJiA5QfRoaufwsXQK
bAwosnNnF3kN/G5VJvOsnlX5lC7INjUHyUvEzZXLbUfDxww9Yc/RJXL+EokM
MkymZXMBBKQuk5+L8qqAe3qjWoZju3l2mS3LNVzl6TWt8J/KHLCXn37xaZ1V
wGvOgGknO//04cXZYJwkZ/CU2aKTLabLZXnFvGgN9Dhr8r94WQeUs4RIcZUl
P2bNVQki/qGAER5xr9NrAPPOj4evBwmgDkwJTDBLZxcyEQ7nQQrbusqWS/wX
UOF8pUKVg4nSBMagIWCEpkxWm2WTg8xixqllC60TusBhYdcuBRkHkBeYBkqx
sA46M+AofGeZbojaKOfJYg19gzC9AJozAmmnAmxOSApu0rzAdY7+HS4IDkvv
wdOrEqksIZnMS5dmzJi2yufzZYboeYL8bL4haPnbmPxyPzeff0aEzLYd+S+/
wJl//pzU62yWL2SiIe9+CfdtvZku8/oiI/gSJjFWui9Dy6SLlnBHZpsKYNcs
CZ7EZmlsmpNXkqyZONDI9ISMDmCpyksYWB4Yk0SOg4JIDao3LBjOGZ+B3SZ1
fl7Q7gCHRWO31P8czgFY/SVqasApACj4D0AF9uzvDNF/Okk5mSwFFQ3+9Zc3
m+EJhdsvML3x9sOiYeknDWjWKTJSQHIHIgvwWqAdsGpAPoA57hwxeKfnliR0
S/iCiLSDc7l4MpRkhrSHh20EENr4+fMwmczSZTpt44jbmSBdkCef7eKTxEBf
BBDGdATBJy8gKUVIAtgcbCMnZgiAQSkYzicDqMHxlRWe4E+4V/kaj49B4NYX
+bKsy/XF9RAYCyANXJUhCnOgThAERK6Tw4FjBNQFRUqVEqICgK1rZLT4as73
us5X+TKtEEuQoOFBwaTAbevMH24MRRddEyYZcNrwfylZhmZ5uQG0vijzGQjL
MAWc8jJL6waZSoJQhmcd0hPA+Xm2XpbXeLNg1ecoYdGNY4STC1Fly+wSsdbv
JqtwK8hJccGwgiOmI4ByM9C88nqlOLuoypU9NCCPVQZKCKixcENIToPXPqBK
gSwB8J50dIDnHql0JdJ4kNXwYYBtvYZNpwxkh+eSLkdNOSrKHMBVIUCSncmP
7wZJTUhEdBKuw33gljDuZZ5dqTCNU6H6O0vu33cO/0II0M2jWwDA1KO5uJ5W
+dxeMUEKvDQIIgAn3rUhbM7f9hQ3cp3Am9mC0CFMjke7yFIWWuETtDE2F8im
KjgwAEddrjI6bNjnfA5P1YEHtq6vXm+g7ADYnJYUTqkGFAMMB4QCJgBS/6aY
w4dIBRlNka5fB6L3nRK2GMOSNZ8u3ioYCmEF/6RVhbcH8DHHqRB78dYOiQGO
4C9cIemM0R1A6nRUgny5bjaIaiIaRAcA6LHcEAyjGy2c+MPR68HQXV3kwIJz
BGCTFSDFMrEl8ZVvUCayDCAIqlsCcNk4UjJYKg3ibh6lFk2WqD/qaIiUCW16
kYKcnBKp8Fqap8H3Aet45aMzXMFLPfIdo4MPAP3uI0TmDF2zUkQHL7zB+YMs
dMWUuJzN0ppZWhDXm9KFPfNINUgBsCrW2D3ASECJLrjeZbwqE0F62LySH8b/
EeH/SGDKNF6lxHooZ4aiI0+H4y5KlLtwOcxNIr1DWAssCG430yBAcWRF7pBo
cs6chW85PrfIAXcJ8fnZLCcWiHJGOmIZDt8YEZnNipqoSxhp6Pk3akJzVAd2
8K95vlAYToGzZRkBxZVVfp7jzPpWGGmAq4GPCrYhidDGDDwvVIQ2vJ3oyewi
B4GWVo4ch8QBgAMOD1ekYmU2Xa7KmgRWuOlA+5zFKpYO9Fh4iJqJENCJnDf5
IVwg4C4ZMSKH6ECMZZX+nNGA8a1E6w3MB9NmsOEKlgqqN2MhcA6YDTDjJUID
L2w0Qz9tToAIWxrsBWMHv5DgS+RQUEEI/djfg+mynP1sbhyZo0DY2NCanDsk
2XSV/pnNeP6Sh6Os/VkSRcGRiMmQtL9wAgGYVPgagJ+gUcvRsj7gtWK9VVWW
mXUo58rH2XjI2xo11+uMnovPBWEPAvYcvwGSB6AE5oBMjORT+B2/4CtPWpKA
JJvrxSXxIp9uGjzVIEk6s/aAe0auhGW8ga0g5vClXKWf8tUGwJn/hUBht0bK
yc7R2XvCcDhjYBt4z4mLP374CeQ22Mfe/tNP8P+I9qXOb+itFWoBe2cX8HIq
13iYLDfwh36WIc7BJp3svklgbhBWQO+DdQL3zAJxQEGVr3oNgnmmqlINUK2y
gCZ14nI9dPgclHJQD5iqF0Abuo8vyDQyA0Q43yDhE9xzgPt4oGgbwd2HI0vs
kQHWA37jYp4jUUH+gtfDiy7Oa3kGkUHRS3benE0Ghmwmx0dno/1hcjw5Gz3h
O4SfPI1uDgKZdkGAQ8QEUbREEnwdxhfAmC0SW2NkBc0D9ACSCvSyNIQKNbMW
WThBZYlW8MouHJ+D4V/Cl7JcukmtJ0AQA6mYwbb/aR9BT7jDu8KRaZNhj4SY
7oZRHn4ixHuw/+nBfh+9wyvjdOn1ZjqiQzTrwklJziAMYppLLiB2AvCZj91L
xbHo86F8hgMjUaaJScU4mZwOFFFFdnBkazCLYE7JIxi2FtE2gSktyemkffuw
c6V1vSEBi2THsgBJLiWmgbc6LXg0GQE1DUScv4CgZoYzFn6UWF6gBrO+VgZm
ZQFm6ghrmLsm4bg4X5IJAV8Z6dUvgGdmQdhwvHtRj+AywsGla1K79EKBInWx
yppg2P3lF3JKgILngNwF3VPPF2gKk1qQLOYIasFKRHr7UYKYPkUqnSNfgo/m
AecBWIgT4Q7o+lZw8Esc7nhDgnO9gY2kjpmt19qIOwTvCG2KGSkIg6JNAQMS
DIulARj7MPkzmbKEDnp5RPnh7AIIOml0aHhhvFpsKtb4PwFBhGUwwa1AOeOJ
jeziB2Sh9AplrmVJOtsaGGDRiNBAzCuAoH8ZwpR4IY6pJVPKfjyivfuh6hTl
jFpUSyT1bG/2747qn/M1QR0Q8KQYLctyDZLeEkBHOIgo5yEuorFHBaBp5nmk
jynTfkYHODVCfyLi9IhSwTwo3oLcCeIaKTENc6LU1Wh9gnfOQfrFQ1s0JHX5
IXGjvL+A1eVigVL3zuTw7QDpnfPfmIUmO4evX0aEA4fHW/VTjnCSx4YJPAZ8
aL5BeWae1w3sWayWIA0ShVLnR5sBqfEN9+IKELUAwpslSriLktQKv4sZbnLO
fHkFx4yf0Z1TJg0PkAEGALXYoHFg0+R4mwjT5tdFuoK7y8QaFibiel0yWUJw
jsLSneiF5KqHp4kmT47fse4H/9I1RFGmVqlsDnjxphQ7XEQ+lUwdAVoDjs5j
OmUgIFJwS85jzR2xOwXKj7oF8aEqUxHQHx3rFaDQzxr2o5TLDX2yc/jmw7uB
kDvirHVKpA3pCesq8cs1Sv86LoCSoYXg5cdcZw7GZL7WKVyywi/Hazn4B4tr
KJLP8aBmMANeFDI4oR4P0JHXljloAH8py5WicFUy6UJJMUsL2Ato8c7AGnRM
mJYkTE+MS9gBIAZIyKqU+sWB4r5z+u7tywHq1Uq1vJ0JdZAcMSbeTMoEbZ1/
AtGPBMAxGjGrudgnGN+rBFG8cx5+eTvHeB5sCgOeclESMOA9PMU3H/QNmCwa
zzMpZpagmYMChARQkHiRXcGjGCOgdxaoPMjeGFEQnS7ewhzQHeVJ1s8jOO08
Pwaw8PKE/DheJoIFYYYDwDMo3tBDTF2u0LollAWWg9JQEA5YWqZ1wsC81zkf
SQbCLltw/A7Pq3TOZFoUS6tpC61mA4nszGjHzGrYnnT0vrv1l3zWSKlBG8pA
eORlxMdlBtx58+bDMaFJyiYnABTij8oPijx8S/CpJUANcVksG/GlsdofaVxr
eoYWQgymo5Hh/HLpHXG5gq3qzQWK9qjKEZz82vxQtSp9/hwcfQmDVXmKktFQ
SNQK5ByV/0bfsUxmYL5zdHJyip6riT9QnmUJNDNo2ai2AnmZ5+iFpCUF4VAU
8BYw7ByT6dmbD6fkVEs2a9z4otxUYUDaZHQfXTjVM9kQYpdHI95l0Jf6aNLY
4d4UBLXaabzsPTJrFO3jKsvPL1DnGrtDJb7+s45GyGSHFzCSa4BWAOFobppb
SNPTgLa8hzDqzvOjnwaCcGK8FWnDsfrPBgwSLUSzJEmlR57nHSpbOgtkmM1M
ZNlGWy3IAjNiR+h5RqkTn/FUQ2CBp1E5uK8FgplcBpFm+fhRokdgXqV4vnSO
B/rggYu+MIKRqCNEqzWyx5xumjweoRkKwFdOUc0c0ZMsDwYz2uOEbFX6EF8M
sVoyFSJZj1TEAuE9LSsOImrBLiyzrdwR9U6XzvOdIK2iUEEGEY4+WvSpWOdL
jvVy4TVGV7bZsscATcLkXh0JnrfH2fnpEO6o60rlIkxOr40av2UVbppdlwQ3
tP5LvJ05lPcF8WWSRBkXWaFjx3WAI1sH539OMUgViASZs4wVWGm4t5ZYA6hT
XTkalxQEJbVhJBy7HlrvI9syRv6REU2/8+bd60FnLsEzPUk4wtbIop3xNkmf
1TiENlq1h3aEZ2R9ii4YoANaBft0IqvmLYH0GU1oGPxPyawq63rkv6OFppWI
NEdHr98g73Yi/s7lnEgNz5g50eM6e30Bio3VykjEFpZ+mS43mfco55UNXFLB
m48y2Aa2HiahI65gXdYE7hGIW2j2KhqLiUyJGTI7p8enRwNR5xbi2+kXB2ZL
QFnvDemchlg5yg2ZoVCITOFefhptsXvsvDlBm4knFWS6sQYqhqrqi+S2Zp71
9NPT7nDMexmPU6HqKB9sVqQlAeLyNuYRBercl6FTosZD8Nou0mrOahb6VdFU
jFYSjbvp+JZYWTV6RzgFEMQKH3Syc/wvA/Yy4WPRd45jBIGiwHSgOYmbBcgf
S6Qena5KfQ+YijibfMwl7uXMe6pO1FPV43lKdM2wJRRvEQLsq7nF61Wr+8GR
gc4b2cm5z5e/zrwjT0IHRiY8oL4umvST88Z0Nk5f5HDq6H5A/siP0LAgpaRs
nY5fcHcK+92ZvDgZaPBv8FF7TuYkCHiDVIKVsTkIE0HawZVdr1E2ZGk+4I/o
EW7n1btjDUCyfo+Wn5fQambcn8YMQfS91uCHyxRFLO+/CyEgk1eei/dAy22B
FmEwcExaCBqPQe9AyRpN0aA54GwYNUBSVO12ZFsY6vDvG5bVYycwrH1ww7di
HhyAHskGCnhYfhNJ7QKkFAptkKWgwRPt+tu/xp0B1wLBkR8J3wH+HybFhmJy
YXs/Z9dJIPCiGhWLJS2Vb3khISypCWFxS/Ivi19SzysEdDU+pqbHMevccSaS
FPCkEKHlkZADoOY3PxQE/rA5Xj+Qg2tPhTyrXOYLwMgVyQDqLH+uoezeClsk
Jy/OXqLbYsVsl+7zEjUJIerxOHVGMchj0Eno9b7lVeUCzQSMMHw2ZB7nz6OX
SIbDyVFaSL3/KYIABRAA+0KjqKqy5xuAAXzDRoMpHhq5Pz9hXDQ6xuBPWNKC
XDAzDgnWoDfByxpd5ZuKJeq8sHs7abzM43dF8K1SXASI6UtQwXdIFIFxhdeT
TzA9rwfeLQfgRB2/JN8omQYyChvKQbeaEYgvxLbRyjSANQFeTTM7q/jjN6Tu
JzMJqgkBAbUf1seDiCARAkto4WMOY0KURcEmTCpSF9CYjJQk8gs0IgjqhOQt
1h2KqGjDARGW5+o5q0GewiiIJSo1giUwpRpYYj8z3FTG0ogE8d3ofp7sfDid
DDT8pGbKYtM2wjnvHH2AJ9U1gBIW3WY800um6URdYexgqkxnFNVHQZ1DUeAY
E+LoR4vM/gIrb59do0VeYnTogMLDIl0JqxD6x5o9H7oETcJaLOvilY+JxAMA
glaaJvemuQ94vye3VTmGAsM6Fa8I+dSOweZtsqTiTWMhR0afD0X+k4vd5Ej+
ieYStRVzUXsIufoYsMTAogBTIdAhpE3eDnhIt0KQUbxZXvhgzJKbCrf+vGzy
1Fh92UJcZ8tM4jqyZjZO3hYMLbESeLjTTbFBvp5pxWwQY196v2Hs7H8LRAvE
UFwTYaiILNlSjMxttsjIy4wmRmHA4NcfJgMTp5Mm51W5IRuWT3FAXoMutnMf
nIQYTeMNkUdUjTffp4joc5DNBM3pvNQFi3eaIeOHphNB4DFmo9xDUc50rBg6
BmqP8M5PTd/YOtQYVfg3p3948Qd0EOMbsMUc6FTG4kyawF1NrtL+He784e2p
h0KhEcC0NW/yAYaWUKQ97QZHsjs6pU+f8xNICdGgzUcv8ZdIoVDaZcJN2Nmz
H/GkVJkQnws2kZCjkgQ4xrmK4v3pBhrTpogPucAV9gynS+ClregR/aFKyU3m
hYd32QKgcAFgOH43UKgM6fFygy46ACWRMzYh8EwNGnXF4Ny3EeUr0yAasFuT
7UXAZNMiQ/HPU7dKl3GCy8Aom2UGYI8H3zl6dzgwHig4dkwBTc4+jMiYYaPG
h3Ls/qakaFVPLkBrRM8NyMBAFimWQcg8fqsfKF+nKTSILMS8JzsKnqAovTl6
j5u7LJeX2XzgZ2eCA/vGa4RgmW+EnAn9ubooiZSylODcqRBtsokHL28PgVDy
HtMHVSu3vQuKONAsfOrwdDI0YcnLayAraVXF8mFMTxJy5ytdi/Kgom84YCYe
ndkLTu6PJBLaRAjDg0QXTNmWQFHr0y1jkLsI9z7WmHItdEX4RxrEC+BHoys0
ugvQD7esIqBprxfVep2HiUbQmiWjnqchJN21InhIhPTCoSdghxregCujcH7L
TDA4j0GqfI2osA6bL3gt23YFSgfi6q0O153Xb44mdPn0E5QcxsmxN2bBDLVO
gd8fvn5pFQfB9njx2xdusJ21L9Sq9JNXrI/diCsYRsryvoEQfclsK+JZHtbP
M7LdIP1ELMvowqSxAk+8QqPFQhrNFTpGA9pXEo3F6TXq9JV1mBSgOqVQS8mC
GRJXUP9xBcwvbSJ5MVaAzN7GySvgORpYB7Ov0HREOsAsK1CjrhNCc1RbfdIN
0y9kDJzv2TRqKA9RNTQ+XvYAple86D4wNEQOL7PrLuBAEkT1B5ddUPQoniwD
AW+WX+eYbIzxZyIQRiihAk6wK6DPkcz3S7WCsymPwEfb4DeH1jWh/Peq8Ltg
ekSmVvVM3jLzNGN7e5izPSbeHdRuSEkrRD0jFkF2ne/KxYJJU4FxTLAL4tLi
uet9Z7FgpJMNmrdYWNI1+3tCQ6D0SbDAK7ZFwBYmYr810nd783Skx0cnQxJ5
KeAW/nUybVuK5zHamgkisihJHKqBdMLJHaWxOQiQnjDmaQ5BNwI1ULP1RtSW
xJFJyaclqJr64XQSwv9QSKCnXZi4VuowafNBFMyDaaF27iem15rF0coaS2ND
BFKOB/t4+8RCNBQhHISYspJY+ZDlCGg4fvBIuMm8zGpBIGTEePdWaHOd1WQ/
QJKHWRAB4WXWjwj2j3JyHl9x9xdiLStRhclRtB1YZ5CHvAcXQGOcvPhEIado
dzxHr5c4N0BUEz8Kf44YQ8unHbJMTofFu4te5oReSt+J86Z9iAclSdk3xOS1
VpU1KHOwgaZSR653dHlwoFy5IC84IAOvxeTojTl96arcLOdMpeFase0AgL1Z
pAQ9xg8yW8SirAktE1yDhesAac0i/7XnsUziAoLoQYIOD/iWCe/ZrGVnmuDg
80Wr87SQP0AAFvHkIDn+8JyFuLPJ0WBorYZX5IwencMgWeF1vuqSmBKZgBoM
yU/nmGGVngv1Q8mLTDQUhkKmeBJ+KQocxSsAxj3Wju55MFN0YmcvZrMcvuIt
UwolThWrrRoBRGuZLSggzhM7NQqPEvQ9wnkP4oQOvId1ENlAjzP0agjMsUC7
33dq//uXU7FdBYfyCoHdlNV12wLG6QtAOSYvTnwRD6ALf+CEta7hLqKm/deR
r64mzcFGOKA6mJG/whpIjESAmlI6UWwKLI1hjHl1wzjANrjMCsnoWEIzry+B
QBzymhLoIq4HiDpTQ2uKQsMsI+c7qqWgYBSZ+FYDQlmDoBgAs0/wXi5SSLQG
WidGYE4x2ZaThfBZQpJNcZkj2DDlVONQrPtDohXUy6RZKSGSt+l5a+g96rWQ
GhImfKgcfKCTnXjS63m+ihsSB6uEiffhhUWyQ1Aw94xjWf06NlNmZHCACBi1
Ty00PjuJI+M0c+i6NTZ5KrrDDiWUeToKR5B98j4ISSS2qUqo8LNdkHZAYsbW
94UVTzNGa03B88+OkzdY0Gd0eJWadPcXaq7aeXP444t6wMhrojxvBTeLlIJR
RtXdVOsS48WDK63nvAF53nWspABIdM2SIvTu9N0AQ26SQ5MlKJDkpCMblGmt
SXKIoghuiiWlcScFGRfE8KayN36IUhQZaOphsDW9OzwNcjgiMgjIU6SmZq06
ucxk/A0yCxmB1D/v7TlELTgQM5rHmgGXV+m1Rk9JvhlxTA2GxljmckX+G9FU
RZdJ6x7rcxuuQ7V86HBIL2r7GKFzd6Dtt+KK41VVsoveuiBVLoo5V9BRhBVF
tXNGvn+HBX2JeB4nsGrV5voBj4BlQyWJ7MnNIJ6lktGwKslNgUm7OQcuA3ah
HQszcrWKApLkHguUUZqy8fl4yDrZWqQp9TaiNSs3q8XYDtwNXjeK5FBig6gT
jGdtdRK+1fhdoY2ih/DCUGojUYXN8vrngg8qq0lGKMiHhqK1Zu1NfnzHZCek
55k7uoWC07W/2wjjkNgfiQ0517ZYXns+zNjLmcvI/ci9PQVWv8glvSArKjw6
L0fhMtSFzYNHFSuS92S8Bi2VMj+GyYXR25PFppBoXeRYF8IQp1lWdBRazkDV
DHWNDA2J0nIcUTEGn2jhJ0XFS5x1lJ6F49hUyZDgcMPMeBxFKmHkzUVVbs4v
unySnLvIdz7mN3NKVCN9PBNrArXqfoTD5zmaynSsmvODg3uge9ONf+ZGKmRQ
KBYCOAw5yGPsXzIVBvCYfG0CdomLh36cOPdDMumO6n5wP/ygvlHMDkS1Sazo
gQep0etdh1Y2UUxbMt2QVL8QG11L6kHU/vMG4/XQruHRRM/FeMpEvd959Xoy
GGuAJgY6kCRiSKvNlmb+4r1/pCSQuHlbRiZTjK6/sRUcbdkrpz1Ggcaj/ixr
dXigwnuZ5ksJ4fO2LdkTXY6hRpT1brUI6WakTJZ1nU+X14o73glM0S6yrSrz
jlUqbNjGOzIFW27G01KVFpo5YkAdIPHZGOTVyjCeD3b2MWR2iGSdys1IAgwa
IHgyE76MN0VCMhU5JaQ0AzlqGRejMbklcSZI0YE0BlSjnrvKUj2forR43LMj
zyM4CU5SK7s3akw3Lc72dnjJ2hngccpVz0gU2bFuQsCEJRIpZ88gWu0d7BGu
Mj0AxjqvTeJO4c3+pBqpfDCk/C7/VP9Z0V7e9LM/2NHZNjpsM7brfu439Kw7
lexFntxGZrA+KkTXF+WkeDQNasBhRTuILHCK/fIO3Q140gfZslogcCWrNoqL
yP6NQo12Nh9NB2LQncLp+ExaNvIeX/+8JHrt47DoGe9v9BWWrOmwZePjI5SC
KHCItcS9xOVLv6swLKMy/E9T5Yz3s8eOxCVBRfFteS5DLMgw4HBa/ywxGlrs
R9zCOK8FK4tEaPOUBfkv4I8VsMnLrBYFm0QOCsXUpHt8ngsmhfI0axIrXvBt
0VCwaEYmwSBjC0GLxBTPf26MaEwoonEotywaHafcUHSnP5+suMyrkuqIDY11
JBQUgucXmyXflFzvbiQHekNHTiYh1ETKpiOBrVLhC/GWEDPobpEvp8g5Edc8
8MsvWFn282cJlcXKUaPXxHuV2Z9Gmd3dEi0mTlaCCM15N7kmTl2B2Aonh+qL
1tNYh9qCOz+dng4SHzIrSibJ6SDPl0Qa0QdC2ofJZ2JEi6IPSGxk3xZGQPyM
H2lCwqaRMEYRE4oE45PE4my0L84994EKnrxFZj0tmibOJa8BTIPnjd35qVWr
fNCSpzixnI3FzBCbvTAhxjaELdXz5SIJR2eTehBvyOZwq54Q5VpbcYcEF1Ks
FkBdizlVTmEETplHRIoWBz2PqWQGRi2CAKNSfR0dSF8MKBrBPB7AQbvETShI
xWffDIOTWUmz8VjSvisKtisECjNgXyvO3uFKI8XIxxmYFBNKXOA3JBAfOQm5
5uqUI2MkSsp6LFXsJPE10hpwoKjSgSdPNcbzEXkmK53aTjYFk2wZUWJofdUF
CmqERzBXXC1bWI5AP+PsvCjzJ1oQ2puvJcqI8yCZCvG16/E2UmEoCcs0iQUo
ipJYHizNPgUHLxgcmq9LxC/hxjHY3h79rJVvfJDkA3odi5fA+cEQy/Sa4wYw
wl9JOQwDT5DqhMwbfv99ksOrk7tsFZf2TTaKWElkA35R1VSo2SWSCBpJCIs3
29G6dwIiU1jCCvFOyqXId4f4ldzIDOWvFWVws283ZWN1zSg1zS5yQgXKwfYV
h9CaL/IbERaO7BICSF6SGR95TKRyZF37u7sPuKaTrd54jUk5AFk0Hl7u2eWR
q4KdJBR63irTPMvSJQk/xvq9JkvrjOgoFhAinQSI3nzjg6nxfo2kdg6uTTRY
sltEepi5zCEpsud6B5V3nBwWvL6RrC+UAFASbmK4sIANm+9srEFUOIBwiym2
F46JHZFWtUSyssMWLfodeQ5+y/gxsDXP5jaups9guODMaw4PolGkWEnPELl4
JWirC0zGlVVsMStSNOFW0Aw4vCH7RHqjaGRcCYqFChWvQ3BMapcCW2/IuaYZ
qK1phAoWLU1NRreJRxo4wjGJgs7zGJd7T76viiigINoQ+vgeXelrFreo5BfV
LanUUr/CYmQFl5rE8pUrDlSnXCTizgiBreBUFk9AX2JlQfSN4/CUtAcKRKgT
II48Yhuxfh9htQKin78ZMNCOyGS7xb5BaCq3kXhrwxzKH2dUeleDlEhC4Fi5
AN9xnNHeseJ6ohCficgiTIXbKpdYNP99I3I0Zrd657QUE8YtZLXSqZ4ZfGUM
LhrCF33IBScxbrJVcZFHUusnW5hl44wM7JC19eclewj9P1oNAfkzBfBQ0jtF
AbI4iaqPVZhMzBMzwiwqPz7LmDOSX2uu91pK4GfLbH1RFiy3de3sA7T3YTyN
SGrf+cw0MaR1ppLhqyyurg/7vkJ8VVpfSQIy5ch/F0IXI5ZghmWH9M6ir8B/
eIxinjJfswW9D+ggNyYPOna5xHCmDa8iDrnHsTXEm4PtAQBA0o7EXE74vWR1
Np0CXgCqllfpnLxGJAQQYlRU94yDkX0wpEThi6NT4EBlYZkeo8EqraUqZlCm
ZSVER9nfz8PPcKmccqMSJlklycGxAKDTOFdp3vi4q0DhTYTmNGjtZAX2hkSu
2QT3Or02MdFaqA1zZSpyuDWSLYbkFCBUchBxsAJm2V+IHKMUgJUksTBCTZlk
Kh0FARBNqVesltUHUak4DS3EIiopxt+MaqoBI0SebYWtx4edLB50amDx+iHn
qvCNDm8F/40JioPBr9cshgxbz7N0aNP9NBKSo9+R0ufLKHqRsYRIq0o0iind
kblaB1CATGULonOcmeHntNYpalc126AuPQyLEGHZ5GY1FI9z2IXlDSPbHSV+
FBkioSHKihD2wludBKIEbYno7Tk/dh/Szdhgvg6GJxEypKS6RIC5SNcZm6dE
SCBYwqcYPuN9WXgf8En1qNIAuOWz2JhQRwjIYl3FdZs4xx2jc/LiZ76VqGN5
77qAwQdafoncTrgftHr466sMAxzf4AM8ttkJxskLiWQwMZM3H3LP1WMCBiqC
Bgvyqd7tCh3a2VW045qywQjJ1EhCLIgG7XDlFyGQhU/yXl4HL5XddV+MOBlw
F6HAtz6bmwwzwtuBxrCaFYyTdxnGk1EwA0UjZTRpavdDcWBh0TyKpOOYECXt
RqNj5O0KbGgK02yyUDVsmEwO3zIToFJmpiiGGiM4zMX78I1ZAojfJVWHkyJ8
WYwIiIcvva0ICVyEQySjeT8Cie93MSFZPf9a21FgsKE5wRApMI+CahZtQmio
nw/w4EADU5Jt6A2lyBY5lYLM8iSvhEkfPN79f/7vdrcGUupXGnbIJfU6fvyd
d29PBq3mDAlGviGGkQvW1z2TSrdi3OirkxsBGeYjuIEI7AujRU/44JNCPCAU
j9GqdUYAmpmSvmzXoO1tGiq9pZcjYAqnZGjJs+0YjWR7LaGdUlRjjeYjPL9m
K+qxvQEPxJvyl9dSJL/7wjiZUArS0DrLJHZDA/Gk2kOoX+Id31y5AEvheH2w
BSA1avu6UmIIsKLWLSXP1HPCrigJDZLj2KYdRhYstcX57nTBq6jxj+ZyN5aC
jGhpuG9BFqrYhtL2FYYWs0Fr8gq5DGzr9JUPPahFBxfHzUD1ffE40nd6AXEU
ww0sCkQIyZ5dex1DaiPwLLhXTSbB4S3XlHZO6ImWOym2xtoZ6xgZsgkEPXsP
wTYJtu5RbskkKLxpCY5Uq472F75uz4FJQARf/MXMFky9KiqKiQdJg5SLRW2x
VQ2ChKhpVEQA67za7IYL21TCJzcMjZzSgYJm3kVdUEz4RK8V/mWJ+vfQmGVM
zWIDm3YClxSW4YxQFb/CqyFxBhOjkcQtcBbjVYIxX707NvkXFMAuSj9nz3jy
4nPQcf+bWm2ptsplN+STeD9AtB+bAxYL2LDZq4iqcvW05gvu5T3uRRK08LNf
7sOn+CF/9pl9V2h+1UxWEwRk5E4uPsUV++ZRgxHsUCFRcqAKjbCvZTeMCH23
F9JV4JdfsClusbn4/DluadRqhBSnfviPs08qcvQELMHO/+M//sO3XQs/vxvF
P52/e975dffXvV/3f33w68NfH/36+Ncnnb9757nlf33zvPz1X3/lDhYnx/h3
ghpcRr+dwSf989y2n85LCOmJD3EvQ6uTFp4IDH85SO7rQTnNc5cUF31bYt+3
xP3STTNOe6cCAbE+7x7DLihkGkOJa8HmdeDzZCXplGXkgnGa3i116vm+0GLU
X1FhlhAa4yhHwibeu4IT91SBYtVWCh1gK4ODZA9pHMZ7wGqm+Rzo0EfMmf04
xVQ0ELDFPMXiP2XT8nDwZSDjsA7XClTHJPG82QYuNJmizZUCiF2oqySBJCwE
kgaDnRFH+6b0khZk2kkvy5y6yuJd4mxyJAlJttpI4THsesSdFen6nWiXD65w
rcvEQDkCNaVhAEDiQuYhbSFV6F7mYtrWKFcsrRfdZrTEqL8rPT8HmTUV+2uI
49PGaGg4R1mgRRJQiyY7ndz+JWUTyztEZQJe5YWbiKx19vwYDvZfzcECUn9E
+aK6zOZ3O9uh1q6mdxKqjrbYsFSKfQRqZvu9SUyJ7bineWN4ktStBzdy71/v
EWpQLgYVgAyDcp+mQeL0Dd39vZf8ErplNqHeOJYXH1BJ5rUsV63ti82yEHkw
FCxqjGFHNiQhTHWC4JcGbABAplDzg+QxyQAKR437RGxCpYV5pI8ujc6Pcn0R
zX3ME+AIP8YYptiTtqLAlsHM6R0R+o3z32hUm896tuHkqF6xpxuoGdDXg+RR
2Ee6/Igr/IhsX7tmEUExbD+6tNTLI/Xpa0jbzmiZjxIDNK7PZz1eiNAYD+Q7
y+kAseRhqv95qjtM1ihWZb4FkUfwJ+OH4/3xPnNXPS5gHQfJg+ioNEwTTuvj
GijT3k1b1YddrqdaKd33a8VBkj1h40wrWhk4tcNKw1h9lXgZCNHyxiH97d/Z
pdC75RKowpLJYK1WaOe9j5FgeQMp9VPuDalQc+mYqrYUeknt8vHZvQRT5nAd
7lZ0o6a1ARc6SPtbi53KEy+5RRcGD9EBtFp3MVKIec13ShJ9LjMuEiQYXV7B
xgYOfkWGgf32qNEaNpv+/PnAud8l72vJKMQvlQVpYah2Wzl4/rTdHDNM5FU3
9qCZnpVSnTRJWlWTdfiQBHgQMtwNOHGQIbzu+QXVyKBPOWNYaD89j6s8s44q
WWRYnjW32WJbrCLAPLIC3AF/iWNSWhRfeFt6LaRkeI/mROoSHZtsWMzqbspZ
uUx2Jsen0nQQe3p//tw6hqPTRJ1GJu4SG4Vp9EWNPTRZFsNCdhTfmtx7835y
dm/I/yY/vqXf3734l/cn714c4++TV4evX/tfnDwxefX2/evj8Ft48+jtmzcv
fjzml+HTJPrI3Xtz+Md7DP57b0/PTt4CfO9588m8nG3oRFLvrmHPd5VR4+Xa
WRadPIdN7z1koGBT9M+f+XfsXo4dAUHb15BWoJX8J7qvsd0pxm5I0YVZus6b
dFkbTYPcXXgJ4TSCgkZWyem0yi7zVCH6y32jwqHdGr7/TLfXvglX9SzaoI8+
5+J5LNWG59XoAvsJH8N1ApkaTn5J1myfoRDpkNwWkdueduVhGg5G8EF09l0N
bGStSTMepATocXsSVQAmUTgkq4mdNTt3GGqiJTuH7wcHaCVnW+fp+041j8B4
tUwAdtjUKgSxObRTQiD2iyMQJEzZ+YUfnz7H2o5ba+ccnk54he3aEEY8kO+c
r8nFni3ufFj2Fcphli8VC0np1occP9Uq8rVAeyHF3ZvALFTQfSlGhmKwTE1z
KTzMtL9aJbEMrFYCmDFNSNtWawz3I6C0oSji21Ps2AR2CGfm1K4VO1W2VdGr
B9yHLRwdrp6f75suuG9W64oziD8cvU5coMhS68pk23qJwMqWnkYXsOwIk9TD
Td6slhcH1rq1NNXpe1z66XuEtI9x6kYapYmDx+80YoBInExowqhIT3UIgiBN
YE6ZlT6D8AKjfvzx/ZkHeaco3AfB8NahiuOLPWaESi52HA35dOD9CbwwjCqk
RTjvR0Ni7lBrkXdsU0eueoNuD/au40tclRnVtRCojY86DHWPnjVmVhl7235Z
OsNdTwbwGMH5MD4/PTM4Vue9R6wUyIXCSl8aZdo6bKlphyhRS1G2SeLMyd9W
n699FkgUY2rm+pG7e2D950UrOoUDc1tP7NSeGB2YvNQ5MWeO4fSGI2ud2Kk9
Maej3wwePbnXdHQ33TwXXT0e/U4nEE/RIU5RUEtet/N9+Zh+LN8Sk3lOdmrs
H47BMS+X6blRKDiC8Q/H777i3dDEstVRERd6dPYcj9kUgkerMfXnssYseIz1
8rgSfExvfV0GFru1EVVVpdcwKO0ApyMjkX1/VRYljRu80fRwG3wMVA5tdDKH
lp7iKvqgGaaFqLHdAkVqRiJVC0/faUF7Uyv5KBQBPrEZRsdHJ7cydtfmwzFj
Zz8V5UUHh45MbbCFi37DjKfPaUb5+6Jczk3WeVzKLvQyGKrMUmV0i8k1HiQZ
jn8LwQTqInQ3595gZRMpDNmtyGgLQ+KCt3CguzIgGE4Y0MldSkHehaU6uXzh
/tx19BvZq/uK3cGoH3/6+O7w+DWeCv7148fXp75/S18V0x2c+G/AfIBjR5Ul
7rCmLwH+Fw69lZoGtEKGYuFem7AmZHyB70VnIXDxVZfNkQT5Z6j1XkidIyOk
0TziWfmaw2IkGqtPrnQR7/VFOIMGgh7vaFiY9seeovB8tjvw2ICeu5UoURT4
vJVqR4BA9yVaa6j9EoWekBn3usmiIo5cE42ebCsIRfLu+eSUdW0gKpXUTS4y
PE/M2OSuX2rWSrCJm1gVeJ47bjLp11osrN7GdaCTnbenRD5twRuNkSmSt68n
w8SbGDnkDpYHH5O17pPk+lO8AoaZdY2Mpjhlt37qN9UBhWd0lFerEjqKGYz5
T1ADOZ7J6IJm8SwPnEaKdRu1q6yjK7NSwbFlUeG61HCX2RJeCzp+taEuZHEA
JnVHbkueWlYblfbsU0oRwNRxzMIAq/RY+nHAGTmzxltV1WfRyerl8q/OFJ3i
YjiU49RwRXmp/TLNzvOiMNm7nnH3F+fmAtx/hfNHKbPHEuC8J02LWW/DArIE
n06iijyENu5GvImrXuK+EZGIF+G9x4bMtkRZFP/KIdXdx5xFgFsCcHuETFIM
ySVfa4wlQdbXoIhNurpmNTjvTF7RAWm2j1ZB96G9vqLxhaQd+WNynaYjYadb
lm9z4G2+HFeRXCpnadWhUteTRDR3vvSo60SFEwyNOdMNhg5cR6Bmjrq7TJem
mdotvCkE5hIq9Ee3RlXuJTW4Xds4gKFlzTngeFihSU2UGx9vGtblvK092q4v
nqa74ipo+nEtGbI4Vf8OyMIT1mzqs4VsWDYNdb+tKJgz2upZeOuWOS+0vO4F
9X8KEiRdePkwNj0J07rK55jCbQuethUTtM7YFyMKpsuE5X/hGqM5O9qQliTt
5Zp26X6rpJnwZx0j2wcb+S3yAuDowCMpS44aiE32cjFsh7uOzwrmKIIEjGtx
QclZEld86HLiYunSEyhlfiwSxfdS/RaRDVws5tZgPjGWdfIDvEHnOdnVyVj+
2bkbyudx9TwidZoqJodh6pi7VT6fL7Np+WmogaKXmaYjIWxxxay+h4g4qRVy
DtThKr12XkNH5ZkpNpxu1MGF+xt6Yyl769gdJ+ZpJ6qo/YqjHyTokhEir5Tb
1VQd5STURUAbUnbQTl5IE4RCcl5mvhQs1ykFBN80MrHsRE6GpAF66yJVn1tK
EFYZwCdIczoXxj0ss7TSUupNiC9jUVvKqvv9r8i7JwVjB9zsTacWBZKnBeGh
bjQCFY/Q5+ZNgH9WBC63M4H/DnyHQ1O4la0lVETRt35oOBET5X1xmDrJcKrK
9TprFSKm0CeqwBctXYv4oE/Z+TzWfNEC3Jy6KIlbVpIg4WzOMccTCQk6QBVF
MIOEUn8wxlBk82tBgRXXj6JWlTLaFf4FAlS+0haCa21zR4SeXPYADNRKMNQY
S4+Uvp0RLhoTscS/Ja3UEQAkJ/IcQ4HcCmtmcQRpRi5Tp4vA1E1MR2S9V+Kw
BWrBnztsl5EJMRQct+Gd5KgPqRUhForxFpsy4r5gq0R26qzOBkmXRfsVLpoG
wI6DOB6aIA5v6KVNvKXXImrYLqcDa3ZhryBdZRlv6cnjR48/fwb6k5gC2TVV
IbTBQEMSE8wI8LlvaYm78oEGKRcTafcTW6VeAowkDmbxLNEYu8i2xzulUUk6
iFz7fBB4y0qFi2IC0bhZxvZS2oyoB07FXnpjJ8cW3fPNEpu2AVSwTOYMr+5P
3tfUE3bg4iigzpo0KaqW6h6NWaE4rdO2zuz5MU3BgSMtJ/V95w7fJ/97Ma3X
v7/LfxNx1r6nuIjD0y961eyaoz5whMmdhkiMQ/bUixUTHAKF8jsNITbyMzQr
8/rRcHbXVwFTWSBRpdC549Pnd3tdDcCqkT8ngy8McHTyBQNsN17DSG9//MKR
+Nr/SJjr3MuTd3d7/+UGFCI27WFQI1B5ePmLMOilxNbwYfJBoN/jTi9va17k
HAbP32mIV9YOHgowHktXTXdy17XE5uXuiohL3jLGDbIdDHBXzH4j6fREytCV
wFBFQnCn93XmQ2OgI4MojXHbIra/Lus4fX1HNNf78Rqz+U68SRNGuCuZMJW1
LI14d9f3uwU59f3bttD7qmZl2b1gXbM7rWVi+8y+MIXxops/uStw2UDSAe3k
rqDxxrAWbFHvudMATD6FCgt6fbjr7Pxya2p3n/hwO/gRNCf4WD7lDznuCh+W
pBWOj7svz/KH9NlnjoOTgEmjzITiR1G5QCPaJTto3sgLCUj75ZeqWY8u5lU3
3mqgAbKt+Ewf+yUZEMDb2RbAU1Mlx7QoOBi5pkKyjcYCpE1cf27MG7HK1o5X
gTOqUSKJReiXNTtE6WvAcfYdOaWOwiP5G9GuqywGDOw/Xdewd3zjl18W9BgK
n61GK/+BWSGUVbLbzUdJ9no+2+/57IGMsAffPkgeJo+SxyB6P02efcln7i6Z
NnfJxPn1w/f7v57++j9+TZKjI/z7za+0ytMzSc2RVXtXh0iQPnXn262kB1b6
Q+XbG1Dsbnjmr7OS+rrAeABta5JIQ9edyeTd0SAxgeGdlXz/G//XgQllo+fT
DRkgdB1HrXXUXZjcBNgkGcPPjQ98K8D25HDBjyF0h1bVN8TKJ2MpkXKBXnh6
E3VUlkbDLdsBEDFLYpxQMiST+LCvpnYA8gx2ByH6kuy8GZi0GSDmob80KvUa
i50XPaqQVkdlnxdb8ry2LgozqX5RgDbqgab7rmQtU11etEuEJkRqO5IyUvjJ
G0kKkKbtvMVa3APkVPWZzpi7kF6jhUijOlKsAFmcA6X7+/9tNEp+SEDka8pq
hKasZP9ASm/HJi7JWmOrzGY9TyUneeb72ptsEU7lRIA3WvkaH9JQXyS242Q0
+kEWgGWFt5rUgo8pGCk0s6jB9kJatMFJjYhoOXkdjlA/3Bp3BhwiOg/0MbBW
XXSbOJNKX065RQwdnMHNELzL5yP5qpg4tGgV3m+NKnWIZGDXGdm3mfMzyNia
T+SLBgTHhcOEu3WVjfjRuVSVx3RAjuZwXDI6UF/pYy3BOoTWAXqNL0vQCxdH
prSCOKqNp4uMADH44+7oeqAY7XKnA5XDM2cX1UwUI5bT940vU+yddxgwXyRh
dtd5OjZOWbNZkS43/8OnX3bmdnec3FcQDUkypgQbOSebagPXZm8g5tNPTRwg
hAv5Yw/sL8R2Q5X4+SN0UofMV6x5Q+HXKRks8QS3pyFRjZXIORHSovaeDRNC
vf0BeTEDRmj5DQYWPkKrjQskDBNH/pCbI2v2HsBUe09MLM0wLG9/d2jWs/+A
up/6Px8LUVLpnXKTd07PgDE88dllZ+ymzM+pzrNGpBh+Q6vyjRiKTC3emmGE
tUql7kfXNhmSSrCymDbFmhpB1uGNVbN7vI54CcGeH6rtc2EfZztlaI9AilQs
RaSfXxfpKp8lV+m1DTpg2wwIRT8ir/TJkRPxpfmuLcSPyfhHLCy2NZ8plTlI
HuxHYEUoBhok/Dq0S+Ui+OGBUmtmEo8Yu8Pk2W7y86u/JDOqskIxmpQpJNlL
RH1jasJ9TnBMTN6KW7VrH00pntd1HaLa7FGY22K4eAs6u9lH/IDfAlBl58Ns
5NOIAthYN7/8nUjyaZvXQ3bmgKUKLiJOyb/UHQ2ESFqh1pGM16bij1aa8125
4to0UVAAl1bwcRME1rhsOlV7FPojOwumg7hgfEetlUxTQMibhHWLVu81i1s9
O4RK/HTkFSRZDVFIwjhwJPIJaH8npFfoaxd3vzxm/RGguSvh6Gr08k2PVk/k
FaOfOQZOfc4ykiUvRETSKrPBNE6Id+zXjKtNKJG2pcXUcO+0qd/LYfKvQynN
AAICkj4WE85Ojgdq3u9khkoKmqPjiettgFqdV0GxbgcB2kX7aCUxEIR0Wc2+
x4T/0H8ASWVxXjOjq7IlS41a34lLAkRQ4yJU3mM4zbh2quU/mMwl94gLBrmu
a8anGnisiAK9MKY96nfnglMHhRD+MoT1wS7D/lKtUxS2MXZYgH0U6laF9b45
/CPSFSmyKjUz0cZzjhcw9tY4qaRK0WVYLa1vRHJrYwb3cV7PNvTeQfLvG/Q9
+pYz1F/tggtNc+kxrd6e5h4cHLYqjZZo81xsmWLCMecCKOxFuq4l98L0CRHv
rts541PlfEFbHRlxicumLrXnU4GZ7o2vuMPXe9GAgFacb+CWoVnLlwAi01LG
DbK068mmoJX5zE0bsUq2QFOmFT1mXI0mnWN2Bk9h3O++yyRQ0AaLELjuuFr9
5DKvR+nokpUkLPla1z2rACSBvTQUA2cpzCSkGFj6Ej4m8oJ+pZCd6HOSDTnp
pifHZjMkiZVwi9hHbi9zTKK8FBKkDCpDILn33gUYUSy++U1ryVuWF+nwv0sm
vdnUB5hOzAypm3AdL4ISr8UQ2aZx7UIA3OYGA3LqJCa+MIghv8aUGvUJj3ia
suyHwLIxaeZ3PS5JTPAcmM2w3/giZUdyaANPvlxYQ8escNfFiHWUltF1iQGL
eD+IYWoLALajH79gVrXDMorft8dJE5+KJYXTdflb4TWYq7slmT7x4ogN5g1a
rK3V6iLpWSM2AdNLNpzrtXs1r7BVZNC8gDvsPcaKVujufC0Iju52jX0ivYlr
WA67KGarKLid6KtQ/KlH3xpY2ZdjUDUcsV2BSrpgFRcVAVgt27/ZsP3b7drf
woRrTZ7hjIxJk/+hw9kxpzYwJs9vvY6v+fm1f4xeRPnCMb7FOqKfbwGPg/F4
rBUVhHVw0Uqzjm9viUYOE9UFS7fQmlAXzFwf5lDhnreNE3FNmSjmGVRlCg1z
Ud0/U6ejZZIJQev9l5w12Rr11dEq/TSal8UImSYS13Oq8SjJBLtsYzTESVVS
v2wlShqMjQ97YS6a2hvgqJonE8YobDbaM87J2gWs9i2KaFc5yNw7/av24+wO
+peM1TnCspVVdLlljeyyHnC8KrALZGnAJLY+hzINN6iR+Dpf9wUkHqS2LM+t
IntVCGXVXuhspS9GUcp7bbuAgVRK/TZ8xckSJHY2hmJxN6zwUCSHpz4SK6uN
vN/nLeDS0cHwXrqp9nPXflcwHMK2mAEUMB3Kf2HdqDJaiGf3K6CncV5cVhX3
W98SMei3YZXNu7JWn56PmUWoEmuUXHu5dZvLpRv2agcO91sZ3G/mb9+ArRAV
NWxtB6Xo7/efeu51C5X99Q6ruH2Ib8BT4iFuPNm/2Sq6P3c9kRt+7sDXvj1b
6+FrRW9oozI1uS1qgLKVLVsXVcY6lULaLb8Kvv6SHJFIopH8BDKOPovGf19K
5UpDWixD0dcc5qD9no08yC0oMls5lqkuwFMbnTJ6BiPL95+KRul5kpi2usM1
kqFjUy71YYxk1aYi3aXXnXJwoNfr+GFYF31fLpIbh3Tuh64v9LCTdewJfJx+
jPYCno6bgTVU592XKgrxuhEn8RYSGtLZYOVOGlbcKyuy1aly46z+LPU0jRlC
sxyjqnj4gczjolBhWu7hqWcsBF9kc9ehSB5SlC4lIQ0Pq/vzw9QG7tr1PGeS
h38fO2ebEiPd0lW5YReLJCQ7Bn05vURbEnB0WtRCWxhi5nkwPfoIJyzhKhXI
piBaYSpBQUX7TKtf6eHiXyd1GYUPmx6KUZg4mqOKfwmVQsVX2KYVhUKxE1vB
hkKUHuzL97XbpojDS6d1JHcVGWaE/D7hrg+8fYAt+Wd1xLRg6ywdVrBttwEe
UDeWEb5KqY4q+qTyHkwjXTIJSlHX3i3DSD1ytcb68xJDoLUbsZ1+J6rOXHN3
HBbppAdK0arebG/FIC5FFHu4mzpbLmwRG2sBcP2FpoGkE7RBU/kvKgdZLiv/
blPr8XmKEqYj/EZctzvqLbJA+6dvFf5Lf/q3DfG/iBx0B4gHOaYjv5DgQMTD
ijHvLfGIpBmD+v9pWnrMzJ3kgH8jNX2L2pZoEmRzO7W9WdPfJpndWdVXaG+d
5Kbla5TPbQzjCxeJU6urEZ0YXOWrb4xI1JBav5oy9fjRowePx9/chPENjpRl
ot8KVUdhJtMscKR8RfmWDTrYtrLVyHF/d7bqDFtNvpytug5bTb6Mrbp+trql
fwPQFoDif0PWahmd/REm6HnV17DW9pD/FZnabSo58bIzvB0nNbZSCCyvP3w6
uSMnbGGrc4TDV+WmQVq1/PxZyQ93CuaIiKDm22Dluq1WOTG9LVNQKJnc7nE4
n6/RlJ9zZ1xpShlTQTfNuB6OmnD/C98j82Mi37f/fDsR9QZ7oVkl3e+9ZBLf
8G+3iniaV8fv7Cw3wOGuq2jPcBw7xrYQhDH9724/34YstYnd14EzWvevvOf9
9uF1vheof6tDbY36FbDYeoj0I+Mfb3Vx/m0O9csQvPfnb28FBjHwRZuWS/TI
kSmqF144A9Le5ih1l26/JLptGUxgJU6ZC7z0t2Yubfn6/+csW3/+xpxF6TGe
zV9lFfE8MQ2MYNXDe775Kr7qp5cIxXzsNpr2jZnTlum+ASwOwq+9XOuvgxf7
f02Jo59RfWMt5q94Iv8pLso+BtXPmfBnO3e6kTV5RsTBId0YRo0hFEeHc32P
7Lx8Xw8k3sG3tfXt6rx7hWxJrhtXitWZ0IuzXka5BcMQRy1c1s3K0tePLavk
56K8As537q0jmi4ZkgcP/eytdnGRJ6W/RmaofSmBJ5TJn4YYcKyrJaPH/YP8
LCGdhcxXUUFNNoly7cfekkSyGIAvPVSU7OZ1tofSlSnZlK6i+kzM4WlmTRbz
ti2qZBZ1yMPuHT+h3TeNDIWm6Z6Ef15m15nvufGSegc0HPLNKRboS+aG7eFV
A7C2myw8hdB8z1+6bT60l+/JPxn50KKSwexPe/neFE6IcofiuGvyc3IjAxw6
zp9CojVy1GRGE/t6dkQGRVzWV0TvyJZcCB2gQleIbP0xs8kN7j1nY2Z5Pxqr
3TLRLTYj+ea/om2uK3M9i2QugMuFSoC/GofY4NtQcmFJdtyvUPx+3c5L7zzE
1i8DZnz1EN9gFfzzvyx7lp8+qyXcaM9kzV27Q/DQ1pihELjjOtE4+8/kIRn6
pUlKk3S0TgiPa258Pq7vMuynf+qwo5im930pcwCLCboDic698L+9owAnLiX7
iMjayw1u0KlDrE2t1IvgY/G3oNLtbZsFI+7QrHkLem4fc/Lri1/fAa7yXnob
M29bZ++jHcwCGLPqapErOHA7DZjDmchBd/KAJqZ8B/F+4X577I2bSMWMKMSj
8dW4e7BhKJw6+NDYteUXpPiuyf1BILEPmlTObWw34QXzsM4Mqy48v9AtIwTm
SFt100haIzDsAsq9uBlEL3pAlBXzOwGIxK++bVvg2IfcnYCR9AADR3G+H2bP
4kKdCtlSDyjeSVFlA5GoCspD0Fw5e54Lwc6TzRrk9KtzFqWLelNvgeK7Hih2
CzzEbQVuhOQWTOs8FzcquBMYkxiMrTWF3fQAkCmDbS3sqbZSjd5QS37izKQB
h8NzRhD9Twrj6OcKdw3jcBr+MNF+1bZB7+0xHuggf/n+llCNvvsfRUG4u4Rq
3JaV4aKQBirG3b+x3QGXir093IFxEZUMCivt24d9U5KYG5OI8PK9qE8044So
orLfF9hHBn6nwslUNQNLpgSk3YvCPLyiEni+3hHL9BdtjXgrNQ8xghrSmbev
b93WxEnh9F1DUAt1rOuEPru0JVNeheoKs3bNynb8PNE7Z5GOpTAqwZOnS+5b
gYSpwBCYYc+eXN+5SKZ3lXGp582MVdyzbgzGTaPktWm5xwokJdLkbTrFsR5V
2nC2fxRs0gkeiRN1ey4wN3ITXR/1/B6Z0pc3bK1EsMR8E8r2C5ljnO/IKeGF
sWjVCmeL5Nlq3VwzhfFq+7KshX351GuJG57nNWj5c4og94WAXF/xw946Za0O
eyYgvO+4hvBfSkv3RDM0+PILg+Wi4aqQ/CO47etU+rycV+kMk+AB56jkGCUQ
ad8VG/BuUsw5qAEQXPriSD0aKlyLRQ989JaRyorRnovuqTH6cDT2Tph4YLZH
hUzycMmd4JYxiinKygKphozU+5qlNfNILDA3zefzrPiI+QsfTfGkHtOZ0CIs
SiIiApoRuW3FZV4uQ1uG/srInO8PxBbNl73FuQLXOJzWx3D2gTkMQ7sTCaFy
/dxQY8i0i9dlN2ZLX3Sa+PU6M3ArNAeiGDUmS60fLX3PW1PT/Saua/kS7/Hf
ij/p3oXbyd6RaYZFgZyFbbm74YII8Vsj/GJmPzBzt6IQRSkhoaUizijP+BU6
gWaHwYe1UmkDAEER7xiQmURFA2kdOKuu5UrcDO+w8t0/qZnQT4CL3f0TFQEw
ACl690930Ncjo14d3BwSdEAChyfYHlIHrPeyVgi7E9h8/z3/Ntr70zAokAG+
3/vf4QkXXt+R93/wrxN1lk9H4dO/Tx7sP3n8dHD76Mnvuq/3zPj3PTPiHyN9
+4fvv2RKijK1C9ZVfM1mv2TqkQwbLSO8xoMPvgYAXwByu4iRn5MMJETksDUv
BgyELKQVV4nbgoN0d8xsEebKx6s/RUpaGhEvucHORDuubk57/Z0oXBFN8LfK
zznsJ6I8DFbvkDJJ0WZF+sLuaFTAzUwaphNWfccNckC0JBm7sMH2vvTk+mt0
sopJrXuDVBslqcluYZye/XLyWkgNCw2OeAsMLCzOMq3L5aYJz86yyA2ESxCC
L2NI2hm8G529rfeHBVe2VR5F4xL8v/fkwRg1Flr0BVapFytO3bc0T9zj7bAG
B0t1t4GrF1jYhwu2FO+nyDjFCyScimuxT7nSiRdcuHbRMMFSYZJopm4gbbeG
c3QW2xgMhLcRQQCmUo6QZT6t1BkXc0TASXHLebZEsU56qhi5kZv4hJJcqXZD
SlbY1YvyyqQfVCvxERYolbJCXS4pGe6iiny+RB0XnTEdgATO4m8ao0Snvja/
oCBeohc4HcX9YNktFiqqJrNlThULWzor9UWaZew+rkNjafExpvMcywFcpvnS
1slVILF2wtvQcTXyfevaeOlllZ9jiyLEUl8uVwvh4OFhniMlRFqASSKAbAqQ
zRfVuhEUpEMGYDgChlDQHpoC92tTD1s3xNkrcpHFB37jClx3BXwcnBlLiIgH
v0p9Tyu8uNeMp+G8GNrnWJssL7rXgcr9zmYbRF0s838aVYt4t8GGjFyJy3xO
H/v6/cqk4kITFb1KbThV5Lt7ylCPMF0uIs7h60E07EF24lCXEnI9ebnbeNxX
pMB8+fLU32/TqG2Hoe0MGJlhy8bKZTvixNuechg9XQVgE+dShdh0a2IaYQm2
86SZs3BxiZsi9CK+raaItxrVbYrYTbz27fNC7jYRWEBfajkVVSityWIXE0RC
+Os1tpnBcn4EHKdZ0lyfZBplgpFZqdvdE0NERVXF2B1NR05MGzCSTahASXsf
chJq0OWgmIzLWcMy/GDU4sxhZUAyBQz7j66ncVU4OjKocYa3bytql0LOuQCQ
tLvWq3JDeQvJKksLCvWp4yjZLSNzuIrzlJ1rqmHHDY3R6CtKJluydSttZTUn
nh7aZFTYlvqOHGejGNtOpfEw2Quy6Dv5SijTeVZkWOhSGxhOM9DG53DDWgPm
JP+cZ3FJ7tohMLrVVM1utOExDLpO2aC0UomgZVjy++zc7zN6uLUkba6Mpoq4
DPk8W2N58oIL4EmBSLYbB0oMAvCsytdcRPYCD5uNNBg51AlihguYUz17F0+l
lvSknsG+guy5kc7kV9lySahGVRiYjiHM1pvQY4BIXF7gRz1t1XSXvNwpZrdh
Nf4xwURGsq9dhQrtdDLyiKEEbMHMK6FfSBnIXM7lHeE+4KbWWMD3L9KYzddZ
9ecma3Hp8ryktnJMYfRKo2GP6ldT7wJEg1WG3QrzeiWjSRF07koAskh6zhIs
8UKytLnQ3naYzDfcC5TrVMOe5vS7Rbmd1JusfAqgs1FotRq41IYbxVQNpLwu
OfwQb0oXytLj03RrWXxemErGw2QBn5eVodEeDFQCtJDAJyDX6XWsRHDRaS79
OZKL0mpG4qMkeBaifaZpo0RGBpsnGqVFfmlXR9+lGIsnkgbJ1dEFXfFmBkFd
riUXhhrhuKNl/nNmKnG6u8+6/xSHfbAXFWW3oXH9c/OdN7ZhchsgcP1njDxa
Z0sLNlPDzxXc/xrwwNEds4IIn8KfcyqeK7ZHxJrLnDq52R6aMFKV8R0xFVCo
9UJXtAmhdv3ykzcd11z2k63Hfi8hGjS3V31TzMUJAkDarJhYac2QShQ9d+sG
I1IMMjg2EYXzTK3eykwYUBJbpmEzuhacvVmYnNC+CrKHtXpntq2ltWEZFMbD
jXB3AWTF2VzQoEXs9fnCWShG9cyFiNP6xBeR9J+/4yX9Xvc0VNuKtFuG4VGg
ws4nNG3dGcdFYOanOPyyh3eGr2EULD6dduCA43Obh61nKUPHperGCdaJLklh
rNqQaPCQt+5e6tXMZlTgRpushqUqRmpzEcwGn2sYp6OW0YAl4QXRGL1LE0vm
6CUg7g9TT2HtGp57u3n/JkTgNPQ6Qa8L5497z7nrskyvXK9AQvUOOqpRW6Xn
Vbq+UOvhOPJrdrQUkcisYFNloTFLLy2Td/Oqt3uQp16e/YbG0x05SHr29DfM
kZ7P3jiGi0SQ/GjZHIpLzjpEsb1wMnnn6+ATpdKD5jMwvBvt+4u0RvThvswh
JrndRWvO1cRNX7rHu4/2Pn9GnuNURIKt1uuMImyYzM3+fZPXufX1wjZGTTm6
AuIwou4OTjYqHTtuQKY+rfkLkEOIjFPUIJ4k1kGq2u9xn8p4120bzkHSvSVw
IC78BYcP2IQ3g5tbn3Sep+sU7Fk0NrEBRx46ehwbF/ue0p0ph/3XEHfhaPTM
lO7wb41oaSNZGtbDyJTFUgTVeVrNSSOSU2rBouXCrlF0qdkHjM9Edk+/Je0t
XPj703v3x0n//bTCIEU+qLzUO5jzHEWZP8aHhuCb2JVIPt/lTNRPfEpG7/RI
Qt9l5xQx3gq19iZfhmD45DChus/9dm3HyFtzgAvXAcOiOJGlu+WXrc1mXT//
rLfbxKN984Vy9kYNEm4bKat/zqv3IVSubxV3WoSd2PHEc9JZR/DCCLsB1QM2
sG5Is9iG53hJssusikDcWrMM01YGI/kLZAdc3RztAnT153J0xKHN4E4ySfzo
U7hpqB+ADJKRQc8yk9vA4gN59LBdDxZqRKJvAbZtNCQ020RrIplFyYat2Ea0
EIDcdgmHLjb8M/XkN29eV9CyQqe0sOYbWWgwI5LLI0Vu7KIbweaQVgtW36dV
rbSmFWv4jgwigeq3wgzLtahx3tJWY6sv5bk+QszPRKeZTDJm9sfG2HBalU05
K5fJzuT4dMCs8eEjbF3vxWu4A9g8TtrPrFn3JVWcJFaUIeFdjhShps0cVAlk
OUcrHE1DsSIlrUiNPZ4ek1KZnxdUhrW4NubDTREVBiQ+uILjQuaHUxTw3MHd
+2vf/F9qkOfcZDNtfuPYr/YfP0a2xA4vcw7ReEVZZM697R7lAcawSjesUY6h
cTlo5Itleo7lnqcj+xVp60CijMWT+cYSaM8SHjkg1+IZlTAyCOFDfkQKwQF5
IuTQi3SzbHiIaEoemprimgk91/V9/pQPSukjq8ciCvlmvGoW+qJF9K8h5vCb
NTaWqce6eZPMJtJHU5ZLQWA0O5CLZorcTiVBtkUKhMLWysqrvN35hmplo4BC
XGJQUqLVclKnmofg+i01KwRhZg+4feC4+Z5Dx2ZUP9ziQ97bf2pYdRhUwie3
gMh3evXHGd7UeIDFpiKN1S9ITfYoSJfJ/qNHSU4d4Wc8d7yptpT/+ClHSdsq
3714ztqKrCH71KCZdS5zPth/yKMI9SLDOZmNdbEgAzZVjlY02ieR/+wTkCyu
4ECro0QhctyRWxQVBD5qpkUL2OkINLYC7YIJhnkDHxIKbIAooBUyvP10tx0u
5YJeeaNwusjYHET0BVSdFVxq2Ilpy9q+7Eig4Stga98BFK6ItJLADCh8OYLt
4+x5DHI8anxNXiD7ykVZ1txu1ftb1fNNYuM83Di8xiZwT9BHKZngXHTLO08r
DZOHaUSVieM3maAwepIfChZk5VIJa8zYWE5++pQsxSARzNBsNEUfNfE0eHr7
e3T12ZQj1d1IFxJaoS7xO1ILjfroHI7pnWoOwHvP5ZB0UH9+gW+qdSxE4pAk
R8Js52Fz1CXbMGNpNEQy/fDD7/xBCD/6ClJlMdM6jwIis/YTElG85Em6zRYM
J7mIBLd+j23qRV4FspjZsk8o0eRoMeEbzGZ9dK3Ix3nBOdjjAAJFTQtH0Mou
0NBMpCL2snCkSO0RveUZ0CNGk5MsSvUgWIn0cuNjDNsoVf0sG4nmSFvTSHiK
9FuTBUegwkvNeEl9XDW6K0TFo8pFOObv4lcg7d8EYVWUQNxMbkfOWwWnGL1i
siibU0STPA30GInalAaHmpTXFs8XV8aWZNSABt0tef0r+6QGCU9J+pCvA/lv
io4GBWMlvY2OjtDjTRlat80CXW1fW1taGqOAGgyGYYccsdoW8e1rwsmOPlVQ
xBkZic8sAP/ESVue00pQWmg+E4jMngY2467eYC2EvV19deDPPKIJPLxKjl62
jtu4poEvDFtL0Yhtr4KKI/yjPPYxn89a4JAbL5HOoqAGxsN+FhW6WjL2R7wk
H+nsd5KBDmybX8KWDu/4tHrtQocenntyOhkmH/A/2MzxKAr/2NZQNXkb5IrA
gLgXH2Y51O0N66RVFG9z963qADwNXNTk9Ox1B/H0YPmYAktqydGRoqZ3tEt5
yqqP+FC/7LP+LeW1B2jrlENHwRFTFoNiKindDRIcJQGaC0wjVUfQCOhJwtGH
iWezYQHaspvYrMDE5rgLFdwC2N9j/+0b9szo8wWnKaEHFHXKS8XGmX035e3r
SX8O0m8AoJhGRFG42ywK9Q9fBnXbaeMrwP7gZrDb2/q1aBTf+G+MOMhmyPtk
M6WfYhR4yHbEBfgafzVaYtHI0tlE3znyjq99l92y4LAcUOz/gd08P/RddW9q
MZmu+pThGywGRXEQNh6h3crFM/sbRwAV247BQppE8Ps1bBNvcJ9fwrwIOJEF
KVLNYuGiZRnC7DccE+Wbr10mqaLpOp3my7y5RgmJBJ0tigv3qOsIsh0RoKtV
wl/E0IwqmsTp9N2tooV4BrsDbKmNvcDErA771nKnUVVxjMV2jdfUoAGV5qnH
cMFRQXgjaTSjwkZqRXtSmSoTtCM7MNoe9GN/dNS0Xk8Ofdg9EtVuR2r6Pd5S
eNUeRt+bj7wwxst6MN7bIoL1mb6CpqYkZrapMMQY6IuerfKJD0exwComOkGp
aoWrubdK/1xWP25W41Ve0C/3epx0kYTuPXL2izqKLdBBk//5f2DJgP/5u0RH
x08eIPpynvunNffW1pxutJXz7sjtH29osQkx+ERkyc1O4V8+vB4vE/eIkTzS
QpIqzjdw60BG+Wrx9u4XWkXfmPirHNySeVUsJvLNxNc3Nep/kqYl8bmkPI2P
JCaFj//tz5QIJQLCdY8U8Bsl6dspnIWC3/hdBZ6ixa5vNt6EFXzfhSU94Vf1
fReEtBdDxvK/6rZI4MVTQxHOBEprbIBhKVrI11AxFLpZIvZ5xqlNubmL/Pff
DpLewvi3BakYO/4spRU7xJTNQH76iIh8zXH0kwEU6mJVrU+eu8hiix+Wqlmt
0pHG6M2Tnb8b/t0gWebcjtU7gq2kurenoqpJxP6HRIplAkUGVffB/j8kX0d7
Wz6FtnnBcqN1s/xYbFYfESLq8fDwMx8SiPI/bTGH9xJOwby7Wxx6lWKxRCBA
gDWyc/rxw6efPyc7F9mnFISifIXdtloYqfV1sDCu2KgkYrfLKmqCwgLP9CM2
xf0Y5v/o7yI+QimYjDdcgXUevrc2G7P+j1gtpPde3g6532K7EYZzo/G9V/4N
d7MtZMlFuwVW3ye7/rFt8Po+2aNnzmf5R5mcvxA68kVwxMHiu/XwIDkuN6iE
zy6y2c+RWC+3MTlSMRCzm5LIBIzSUApjsw/CW2FbdkA0YemgtE+hjATQkHYA
R/G+lgCWzkls0WKk+SIr0urk48pYBYl8AVE4pZBVqjQYn3sPnq5Yl5Iqjcst
ZkhGXofoWG6Qiv8rainaVvO19lcHz1qRXRFtJy8gI50mTaqo/HjcJck9I9yo
KT9u6cmRl+GLwYFMz9vlw8kEa9NdQWB9sP2bP0ur86x5u6xP5p86JtSn473x
XmRLPZG40W6sUKRs8eyX6zpW9LRYFhorG8pZJveGQpazrjFAPy+rPGl5OLee
kmzyFkvGk/iEJMyYRyC1uWXUl52Y4jbeX0Ndzq9CTK4s4CqtfSEdot/0Ipnf
pFAPnmvbhJjHrWA1r2sGJBwN1GLRwje1aDMd4bURYnj+sRqRaDdfeh3ZSWly
T/4OPT1lHliF+OITTgxaUhmkbdJb2JNHBIqv4Vu1lhB0f46dFbdMF9JYuF9u
7MQJidey6xm/9dL0rGP7zfkiibLji+vB5u7sX0ZyjBP0r3fibY9j96TbpsYo
GCQ6Vr4O8+zTNz/D2+neltO71S2sC7h9cirU9zVkg160ZKPj5f1mNCSmH19O
3WmpIcrNb6NF4BUUX0zgLTy/jL7DfegYRL9aLBF72E2hgH7JXTPsF5vYCcHu
ZlqW3uTb8TyOsNiyuFYtSx9y0TUZdyCgq7JRIR2bt5GI5rP8LsfA6TuYvqeJ
HUaotdUS2x7aQEIWnEU7KhejKWlTJjNJaFQ8vUopN3kD2sQtVt1T0ikfP4x0
yjZnbJdpvW1jbaFsIsHbT8YPxvsgnsF4Kp4FMMPl/BIwgwJAgcpxkYWvBC5Z
KLqj1V8NdFaGzd1EJql2uosU0zmzCkMsZ7Ua9mNLRpdpkTQiBXY6J8RqmNq9
BbiD8W802twdNW46im6cQ4wPD1r4IIHKnmLH0Ne+HLYKiBZeunEZ4+QVKGpc
xGe5lMohfYceR3A029ayNeZJK+P0LWb7gNRMpu8VeIoSZOo0n3tNN55TayVt
ef1QnSSat6F93/Dq+kiAVty5xJtLLo1X1jshUnv70igYM0vRzuRTTW9zXqgh
p16nMx8pcJv7IkpYVxcPgfvuhmACCcb4MTzaxoT/9sB5TkH0qhxkX8L97K3E
UjcrrLpzrtXuNLvTOi1iYtiRVVOPtHhgVUYFWtqOjxZB9Z7dTjZptCQNTERn
ID68qSKjac1JQkOS96VyiXXJAbHmSwjnU8+AdntiGM3SE+MF31tK99emz62S
Qzetp895fBKqZYidUKc3cT4Uy2X+jkCQ2ykxCwNO+YjwhYQJYHpI0ONXioB+
GliHNf5zKcrGOSUhBSvBDlcpyOjMJ21xIOQVSB0RtwIHSBbZldaSqVvIQtGT
BwyPvQEXowMsucyrsliJtFm182FQJ5pR/qT4F+C+rUZ4Qpiks6lmVEAJcDQV
wlFgkjVGVhcUL3BeiqeISpohNqoPaJkvMtsmyiMmX+/lCus6wy7b18AAlEKK
85/x9ghoFhtZhoRGJJwJGYDuS32n3rFlzHoNu08AGFhSiypDU/ZQtlwzS6pT
ir2Yam2blGvPIX1gasHNQ0VCxwRvtIsUdL1nmF+FxbtwhE1xlXJ/MCCcWG6l
FkzdH2gDO77KXXLjM0UsOngO6nPtw55tfDaTnVBV7yKtLyKQ7kgZ8yXGZqGo
t/Kls5gALZftQepWxBqO2aTnUpptnteY2I2VAr0Dx07odZx5dokmDyIQWMf7
Aqud66c7ojr3jYZHJPJpUJh0gDAqLLUggJebYj7wjQYA1ZZwSFozPYIFT6q1
TwQjALZ/Fm2bs9WrTBOa0DoxGKvKu6yr4GOUD7bYfnAhXt72Xr9QkSYuOeVN
mqIuepEdWT7LTOtNBeeWjbsqMS6CI061e5/W3paLCQ/lq81Kixfgx5Qol2vJ
d4xa26xSPGxC0zXJZJiaLIqFTmNENtpmHWzptq47bZxrX3ldjGW+kPRQJZKs
l0pmsiRfikQS6cdbab5vVOIbX0ldCUwI3RIwZw7oBqcsUecA3H7rQB2FDN6U
v3CH9AWy5KTLq/S65sit2UWfp8IH5HF9/JD27TlXSwb0k7QsILIzTaFp1VxQ
tUGjY0UE9euoI/lTBb/o1G7OiXiTfnoNODep1NBSJGc02d6Dx0bR8tJPKwOC
8uyX6UwTF5ueWzHGDOqCejDgJcVsO7LBhX6ZiA7Yp8jTPUKD8xzL+1ONGIuv
SmEjvO2khHQR9zazqjmMO5lUA+R4oV8EuS1mNSJkW4xpYT6MfH2MQW7+o0iS
Z3EjPI7SwtetkNa0CIaW1moXVIjmLhTPHpkld/7AkdTt7e4KuVOslgzVxcJH
uAntDATK1CNWCrnoGAH6+EKbXl6kLEArXWD4+1q/FN4T6Kmh4UxR7SJlaKQM
HWxttNJhvoXIIqFoN0vSi3TjMeAKtW4pViUmympnRxGHMn/7jobrfzLAvV+Q
oJE3myZrwYaEg56zJV65xLJjVFMbVYqtTKP/uKh2A7eOo5qeobwtScn+ksrh
mP13vD5hvUMO2r0RLWn4q+4BCdsPBSP8IUhbX76wVBEsHjHKRTQJejA+nR/n
b3N+TlARekGSTgPB0mkxjxp9HygfY36xFIGITnw2KysbUtbBNHonpG/21MfY
jnO+JQpVOtlSi+avcgl6KkUdmAAeL1eGcvmw9kM/s09CznubmUzZXBxa81Gl
fYQiD9MpiG0T3/oLJuM3JqujWyA0HnDQYk1Ny5bSbsu2y2UMbGhk65W4Dope
gNuq8ve3lpHdcsmWgRHBuk0eGGCkvsJvz5U38cdaYJy+6oEqBZBplwP/UBfA
W8MmokpiXpKy3KrHXYUtL570O6xui0VpVy7bJkbsWm9RqJFEpr9e41mQ8rMg
oRPF9q6WbZUWA6+l4W/27iiMbqwupcgjU6D9YZ2iJ3anM9vgtvVts/RvD1hq
w+vO5/pw/9nDZ4+f7D/b4o3sP0J1GFJl+U4hut5baV8JSNIL2t27Rjl1dn0b
dm3luLcOHMUvfBGyoTnGb0hagUuVSqpPjoYq6ribrnHuCqtuU/GAv8AEURFO
TnPj+iG+t4KUiKG7Y5YNQtmtd+bLLAAxCNIVldYkHXpLFUuyuXeQf5uM6Tck
2Ujaj0+lk23dQ0hAuUPlffIMWTOA6o7Sww2ptCl9iasIYmFPwEgHRWJhbTvz
t8dxJyoan+pNOB4uc5ugtca4A3XYu5k69F2k9kIjhPHSpZr37nR3FjGm4F0a
+kL1qUYX42HFV6sdIv/soHtsVHwvbtyI4borttOLVVMpL7c2QL/TZs1Mub9i
+zj5KdMatRhPPsf8Yd9QBmWuLJvrLQ4RQhTryzXPMOLIVnW7/y3qm93HYmqh
npsWkaOyZ2YyWBZOf18nNfYq0ue+w1pkeEXE3I4l4hgN447pWhrO3V4b7jHW
hosaXnNJFJ664PrxNOi91ff3kmXOOf24TMViWtpYXyRFgMVS8276fdWsYbn9
I9C2qOQjT1tz1baBH5SKs3pFvW9EHerZLvz497zlz5j7fkstNlMHoBN0OIyi
uobdsMKhDavqyRv1ysRQlZlhD/8fbiOAXMTZkoC2rtIJqA2wXKya+GyIguUt
spp9wrGk/0Bq0ZNxMvhrJccyRbU5B6SDxQf/n7re/NjfM6Fcpzmpdkmrafbu
AZbtep4lmzXV5pcoYucDEDxMZjmsm8JxD6MmC7zSbqYTImFex/ivrclW37MN
5eGzvSe7yJu+O/xwmjx76h9QDDx49pQw+DvCPfM1AhW/DGj1/d7vQ9jE93/f
G7iBLvYfHNOM9+wzQRsmLvUtVeg5lHo1oG8vmVYQB1O7We7Ld1FjGOKqG7IJ
0W7JDxgVD1vRQEQPHuw/fiimtyI7L5ucIYV/A3+fYWvvDS6pnV9CVbo0igfw
MG4+1DrOvYPW25Ym+yP+XYswSuW6a493zP68F04kpRqTfw+wl1I0AHwerOTB
sk/krlUWjUePhuW+MyZCKirv+DtxzR5QgdD3tRzYS9gVVUN+o/48rJqpn8qH
n1s9nKi23IwBybFQBKtQCy45FavFa2Dk7kQsm7DzndPXJ6ChT5bo/4Ivm8R+
OaEv32lJCh3FTbKlsFj79LvTCT6OJ/kSLSUn2B4rwRKYaAvZeXnybpAsZCPO
uytp169efDgS6QcWBOvB/+BAOKYJKIhynJ0wo6ePPn8OqYwwjXX9RqFh8Pij
vd2H5PGHe2KBkrSBwuVK4bfPQBZaqh2Mk+C8Q6PkPRjvBX/HWqMpUtwPWWGc
MCnyHhgx6x75uctarA7UYYGXHKR17mTG955iadBNX5yr19wEnqgR+h4qLyJx
iQ8SxA7ni24Gf4X3rKOM1Ikc3NEeImQTLOYOWKoPFckLDids93rCzkUn7w5P
ffxKlS1gTRfsG62HzhtqfcENrSqKd6m5QCzCjnQM26bsgWvhFLCehAloQ3Mt
dcUAVGk5Oi3RGkDhy7RoXLz438MaG9+dnN35INXmM/Qkw0tzOB4yEGBfde2j
5yjlddaEJdp4C4zXoKL0UcBoOpWuTS4AOypiQ9HX7T5cVMoc0AEFVR/I7bDe
/XSJ5SYo4r8m+ZVP0lTKj4oD4M0oZxtfRaoFBrppPlBAWirRWbMwz/XG02ta
EKCTeF3clkAi7TZCfhBKdibbZTm9zMtNDYA2XcqcnlqDfZkUxVJutIJZcVa/
iO+Z9j5yPrhlpmEQ6OEnTwsFpZQmrD26Cd5C71IqRdBT1zakWXLJUiB0ZPbW
ggcrLapvejxiVGUFMrQ5DRhXqYiXsMopNfuYM3XaSkOJMMFvUkNZvPi60hb9
a+hKzTKO45EYyHAvnInw6r+uXMaWmaSqgcPEcaMAXrHP4+YAqLDxkWx8pB2W
IrHYKW3hGj9UvG/TeEr9dPfpPgbyOvd+XRbt44ZtUkMyvvMEQX/Xj9/pVR+7
0xiv40omJN+yI7nVoFPRwxnHrppAWlclJFQIGQB8NjcSTRhO+rp54XJRhnqH
QvMrTPWd23YZsjfEpdCE09716bVUtNVLH91rqWnhV+v8xYYds1EALVaU4Rdi
wxH3kKttKpRYjjDadi6V6FkU0e8E+yj8z9v1t72oGjnFYmGLQK2n7jSkRuQy
uGbZcqEh5MjZFlmqrT2V0PuKzYT3qenLRRuqkKjglLyUKq9/xihgbx3L0IJP
u2eRo7UGUkfymjoKYqiZr4hA6knK0RIZxrVf1022GrsTP7CEhaRzJjZUoDfl
NKFwxJ71+CWOnN4PPTtsAES8mtgQ3481BwsK00f5fKfOSNBzt4JdrtSDR492
AX4DUzJF3ywXjq2L2NREyBUsFwRRKV6546FOrZqMbBkUOtiHqfeuSIHWjAFS
Swsn2xtpJqtmnuf8mi43S4zytdZOloFM9xBvWIyNnzUQNt9KkBiIdMTEeCdQ
fbgNFS2Pu3TEGECtbruRJrJh2HvlSA6zgWBppyUeRYz63WAJwxQ5SqPBhY4P
FgNdWczpLoURSmWBE4nnTK7Kag5yVCEFn9jyyHhPp4FtUopMQjAD18EFSYs/
sihjtwK8PNFRDbHlIId/8/1qXaVpdl0WAkpZO/JsZITYGUfCPuluoAZkm6Cw
Qsk0NLr2bdkkKsPkqHfKZvrnjAp1x3g7izE+6vEjtmQXF3WyN0ELFJNNzrAw
WrSk+QuXcqrL6/t79L58+jIxyoh8PAlPP9njp11Z+a9eqkKyj8pzFKELWgFf
aYEWLuclknE0lh4koLmz2fsYSdOPQJrewDbISZ5MuB8U92DwdGEiEQz3eM4n
+7vAWp0Cqx6awBDf89Me0N9xZT6EteiyTamvk+4h81PMgQ+XiGLkVpm06gQE
oar/vDR3XqJng9r5kfY8Z+kbvmJr2jltgLUDCiVONzAKxlTg5wsGqLntaoJq
rXeJMXBcPQG5CmMibjTnprshnpqZwjX5eRbYevR8k8+5CkdhPB4eA8P1ou4r
GAsLhLpo2qgJE93jTg8StKsnjKsQ22t9z+kB7RFSsBG5DjdUSbo/u+g6YDPQ
dKbV600gYs+dY1YLN/R5Nks5kE3KpSCHq8QYTMcnpJAMe/EYWo117kBYwa5Y
WUFVv69R2KyumWxaSw2sCd9F9ZZb7IW5xu4waF9AEgr4B8USEjExE4QIKNfn
ZxDSatV0LOTF2dU3cDZFjsIzCw0kq6F6uilyYucqWOG66c0N8w9YAO5TbBJp
g5xQfH95QYRonQIFXJbnJNfhQs6xr4nzbWra2dGVVOnIPpnYR2bDpBbJCYRG
fAwvNMbhSkiQNMa6SOZRRqntCWYXjpfM3ShyqR3XYBER8lKSEGobXPgNmGq4
pn8Sb4HCwuJgCm1eRqE0cOpcci649sbcoYza3QrvTEXVwrPjzvDhSgfHJX3t
7z920GsE81H8x9AaNCsqcZQ+xMjNXxy9ffPmxY/HL46HXHlPdGfuEDrBpy1N
Bvx/jbQHLVBCHJ88e4oGJQ/s0OkTGT+vbLJZq7ixdC+KC6QPpEyfGB1/B8SD
gcoHSpcikYGsx9r+VC0bgCuAPBV27GYkitofsQRky6tMiEG58CxrvRrR/09A
sybkz0EPwewCrYOIfMz7WJ5IKdzPSQa4wTQA86VWpESXq28t1NqJSPOh8qQI
xyyzxG3JL9JqtdhgK/S5BkTWiVPBKmkLVsPQcykW8bRYoQjzDhTzurGZ7G3r
ie2ggcm/2myDqGe7kbI2Hs1Ehb5KK44wC/AMGVrtd7FRL+4K95xcZdNkWsFB
+8hObN8BS73i9rvzDCgItQfv3X8tajzd2msi/LgUNI9o4UaJL0XqBjLhObt3
I/BK4hj6nFnap1KSmB+BYVLXXqyF6/DCE/LA4zjVMrqlhjtjmoRrMe/E3Fiq
NQk0+ZJCSZI3hz++4AgAYQaUIUFiq0uvkFD65mdWWtadM4aLDhY1iWQFps4c
mUy3LYfxAJeEC5Iol0vWC3FVzsxju4fLEnmFcHShLYxE4KHAzBtiy0bYxVB3
bbMSJCYkIbSFv3GtpCYQX3Vtd5uVeBug5cESgGhHavtRsDgdiQqHGvvR0Wd3
1DVGieiUTF4dvn7tw4pxpxRpSRIPnTvKV1Zo9srRdqFZW7S25GXQlRcwU92M
AC+xg46y9ryWwn9cjjQtbNMkW/8KAKMNx6rahBNGUgkZeUAtQe+RsgaysAeL
rTHmhK/ZU1ybJsUAClD9aHeVFBQ4DS9gx0sV8lCgCQ9j0nGCfUyxex18UZW1
iZPUqAcUIYYkNPrLqBJ/9Jxv6IdlElltBjIOOEuSK1a1JvNUVW7OL0CAGaJV
CHcphk7sS1cWLB2gHRoElmzozU9AQV2I6BUtLtGMDG6Lk3EBSp6Vyw0TLwud
BoH8OOpL1OS19onyNJFvbNsoaK2hSCfn6bpxnbDTyvfu9H0dtd0Qer1E3aZY
bf4cRFGqxkZuR58vWHIobIWnqMEnJnKKSm9IfpqTl7QiZ4Qam8Kf8jWF+Upf
cGLYqIDhLlKResWizeUXppzySTSqcxlBvoH7nqNUhpIaaEgYek/gpnMj4ySc
yHJE2ZA+WkJCxUnScf9fa9fS2zQQhO/7KyxxaCNhKO8Th9CKh4SqigiouDmx
Q6y4dhTbCUXivzPfzOzu2IWkEviWx84+vDvPb3aCnOPCyMAXMSat62vfMX1V
R+xLxDMFy9NH/lNxFefhTphwQPXldFykFQ7DfZmT5DLz1uMq+x20hNL4yjpS
MqtQsFRUVtAg7aFTv1yyLqx1ZWyvUe0PUjTI5iJFDFtbg60ao6AjRgLg8ezy
U2J+ZFjZIB4nGdYoAmm03kGUzV+Zon2F+yjaiJiGQ4RaO2ktLJLbDW7I46ql
So3H16QYnieWgfWbXHpGlNAyBkzdl6vZRMt/ilxQr7HuwJzsPhwo9yf25QFC
YU0jbiqb0+S9EY3YFziP54TBQWPr7zECxTG6vYtKfg2np4UBqPWJLmufZiUi
kIt9kOK2FyhdnebNviYrJOcRG/BNiEKGEixStNNKUifZnbmWG+p86dN4DKGj
FtA2+KCyI5axYdFPxPvztJ14/qbZ1xCIAPh7p7s4D2I2h/GXwNPPd71C3EuO
mGyrkOvd12QCyfxEtwhZ9QbIiBURGWW/hIcxu8l4kj3rpdBc2OtnxJgCo+Uy
b8dpyYhbLsTA9zKF5SUyp3VY6m2WWNZIcebJzMwZ0b3+9rNN9iAGyhsR3w5O
DvNUyLOABo0hkwqQg1DmIYaiWgYktMV3uZ5V1yN2Mvp93J/IT/lTjJOis4fY
F8HdgVhU5QfNF6f9ZQCoTT1Kpb7B0FX/x4rFRWKntq7UiG0oi6pCzTwVMk3f
zZFyPBR+p2FvgPhJ63Zlseeo3MTo760RKFJu9sP0cno3duPcFbIbV00Fi4X+
Nl2E6JbM8oFzF2SjvLktiGDeNMn5qiklxSOr18qroxEqFQl87EJ8LfCGeM+g
t+XVxtSI6gDkmFzTx2+rrOE/ovPrko5x8rFkr++o33IrArOcq4OxiYJg6OTN
PYRxV0Rr0M02WK9tcpHt17jaejQzn80kDLPAYrODO95zXAm3YeB7AqNvS+9Y
ywku7bRmYD0brpQePHeDAbYrkVw/zN05lo+oKothjV0TgHbo0nAz2GWN14az
buTujkuHOEZV8SUOxAGQZpOmacJoHHcuqfHvS1QRvyWjQbjpSj7/cq+Hj8u3
2bJLf9KLS3XE6bbbpLvdIj07Sx7pk/ia2DtcGNLU7mC7J7GdIL+YH1XZ1lQQ
k2tnOMzKUR4lWBbd8l4D+fou4RaHG5qR3C0KIVizwwSe/iuBZ0MCtpBoCY0x
7xf3pvX8P9J6EWmFSkVJn2+8SIXZBrsZjIYNNtZ9N0jYbdu+OPLCXkbqRAhO
XN0JJ2ynHBnbqyOtqXN6fgMjpKYdnZoBAA==

-->

</rfc>

