rfc3534.txt 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. Network Working Group L. Walleij
  2. Request for Comments: 3534 The Ogg Vorbis Community
  3. Category: Standards Track May 2003
  4. The application/ogg Media Type
  5. Status of this Memo
  6. This document specifies an Internet standards track protocol for the
  7. Internet community, and requests discussion and suggestions for
  8. improvements. Please refer to the current edition of the "Internet
  9. Official Protocol Standards" (STD 1) for the standardization state
  10. and status of this protocol. Distribution of this memo is unlimited.
  11. Copyright Notice
  12. Copyright (C) The Internet Society (2003). All Rights Reserved.
  13. Abstract
  14. The Ogg Bitstream Format aims at becoming a general, freely-available
  15. standard for transporting multimedia content across computing
  16. platforms and networks. The intention of this document is to define
  17. the MIME media type application/ogg to refer to this kind of content
  18. when transported across the Internet. It is the intention of the Ogg
  19. Bitstream Format developers that it be usable without intellectual
  20. property concerns.
  21. Conventions used in this Document
  22. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  23. "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  24. document are to be interpreted as described in RFC 2119 [2].
  25. 1. The Ogg Bitstream Format
  26. The Ogg Bitstream format has been developed as a part of a larger
  27. project aimed at creating a set of components for the coding and
  28. decoding of multimedia content (codecs) which are to be freely
  29. available and freely re-implementable both in software and in
  30. hardware for the computing community at large, including the Internet
  31. community.
  32. Raw packets from these codecs may be used directly by transport
  33. mechanisms that provide their own framing and packet-separation
  34. mechanisms (such as UDP datagrams).
  35. Walleij Standards Track [Page 1]
  36. RFC 3534 The application/ogg Media Type May 2003
  37. One such framing and content-separation mechanism is the real-time
  38. transport protocol (RTP). RTP allows the streaming of synchronous
  39. lossy data for broadcasting and similar purposes. If this function
  40. is desired then a separate RTP wrapping mechanism should be used. A
  41. wrapping mechanism is currently under development.
  42. For stream based storage (such as files) and transport (such as TCP
  43. streams or pipes), Ogg codecs use the Ogg Bitstream Format to provide
  44. framing/sync, sync recapture after error, landmarks during seeking,
  45. and enough information to properly separate data back into packets at
  46. the original packet boundaries without relying on decoding to find
  47. packet boundaries. The application/ogg MIME type refers to this kind
  48. of bitstreams, when no further knowledge of the bitstream content
  49. exists.
  50. The bitstream format in itself is documented in [1].
  51. 2. Registration Information
  52. To: ietf-types@iana.org
  53. Subject: Registration of MIME media type application/ogg
  54. MIME media type name: application
  55. MIME subtype name: ogg
  56. Required parameters: none
  57. Optional parameters: none
  58. Encoding Considerations:
  59. The Ogg bitstream format is binary data, and must be encoded for
  60. non-binary transport; the Base64 encoding is suitable for Email.
  61. Binary encoding could also be used.
  62. Security Considerations:
  63. As the Ogg bitstream file is a container format and only a carrier of
  64. content (such as Vorbis audio) with a very rigid definition (see
  65. [1]), this format in itself is not more vulnerable than any other
  66. content framing mechanism. The main security consideration for the
  67. receiving application is to ensure that manipulated packages can not
  68. cause buffer overflows and the like. It is possible to encapsulate
  69. even executable content in the bitstream, so for such uses additional
  70. security considerations must be taken.
  71. Walleij Standards Track [Page 2]
  72. RFC 3534 The application/ogg Media Type May 2003
  73. Ogg bitstream files are not signed or encrypted using any applicable
  74. encryption schemes. External security mechanisms must be added if
  75. content confidentiality and authenticity is to be achieved.
  76. Interoperability considerations:
  77. The Ogg bitstream format has proved to be widely implementable across
  78. different computing platforms. A broadly portable reference
  79. implementation is available under a BSD license.
  80. The Ogg bitstream format is not patented and can be implemented by
  81. third parties without patent considerations.
  82. Published specification:
  83. See [1].
  84. Applications which use this media type:
  85. Any application that implements the specification will be able to
  86. encode or decode Ogg bitstream files. Specifically, the format is
  87. supposed to be used by subcodecs that implement, for example, Vorbis
  88. audio.
  89. Additional information:
  90. Magic number(s):
  91. In Ogg bitstream files, the first four bytes are 0x4f 0x67 0x67 0x53
  92. corresponding to the string "OggS".
  93. File extension: .ogg
  94. Macintosh File Type Code(s): OggS
  95. Object Identifier(s) or OID(s): none
  96. Person & email address to contact for further information:
  97. Questions about this proposal should be directed to Linus Walleij
  98. <triad@df.lth.se>. Technical questions about the Ogg bitstream
  99. standard may be asked on the mailing lists for the developer
  100. community. <http://www.xiph.org/archives/>
  101. Intended usage: COMMON
  102. Walleij Standards Track [Page 3]
  103. RFC 3534 The application/ogg Media Type May 2003
  104. Author/Change controller:
  105. This document was written by Linus Walleij <triad@df.lth.se>.
  106. Changes to this document will either be handled by him, a
  107. representative of the Xiph.org, or the associated development
  108. communities.
  109. The Ogg bitstream format is controlled by the Xiph.org and the
  110. respective development communities.
  111. 3. Security Considerations
  112. Security considerations are discussed in the security considerations
  113. clause of the MIME registration in section 2.
  114. 4. Normative References
  115. [1] Pfeiffer, S., "The Ogg encapsulation format version 0", RFC
  116. 3533, May 2003.
  117. [2] Bradner, S., "Key words for use in RFCs to Indicate Requirement
  118. Levels", BCP 14, RFC 2119, March 1997.
  119. 5. Intellectual Property Statement
  120. The IETF takes no position regarding the validity or scope of any
  121. intellectual property or other rights that might be claimed to
  122. pertain to the implementation or use of the technology described in
  123. this document or the extent to which any license under such rights
  124. might or might not be available; neither does it represent that it
  125. has made any effort to identify any such rights. Information on the
  126. IETF's procedures with respect to rights in standards-track and
  127. standards-related documentation can be found in BCP-11. Copies of
  128. claims of rights made available for publication and any assurances of
  129. licenses to be made available, or the result of an attempt made to
  130. obtain a general license or permission for the use of such
  131. proprietary rights by implementors or users of this specification can
  132. be obtained from the IETF Secretariat.
  133. The IETF invites any interested party to bring to its attention any
  134. copyrights, patents or patent applications, or other proprietary
  135. rights which may cover technology that may be required to practice
  136. this standard. Please address the information to the IETF Executive
  137. Director.
  138. Walleij Standards Track [Page 4]
  139. RFC 3534 The application/ogg Media Type May 2003
  140. 6. Author's Address
  141. Linus Walleij
  142. The Ogg Vorbis Community
  143. Master Olofs Vag 24
  144. Lund 224 66
  145. SE
  146. Phone: +46 703 193678
  147. EMail: triad@df.lth.se
  148. URI: http://www.xiph.org/
  149. Walleij Standards Track [Page 5]
  150. RFC 3534 The application/ogg Media Type May 2003
  151. 7. Full Copyright Statement
  152. Copyright (C) The Internet Society (2003). All Rights Reserved.
  153. This document and translations of it may be copied and furnished to
  154. others, and derivative works that comment on or otherwise explain it
  155. or assist in its implementation may be prepared, copied, published
  156. and distributed, in whole or in part, without restriction of any
  157. kind, provided that the above copyright notice and this paragraph are
  158. included on all such copies and derivative works. However, this
  159. document itself may not be modified in any way, such as by removing
  160. the copyright notice or references to the Internet Society or other
  161. Internet organizations, except as needed for the purpose of
  162. developing Internet standards in which case the procedures for
  163. copyrights defined in the Internet Standards process must be
  164. followed, or as required to translate it into languages other than
  165. English.
  166. The limited permissions granted above are perpetual and will not be
  167. revoked by the Internet Society or its successors or assigns.
  168. This document and the information contained herein is provided on an
  169. "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  170. TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  171. BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  172. HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  173. MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  174. Acknowledgement
  175. Funding for the RFC Editor function is currently provided by the
  176. Internet Society.
  177. Walleij Standards Track [Page 6]