[xiph-commits] r12813 - trunk/vorbis/doc

lu_zero at svn.xiph.org lu_zero at svn.xiph.org
Tue Mar 27 13:20:17 PDT 2007


Author: lu_zero
Date: 2007-03-27 13:20:13 -0700 (Tue, 27 Mar 2007)
New Revision: 12813

Modified:
   trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.txt
   trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.xml
Log:
move to base64 instead of base16

Modified: trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.txt
===================================================================
--- trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.txt	2007-03-27 15:25:01 UTC (rev 12812)
+++ trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.txt	2007-03-27 20:20:13 UTC (rev 12813)
@@ -974,8 +974,8 @@
          Where "specific_name" is the name of the out of band delivery
          method.
 
-      configuration:  the base16 [9] (hexadecimal) representation of the
-         Packed Headers (Section 3.2.1).
+      configuration:  the base64 [9] representation of the Packed
+         Headers (Section 3.2.1).
 
    Optional Parameters:
 
@@ -988,8 +988,8 @@
          [12] or gzip [10].  A sha1 [11] checksum MAY be provided for
          aggregates.  In this latter case the URI will end with the
          aggregate name, followed by its compressed extension if
-         applies, a "!" and the hexadecimal representation of the
-         sha1hash of the above mentioned compressed aggregatedas in:
+         applies, a "!" and the base64 [9] representation of the
+         sha1hash of the above mentioned compressed aggregated as in:
          "protocol://path/to/resource/aggregated.bz2!sha1hash".  The
          trailing '/' discriminates which of two methods are in use.
 
@@ -1121,12 +1121,12 @@
 Internet-Draft        draft-ietf-avt-rtp-vorbis-01             June 2006
 
 
-   The inline base16 [9] configuration string is omitted because of the
+   The inline base64 [9] configuration string is omitted because of the
    lenght.
       c=IN IP4 192.0.0.1
       m=audio RTP/AVP 98
       a=rtpmap:98 vorbis/44100/2
-      a=fmtp:98 delivery-method=in_band; configuration=base16string1;
+      a=fmtp:98 delivery-method=in_band; configuration=base64string;
       delivery-method=out_band/rtsp;
       configuration-uri=rtsp://path/to/the/resource; delivery-
       method=out_band/http; configuration-uri=http://another/path/to/

Modified: trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.xml
===================================================================
--- trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.xml	2007-03-27 15:25:01 UTC (rev 12812)
+++ trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-01.xml	2007-03-27 20:20:13 UTC (rev 12813)
@@ -911,7 +911,7 @@
 
 <vspace blankLines="1" />
 
-<t hangText="configuration:"> the <xref target="rfc3548">base16</xref> (hexadecimal) representation of the <xref target="Packed Headers">Packed Headers</xref>.
+<t hangText="configuration:"> the <xref target="rfc3548">base64</xref> representation of the <xref target="Packed Headers">Packed Headers</xref>.
 </t>
 </list>
 </t>
@@ -931,9 +931,9 @@
 <xref target="BZ2">bzip2</xref> or <xref target="rfc1952">gzip</xref>.
 A <xref target="FIPS180">sha1</xref> checksum MAY be provided for aggregates.
 In this latter case the URI will end with the aggregate name, followed by its
-compressed extension if applies, a "!" and the hexadecimal representation of
-the sha1hash of the above mentioned compressed aggregatedas in:
-"protocol://path/to/resource/aggregated.bz2!sha1hash". The trailing '/' discriminates which of two methods are in use.</t>
+compressed extension if applies, a "!" and the <xref target="rfc3548">base64</xref> representation of the sha1hash of the above mentioned compressed aggregated
+as in: "protocol://path/to/resource/aggregated.bz2!sha1hash".
+The trailing '/' discriminates which of two methods are in use.</t>
 </list>
 </t>
 
@@ -1076,14 +1076,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">base16</xref> configuration string is omitted because of
+<xref target="rfc3548">base64</xref> configuration string is omitted because of
 the lenght.</t>
 
 <list style="empty">
 <t>c=IN IP4 192.0.0.1</t>
 <t>m=audio  RTP/AVP 98</t>
 <t>a=rtpmap:98 vorbis/44100/2</t>
-<t>a=fmtp:98 delivery-method=in_band; configuration=base16string1; delivery-method=out_band/rtsp; configuration-uri=rtsp://path/to/the/resource; delivery-method=out_band/http; configuration-uri=http://another/path/to/resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c;</t>
+<t>a=fmtp:98 delivery-method=in_band; configuration=base64string; delivery-method=out_band/rtsp; configuration-uri=rtsp://path/to/the/resource; delivery-method=out_band/http; configuration-uri=http://another/path/to/resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c;</t>
 </list>
 </section>
 



More information about the commits mailing list