From 78e0982d9a48fdd116ca62df2f4d94a9277cbb83 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Thu, 16 Aug 2007 08:34:22 +0000 Subject: [PATCH] add the start of a real configuration string, as suggested by Colin svn path=/trunk/vorbis/; revision=13557 --- doc/draft-ietf-avt-rtp-vorbis-06.txt | 14 +++++++------- doc/draft-ietf-avt-rtp-vorbis-06.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/draft-ietf-avt-rtp-vorbis-06.txt b/doc/draft-ietf-avt-rtp-vorbis-06.txt index 028f5c1..50886b2 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-06.txt +++ b/doc/draft-ietf-avt-rtp-vorbis-06.txt @@ -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] Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 diff --git a/doc/draft-ietf-avt-rtp-vorbis-06.xml b/doc/draft-ietf-avt-rtp-vorbis-06.xml index 4cc660a..9aecf6a 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-06.xml +++ b/doc/draft-ietf-avt-rtp-vorbis-06.xml @@ -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 -base64 configuration string is omitted because of +base64 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; -- 2.7.4