add the start of a real configuration string, as suggested by Colin
authorlu_zero <lu_zero@xiph.org>
Thu, 16 Aug 2007 08:34:22 +0000 (08:34 +0000)
committerlu_zero <lu_zero@xiph.org>
Thu, 16 Aug 2007 08:34:22 +0000 (08:34 +0000)
svn path=/trunk/vorbis/; revision=13557

doc/draft-ietf-avt-rtp-vorbis-06.txt
doc/draft-ietf-avt-rtp-vorbis-06.xml

index 028f5c1..50886b2 100644 (file)
@@ -1140,16 +1140,17 @@ Internet-Draft        draft-ietf-avt-rtp-vorbis-06              Jun 2007
    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 @@ Internet-Draft        draft-ietf-avt-rtp-vorbis-06              Jun 2007
 
 
 
-
 Barbato                 Expires December 27, 2007              [Page 21]
 \f
 Internet-Draft        draft-ietf-avt-rtp-vorbis-06              Jun 2007
index 4cc660a..9aecf6a 100644 (file)
@@ -1087,14 +1087,14 @@ below.
 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>