home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1890 < prev    next >
Text File  |  1996-02-16  |  38KB  |  1,012 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                Audio-Video Transport Working Group
  8. Request for Comments: 1890                                H. Schulzrinne
  9. Category: Standards Track                                      GMD Fokus
  10.                                                             January 1996
  11.  
  12.  
  13.     RTP Profile for Audio and Video Conferences with Minimal Control
  14.  
  15. Status of this Memo
  16.  
  17.    This document specifies an Internet standards track protocol for the
  18.    Internet community, and requests discussion and suggestions for
  19.    improvements.  Please refer to the current edition of the "Internet
  20.    Official Protocol Standards" (STD 1) for the standardization state
  21.    and status of this protocol.  Distribution of this memo is unlimited.
  22.  
  23. Abstract
  24.  
  25.    This memo describes a profile for the use of the real-time transport
  26.    protocol (RTP), version 2, and the associated control protocol, RTCP,
  27.    within audio and video multiparticipant conferences with minimal
  28.    control. It provides interpretations of generic fields within the RTP
  29.    specification suitable for audio and video conferences.  In
  30.    particular, this document defines a set of default mappings from
  31.    payload type numbers to encodings.
  32.  
  33.    The document also describes how audio and video data may be carried
  34.    within RTP. It defines a set of standard encodings and their names
  35.    when used within RTP. However, the encoding definitions are
  36.    independent of the particular transport mechanism used. The
  37.    descriptions provide pointers to reference implementations and the
  38.    detailed standards. This document is meant as an aid for implementors
  39.    of audio, video and other real-time multimedia applications.
  40.  
  41. 1.  Introduction
  42.  
  43.    This profile defines aspects of RTP left unspecified in the RTP
  44.    Version 2 protocol definition (RFC 1889). This profile is intended
  45.    for the use within audio and video conferences with minimal session
  46.    control. In particular, no support for the negotiation of parameters
  47.    or membership control is provided. The profile is expected to be
  48.    useful in sessions where no negotiation or membership control are
  49.    used (e.g., using the static payload types and the membership
  50.    indications provided by RTCP), but this profile may also be useful in
  51.    conjunction with a higher-level control protocol.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Schulzrinne                 Standards Track                     [Page 1]
  59.  
  60. RFC 1890                       AV Profile                   January 1996
  61.  
  62.  
  63.    Use of this profile occurs by use of the appropriate applications;
  64.    there is no explicit indication by port number, protocol identifier
  65.    or the like.
  66.  
  67.    Other profiles may make different choices for the items specified
  68.    here.
  69.  
  70. 2.  RTP and RTCP Packet Forms and Protocol Behavior
  71.  
  72.    The section "RTP Profiles and Payload Format Specification"
  73.    enumerates a number of items that can be specified or modified in a
  74.    profile. This section addresses these items. Generally, this profile
  75.    follows the default and/or recommended aspects of the RTP
  76.    specification.
  77.  
  78.    RTP data header: The standard format of the fixed RTP data header is
  79.         used (one marker bit).
  80.  
  81.    Payload types: Static payload types are defined in Section 6.
  82.  
  83.    RTP data header additions: No additional fixed fields are appended to
  84.         the RTP data header.
  85.  
  86.    RTP data header extensions: No RTP header extensions are defined, but
  87.         applications operating under this profile may use such
  88.         extensions. Thus, applications should not assume that the RTP
  89.         header X bit is always zero and should be prepared to ignore the
  90.         header extension. If a header extension is defined in the
  91.         future, that definition must specify the contents of the first
  92.         16 bits in such a way that multiple different extensions can be
  93.         identified.
  94.  
  95.    RTCP packet types: No additional RTCP packet types are defined by
  96.         this profile specification.
  97.  
  98.    RTCP report interval: The suggested constants are to be used for the
  99.         RTCP report interval calculation.
  100.  
  101.    SR/RR extension: No extension section is defined for the RTCP SR or
  102.         RR packet.
  103.  
  104.    SDES use: Applications may use any of the SDES items described.
  105.         While CNAME information is sent every reporting interval, other
  106.         items should be sent only every fifth reporting interval.
  107.  
  108.    Security: The RTP default security services are also the default
  109.         under this profile.
  110.  
  111.  
  112.  
  113.  
  114. Schulzrinne                 Standards Track                     [Page 2]
  115.  
  116. RFC 1890                       AV Profile                   January 1996
  117.  
  118.  
  119.    String-to-key mapping:  A user-provided string ("pass phrase") is
  120.         hashed with the MD5 algorithm to a 16-octet digest. An n-bit key
  121.         is extracted from the digest by taking the first n bits from the
  122.         digest. If several keys are needed with a total length of 128
  123.         bits or less (as for triple DES), they are extracted in order
  124.         from that digest. The octet ordering is specified in RFC 1423,
  125.         Section 2.2. (Note that some DES implementations require that
  126.         the 56-bit key be expanded into 8 octets by inserting an odd
  127.         parity bit in the most significant bit of the octet to go with
  128.         each 7 bits of the key.)
  129.  
  130.    It is suggested that pass phrases are restricted to ASCII letters,
  131.    digits, the hyphen, and white space to reduce the the chance of
  132.    transcription errors when conveying keys by phone, fax, telex or
  133.    email.
  134.  
  135.    The pass phrase may be preceded by a specification of the encryption
  136.    algorithm. Any characters up to the first slash (ASCII 0x2f) are
  137.    taken as the name of the encryption algorithm. The encryption format
  138.    specifiers should be drawn from RFC 1423 or any additional
  139.    identifiers registered with IANA. If no slash is present, DES-CBC is
  140.    assumed as default. The encryption algorithm specifier is case
  141.    sensitive.
  142.  
  143.    The pass phrase typed by the user is transformed to a canonical form
  144.    before applying the hash algorithm. For that purpose, we define
  145.    return, tab, or vertical tab as well as all characters contained in
  146.    the Unicode space characters table. The transformation consists of
  147.    the following steps: (1) convert the input string to the ISO 10646
  148.    character set, using the UTF-8 encoding as specified in Annex P to
  149.    ISO/IEC 10646-1:1993 (ASCII characters require no mapping, but ISO
  150.    8859-1 characters do); (2) remove leading and trailing white space
  151.    characters; (3) replace one or more contiguous white space characters
  152.    by a single space (ASCII or UTF-8 0x20); (4) convert all letters to
  153.    lower case and replace sequences of characters and non-spacing
  154.    accents with a single character, where possible. A minimum length of
  155.    16 key characters (after applying the transformation) should be
  156.    enforced by the application, while applications must allow up to 256
  157.    characters of input.
  158.  
  159.    Underlying protocol: The profile specifies the use of RTP over
  160.         unicast and multicast UDP. (This does not preclude the use of
  161.         these definitions when RTP is carried by other lower-layer
  162.         protocols.)
  163.  
  164.    Transport mapping: The standard mapping of RTP and RTCP to
  165.         transport-level addresses is used.
  166.  
  167.  
  168.  
  169.  
  170. Schulzrinne                 Standards Track                     [Page 3]
  171.  
  172. RFC 1890                       AV Profile                   January 1996
  173.  
  174.  
  175.    Encapsulation: No encapsulation of RTP packets is specified.
  176.  
  177. 3.  Registering Payload Types
  178.  
  179.    This profile defines a set of standard encodings and their payload
  180.    types when used within RTP. Other encodings and their payload types
  181.    are to be registered with the Internet Assigned Numbers Authority
  182.    (IANA). When registering a new encoding/payload type, the following
  183.    information should be provided:
  184.  
  185.         o name and description of encoding, in particular the RTP
  186.          timestamp clock rate; the names defined here are 3 or 4
  187.          characters long to allow a compact representation if needed;
  188.  
  189.         o indication of who has change control over the encoding (for
  190.          example, ISO, CCITT/ITU, other international standardization
  191.          bodies, a consortium or a particular company or group of
  192.          companies);
  193.  
  194.         o any operating parameters or profiles;
  195.  
  196.         o a reference to a further description, if available, for
  197.          example (in order of preference) an RFC, a published paper, a
  198.          patent filing, a technical report, documented source code or a
  199.          computer manual;
  200.  
  201.         o for proprietary encodings, contact information (postal and
  202.          email address);
  203.  
  204.         o the payload type value for this profile, if necessary (see
  205.          below).
  206.  
  207.    Note that not all encodings to be used by RTP need to be assigned a
  208.    static payload type. Non-RTP means beyond the scope of this memo
  209.    (such as directory services or invitation protocols) may be used to
  210.    establish a dynamic mapping between a payload type drawn from the
  211.    range 96-127 and an encoding. For implementor convenience, this
  212.    profile contains descriptions of encodings which do not currently
  213.    have a static payload type assigned to them.
  214.  
  215.    The available payload type space is relatively small. Thus, new
  216.    static payload types are assigned only if the following conditions
  217.    are met:
  218.  
  219.         o The encoding is of interest to the Internet community at
  220.          large.
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Schulzrinne                 Standards Track                     [Page 4]
  227.  
  228. RFC 1890                       AV Profile                   January 1996
  229.  
  230.  
  231.         o It offers benefits compared to existing encodings and/or is
  232.          required for interoperation with existing, widely deployed
  233.          conferencing or multimedia systems.
  234.  
  235.         o The description is sufficient to build a decoder.
  236.  
  237. 4.  Audio
  238.  
  239. 4.1 Encoding-Independent Recommendations
  240.  
  241.    For applications which send no packets during silence, the first
  242.    packet of a talkspurt (first packet after a silence period) is
  243.    distinguished by setting the marker bit in the RTP  data header.
  244.    Applications without silence suppression set the bit to zero.
  245.  
  246.    The RTP clock rate used for generating the RTP timestamp is
  247.    independent of the number of channels and the encoding; it equals the
  248.    number of sampling periods per second.  For N-channel encodings, each
  249.    sampling period (say, 1/8000 of a second) generates N samples. (This
  250.    terminology is standard, but somewhat confusing, as the total number
  251.    of samples generated per second is then the sampling rate times the
  252.    channel count.)
  253.  
  254.    If multiple audio channels are used, channels are numbered left-to-
  255.    right, starting at one. In RTP audio packets, information from
  256.    lower-numbered channels precedes that from higher-numbered channels.
  257.    For more than two channels, the convention followed by the AIFF-C
  258.    audio interchange format should be followed [1], using the following
  259.    notation:
  260.  
  261.    l    left
  262.    r    right
  263.    c    center
  264.    S    surround
  265.    F    front
  266.    R    rear
  267.  
  268.  
  269.  
  270.    channels    description                 channel
  271.                                1     2     3     4     5     6
  272.    ___________________________________________________________
  273.    2           stereo          l     r
  274.    3                           l     r     c
  275.    4           quadrophonic    Fl    Fr    Rl    Rr
  276.    4                           l     c     r     S
  277.    5                           Fl    Fr    Fc    Sl    Sr
  278.    6                           l     lc    c     r     rc    S
  279.  
  280.  
  281.  
  282. Schulzrinne                 Standards Track                     [Page 5]
  283.  
  284. RFC 1890                       AV Profile                   January 1996
  285.  
  286.  
  287.    Samples for all channels belonging to a single sampling instant must
  288.    be within the same packet. The interleaving of samples from different
  289.    channels depends on the encoding. General guidelines are given in
  290.    Section 4.2 and 4.3.
  291.  
  292.    The sampling frequency should be drawn from the set: 8000, 11025,
  293.    16000, 22050, 24000, 32000, 44100 and 48000 Hz. (The Apple Macintosh
  294.    computers have native sample rates of 22254.54 and 11127.27, which
  295.    can be converted to 22050 and 11025 with acceptable quality by
  296.    dropping 4 or 2 samples in a 20 ms frame.) However, most audio
  297.    encodings are defined for a more restricted set of sampling
  298.    frequencies. Receivers should be prepared to accept multi-channel
  299.    audio, but may choose to only play a single channel.
  300.  
  301.    The following recommendations are default operating parameters.
  302.    Applications should be prepared to handle other values. The ranges
  303.    given are meant to give guidance to application writers, allowing a
  304.    set of applications conforming to these guidelines to interoperate
  305.    without additional negotiation. These guidelines are not intended to
  306.    restrict operating parameters for applications that can negotiate a
  307.    set of interoperable parameters, e.g., through a conference control
  308.    protocol.
  309.  
  310.    For packetized audio, the default packetization interval should have
  311.    a duration of 20 ms, unless otherwise noted when describing the
  312.    encoding. The packetization interval determines the minimum end-to-
  313.    end delay; longer packets introduce less header overhead but higher
  314.    delay and make packet loss more noticeable. For non-interactive
  315.    applications such as lectures or links with severe bandwidth
  316.    constraints, a higher packetization delay may be appropriate. A
  317.    receiver should accept packets representing between 0 and 200 ms of
  318.    audio data. This restriction allows reasonable buffer sizing for the
  319.    receiver.
  320.  
  321. 4.2 Guidelines for Sample-Based Audio Encodings
  322.  
  323.    In sample-based encodings, each audio sample is represented by a
  324.    fixed number of bits. Within the compressed audio data, codes for
  325.    individual samples may span octet boundaries. An RTP audio packet may
  326.    contain any number of audio samples, subject to the constraint that
  327.    the number of bits per sample times the number of samples per packet
  328.    yields an integral octet count. Fractional encodings produce less
  329.    than one octet per sample.
  330.  
  331.    The duration of an audio packet is determined by the number of
  332.    samples in the packet.
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Schulzrinne                 Standards Track                     [Page 6]
  339.  
  340. RFC 1890                       AV Profile                   January 1996
  341.  
  342.  
  343.    For sample-based encodings producing one or more octets per sample,
  344.    samples from different channels sampled at the same sampling instant
  345.    are packed in consecutive octets. For example, for a two-channel
  346.    encoding, the octet sequence is (left channel, first sample), (right
  347.    channel, first sample), (left channel, second sample), (right
  348.    channel, second sample), .... For multi-octet encodings, octets are
  349.    transmitted in network byte order (i.e., most significant octet
  350.    first).
  351.  
  352.    The packing of sample-based encodings producing less than one octet
  353.    per sample is encoding-specific.
  354.  
  355. 4.3 Guidelines for Frame-Based Audio Encodings
  356.  
  357.    Frame-based encodings encode a fixed-length block of audio into
  358.    another block of compressed data, typically also of fixed length. For
  359.    frame-based encodings, the sender may choose to combine several such
  360.    frames into a single message. The receiver can tell the number of
  361.    frames contained in a message since the frame duration is defined as
  362.    part of the encoding.
  363.  
  364.    For frame-based codecs, the channel order is defined for the whole
  365.    block. That is, for two-channel audio, right and left samples are
  366.    coded independently, with the encoded frame for the left channel
  367.    preceding that for the right channel.
  368.  
  369.    All frame-oriented audio codecs should be able to encode and decode
  370.    several consecutive frames within a single packet. Since the frame
  371.    size for the frame-oriented codecs is given, there is no need to use
  372.    a separate designation for the same encoding, but with different
  373.    number of frames per packet.
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Schulzrinne                 Standards Track                     [Page 7]
  395.  
  396. RFC 1890                       AV Profile                   January 1996
  397.  
  398.  
  399. 4.4 Audio Encodings
  400.  
  401.            encoding    sample/frame    bits/sample    ms/frame
  402.            ____________________________________________________
  403.            1016        frame           N/A            30
  404.            DVI4        sample          4
  405.            G721        sample          4
  406.            G722        sample          8
  407.            G728        frame           N/A            2.5
  408.            GSM         frame           N/A            20
  409.            L8          sample          8
  410.            L16         sample          16
  411.            LPC         frame           N/A            20
  412.            MPA         frame           N/A
  413.            PCMA        sample          8
  414.            PCMU        sample          8
  415.            VDVI        sample          var.
  416.  
  417.                  Table 1: Properties of Audio Encodings
  418.  
  419.    The characteristics of standard audio encodings are shown in Table 1
  420.    and their payload types are listed in Table 2.
  421.  
  422. 4.4.1 1016
  423.  
  424.    Encoding 1016 is a frame based encoding using code-excited linear
  425.    prediction (CELP) and is specified in Federal Standard FED-STD 1016
  426.    [2,3,4,5].
  427.  
  428.    The U. S. DoD's Federal-Standard-1016 based 4800 bps code excited
  429.    linear prediction voice coder version 3.2 (CELP 3.2) Fortran and C
  430.    simulation source codes are available for worldwide distribution at
  431.    no charge (on DOS diskettes, but configured to compile on Sun SPARC
  432.    stations) from: Bob Fenichel, National Communications System,
  433.    Washington, D.C. 20305, phone +1-703-692-2124, fax +1-703-746-4960.
  434.  
  435. 4.4.2 DVI4
  436.  
  437.    DVI4 is specified, with pseudo-code, in [6] as the IMA ADPCM wave
  438.    type. A specification titled "DVI ADPCM Wave Type" can also be found
  439.    in the Microsoft Developer Network Development Library CD ROM
  440.    published quarterly by Microsoft. The relevant section is found under
  441.    Product Documentation, SDKs, Multimedia Standards Update, New
  442.    Multimedia Data Types and Data Techniques, Revision 3.0, April 15,
  443.    1994. However, the encoding defined here as DVI4 differs in two
  444.    respects from these recommendations:
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Schulzrinne                 Standards Track                     [Page 8]
  451.  
  452. RFC 1890                       AV Profile                   January 1996
  453.  
  454.  
  455.         o The header contains the predicted value rather than the first
  456.          sample value.
  457.  
  458.         o IMA ADPCM blocks contain odd number of samples, since the
  459.          first sample of a block is contained just in the header
  460.          (uncompressed), followed by an even number of compressed
  461.          samples. DVI4 has an even number of compressed samples only,
  462.          using the 'predict' word from the header to decode the first
  463.          sample.
  464.  
  465.    Each packet contains a single DVI block. The profile only defines the
  466.    4-bit-per-sample version, while IMA also specifies a 3-bit-per-sample
  467.    encoding.
  468.  
  469.    The "header" word for each channel has the following structure:
  470.  
  471.      int16  predict;  /* predicted value of first sample
  472.                          from the previous block (L16 format) */
  473.      u_int8 index;    /* current index into stepsize table */
  474.      u_int8 reserved; /* set to zero by sender, ignored by receiver */
  475.  
  476.    Packing of samples for multiple channels is for further study.
  477.  
  478.    The document, "IMA Recommended Practices for Enhancing Digital Audio
  479.    Compatibility in Multimedia Systems (version 3.0)", contains the
  480.    algorithm description.  It is available from:
  481.  
  482.    Interactive Multimedia Association
  483.    48 Maryland Avenue, Suite 202
  484.    Annapolis, MD 21401-8011
  485.    USA
  486.    phone: +1 410 626-1380
  487.  
  488. 4.4.3 G721
  489.  
  490.    G721 is specified in ITU recommendation G.721. Reference
  491.    implementations for G.721 are available as part of the CCITT/ITU-T
  492.    Software Tool Library (STL) from the ITU General Secretariat, Sales
  493.    Service, Place du Nations, CH-1211 Geneve 20, Switzerland. The
  494.    library is covered by a license.
  495.  
  496. 4.4.4 G722
  497.  
  498.    G722 is specified in ITU-T recommendation G.722, "7 kHz audio-coding
  499.    within 64 kbit/s".
  500.  
  501.    G728 is specified in ITU-T recommendation G.728, "Coding of speech at
  502.    16 kbit/s using low-delay code excited linear prediction".
  503.  
  504.  
  505.  
  506. Schulzrinne                 Standards Track                     [Page 9]
  507.  
  508. RFC 1890                       AV Profile                   January 1996
  509.  
  510.  
  511. 4.4.6 GSM
  512.  
  513.    GSM (group speciale mobile) denotes the European GSM 06.10
  514.    provisional standard for full-rate speech transcoding, prI-ETS 300
  515.    036, which is based on RPE/LTP (residual pulse excitation/long term
  516.    prediction) coding at a rate of 13 kb/s [7,8,9]. The standard can be
  517.    obtained from
  518.  
  519.    ETSI (European Telecommunications Standards Institute)
  520.    ETSI Secretariat: B.P.152
  521.    F-06561 Valbonne Cedex
  522.    France
  523.    Phone: +33 92 94 42 00
  524.    Fax: +33 93 65 47 16
  525.  
  526. 4.4.7 L8
  527.  
  528.    L8 denotes linear audio data, using 8-bits of precision with an
  529.    offset of 128, that is, the most negative signal is encoded as zero.
  530.  
  531. 4.4.8 L16
  532.  
  533.    L16 denotes uncompressed audio data, using 16-bit signed
  534.    representation with 65535 equally divided steps between minimum and
  535.    maximum signal level, ranging from -32768 to 32767. The value is
  536.    represented in two's complement notation and network byte order.
  537.  
  538. 4.4.9 LPC
  539.  
  540.    LPC designates an experimental linear predictive encoding contributed
  541.    by Ron Frederick, Xerox PARC, which is based on an implementation
  542.    written by Ron Zuckerman, Motorola, posted to the Usenet group
  543.    comp.dsp on June 26, 1992.
  544.  
  545. 4.4.10 MPA
  546.  
  547.    MPA denotes MPEG-I or MPEG-II audio encapsulated as elementary
  548.    streams. The encoding is defined in ISO standards ISO/IEC 11172-3 and
  549.    13818-3. The encapsulation is specified in work in progress [10],
  550.    Section 3. The authors can be contacted at
  551.  
  552.    Don Hoffman
  553.    Sun Microsystems, Inc.
  554.    Mail-stop UMPK14-305
  555.    2550 Garcia Avenue
  556.    Mountain View, California 94043-1100
  557.    USA
  558.    electronic mail: don.hoffman@eng.sun.com
  559.  
  560.  
  561.  
  562. Schulzrinne                 Standards Track                    [Page 10]
  563.  
  564. RFC 1890                       AV Profile                   January 1996
  565.  
  566.  
  567.    Sampling rate and channel count are contained in the payload. MPEG-I
  568.    audio supports sampling rates of 32000, 44100, and 48000 Hz (ISO/IEC
  569.    11172-3, section 1.1; "Scope"). MPEG-II additionally supports ISO/IEC
  570.    11172-3 Audio...").
  571.  
  572. 4.4.11 PCMA
  573.  
  574.    PCMA is specified in CCITT/ITU-T recommendation G.711. Audio data is
  575.    encoded as eight bits per sample, after logarithmic scaling. Code to
  576.    convert between linear and A-law companded data is available in [6].
  577.    A detailed description is given by Jayant and Noll [11].
  578.  
  579. 4.4.12 PCMU
  580.  
  581.    PCMU is specified in CCITT/ITU-T recommendation G.711. Audio data is
  582.    encoded as eight bits per sample, after logarithmic scaling. Code to
  583.    convert between linear and mu-law companded data is available in [6].
  584.    PCMU is the encoding used for the Internet media type audio/basic.  A
  585.    detailed description is given by Jayant and Noll [11].
  586.  
  587. 4.4.13 VDVI
  588.  
  589.    VDVI is a variable-rate version of DVI4, yielding speech bit rates of
  590.    between 10 and 25 kb/s. It is specified for single-channel operation
  591.    only. It uses the following encoding:
  592.  
  593.                     DVI4 codeword    VDVI bit pattern
  594.                     __________________________________
  595.                                 0    00
  596.                                 1    010
  597.                                 2    1100
  598.                                 3    11100
  599.                                 4    111100
  600.                                 5    1111100
  601.                                 6    11111100
  602.                                 7    11111110
  603.                                 8    10
  604.                                 9    011
  605.                                10    1101
  606.                                11    11101
  607.                                12    111101
  608.                                13    1111101
  609.                                14    11111101
  610.                                15    11111111
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Schulzrinne                 Standards Track                    [Page 11]
  619.  
  620. RFC 1890                       AV Profile                   January 1996
  621.  
  622.  
  623. 5.  Video
  624.  
  625.    The following video encodings are currently defined, with their
  626.    abbreviated names used for identification:
  627.  
  628. 5.1 CelB
  629.  
  630.    The CELL-B encoding is a proprietary encoding proposed by Sun
  631.    Microsystems.  The byte stream format is described in work in
  632.    progress [12].  The author can be contacted at
  633.  
  634.    Michael F. Speer
  635.    Sun Microsystems Computer Corporation
  636.    2550 Garcia Ave MailStop UMPK14-305
  637.    Mountain View, CA 94043
  638.    United States
  639.    electronic mail: michael.speer@eng.sun.com
  640.  
  641. 5.2 JPEG
  642.  
  643. The encoding is specified in ISO Standards 10918-1 and 10918-2. The
  644. RTP payload format is as specified in work in progress [13].  Further
  645. information can be obtained from
  646.  
  647.    Steven McCanne
  648.    Lawrence Berkeley National Laboratory
  649.    M/S 46A-1123
  650.    One Cyclotron Road
  651.    Berkeley, CA 94720
  652.    United States
  653.    Phone: +1 510 486 7520
  654.    electronic mail: mccanne@ee.lbl.gov
  655.  
  656. 5.3 H261
  657.  
  658.    The encoding is specified in CCITT/ITU-T standard H.261. The
  659.    packetization and RTP-specific properties are described in work in
  660.    progress [14]. Further information can be obtained from
  661.  
  662.    Thierry Turletti
  663.    Office NE 43-505
  664.    Telemedia, Networks and Systems
  665.    Laboratory for Computer Science
  666.    Massachusetts Institute of Technology
  667.    545 Technology Square
  668.    Cambridge, MA 02139
  669.    United States
  670.    electronic mail: turletti@clove.lcs.mit.edu
  671.  
  672.  
  673.  
  674. Schulzrinne                 Standards Track                    [Page 12]
  675.  
  676. RFC 1890                       AV Profile                   January 1996
  677.  
  678.  
  679. 5.4 MPV
  680.  
  681.    MPV designates the use MPEG-I and MPEG-II video encoding elementary
  682.    streams as specified in ISO Standards ISO/IEC 11172 and 13818-2,
  683.    respectively. The RTP payload format is as specified in work in
  684.    progress [10], Section 3. See the description of the MPA audio
  685.    encoding for contact information.
  686.  
  687. 5.5 MP2T
  688.  
  689.    MP2T designates the use of MPEG-II transport streams, for either
  690.    audio or video. The encapsulation is described in work in progress,
  691.    [10], Section 2. See the description of the MPA audio encoding for
  692.    contact information.
  693.  
  694. 5.6 nv
  695.  
  696.    The encoding is implemented in the program 'nv', version 4, developed
  697.    at Xerox PARC by Ron Frederick. Further information is available from
  698.    the author:
  699.  
  700.    Ron Frederick
  701.    Xerox Palo Alto Research Center
  702.    3333 Coyote Hill Road
  703.    Palo Alto, CA 94304
  704.    United States
  705.    electronic mail: frederic@parc.xerox.com
  706.  
  707. 6.  Payload Type Definitions
  708.  
  709.    Table 2 defines this profile's static payload type values for the PT
  710.    field of the RTP data header. A new RTP payload format specification
  711.    may be registered with the IANA by name, and may also be assigned a
  712.    static payload type value from the range marked in Section 3.
  713.  
  714.    In addition, payload type values in the range 96-127 may be defined
  715.    dynamically through a conference control protocol, which is beyond
  716.    the scope of this document. For example, a session directory could
  717.    specify that for a given session, payload type 96 indicates PCMU
  718.    encoding, 8,000 Hz sampling rate, 2 channels. The payload type range
  719.    marked 'reserved' has been set aside so that RTCP and RTP packets can
  720.    be reliably distinguished (see Section "Summary of Protocol
  721.    Constants" of the RTP protocol specification).
  722.  
  723.    An RTP source emits a single RTP payload type at any given time; the
  724.    interleaving of several RTP payload types in a single RTP session is
  725.    not allowed, but multiple RTP sessions may be used in parallel to
  726.    send multiple media. The payload types currently defined in this
  727.  
  728.  
  729.  
  730. Schulzrinne                 Standards Track                    [Page 13]
  731.  
  732. RFC 1890                       AV Profile                   January 1996
  733.  
  734.  
  735.    profile carry either audio or video, but not both. However, it is
  736.    allowed to define payload types that combine several media, e.g.,
  737.    audio and video, with appropriate separation in the payload format.
  738.    Session participants agree through mechanisms beyond the scope of
  739.    this specification on the set of payload types allowed in a given
  740.    session.  This set may, for example, be defined by the capabilities
  741.    of the applications used, negotiated by a conference control protocol
  742.    or established by agreement between the human participants.
  743.  
  744.    Audio applications operating under this profile should, at minimum,
  745.    be able to send and receive payload types 0  (PCMU)  and 5 (DVI4).
  746.    This allows interoperability without format negotiation and
  747.    successful negotation with a conference control protocol.
  748.  
  749.    All current video encodings use a timestamp frequency of 90,000 Hz,
  750.    the same as the MPEG presentation time stamp frequency. This
  751.    frequency yields exact integer timestamp increments for the typical
  752.    24 (HDTV), 25 (PAL), and 29.97 (NTSC) and 30 Hz (HDTV) frame rates
  753.    and 50, 59.94 and 60 Hz field rates. While 90 kHz is the recommended
  754.    rate for future video encodings used within this profile, other rates
  755.    are possible. However, it is not sufficient to use the video frame
  756.    rate (typically between 15 and 30 Hz) because that does not provide
  757.    adequate resolution for typical synchronization requirements when
  758.    calculating the RTP timestamp corresponding to the NTP timestamp in
  759.    an RTCP SR packet [15]. The timestamp resolution must also be
  760.    sufficient for the jitter estimate contained in the receiver reports.
  761.  
  762.    The standard video encodings and their payload types are listed in
  763.    Table 2.
  764.  
  765. 7.  Port Assignment
  766.  
  767.    As specified in the RTP protocol definition, RTP data is to be
  768.    carried on an even UDP port number and the corresponding RTCP packets
  769.    are to be carried on the next higher (odd) port number.
  770.  
  771.    Applications operating under this profile may use any such UDP port
  772.    pair. For example, the port pair may be allocated randomly by a
  773.    session management program. A single fixed port number pair cannot be
  774.    required because multiple applications using this profile are likely
  775.    to run on the same host, and there are some operating systems that do
  776.    not allow multiple processes to use the same UDP port with different
  777.    multicast addresses.
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. Schulzrinne                 Standards Track                    [Page 14]
  787.  
  788. RFC 1890                       AV Profile                   January 1996
  789.  
  790.  
  791.       PT         encoding      audio/video    clock rate    channels
  792.                  name          (A/V)          (Hz)          (audio)
  793.       _______________________________________________________________
  794.       0          PCMU          A              8000          1
  795.       1          1016          A              8000          1
  796.       2          G721          A              8000          1
  797.       3          GSM           A              8000          1
  798.       4          unassigned    A              8000          1
  799.       5          DVI4          A              8000          1
  800.       6          DVI4          A              16000         1
  801.       7          LPC           A              8000          1
  802.       8          PCMA          A              8000          1
  803.       9          G722          A              8000          1
  804.       10         L16           A              44100         2
  805.       11         L16           A              44100         1
  806.       12         unassigned    A
  807.       13         unassigned    A
  808.       14         MPA           A              90000        (see text)
  809.       15         G728          A              8000          1
  810.       16--23     unassigned    A
  811.       24         unassigned    V
  812.       25         CelB          V              90000
  813.       26         JPEG          V              90000
  814.       27         unassigned    V
  815.       28         nv            V              90000
  816.       29         unassigned    V
  817.       30         unassigned    V
  818.       31         H261          V              90000
  819.       32         MPV           V              90000
  820.       33         MP2T          AV             90000
  821.       34--71     unassigned    ?
  822.       72--76     reserved      N/A            N/A           N/A
  823.       77--95     unassigned    ?
  824.       96--127    dynamic       ?
  825.  
  826.    Table 2: Payload types (PT) for standard audio and video encodings
  827.  
  828.    However, port numbers 5004 and 5005 have been registered for use with
  829.    this profile for those applications that choose to use them as the
  830.    default pair. Applications that operate under multiple profiles may
  831.    use this port pair as an indication to select this profile if they
  832.    are not subject to the constraint of the previous paragraph.
  833.    Applications need not have a default and may require that the port
  834.    pair be explicitly specified. The particular port numbers were chosen
  835.    to lie in the range above 5000 to accomodate port number allocation
  836.    practice within the Unix operating system, where port numbers below
  837.    1024 can only be used by privileged processes and port numbers
  838.    between 1024 and 5000 are automatically assigned by the operating
  839.  
  840.  
  841.  
  842. Schulzrinne                 Standards Track                    [Page 15]
  843.  
  844. RFC 1890                       AV Profile                   January 1996
  845.  
  846.  
  847.    system.
  848.  
  849. 8. Bibliography
  850.  
  851.    [1] Apple Computer, "Audio interchange file format AIFF-C," Aug.
  852.        1991.  (also ftp://ftp.sgi.com/sgi/aiff-c.9.26.91.ps.Z).
  853.  
  854.    [2] Office of Technology and Standards, "Telecommunications: Analog
  855.        to digital conversion of radio voice by 4,800 bit/second code
  856.        excited linear prediction (celp)," Federal Standard FS-1016, GSA,
  857.        Room 6654; 7th & D Street SW; Washington, DC 20407 (+1-202-708-
  858.        9205), 1990.
  859.  
  860.    [3] J. P. Campbell, Jr., T. E. Tremain, and V. C. Welch, "The
  861.        proposed Federal Standard 1016 4800 bps voice coder: CELP,"
  862.        Speech Technology , vol. 5, pp. 58--64, April/May 1990.
  863.  
  864.    [4] J. P. Campbell, Jr., T. E. Tremain, and V. C. Welch, "The federal
  865.        standard 1016 4800 bps CELP voice coder," Digital Signal
  866.        Processing, vol. 1, no. 3, pp. 145--155, 1991.
  867.  
  868.    [5] J. P. Campbell, Jr., T. E. Tremain, and V. C. Welch, "The dod 4.8
  869.        kbps standard (proposed federal standard 1016)," in Advances in
  870.        Speech Coding (B. Atal, V. Cuperman, and A. Gersho, eds.), ch.
  871.        12, pp. 121--133, Kluwer Academic Publishers, 1991.
  872.  
  873.    [6] IMA Digital Audio Focus and Technical Working Groups,
  874.        "Recommended practices for enhancing digital audio compatibility
  875.        in multimedia systems (version 3.00)," tech. rep., Interactive
  876.        Multimedia Association, Annapolis, Maryland, Oct. 1992.
  877.  
  878.    [7] M. Mouly and M.-B. Pautet, The GSM system for mobile
  879.        communications Lassay-les-Chateaux, France: Europe Media
  880.        Duplication, 1993.
  881.  
  882.    [8] J. Degener, "Digital speech compression," Dr. Dobb's Journal,
  883.        Dec.  1994.
  884.  
  885.    [9] S. M. Redl, M. K. Weber, and M. W. Oliphant, An Introduction to
  886.        GSM Boston: Artech House, 1995.
  887.  
  888.   [10] D. Hoffman and V. Goyal, "RTP payload format for MPEG1/MPEG2
  889.        video," Work in Progress, Internet Engineering Task Force, June
  890.        1995.
  891.  
  892.   [11] N. S. Jayant and P. Noll, Digital Coding of Waveforms--
  893.        Principles and Applications to Speech and Video Englewood Cliffs,
  894.        New Jersey: Prentice-Hall, 1984.
  895.  
  896.  
  897.  
  898. Schulzrinne                 Standards Track                    [Page 16]
  899.  
  900. RFC 1890                       AV Profile                   January 1996
  901.  
  902.  
  903.   [12] M. F. Speer and D. Hoffman, "RTP payload format of CellB video
  904.        encoding," Work in Progress, Internet Engineering Task Force,
  905.        Aug.  1995.
  906.  
  907.   [13] W. Fenner, L. Berc, R. Frederick, and S. McCanne, "RTP
  908.        encapsulation of JPEG-compressed video," Work in Progress,
  909.        Internet Engineering Task Force, Mar. 1995.
  910.  
  911.   [14] T. Turletti and C. Huitema, "RTP payload format for H.261 video
  912.        streams," Work in Progress, Internet Engineering Task Force, July
  913.        1995.
  914.  
  915.   [15] H. Schulzrinne, S. Casner, R. Frederick, and V. Jacobson, "RTP: A
  916.        transport protocol for real-time applications." Work in Progress,
  917.        Mar. 1995.
  918.  
  919. 9.  Security Considerations
  920.  
  921.    Security issues are discussed in section 2.
  922.  
  923. 10.  Acknowledgements
  924.  
  925.    The comments and careful review of Steve Casner are gratefully
  926.    acknowledged.
  927.  
  928. 11.  Author's Address
  929.  
  930.    Henning Schulzrinne
  931.    GMD Fokus
  932.    Hardenbergplatz 2
  933.    D-10623 Berlin
  934.    Germany
  935.  
  936.    EMail: schulzrinne@fokus.gmd.de
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. Schulzrinne                 Standards Track                    [Page 17]
  955.  
  956. RFC 1890                       AV Profile                   January 1996
  957.  
  958.  
  959.    Current Locations of Related Resources
  960.  
  961.  
  962.    UTF-8
  963.  
  964.    Information on the UCS Transformation Format 8 (UTF-8) is available
  965.    at
  966.  
  967.             http://www.stonehand.com/unicode/standard/utf8.html
  968.  
  969.  
  970.    1016
  971.  
  972.    An implementation is available at
  973.  
  974.               ftp://ftp.super.org/pub/speech/celp_3.2a.tar.Z
  975.  
  976.    DVI4
  977.  
  978.    An implementation is available from Jack Jansen at
  979.  
  980.                 ftp://ftp.cwi.nl/local/pub/audio/adpcm.shar
  981.  
  982.  
  983.    G721
  984.  
  985.    An implementation is available at
  986.  
  987.        ftp://gaia.cs.umass.edu/pub/hgschulz/ccitt/ccitt_tools.tar.Z
  988.  
  989.  
  990.    GSM
  991.  
  992.    A reference implementation was written by Carsten Borman and Jutta
  993.    Degener (TU Berlin, Germany). It is available at
  994.  
  995.             ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
  996.  
  997.  
  998.    LPC
  999.  
  1000.    An implementation is available at
  1001.  
  1002.             ftp://parcftp.xerox.com/pub/net-research/lpc.tar.Z
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Schulzrinne                 Standards Track                    [Page 18]
  1011.  
  1012.