Blame doc/rfc5215.xml

Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
<rfc number="5215" category="std">
Packit 06404a
Packit 06404a
<front>
Packit 06404a
<title abbrev="Vorbis RTP Payload Format">RTP Payload Format for Vorbis Encoded Audio</title>
Packit 06404a
Packit 06404a
<author initials="L" surname="Barbato" fullname="Luca Barbato">
Packit 06404a
<organization abbrev="Xiph">Xiph.Org Foundation</organization>
Packit 06404a
<address>
Packit 06404a
<email>lu_zero@gentoo.org</email>
Packit 06404a
<uri>http://xiph.org/</uri>
Packit 06404a
</address>
Packit 06404a
</author>
Packit 06404a
Packit 06404a
<date month="August" year="2008" />
Packit 06404a
Packit 06404a
<area>General</area>
Packit 06404a
<workgroup>AVT Working Group</workgroup>
Packit 06404a
<keyword>I-D</keyword>
Packit 06404a
Packit 06404a
<keyword>Internet-Draft</keyword>
Packit 06404a
<keyword>Vorbis</keyword>
Packit 06404a
<keyword>RTP</keyword>
Packit 06404a
Packit 06404a
<keyword>example</keyword>
Packit 06404a
Packit 06404a
<abstract>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
This document describes an RTP payload format for transporting Vorbis encoded
Packit 06404a
audio. It details the RTP encapsulation mechanism for raw Vorbis data and 
Packit 06404a
the delivery mechanisms for the decoder probability model (referred to
Packit 06404a
as a codebook), as well as other setup information.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Also included within this memo are media type registrations and the details
Packit 06404a
necessary for the use of Vorbis with the Session Description Protocol (SDP).
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</abstract>
Packit 06404a
Packit 06404a
</front>
Packit 06404a
Packit 06404a
<middle>
Packit 06404a
Packit 06404a
<section anchor="Introduction" title="Introduction">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Vorbis is a general purpose perceptual audio codec intended to allow 
Packit 06404a
maximum encoder flexibility, thus allowing it to scale competitively 
Packit 06404a
over an exceptionally wide range of bit rates. At the high 
Packit 06404a
quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits), it 
Packit 06404a
is in the same league as MPEG-4 AAC.
Packit 06404a
Vorbis is also intended for lower and higher sample rates (from 
Packit 06404a
8kHz telephony to 192kHz digital masters) and a range of channel 
Packit 06404a
representations (monaural, polyphonic, stereo, quadraphonic, 5.1, 
Packit 06404a
ambisonic, or up to 255 discrete channels).
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Vorbis encoded audio is generally encapsulated within an Ogg format bitstream
Packit 06404a
<xref target="RFC3533"></xref>, which provides framing and synchronization.
Packit 06404a
For the purposes of RTP transport, this layer is unnecessary, and so raw Vorbis
Packit 06404a
packets are used in the payload.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="Terminology" title="Conformance and Document Conventions">
Packit 06404a
Packit 06404a
<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14, <xref target="RFC2119"/> and indicate requirement levels for compliant implementations.  Requirements apply to all implementations unless otherwise stated.</t>
Packit 06404a
<t>An implementation is a software module that supports one of the media types defined in this document.  Software modules may support multiple media types, but conformance is considered individually for each type.</t>
Packit 06404a
<t>Implementations that fail to satisfy one or more "MUST" requirements are considered non-compliant.  Implementations that satisfy all "MUST" requirements, but fail to satisfy one or more "SHOULD" requirements, are said to be "conditionally compliant".  All other implementations are "unconditionally compliant".</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Payload Format" title="Payload Format">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
For RTP-based transport of Vorbis-encoded audio, the standard RTP header is
Packit 06404a
followed by a 4-octet payload header, and then the payload data. The payload
Packit 06404a
headers are used to associate the Vorbis data with its associated decoding
Packit 06404a
codebooks as well as indicate if the following packet contains fragmented
Packit 06404a
Vorbis data and/or the number of whole Vorbis data frames. The payload data
Packit 06404a
contains the raw Vorbis bitstream information. There are 3 types of Vorbis
Packit 06404a
data; an RTP payload MUST contain just one of them at a time.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="RTP Header" title="RTP Header">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The format of the RTP header is specified in <xref target="RFC3550"></xref>
Packit 06404a
and shown in <xref target="RTP Header Figure"/>.  This payload format
Packit 06404a
uses the fields of the header in a manner consistent with that specification.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
<figure anchor="RTP Header Figure" title="RTP Header">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |V=2|P|X|  CC   |M|     PT      |       sequence number         |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                           timestamp                           |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronization source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The RTP header begins with an octet of fields (V, P, X, and CC) to support
Packit 06404a
specialized RTP uses (see <xref target="RFC3550"></xref> and 
Packit 06404a
<xref target="RFC3551"></xref> for details). For Vorbis RTP, the following
Packit 06404a
values are used.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Version (V): 2 bits</t>
Packit 06404a
<t>
Packit 06404a
This field identifies the version of RTP. The version used by this
Packit 06404a
specification is two (2).
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Padding (P): 1 bit</t>
Packit 06404a
<t>
Packit 06404a
Padding MAY be used with this payload format according to Section 5.1 of
Packit 06404a
<xref target="RFC3550"></xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Extension (X): 1 bit</t>
Packit 06404a
<t>
Packit 06404a
The Extension bit is used in accordance with <xref target="RFC3550"></xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
CSRC count (CC): 4 bits</t>
Packit 06404a
<t>
Packit 06404a
The CSRC count is used in accordance with <xref target="RFC3550"></xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Marker (M): 1 bit</t>
Packit 06404a
<t>
Packit 06404a
Set to zero.  Audio silence suppression is not used.  This conforms to Section 4.1
Packit 06404a
of <xref target="VORBIS-SPEC-REF"></xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Payload Type (PT): 7 bits</t>
Packit 06404a
<t>
Packit 06404a
An RTP profile for a class of applications is expected to assign a payload type
Packit 06404a
for this format, or a dynamically allocated payload type SHOULD be chosen that
Packit 06404a
designates the payload as Vorbis.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Sequence number: 16 bits</t>
Packit 06404a
<t>
Packit 06404a
The sequence number increments by one for each RTP data packet sent, and may be
Packit 06404a
used by the receiver to detect packet loss and to restore the packet sequence. This
Packit 06404a
field is detailed further in <xref target="RFC3550"></xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Timestamp: 32 bits</t>
Packit 06404a
<t>
Packit 06404a
A timestamp representing the sampling time of the first sample of the first
Packit 06404a
Vorbis packet in the RTP payload. The clock frequency MUST be set to the sample
Packit 06404a
rate of the encoded audio data and is conveyed out-of-band (e.g., as an SDP parameter).
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
SSRC/CSRC identifiers: </t>
Packit 06404a
<t>
Packit 06404a
These two fields, 32 bits each with one SSRC field and a maximum of 16 CSRC
Packit 06404a
fields, are as defined in <xref target="RFC3550">
Packit 06404a
</xref>.  
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Payload Header" title="Payload Header">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The 4 octets following the RTP Header section are the Payload Header. This
Packit 06404a
header is split into a number of bit fields detailing the format of the
Packit 06404a
following payload data packets.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Payload Header Figure" title="Payload Header">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                     Ident                     | F |VDT|# pkts.|
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Ident: 24 bits</t>
Packit 06404a
<t>
Packit 06404a
This 24-bit field is used to associate the Vorbis data to a decoding
Packit 06404a
Configuration. It is stored as a network byte order integer.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Fragment type (F): 2 bits</t>
Packit 06404a
<t>
Packit 06404a
This field is set according to the following list:
Packit 06404a
</t>
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
<list style="empty">
Packit 06404a
<t>      0 = Not Fragmented</t>
Packit 06404a
<t>      1 = Start Fragment</t>
Packit 06404a
<t>      2 = Continuation Fragment</t>
Packit 06404a
<t>      3 = End Fragment</t>
Packit 06404a
</list>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Vorbis Data Type (VDT): 2 bits</t>
Packit 06404a
<t>
Packit 06404a
This field specifies the kind of Vorbis data stored in this RTP packet. There
Packit 06404a
are currently three different types of Vorbis payloads. Each packet MUST contain only a single type of Vorbis packet (e.g., you must not aggregate configuration and comment packets in the same RTP payload).
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
<list style="empty">
Packit 06404a
<t>      0 = Raw Vorbis payload</t>
Packit 06404a
<t>      1 = Vorbis Packed Configuration payload</t>
Packit 06404a
<t>      2 = Legacy Vorbis Comment payload</t>
Packit 06404a
<t>      3 = Reserved</t>
Packit 06404a
</list>
Packit 06404a
Packit 06404a
<t> The packets with a VDT of value 3 MUST be ignored.</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The last 4 bits represent the number of complete packets in this payload. This
Packit 06404a
provides for a maximum number of 15 Vorbis packets in the payload. If the
Packit 06404a
payload contains fragmented data, the number of packets MUST be set to 0.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Payload Data" title="Payload Data">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Raw Vorbis packets are currently unbounded in length; application profiles will
Packit 06404a
likely define a practical limit. Typical Vorbis packet sizes range from very
Packit 06404a
small (2-3 bytes) to quite large (8-12 kilobytes). The reference implementation
Packit 06404a
<xref target="LIBVORBIS"></xref> typically produces packets less than ~800
Packit 06404a
bytes, except for the setup header packets, which are ~4-12 kilobytes. Within an
Packit 06404a
RTP context, to avoid fragmentation, the Vorbis data packet size SHOULD be kept
Packit 06404a
sufficiently small so that after adding the RTP and payload headers, the
Packit 06404a
complete RTP packet is smaller than the path MTU.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Payload Data Figure" title="Payload Data Header">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |            length             |       vorbis packet data     ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Each Vorbis payload packet starts with a two octet length header, which is used
Packit 06404a
to represent the size in bytes of the following data payload, and is followed by the
Packit 06404a
raw Vorbis data padded to the nearest byte boundary, as explained by the <xref target="VORBIS-SPEC-REF">Vorbis I Specification</xref>. The length value is stored
Packit 06404a
as a network byte order integer.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
For payloads that consist of multiple Vorbis packets, the payload data consists
Packit 06404a
of the packet length followed by the packet data for each of the Vorbis packets
Packit 06404a
in the payload.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The Vorbis packet length header is the length of the Vorbis data block only and
Packit 06404a
does not include the length field.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The payload packing of the Vorbis data packets MUST follow the guidelines
Packit 06404a
set out in <xref target="RFC3551"></xref>, where the oldest Vorbis packet occurs
Packit 06404a
immediately after the RTP packet header. Subsequent Vorbis packets, if any, MUST
Packit 06404a
follow in temporal order.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Audio channel mapping is in accordance with the
Packit 06404a
<xref target="VORBIS-SPEC-REF">Vorbis I Specification</xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Example RTP Packet" title="Example RTP Packet">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Here is an example RTP payload containing two Vorbis packets.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Example Raw Vorbis Packet" title="Example Raw Vorbis Packet">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   | 2 |0|0|  0    |0|      PT     |       sequence number         |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |               timestamp (in sample rate units)                |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronisation source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                     Ident                     | 0 | 0 | 2 pks |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |            length             |          vorbis data         ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        vorbis data                           |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |            length             |   next vorbis packet data    ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        vorbis data                          ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..               vorbis data                    |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The payload data section of the RTP packet begins with the 24-bit Ident field
Packit 06404a
followed by the one octet bit field header, which has the number of Vorbis
Packit 06404a
frames set to 2.  Each of the Vorbis data frames is prefixed by the two octets
Packit 06404a
length field. The Packet Type and Fragment Type are set to 0. The Configuration
Packit 06404a
that will be used to decode the packets is the one indexed by the ident value.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
<section anchor="Configuration Headers" title="Configuration Headers">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Unlike other mainstream audio codecs, Vorbis has no statically 
Packit 06404a
configured probability model. Instead, it packs all entropy decoding 
Packit 06404a
configuration, Vector Quantization and Huffman models into a data block
Packit 06404a
that must be transmitted to the decoder with the compressed data.
Packit 06404a
A decoder also requires information detailing the number of audio 
Packit 06404a
channels, bitrates, and similar information to configure itself for a 
Packit 06404a
particular compressed data stream. These two blocks of information are 
Packit 06404a
often referred to collectively as the "codebooks" for a Vorbis stream,
Packit 06404a
and are included as special "header" packets at the start 
Packit 06404a
of the compressed data. In addition,
Packit 06404a
the <xref target="VORBIS-SPEC-REF">Vorbis I specification</xref>
Packit 06404a
requires the presence of a comment header packet that gives simple
Packit 06404a
metadata about the stream, but this information is not required for 
Packit 06404a
decoding the frame sequence.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Thus, these two codebook header packets must be received by the decoder before
Packit 06404a
any audio data can be interpreted. These requirements pose problems in RTP,
Packit 06404a
which is often used over unreliable transports.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Since this information must be transmitted reliably and, as the RTP 
Packit 06404a
stream may change certain configuration data mid-session, there are 
Packit 06404a
different methods for delivering this configuration data to a 
Packit 06404a
client, both in-band and out-of-band, which are detailed below.
Packit 06404a
In order to set up an initial state for the client application, the
Packit 06404a
configuration MUST be conveyed via the signalling channel used to set up
Packit 06404a
the session. One example of such signalling is
Packit 06404a
<xref target="RFC4566">SDP</xref> with the
Packit 06404a
<xref target="RFC3264">Offer/Answer Model</xref>.
Packit 06404a
Changes to the configuration MAY be communicated via a re-invite,
Packit 06404a
conveying a new SDP, or sent in-band in the RTP channel.
Packit 06404a
Implementations MUST support an in-band delivery of updated codebooks,
Packit 06404a
and SHOULD support out-of-band codebook update using a new SDP file.
Packit 06404a
The changes may be due to different codebooks as well as 
Packit 06404a
different bitrates of the RTP stream.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>For non-chained streams, the recommended Configuration delivery
Packit 06404a
method is inside the <xref target="Packed Configuration">Packed
Packit 06404a
Configuration</xref> in the SDP as explained the 
Packit 06404a
target="Mapping Media Type Parameters into SDP"> Mapping Media Type
Packit 06404a
Parameters into SDP</xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The 24-bit Ident field is used to map which Configuration will be used to
Packit 06404a
decode a packet. When the Ident field changes, it indicates that a change in
Packit 06404a
the stream has taken place. The client application MUST have in advance the
Packit 06404a
correct configuration. If the client detects a change in the Ident value and
Packit 06404a
does not have this information, it MUST NOT decode the raw associated Vorbis
Packit 06404a
data until it fetches the correct Configuration.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="In-band Header Transmission" title="In-band Header Transmission">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The <xref target="Packed Configuration">Packed Configuration</xref> Payload is
Packit 06404a
sent in-band with the packet type bits set to match the Vorbis Data Type.
Packit 06404a
Clients MUST be capable of dealing with fragmentation and periodic
Packit 06404a
<xref target="RFC4588">re-transmission of</xref> the configuration headers.
Packit 06404a
The RTP timestamp value MUST reflect the transmission time of the first data packet for which this configuration applies.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="Packed Configuration" title="Packed Configuration">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
A Vorbis Packed Configuration is indicated with the Vorbis Data Type field set
Packit 06404a
to 1. Of the three headers defined in the
Packit 06404a
<xref target="VORBIS-SPEC-REF">Vorbis I specification</xref>, the
Packit 06404a
Identification and the Setup MUST be packed as they are, while the Comment
Packit 06404a
header MAY be replaced with a dummy one.</t>
Packit 06404a
<t>
Packit 06404a
The packed configuration stores Xiph codec
Packit 06404a
configurations in a generic way: the first field stores the number of the following packets
Packit 06404a
minus one (count field), the next ones represent the size of the headers
Packit 06404a
(length fields), and the headers immediately follow the list of length fields.
Packit 06404a
The size of the last header is implicit.</t>
Packit 06404a
<t>
Packit 06404a
The count and the length fields are encoded using the following logic: the data
Packit 06404a
is in network byte order; every byte has the most significant bit used
Packit 06404a
as a flag, and the following 7 bits are used to store the value.
Packit 06404a
The first 7 most significant bits are stored in the first byte.
Packit 06404a
If there are remaining bits, the flag bit is set to 1 and the subsequent
Packit 06404a
7 bits are stored in the following byte.
Packit 06404a
If there are remaining bits, set the flag to 1 and the same procedure is
Packit 06404a
repeated.
Packit 06404a
The ending byte has the flag bit set to 0. To decode, simply iterate
Packit 06404a
over the bytes until the flag bit is set to 0. For every byte, the data
Packit 06404a
is added to the accumulated value multiplied by 128.</t>
Packit 06404a
<t>
Packit 06404a
The headers are packed in the same order as they are present in Ogg <xref target="VORBIS-SPEC-REF" />:
Packit 06404a
Identification, Comment, Setup.</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The 2 byte length tag defines the length of the packed headers as the sum of
Packit 06404a
the Configuration, Comment, and Setup lengths.</t>
Packit 06404a
Packit 06404a
<figure anchor="Packed Configuration Figure" title="Packed Configuration Figure">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |V=2|P|X|  CC   |M|     PT      |             xxxx              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                             xxxxx                             |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronization source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                      Ident                    | 0 | 1 |      1|
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           length              | n. of headers |    length1    |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |    length2    |                  Identification              ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        Identification                       ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        Identification                       ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        Identification                       ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..               Identification                 |    Comment   ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                            Comment                          ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                            Comment                          ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                            Comment                          ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..           Comment            |             Setup            ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                            Setup                            ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                            Setup                            ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>The Ident field is set with the value that will be used by the Raw Payload
Packit 06404a
Packets to address this Configuration. The Fragment type is set to 0 because the
Packit 06404a
packet bears the full Packed configuration. The number of the packet is set to 1.</t>
Packit 06404a
</section>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Out of Band Transmission" title="Out of Band Transmission">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The following packet definition MUST be used when Configuration is inside
Packit 06404a
in the SDP.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="Packed Headers" title="Packed Headers"> 
Packit 06404a
Packit 06404a
<t>
Packit 06404a
As mentioned above, the RECOMMENDED delivery vector for Vorbis configuration
Packit 06404a
data is via a retrieval method that can be performed using a reliable transport
Packit 06404a
protocol. As the RTP headers are not required for this method of delivery, the
Packit 06404a
structure of the configuration data is slightly different. The packed header
Packit 06404a
starts with a 32-bit (network-byte ordered) count field, which details
Packit 06404a
the number of packed headers that are contained in the bundle. The
Packit 06404a
following shows the Packed header
Packit 06404a
payload for each chained Vorbis stream.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Packed Headers Overview Figure" title="Packed Headers Overview">
Packit 06404a
<artwork>
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                     Number of packed headers                  |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                          Packed header                        |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                          Packed header                        |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<figure anchor="Packed Headers Detail Figure" title="Packed Headers Detail">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                   Ident                       |    length    ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..              | n. of headers |    length1    |    length2   ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..              |             Identification Header            ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   .................................................................
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..              |         Comment Header                       ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   .................................................................
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        Comment Header                        |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                          Setup Header                        ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   .................................................................
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                         Setup Header                         |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
<t>
Packit 06404a
The key difference between the in-band format and this one is that there is no
Packit 06404a
need for the payload header octet. In this figure, the comment has a size bigger
Packit 06404a
than 127 bytes.
Packit 06404a
</t>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Loss of Configuration Headers" title="Loss of Configuration Headers">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Unlike the loss of raw Vorbis payload data, loss of a configuration header
Packit 06404a
leads to a situation where it will not be possible to successfully decode the
Packit 06404a
stream. Implementations MAY try to recover from an error by requesting again the
Packit 06404a
missing Configuration or, if the delivery method is in-band, by buffering the
Packit 06404a
payloads waiting for the Configuration needed to decode them.
Packit 06404a
The baseline reaction SHOULD either be reset or end the RTP session.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Comment Headers" title="Comment Headers">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Vorbis Data Type flag set to 2 indicates that the packet contains
Packit 06404a
the comment metadata, such as artist name, track title, and so on. These
Packit 06404a
metadata messages are not intended to be fully descriptive but rather to offer basic
Packit 06404a
track/song information. Clients MAY ignore it completely. The details on the
Packit 06404a
format of the comments can be found in the <xref target="VORBIS-SPEC-REF">Vorbis I Specification</xref>.
Packit 06404a
</t>
Packit 06404a
<figure anchor="Comment Packet Figure" title="Comment Packet">
Packit 06404a
<artwork>
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |V=2|P|X|  CC   |M|     PT      |             xxxx              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                             xxxxx                             |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronization source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                      Ident                    | 0 | 2 |      1|
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |            length             |            Comment           ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                           Comment                           ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                           Comment                            |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The 2-byte length field is necessary since this packet could be fragmented.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
<section anchor="Frame Packetization" title="Frame Packetization">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Each RTP payload contains either one Vorbis packet fragment or an integer
Packit 06404a
number of complete Vorbis packets (up to a maximum of 15 packets, since the
Packit 06404a
number of packets is defined by a 4-bit value).
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Any Vorbis data packet that is less than path MTU SHOULD be bundled in the RTP
Packit 06404a
payload with as many Vorbis packets as will fit, up to a maximum of 15, except
Packit 06404a
when such bundling would exceed an application's desired transmission latency.
Packit 06404a
Path MTU is detailed in <xref target="RFC1191"></xref> and <xref target="RFC1981"></xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
A fragmented packet has a zero in the last four bits of the payload header.
Packit 06404a
The first fragment will set the Fragment type to 1. Each fragment after the
Packit 06404a
first will set the Fragment type to 2 in the payload header. The consecutive
Packit 06404a
fragments MUST be sent without any other payload being sent between the first
Packit 06404a
and the last fragment. The RTP payload containing the last fragment of the
Packit 06404a
Vorbis packet will have the Fragment type set to 3. To maintain the correct
Packit 06404a
sequence for fragmented packet reception, the timestamp field of fragmented
Packit 06404a
packets MUST be the same as the first packet sent, with the sequence number
Packit 06404a
incremented as normal for the subsequent RTP payloads; this will affect the
Packit 06404a
RTCP jitter measurement. The length field shows the fragment length.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="Example Fragmented Vorbis Packet" title="Example Fragmented Vorbis Packet">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Here is an example of a fragmented Vorbis packet split over three RTP payloads.
Packit 06404a
Each of them contains the standard RTP headers as well as the 4-octet Vorbis
Packit 06404a
headers.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Example Fragmented Packet (Packet 1)" title="Example Fragmented Packet (Packet 1)">
Packit 06404a
<artwork>
Packit 06404a
   Packet 1:
Packit 06404a
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |V=2|P|X|  CC   |M|     PT      |           1000                |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                            12345                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronization source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                       Ident                   | 1 | 0 |      0|
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |             length            |            vorbis data       ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        vorbis data                           |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
In this payload, the initial sequence number is 1000 and the timestamp is 12345.  The Fragment type is set to 1, the number of packets field is set to 0, and as
Packit 06404a
the payload is raw Vorbis data, the VDT field is set to 0.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Example Fragmented Packet (Packet 2)" title="Example Fragmented Packet (Packet 2)">
Packit 06404a
<artwork>
Packit 06404a
   Packet 2:
Packit 06404a
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |V=2|P|X|  CC   |M|     PT      |           1001                |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                             12345                             |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronization source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                       Ident                   | 2 | 0 |      0|
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |             length            |          vorbis data         ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        vorbis data                           |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The Fragment type field is set to 2, and the number of packets field is set to 0.
Packit 06404a
For large Vorbis fragments, there can be several of these types of payloads.
Packit 06404a
The maximum packet size SHOULD be no greater than the path MTU,
Packit 06404a
including all RTP and payload headers. The sequence number has been incremented
Packit 06404a
by one, but the timestamp field remains the same as the initial payload.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<figure anchor="Example Fragmented Packet (Packet 3)" title="Example Fragmented Packet (Packet 3)">
Packit 06404a
<artwork>
Packit 06404a
   Packet 3:
Packit 06404a
Packit 06404a
    0                   1                   2                   3
Packit 06404a
    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
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |V=2|P|X|  CC   |M|     PT      |           1002                |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                             12345                             |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |           synchronization source (SSRC) identifier            |
Packit 06404a
   +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Packit 06404a
   |            contributing source (CSRC) identifiers             |
Packit 06404a
   |                              ...                              |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |                      Ident                    | 3 | 0 |      0|
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   |             length            |          vorbis data         ..
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
   ..                        vorbis data                           |
Packit 06404a
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Packit 06404a
]]></artwork>
Packit 06404a
</figure>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
This is the last Vorbis fragment payload.  The Fragment type is set to 3 and the
Packit 06404a
packet count remains set to 0. As in the previous payloads, the timestamp remains
Packit 06404a
set to the first payload timestamp in the sequence and the sequence number has
Packit 06404a
been incremented.
Packit 06404a
</t>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Packet Loss" title="Packet Loss">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
As there is no error correction within the Vorbis stream, packet loss will
Packit 06404a
result in a loss of signal. Packet loss is more of an issue for fragmented
Packit 06404a
Vorbis packets as the client will have to cope with the handling of the
Packit 06404a
Fragment Type. In case of loss of fragments, the client MUST discard all the
Packit 06404a
remaining Vorbis fragments and decode the incomplete packet. If we use the
Packit 06404a
fragmented Vorbis packet example above and the first RTP payload is lost, the
Packit 06404a
client MUST detect that the next RTP payload has the packet count field set
Packit 06404a
to 0 and the Fragment type 2 and MUST drop it.
Packit 06404a
The next RTP payload, which is the final fragmented packet, MUST be dropped
Packit 06404a
in the same manner.
Packit 06404a
If the missing RTP payload is the last, the two fragments received will be
Packit 06404a
kept and the incomplete Vorbis packet decoded.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Loss of any of the Configuration fragment will result in the loss of the full
Packit 06404a
Configuration packet with the result detailed in the <xref target="Loss of Configuration Headers">Loss of Configuration Headers</xref> section.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
</section>
Packit 06404a
<section anchor="IANA Considerations" title="IANA Considerations"> 
Packit 06404a
Packit 06404a
<list style="hanging">
Packit 06404a
<t hangText="Type name:"> audio </t>
Packit 06404a
Packit 06404a
<t hangText="Subtype name:"> vorbis </t>
Packit 06404a
Packit 06404a
<t hangText="Required parameters:">
Packit 06404a
Packit 06404a
<list style="hanging">
Packit 06404a
<t hangText="rate:"> indicates the RTP timestamp clock rate as described in <xref target="RFC3551">RTP Profile for Audio and Video Conferences with Minimal Control</xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="channels:"> indicates the number of audio channels as described in <xref target="RFC3551">RTP Profile for Audio and Video Conferences with Minimal Control</xref>.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
Packit 06404a
<t hangText="configuration:"> the <xref target="RFC4648">base64</xref> representation of the <xref target="Packed Headers">Packed Headers</xref>.
Packit 06404a
</t>
Packit 06404a
</list>
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Encoding considerations:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
This media type is framed and contains binary data.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Security considerations:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
See Section 10 of RFC 5215.</t>
Packit 06404a
Packit 06404a
<t hangText="Interoperability considerations:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
None</t>
Packit 06404a
Packit 06404a
<t hangText="Published specification:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
RFC 5215
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
Ogg Vorbis I specification: Codec setup and packet decode.  Available from the Xiph website, http://xiph.org/
Packit 06404a
</t>
Packit 06404a
Packit 06404a
Packit 06404a
<t hangText="Applications which use this media type:">
Packit 06404a
<vspace blankLines="1"/>
Packit 06404a
Audio streaming and conferencing tools </t>
Packit 06404a
Packit 06404a
<t hangText="Additional information:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
None </t>
Packit 06404a
Packit 06404a
<t hangText="Person & email address to contact for further information:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
Luca Barbato: <lu_zero@gentoo.org>
Packit 06404a
<vspace blankLines="0" />
Packit 06404a
IETF Audio/Video Transport Working Group
Packit 06404a
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Intended usage:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
COMMON</t>
Packit 06404a
Packit 06404a
<t hangText="Restriction on usage:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
This media type depends on RTP framing, hence is only defined for transfer via <xref target="RFC3550">RTP</xref>.</t>
Packit 06404a
Packit 06404a
<t hangText="Author:">
Packit 06404a
<vspace blankLines="1"/>Luca Barbato</t>
Packit 06404a
Packit 06404a
<t hangText="Change controller:">
Packit 06404a
<vspace blankLines="1"/>IETF AVT Working Group delegated from the IESG</t>
Packit 06404a
</list>
Packit 06404a
Packit 06404a
<section anchor="Packed Headers IANA Considerations" title="Packed Headers IANA Considerations"> 
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The following IANA considerations refers to the split configuration <xref target="Packed Headers">Packed Headers</xref> used within RFC 5215.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<list style="hanging">
Packit 06404a
<t hangText="Type name:"> audio </t>
Packit 06404a
Packit 06404a
<t hangText="Subtype name:"> vorbis-config </t>
Packit 06404a
Packit 06404a
<t hangText="Required parameters:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
None
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Optional parameters:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
None
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Encoding considerations:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
This media type contains binary data.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Security considerations:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
See Section 10 of RFC 5215.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Interoperability considerations:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
None
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Published specification:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
RFC 5215
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Applications which use this media type:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
Vorbis encoded audio, configuration data
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Additional information:"> 
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
None
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Person & email address to contact for further information:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
Luca Barbato: <lu_zero@gentoo.org>
Packit 06404a
<vspace blankLines="0" />
Packit 06404a
IETF Audio/Video Transport Working Group
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Intended usage:">
Packit 06404a
COMMON
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Restriction on usage:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
This media type doesn't depend on the transport.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t hangText="Author:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
Luca Barbato</t>
Packit 06404a
Packit 06404a
<t hangText="Change controller:">
Packit 06404a
<vspace blankLines="1" />
Packit 06404a
IETF AVT Working Group delegated from the IESG</t>
Packit 06404a
</list>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="SDP related considerations" title="SDP Related Considerations">
Packit 06404a
<t>
Packit 06404a
The following paragraphs define the mapping of the parameters described in the IANA considerations section and their usage in the <xref target="RFC3264">Offer/Answer Model</xref>. In order to be forward compatible, the implementation MUST ignore unknown parameters.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="Mapping Media Type Parameters into SDP" title="Mapping Media Type Parameters into SDP"> 
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The information carried in the Media Type specification has a
Packit 06404a
specific mapping to fields in the <xref target="RFC4566">Session Description
Packit 06404a
Protocol (SDP)</xref>, which is commonly used to describe RTP sessions.
Packit 06404a
When SDP is used to specify sessions, the mapping are as follows:
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<list style="symbols">
Packit 06404a
Packit 06404a
<t>The type name ("audio") goes in SDP "m=" as the media name.</t>
Packit 06404a
Packit 06404a
<t>The subtype name ("vorbis") goes in SDP "a=rtpmap" as the encoding name.</t>
Packit 06404a
Packit 06404a
<t>The parameter "rate" also goes in "a=rtpmap" as the clock rate.</t>
Packit 06404a
Packit 06404a
<t>The parameter "channels" also goes in "a=rtpmap" as the channel count.</t>
Packit 06404a
Packit 06404a
<t>The mandated parameters "configuration" MUST be included in the SDP
Packit 06404a
"a=fmtp" attribute.</t>
Packit 06404a
Packit 06404a
</list>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
If the stream comprises chained Vorbis files and all of them are known in
Packit 06404a
advance, the Configuration Packet for each file SHOULD be passed to the client
Packit 06404a
using the configuration attribute.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The port value is specified by the server application bound to the address
Packit 06404a
specified in the c= line. The channel count value specified in the rtpmap
Packit 06404a
attribute SHOULD match the current Vorbis stream or should be considered the maximum
Packit 06404a
number of channels to be expected. The timestamp clock rate MUST be a multiple
Packit 06404a
of the sample rate; a different payload number MUST be used if the clock rate
Packit 06404a
changes. The Configuration payload delivers the exact information, thus the
Packit 06404a
SDP information SHOULD be considered a hint.
Packit 06404a
An example is found below. 
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="SDP Example" title="SDP Example">
Packit 06404a
<t>The following example shows a basic SDP single stream. The first
Packit 06404a
configuration packet is inside the SDP; other configurations could be
Packit 06404a
fetched at any time from the URIs provided. The following
Packit 06404a
<xref target="RFC4648">base64</xref> configuration string is folded in this
Packit 06404a
example due to RFC line length limitations.</t>
Packit 06404a
Packit 06404a
Packit 06404a
<list style="empty">
Packit 06404a
<t>c=IN IP4 192.0.2.1</t>
Packit 06404a
<t>m=audio  RTP/AVP 98</t>
Packit 06404a
<t>a=rtpmap:98 vorbis/44100/2</t>
Packit 06404a
<t>a=fmtp:98 configuration=AAAAAZ2f4g9NAh4aAXZvcmJpcwA...;</t>
Packit 06404a
</list>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Note that the payload format (encoding) names are commonly shown in uppercase.
Packit 06404a
Media Type subtypes are commonly shown in lowercase. These names are
Packit 06404a
case-insensitive in both places.  Similarly, parameter names are
Packit 06404a
case-insensitive both in Media Type types and in the default mapping to the SDP
Packit 06404a
a=fmtp attribute. The a=fmtp line is a single line, even if it is shown as multiple lines in this document for clarity.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Usage with the SDP Offer/Answer Mode" title="Usage with the SDP Offer/Answer Model">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
There are no negotiable parameters. All of them are declarative.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
<section anchor="Congestion Control" title="Congestion Control">
Packit 06404a
<t>
Packit 06404a
The general congestion control considerations for transporting RTP
Packit 06404a
data apply to Vorbis audio over RTP as well.  See the RTP specification
Packit 06404a
<xref target="RFC3550" /> and any applicable RTP profile (e.g., <xref target="RFC3551" />).
Packit 06404a
Audio data can be encoded using a range of different bit rates, so
Packit 06404a
it is possible to adapt network bandwidth by adjusting the encoder
Packit 06404a
bit rate in real time or by having multiple copies of content encoded
Packit 06404a
 at different bit rates.
Packit 06404a
</t>
Packit 06404a
</section>
Packit 06404a
<section anchor="Example" title="Example">
Packit 06404a
Packit 06404a
<t>
Packit 06404a
The following example shows a common usage pattern that MAY be applied in
Packit 06404a
such a situation. The main scope of this section is to explain better usage
Packit 06404a
of the transmission vectors.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<section anchor="Stream Radio" title="Stream Radio">
Packit 06404a
Packit 06404a
<t>This is one of the most common situations: there is one single server streaming
Packit 06404a
content in multicast, and the clients may start a session at a random time. The
Packit 06404a
content itself could be a mix of a live stream (as the webjockey's voice)
Packit 06404a
and stored streams (as the music she plays).</t>
Packit 06404a
Packit 06404a
<t>In this situation, we don't know in advance how many codebooks we will use.
Packit 06404a
The clients can join anytime and users expect to start listening to the content
Packit 06404a
in a short time.</t>
Packit 06404a
Packit 06404a
<t>Upon joining, the client will receive the current Configuration necessary to
Packit 06404a
decode the current stream inside the SDP so that the decoding will start
Packit 06404a
immediately after.</t>
Packit 06404a
Packit 06404a
<t>When the streamed content changes, the new Configuration is sent in-band
Packit 06404a
before the actual stream, and the Configuration that has to be sent inside
Packit 06404a
the SDP is updated. Since the in-band method is unreliable, an out-of-band
Packit 06404a
fallback is provided.</t>
Packit 06404a
Packit 06404a
<t>The client may choose to fetch the Configuration from the alternate source
Packit 06404a
as soon as it discovers a Configuration packet got lost in-band, or use
Packit 06404a
<xref target="RFC3611">selective retransmission</xref> if the server supports
Packit 06404a
this feature.</t>
Packit 06404a
Packit 06404a
<t>A server-side optimization would be to keep a hash list of the
Packit 06404a
Configurations per session, which avoids packing all of them and sending the same
Packit 06404a
Configuration with different Ident tags.</t>
Packit 06404a
Packit 06404a
<t>A client-side optimization would be to keep a tag list of the Configurations
Packit 06404a
per session and not process configuration packets that are already known.</t>
Packit 06404a
Packit 06404a
</section>
Packit 06404a
</section>
Packit 06404a
Packit 06404a
<section anchor="Security Considerations" title="Security Considerations"> 
Packit 06404a
<t>
Packit 06404a
RTP packets using this payload format are subject to the security 
Packit 06404a
considerations discussed in the 
Packit 06404a
<xref target="RFC3550">RTP specification</xref>, the
Packit 06404a
<xref target="RFC4648">base64 specification</xref>, and the
Packit 06404a
<xref target="RFC3986">URI Generic syntax specification</xref>.
Packit 06404a
Among other considerations, this implies that the confidentiality of the
Packit 06404a
media stream is achieved by using encryption. Because the data compression used
Packit 06404a
with this payload format is applied end-to-end, encryption may be performed on
Packit 06404a
the compressed data.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section> 
Packit 06404a
<section title="Copying Conditions">
Packit 06404a
  <t>The authors agree to grant third parties the irrevocable right to copy,
Packit 06404a
  use, and distribute the work, with or without modification, in any medium,
Packit 06404a
  without royalty, provided that, unless separate permission is granted,
Packit 06404a
  redistributed modified works do not contain misleading author, version,
Packit 06404a
  name of work, or endorsement information.</t>
Packit 06404a
</section>
Packit 06404a
<section anchor="Acknowledgments" title="Acknowledgments"> 
Packit 06404a
Packit 06404a
<t>
Packit 06404a
This document is a continuation of the following documents:
Packit 06404a
</t><t>
Packit 06404a
Moffitt, J., "RTP Payload Format for Vorbis Encoded Audio", February 2001.
Packit 06404a
</t><t>
Packit 06404a
Kerr, R., "RTP Payload Format for Vorbis Encoded Audio", December 2004.
Packit 06404a
</t><t>
Packit 06404a
The Media Type declaration is a continuation of the following
Packit 06404a
document:</t><t>
Packit 06404a
Short, B., "The audio/rtp-vorbis MIME Type", January 2008.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
<t>
Packit 06404a
Thanks to the AVT, Vorbis Communities / Xiph.Org Foundation including Steve Casner,
Packit 06404a
Aaron Colwell, Ross Finlayson, Fluendo, Ramon Garcia, Pascal Hennequin, Ralph
Packit 06404a
Giles, Tor-Einar Jarnbjo, Colin Law, John Lazzaro, Jack Moffitt, Christopher
Packit 06404a
Montgomery, Colin Perkins, Barry Short, Mike Smith, Phil Kerr, Michael Sparks,
Packit 06404a
Magnus Westerlund, David Barrett, Silvia Pfeiffer, Stefan Ehmann, Gianni Ceccarelli and Alessandro Salvatori. Thanks to the LScube Group, in particular Federico
Packit 06404a
Ridolfo, Francesco Varano, Giampaolo Mancini, Dario Gallucci, and Juan Carlos De Martin.
Packit 06404a
</t>
Packit 06404a
Packit 06404a
</section> 
Packit 06404a
Packit 06404a
</middle>
Packit 06404a
Packit 06404a
<back>
Packit 06404a
Packit 06404a
<references title="Normative References">
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
<reference anchor="VORBIS-SPEC-REF">
Packit 06404a
<front>
Packit 06404a
<title>Ogg Vorbis I specification:  Codec setup and packet decode.  Available from the Xiph website, http://xiph.org/vorbis/doc/Vorbis_I_spec.html</title>
Packit 06404a
</front>
Packit 06404a
</reference>
Packit 06404a
Packit 06404a
</references>
Packit 06404a
Packit 06404a
<references title="Informative References">
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
<reference anchor="LIBVORBIS">
Packit 06404a
<front>
Packit 06404a
<title>libvorbis: Available from the dedicated website, http://vorbis.com/</title>
Packit 06404a
</front>
Packit 06404a
</reference>
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
Packit 06404a
</references>
Packit 06404a
</back>
Packit 06404a
</rfc>