1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
<pre>Internet Engineering Task Force (IETF) T. Terriberry
Request for Comments: 7007 Mozilla Corporation
Updates: <a href="./rfc3551">3551</a> August 2013
Category: Standards Track
ISSN: 2070-1721
<span class="h1">Update to Remove DVI4 from the Recommended Codecs for the RTP Profile</span>
<span class="h1">for Audio and Video Conferences with Minimal Control (RTP/AVP)</span>
Abstract
The RTP Profile for Audio and Video Conferences with Minimal Control
(RTP/AVP) is the basis for many other profiles, such as the Secure
Real-time Transport Protocol (RTP/SAVP), the Extended RTP Profile for
Real-time Transport Control Protocol (RTCP)-Based Feedback
(RTP/AVPF), and the Extended Secure RTP Profile for RTCP-Based
Feedback (RTP/SAVPF). This document updates <a href="./rfc3551">RFC 3551</a>, the RTP/AVP
profile (and by extension, the profiles that build upon it), to
reflect changes in audio codec usage since that document was
originally published.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc7007">http://www.rfc-editor.org/info/rfc7007</a>.
<span class="grey">Terriberry Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc7007">RFC 7007</a> RTP/AVP Codecs August 2013</span>
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
<a href="#section-2">2</a>. Terminology .....................................................<a href="#page-2">2</a>
<a href="#section-3">3</a>. Updates to <a href="./rfc3551">RFC 3551</a> .............................................<a href="#page-3">3</a>
<a href="#section-3.1">3.1</a>. Updates to <a href="./rfc3551#section-6">Section 6 of RFC 3551</a> ...........................<a href="#page-3">3</a>
<a href="#section-4">4</a>. Security Considerations .........................................<a href="#page-3">3</a>
<a href="#section-5">5</a>. Acknowledgments .................................................<a href="#page-3">3</a>
<a href="#section-6">6</a>. References ......................................................<a href="#page-4">4</a>
<a href="#section-6.1">6.1</a>. Normative References .......................................<a href="#page-4">4</a>
<a href="#section-6.2">6.2</a>. Informative References .....................................<a href="#page-4">4</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
[<a id="ref-RFC3551">RFC3551</a>] says that audio applications operating under the RTP/AVP
profile SHOULD be able to send and receive PCMU and DVI4. However,
in practice, many RTP deployments do not support DVI4, and there is
little reason to use it when much more modern codecs are available.
This document updates the recommended audio codec selection for the
RTP/AVP profile and removes the SHOULD for DVI4. By extension, this
also updates the profiles that build on RTP/AVP, including RTP/SAVP
[<a href="./rfc3711" title=""The Secure Real-time Transport Protocol (SRTP)"">RFC3711</a>], RTP/AVPF [<a href="./rfc4585" title=""Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)"">RFC4585</a>], and RTP/SAVPF [<a href="./rfc5124" title=""Extended Secure RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/SAVPF)"">RFC5124</a>].
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Terminology</span>
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 [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="grey">Terriberry Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc7007">RFC 7007</a> RTP/AVP Codecs August 2013</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Updates to <a href="./rfc3551">RFC 3551</a></span>
The following text of [<a href="./rfc3551" title=""RTP Profile for Audio and Video Conferences with Minimal Control"">RFC3551</a>] is hereby updated as set forth in
<a href="#section-3.1">Section 3.1</a>:
Audio applications operating under this profile SHOULD, at a
minimum, be able to send and/or receive payload types 0 (PCMU)
and 5 (DVI4). This allows interoperability without format
negotiation and ensures successful negotiation with a conference
control protocol.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Updates to <a href="./rfc3551#section-6">Section 6 of RFC 3551</a></span>
This document updates the final paragraph of <a href="./rfc3551#section-6">Section 6 of RFC 3551</a> by
replacing "payload types 0 (PCMU) and 5 (DVI4)" with "payload
type 0 (PCMU)". We also add a final sentence to that paragraph that
states, "Some environments necessitate support for PCMU". This
results in the following paragraph:
Audio applications operating under this profile SHOULD, at a
minimum, be able to send and/or receive payload type 0 (PCMU).
This allows interoperability without format negotiation and
ensures successful negotiation with a conference control protocol.
Some environments necessitate support for PCMU.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Security Considerations</span>
This document does not introduce any new security considerations for
[<a href="./rfc3551" title=""RTP Profile for Audio and Video Conferences with Minimal Control"">RFC3551</a>].
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Acknowledgments</span>
Thanks to Colin Perkins for suggesting this update.
<span class="grey">Terriberry Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc7007">RFC 7007</a> RTP/AVP Codecs August 2013</span>
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. References</span>
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>. Normative References</span>
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC3551">RFC3551</a>] Schulzrinne, H. and S. Casner, "RTP Profile for Audio and
Video Conferences with Minimal Control", STD 65, <a href="./rfc3551">RFC 3551</a>,
July 2003.
<span class="h3"><a class="selflink" id="section-6.2" href="#section-6.2">6.2</a>. Informative References</span>
[<a id="ref-RFC3711">RFC3711</a>] Baugher, M., McGrew, D., Naslund, M., Carrara, E., and K.
Norrman, "The Secure Real-time Transport Protocol (SRTP)",
<a href="./rfc3711">RFC 3711</a>, March 2004.
[<a id="ref-RFC4585">RFC4585</a>] Ott, J., Wenger, S., Sato, N., Burmeister, C., and J. Rey,
"Extended RTP Profile for Real-time Transport Control
Protocol (RTCP)-Based Feedback (RTP/AVPF)", <a href="./rfc4585">RFC 4585</a>, July
2006.
[<a id="ref-RFC5124">RFC5124</a>] Ott, J. and E. Carrara, "Extended Secure RTP Profile for
Real-time Transport Control Protocol (RTCP)-Based Feedback
(RTP/SAVPF)", <a href="./rfc5124">RFC 5124</a>, February 2008.
Author's Address
Timothy B. Terriberry
Mozilla Corporation
650 Castro Street
Mountain View, CA 94041
USA
Phone: +1 650 903-0800
EMail: tterribe@xiph.org
Terriberry Standards Track [Page 4]
</pre>
|