From: lu_zero Date: Tue, 27 Mar 2007 20:20:13 +0000 (+0000) Subject: move to base64 instead of base16 X-Git-Tag: v1.3.3~375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=472d721265ba35b984b8a291f1d5683783a6a02b;p=platform%2Fupstream%2Flibvorbis.git move to base64 instead of base16 svn path=/trunk/vorbis/; revision=12813 --- diff --git a/doc/draft-ietf-avt-rtp-vorbis-01.txt b/doc/draft-ietf-avt-rtp-vorbis-01.txt index c2e500a..016625b 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-01.txt +++ b/doc/draft-ietf-avt-rtp-vorbis-01.txt @@ -974,8 +974,8 @@ Internet-Draft draft-ietf-avt-rtp-vorbis-01 June 2006 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 @@ Internet-Draft draft-ietf-avt-rtp-vorbis-01 June 2006 [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 @@ Barbato Expires December 18, 2006 [Page 20] 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/ diff --git a/doc/draft-ietf-avt-rtp-vorbis-01.xml b/doc/draft-ietf-avt-rtp-vorbis-01.xml index 399b464..bbd3dcd 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-01.xml +++ b/doc/draft-ietf-avt-rtp-vorbis-01.xml @@ -911,7 +911,7 @@ Where "specific_name" is the name of the out of band delivery method. - the base16 (hexadecimal) representation of the Packed Headers. + the base64 representation of the Packed Headers. @@ -931,9 +931,9 @@ stream. Such aggregates MAY be compressed using either bzip2 or gzip. A sha1 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. +compressed extension if applies, a "!" and the base64 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. @@ -1076,14 +1076,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 -base16 configuration string is omitted because of +base64 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; 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; +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;