draft-ietf-avt-rtp-speex-00.txt 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  1. AVT Working Group G. Herlein
  2. Internet-Draft S. Morlat
  3. Expires: April 15, 2006 J. Jean-Marc
  4. R. Hardiman
  5. P. Kerr
  6. October 12, 2005
  7. draft-ietf-avt-rtp-speex-00
  8. RTP Payload Format for the Speex Codec
  9. Status of this Memo
  10. By submitting this Internet-Draft, each author represents that any
  11. applicable patent or other IPR claims of which he or she is aware
  12. have been or will be disclosed, and any of which he or she becomes
  13. aware will be disclosed, in accordance with Section 6 of BCP 79.
  14. Internet-Drafts are working documents of the Internet Engineering
  15. Task Force (IETF), its areas, and its working groups. Note that
  16. other groups may also distribute working documents as Internet-
  17. Drafts.
  18. Internet-Drafts are draft documents valid for a maximum of six months
  19. and may be updated, replaced, or obsoleted by other documents at any
  20. time. It is inappropriate to use Internet-Drafts as reference
  21. material or to cite them other than as "work in progress."
  22. The list of current Internet-Drafts can be accessed at
  23. http://www.ietf.org/ietf/1id-abstracts.txt.
  24. The list of Internet-Draft Shadow Directories can be accessed at
  25. http://www.ietf.org/shadow.html.
  26. This Internet-Draft will expire on April 15, 2006.
  27. Copyright Notice
  28. Copyright (C) The Internet Society (2005).
  29. Abstract
  30. Speex is an open-source voice codec suitable for use in Voice over IP
  31. (VoIP) type applications. This document describes the payload format
  32. for Speex generated bit streams within an RTP packet. Also included
  33. here are the necessary details for the use of Speex with the Session
  34. Description Protocol (SDP).
  35. Herlein, et al. Expires April 15, 2006 [Page 1]
  36. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  37. Editors Note
  38. All references to RFC XXXX are to be replaced by references to the
  39. RFC number of this memo, when published.
  40. Table of Contents
  41. 1. Conventions used in this document . . . . . . . . . . . . . 3
  42. 2. Overview of the Speex Codec . . . . . . . . . . . . . . . . 3
  43. 3. RTP payload format for Speex . . . . . . . . . . . . . . . . 3
  44. 4. RTP Header . . . . . . . . . . . . . . . . . . . . . . . . . 3
  45. 5. Speex payload . . . . . . . . . . . . . . . . . . . . . . . 5
  46. 6. Example Speex packet . . . . . . . . . . . . . . . . . . . . 6
  47. 7. Multiple Speex frames in a RTP packet . . . . . . . . . . . 6
  48. 8. MIME registration of Speex . . . . . . . . . . . . . . . . . 7
  49. 9. SDP usage of Speex . . . . . . . . . . . . . . . . . . . . . 8
  50. 10. ITU H.323 Use of Speex . . . . . . . . . . . . . . . . . . . 10
  51. 11. Security Considerations . . . . . . . . . . . . . . . . . . 10
  52. 12. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . 11
  53. 13. References . . . . . . . . . . . . . . . . . . . . . . . . . 11
  54. 13.1 Normative References . . . . . . . . . . . . . . . . . . 11
  55. 13.2 Informative References . . . . . . . . . . . . . . . . . 12
  56. Authors' Addresses . . . . . . . . . . . . . . . . . . . . . 12
  57. Intellectual Property and Copyright Statements . . . . . . . 14
  58. Herlein, et al. Expires April 15, 2006 [Page 2]
  59. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  60. 1. Conventions used in this document
  61. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  62. "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  63. document are to be interpreted as described in RFC 2119 [1].
  64. 2. Overview of the Speex Codec
  65. Speex is based on the CELP [8] encoding technique with support for
  66. either narrowband (nominal 8kHz), wideband (nominal 16kHz) or ultra-
  67. wideband (nominal 32kHz), and (non-optimal) rates up to 48 kHz
  68. sampling also available. The main characteristics can be summarized
  69. as follows:
  70. o Free software/open-source
  71. o Integration of wideband and narrowband in the same bit-stream
  72. o Wide range of bit-rates available
  73. o Dynamic bit-rate switching and variable bit-rate (VBR)
  74. o Voice Activity Detection (VAD, integrated with VBR)
  75. o Variable complexity
  76. 3. RTP payload format for Speex
  77. For RTP based transportation of Speex encoded audio the standard RTP
  78. header [2] is followed by one or more payload data blocks. An
  79. optional padding terminator may also be used.
  80. 0 1 2 3
  81. 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
  82. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  83. | RTP Header |
  84. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  85. | one or more frames of Speex .... |
  86. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  87. | one or more frames of Speex .... | padding |
  88. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  89. 4. RTP Header
  90. Herlein, et al. Expires April 15, 2006 [Page 3]
  91. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  92. 0 1 2 3
  93. 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
  94. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  95. |V=2|P|X| CC |M| PT | sequence number |
  96. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  97. | timestamp |
  98. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  99. | synchronization source (SSRC) identifier |
  100. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  101. | contributing source (CSRC) identifiers |
  102. | ... |
  103. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  104. The RTP header begins with an octet of fields (V, P, X, and CC) to
  105. support specialized RTP uses (see [2] and [5] for details). For
  106. Speex the following values are used.
  107. Version (V): 2 bits
  108. This field identifies the version of RTP. The version used by this
  109. specification is two [2].
  110. Padding (P): 1 bit
  111. If the padding bit is set, the packet contains one or more additional
  112. padding octets at the end which are not part of the payload.
  113. Extension (X): 1 bit
  114. If the extension, X, bit is set, the fixed header MUST be followed by
  115. exactly one header extension, with a format defined in Section 5.3.1.
  116. of [2].
  117. CSRC count (CC): 4 bits
  118. The CSRC count contains the number of CSRC identifiers.
  119. Marker (M): 1 bit
  120. The M bit indicates if the packet contains comfort noise. This field
  121. is used in conjunction with the cng SDP attribute and conforms to
  122. Section 4.1. of [5].
  123. Payload Type (PT): 7 bits
  124. An RTP profile for a class of applications is expected to assign a
  125. payload type for this format, or a dynamically allocated payload type
  126. SHOULD be chosen which designates the payload as Speex.
  127. Herlein, et al. Expires April 15, 2006 [Page 4]
  128. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  129. Sequence number: 16 bits
  130. The sequence number increments by one for each RTP data packet sent,
  131. and may be used by the receiver to detect packet loss and to restore
  132. packet sequence. This field is detailed further in [2].
  133. Timestamp: 32 bits
  134. A timestamp representing the sampling time of the first sample of the
  135. first Speex packet in the RTP packet. The clock frequency MUST be
  136. set to the sample rate of the encoded audio data. Speex uses 20 msec
  137. frames and a variable sampling rate clock. The RTP timestamp MUST be
  138. in units of 1/X of a second where X is the sample rate used. Speex
  139. uses a nominal 8kHz sampling rate for narrowband use, a nominal 16kHz
  140. sampling rate for wideband use, and a nominal 32kHz sampling rate for
  141. ultra-wideband use.
  142. SSRC/CSRC identifiers:
  143. These two fields, 32 bits each with one SSRC field and a maximum of
  144. 16 CSRC fields, are as defined in [2].
  145. 5. Speex payload
  146. For the purposes of packetizing the bit stream in RTP, it is only
  147. necessary to consider the sequence of bits as output by the Speex
  148. encoder [7], and present the same sequence to the decoder. The
  149. payload format described here maintains this sequence.
  150. A typical Speex frame, encoded at the maximum bitrate, is approx. 110
  151. octets and the total number of Speex frames SHOULD be kept less than
  152. the path MTU to prevent fragmentation. Speex frames MUST NOT be
  153. fragmented across multiple RTP packets,
  154. An RTP packet MAY contain Speex frames of the same bit rate or of
  155. varying bit rates, since the bit-rate for a frame is conveyed in band
  156. with the signal.
  157. The encoding and decoding algorithm can change the bit rate at any 20
  158. msec frame boundary, with the bit rate change notification provided
  159. in-band with the bit stream. Each frame contains both "mode"
  160. (narrowband, wideband or ultra-wideband) and "sub-mode" (bit-rate)
  161. information in the bit stream. No out-of-band notification is
  162. required for the decoder to process changes in the bit rate sent by
  163. the encoder.
  164. It is RECOMMENDED that values of 8000, 16000 and 32000 be used for
  165. normal internet telephony applications, though the sample rate is
  166. Herlein, et al. Expires April 15, 2006 [Page 5]
  167. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  168. supported at rates as low as 6000 Hz and as high as 48 kHz.
  169. The RTP payload MUST be padded to provide an integer number of octets
  170. as the payload length. These padding bits are LSB aligned in network
  171. octet order and consist of a 0 followed by all ones (until the end of
  172. the octet). This padding is only required for the last frame in the
  173. packet, and only to ensure the packet contents ends on an octet
  174. boundary.
  175. 6. Example Speex packet
  176. In the example below we have a single Speex frame with 5 bits of
  177. padding to ensure the packet size falls on an octet boundary.
  178. 0 1 2 3
  179. 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
  180. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  181. |V=2|P|X| CC |M| PT | sequence number |
  182. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  183. | timestamp |
  184. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  185. | synchronization source (SSRC) identifier |
  186. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  187. 0 1 2 3
  188. 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
  189. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  190. | contributing source (CSRC) identifiers |
  191. | ... |
  192. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  193. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  194. | ..speex data.. |
  195. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  196. | ..speex data.. |0 1 1 1 1|
  197. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  198. 7. Multiple Speex frames in a RTP packet
  199. Below is an example of two Speex frames contained within one RTP
  200. packet. The Speex frame length in this example fall on an octet
  201. boundary so there is no padding.
  202. Speex codecs [7] are able to detect the bitrate from the payload and
  203. are responsible for detecting the 20 msec boundaries between each
  204. frame.
  205. Herlein, et al. Expires April 15, 2006 [Page 6]
  206. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  207. 0 1 2 3
  208. 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
  209. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  210. |V=2|P|X| CC |M| PT | sequence number |
  211. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  212. | timestamp |
  213. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  214. | synchronization source (SSRC) identifier |
  215. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  216. | contributing source (CSRC) identifiers |
  217. | ... |
  218. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  219. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  220. | ..speex data.. |
  221. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  222. | ..speex data.. | ..speex data.. |
  223. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  224. | ..speex data.. |
  225. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  226. 8. MIME registration of Speex
  227. Full definition of the MIME [3] type for Speex will be part of the
  228. Ogg Vorbis MIME type definition application [6].
  229. MIME media type name: audio
  230. MIME subtype: speex
  231. Optional parameters:
  232. Required parameters: to be included in the Ogg MIME specification.
  233. Encoding considerations:
  234. This type is only defined for transfer via HTTP as specified in RFC
  235. XXXX.
  236. Security Considerations:
  237. See Section 6 of RFC 3047.
  238. Interoperability considerations: none
  239. Published specification:
  240. Applications which use this media type:
  241. Herlein, et al. Expires April 15, 2006 [Page 7]
  242. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  243. Additional information: none
  244. Person & email address to contact for further information:
  245. Greg Herlein <gherlein@herlein.com>
  246. Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
  247. Intended usage: COMMON
  248. Author/Change controller:
  249. Author: Greg Herlein <gherlein@herlein.com>
  250. Change controller: Greg Herlein <gherlein@herlein.com>
  251. Change controller: IETF AVT Working Group
  252. This transport type signifies that the content is to be interpreted
  253. according to this document if the contents are transmitted over RTP.
  254. Should this transport type appear over a lossless streaming protocol
  255. such as TCP, the content encapsulation should be interpreted as an
  256. Ogg Stream in accordance with [6], with the exception that the
  257. content of the Ogg Stream may be assumed to be Speex audio and Speex
  258. audio only.
  259. 9. SDP usage of Speex
  260. When conveying information by SDP [4], the encoding name MUST be set
  261. to "speex". An example of the media representation in SDP for
  262. offering a single channel of Speex at 8000 samples per second might
  263. be:
  264. m=audio 8088 RTP/AVP 97
  265. a=rtpmap:97 speex/8000
  266. Note that the RTP payload type code of 97 is defined in this media
  267. definition to be 'mapped' to the speex codec at an 8kHz sampling
  268. frequency using the 'a=rtpmap' line. Any number from 96 to 127 could
  269. have been chosen (the allowed range for dynamic types).
  270. The value of the sampling frequency is typically 8000 for narrow band
  271. operation, 16000 for wide band operation, and 32000 for ultra-wide
  272. band operation.
  273. If for some reason the offerer has bandwidth limitations, the client
  274. may use the "b=" header, as explained in SDP [4]. The following
  275. example illustrates the case where the offerer cannot receive more
  276. than 10 kbit/s.
  277. Herlein, et al. Expires April 15, 2006 [Page 8]
  278. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  279. m=audio 8088 RTP/AVP 97
  280. b=AS:10
  281. a=rtmap:97 speex/8000
  282. In this case, if the remote part agrees, it should configure its
  283. Speex encoder so that it does not use modes that produce more than 10
  284. kbit/s. Note that the "b=" constraint also applies on all payload
  285. types that may be proposed in the media line ("m=").
  286. An other way to make recommendations to the remote Speex encoder is
  287. to use its specific parameters via the a=fmtp: directive. The
  288. following parameters are defined for use in this way:
  289. ptime: duration of each packet in milliseconds.
  290. sr: actual sample rate in Hz.
  291. ebw: encoding bandwidth - either 'narrow' or 'wide' or 'ultra'
  292. (corresponds to nominal 8000, 16000, and 32000 Hz sampling rates).
  293. vbr: variable bit rate - either 'on' 'off' or 'vad' (defaults
  294. to off). If on, variable bit rate is enabled. If off, disabled.
  295. If set to 'vad' then constant bit rate is used but silence will be
  296. encoded with special short frames to indicate a lack of voice for
  297. that period.
  298. cng: comfort noise generation - either 'on' or 'off'. If off
  299. then silence frames will be silent; if 'on' then those frames will
  300. be filled with comfort noise.
  301. mode: Speex encoding mode. Can be {1,2,3,4,5,6,any} defaults to
  302. 3 in narrowband, 6 in wide and ultra-wide.
  303. Examples:
  304. m=audio 8008 RTP/AVP 97
  305. a=rtpmap:97 speex/8000
  306. a=fmtp:97 mode=4
  307. This examples illustrate an offerer that wishes to receive a Speex
  308. stream at 8000Hz, but only using speex mode 4.
  309. Several Speex specific parameters can be given in a single a=fmtp
  310. line provided that they are separated by a semi-colon:
  311. Herlein, et al. Expires April 15, 2006 [Page 9]
  312. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  313. a=fmtp:97 mode=any;mode=1
  314. The offerer may indicate that it wishes to send variable bit rate
  315. frames with comfort noise:
  316. m=audio 8088 RTP/AVP 97
  317. a=rtmap:97 speex/8000
  318. a=fmtp:97 vbr=on;cng=on
  319. The "ptime" attribute is used to denote the packetization interval
  320. (ie, how many milliseconds of audio is encoded in a single RTP
  321. packet). Since Speex uses 20 msec frames, ptime values of multiples
  322. of 20 denote multiple Speex frames per packet. Values of ptime which
  323. are not multiples of 20 MUST be ignored and clients MUST use the
  324. default value of 20 instead.
  325. In the example below the ptime value is set to 40, indicating that
  326. there are 2 frames in each packet.
  327. m=audio 8008 RTP/AVP 97
  328. a=rtpmap:97 speex/8000
  329. a=ptime:40
  330. Note that the ptime parameter applies to all payloads listed in the
  331. media line and is not used as part of an a=fmtp directive.
  332. Values of ptime not multiple of 20 msec are meaningless, so the
  333. receiver of such ptime values MUST ignore them. If during the life
  334. of an RTP session the ptime value changes, when there are multiple
  335. Speex frames for example, the SDP value must also reflect the new
  336. value.
  337. Care must be taken when setting the value of ptime so that the RTP
  338. packet size does not exceed the path MTU.
  339. 10. ITU H.323 Use of Speex
  340. It is outside the scope of this document to cover the use of Speex
  341. and H.323, more details may be found on the Speex website [9].
  342. 11. Security Considerations
  343. RTP packets using the payload format defined in this specification
  344. are subject to the security considerations discussed in the RTP
  345. specification [2], and any appropriate RTP profile. This implies
  346. that confidentiality of the media streams is achieved by encryption.
  347. Because the data compression used with this payload format is applied
  348. end-to-end, encryption may be performed after compression so there is
  349. Herlein, et al. Expires April 15, 2006 [Page 10]
  350. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  351. no conflict between the two operations.
  352. A potential denial-of-service threat exists for data encodings using
  353. compression techniques that have non-uniform receiver-end
  354. computational load. The attacker can inject pathological datagrams
  355. into the stream which are complex to decode and cause the receiver to
  356. be overloaded. However, this encoding does not exhibit any
  357. significant non-uniformity.
  358. As with any IP-based protocol, in some circumstances a receiver may
  359. be overloaded simply by the receipt of too many packets, either
  360. desired or undesired. Network-layer authentication may be used to
  361. discard packets from undesired sources, but the processing cost of
  362. the authentication itself may be too high.
  363. 12. Acknowledgments
  364. The authors would like to thank Equivalence Pty Ltd of Australia for
  365. their assistance in attempting to standardize the use of Speex in
  366. H.323 applications, and for implementing Speex in their open source
  367. OpenH323 stack. The authors would also like to thank Brian C. Wiles
  368. <brian@streamcomm.com> of StreamComm for his assistance in developing
  369. the proposed standard for Speex use in H.323 applications.
  370. The authors would also like to thank the following members of the
  371. Speex and AVT communities for their input: Ross Finlayson, Federico
  372. Montesino Pouzols, Henning Schulzrinne, Magnus Westerlund.
  373. 13. References
  374. 13.1 Normative References
  375. [1] Bradner, S., "Key words for use in RFCs to Indicate Requirement
  376. Levels", RFC 2119.
  377. [2] Schulzrinne, H., Casner, S., Frederick, R., and V. Jacobson,
  378. "RTP: A Transport Protocol for real-time applications",
  379. RFC 3550.
  380. [3] "Multipurpose Internet Mail Extensions (MIME) Part One: Format
  381. of Internet Message Bodies", RFC 2045.
  382. [4] Jacobson, V. and M. Handley, "SDP: Session Description
  383. Protocol", RFC 2327.
  384. [5] Schulzrinne, H. and S. Casner, "RTP Profile for Audio and Video
  385. Conferences with Minimal Control.", RFC 3551.
  386. Herlein, et al. Expires April 15, 2006 [Page 11]
  387. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  388. [6] Walleij, L., "The application/ogg Media Type", RFC 3534.
  389. 13.2 Informative References
  390. [7] "Speexenc/speexdec, reference command-line encoder/decoder",
  391. Speex website http://www.speex.org/.
  392. [8] "CELP, U.S. Federal Standard 1016.", National Technical
  393. Information Service (NTIS) website http://www.ntis.gov/.
  394. [9] "ITU H.323/H.245 Use of Speex", Speex
  395. website http://www.speex.org/itu/.
  396. Authors' Addresses
  397. Greg Herlein
  398. 2034 Filbert Street
  399. San Francisco, California 94123
  400. United States
  401. Email: gherlein@herlein.com
  402. Simon Morlat
  403. 35, av de Vizille App 42
  404. Grenoble 38000
  405. France
  406. Email: simon.morlat@linphone.org
  407. Jean-Marc Valin
  408. Department of Electrical and Computer Engineering
  409. University of Sherbrooke
  410. 2500 blvd Universite
  411. Sherbrooke, Quebec J1K 2R1
  412. Canada
  413. Email: jean-marc.valin@usherbrooke.ca
  414. Herlein, et al. Expires April 15, 2006 [Page 12]
  415. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  416. Roger Hardiman
  417. 49 Nettleton Road
  418. Cheltenham, Gloucestershire GL51 6NR
  419. England
  420. Email: roger@freebsd.org
  421. Phil Kerr
  422. England
  423. Email: phil@plus24.com
  424. Herlein, et al. Expires April 15, 2006 [Page 13]
  425. Internet-Draft draft-ietf-avt-rtp-speex-00 October 2005
  426. Intellectual Property Statement
  427. The IETF takes no position regarding the validity or scope of any
  428. Intellectual Property Rights or other rights that might be claimed to
  429. pertain to the implementation or use of the technology described in
  430. this document or the extent to which any license under such rights
  431. might or might not be available; nor does it represent that it has
  432. made any independent effort to identify any such rights. Information
  433. on the procedures with respect to rights in RFC documents can be
  434. found in BCP 78 and BCP 79.
  435. Copies of IPR disclosures made to the IETF Secretariat and any
  436. assurances of licenses to be made available, or the result of an
  437. attempt made to obtain a general license or permission for the use of
  438. such proprietary rights by implementers or users of this
  439. specification can be obtained from the IETF on-line IPR repository at
  440. http://www.ietf.org/ipr.
  441. The IETF invites any interested party to bring to its attention any
  442. copyrights, patents or patent applications, or other proprietary
  443. rights that may cover technology that may be required to implement
  444. this standard. Please address the information to the IETF at
  445. ietf-ipr@ietf.org.
  446. Disclaimer of Validity
  447. This document and the information contained herein are provided on an
  448. "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
  449. OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
  450. ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
  451. INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
  452. INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
  453. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  454. Copyright Statement
  455. Copyright (C) The Internet Society (2005). This document is subject
  456. to the rights, licenses and restrictions contained in BCP 78, and
  457. except as set forth therein, the authors retain all their rights.
  458. Acknowledgment
  459. Funding for the RFC Editor function is currently provided by the
  460. Internet Society.
  461. Herlein, et al. Expires April 15, 2006 [Page 14]