[xiph-commits] r13557 - trunk/vorbis/doc
lu_zero at svn.xiph.org
lu_zero at svn.xiph.org
Thu Aug 16 01:34:22 PDT 2007
Author: lu_zero
Date: 2007-08-16 01:34:22 -0700 (Thu, 16 Aug 2007)
New Revision: 13557
Modified:
trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.txt
trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.xml
Log:
add the start of a real configuration string, as suggested by Colin
Modified: trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.txt
===================================================================
--- trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.txt 2007-08-16 08:31:50 UTC (rev 13556)
+++ trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.txt 2007-08-16 08:34:22 UTC (rev 13557)
@@ -1140,16 +1140,17 @@
configuration packet is inlined in the sdp, other configurations
could be fetched at any time from the first provided uri using or all
the known configuration could be downloaded using the second uri.
- The inline base64 [9] configuration string is omitted because of the
+ The inline base64 [9] configuration string is trimmed because of the
length.
c=IN IP4 192.0.2.1
m=audio RTP/AVP 98
a=rtpmap:98 vorbis/44100/2
- a=fmtp:98 delivery-method=inline; configuration=base64string;
- delivery-method=out_band;
- configuration-uri=rtsp://path/to/the/resource; delivery-
- method=out_band; configuration-uri=http://another/path/to/
- resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c;
+ a=fmtp:98 delivery-method=inline;
+ configuration=AAAAAZ2f4g9NAh4aAXZvcmJpcwA...; delivery-
+ method=out_band; configuration-uri=rtsp://path/to/the/resource;
+ delivery-method=out_band; configuration-uri=http://another/path/
+ to/resource/
+ aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c;
Note that the payload format (encoding) names are commonly shown in
upper case. Media Type subtypes are commonly shown in lower case.
@@ -1171,7 +1172,6 @@
-
Barbato Expires December 27, 2007 [Page 21]
Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007
Modified: trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.xml
===================================================================
--- trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.xml 2007-08-16 08:31:50 UTC (rev 13556)
+++ trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-06.xml 2007-08-16 08:34:22 UTC (rev 13557)
@@ -1087,14 +1087,14 @@
configuration packet is inlined in the sdp, other configurations could be
fetched at any time from the first provided uri using or all the known
configuration could be downloaded using the second uri. The inline
-<xref target="rfc3548">base64</xref> configuration string is omitted because of
+<xref target="rfc3548">base64</xref> configuration string is trimmed because of
the length.</t>
<list style="empty">
<t>c=IN IP4 192.0.2.1</t>
<t>m=audio RTP/AVP 98</t>
<t>a=rtpmap:98 vorbis/44100/2</t>
-<t>a=fmtp:98 delivery-method=inline; configuration=base64string; delivery-method=out_band; configuration-uri=rtsp://path/to/the/resource; delivery-method=out_band; configuration-uri=http://another/path/to/resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c;</t>
+<t>a=fmtp:98 delivery-method=inline; configuration=AAAAAZ2f4g9NAh4aAXZvcmJpcwA...; delivery-method=out_band; configuration-uri=rtsp://path/to/the/resource; delivery-method=out_band; configuration-uri=http://another/path/to/resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c;</t>
</list>
</section>
More information about the commits
mailing list