From: lu_zero Date: Wed, 18 Apr 2007 08:08:24 +0000 (+0000) Subject: Offer/Answer clarification X-Git-Tag: v1.3.3~369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a0472057ae6729b16ea53e73842ba4bfda5f28f;p=platform%2Fupstream%2Flibvorbis.git Offer/Answer clarification svn path=/trunk/vorbis/; revision=12888 --- diff --git a/doc/draft-ietf-avt-rtp-vorbis-02.xml b/doc/draft-ietf-avt-rtp-vorbis-02.xml index 3d24416..a14220f 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-02.xml +++ b/doc/draft-ietf-avt-rtp-vorbis-02.xml @@ -1078,7 +1078,7 @@ the lenght. c=IN IP4 192.0.2.1 m=audio RTP/AVP 98 a=rtpmap:98 vorbis/44100/2 -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; +a=fmtp:98 delivery-method=in_band; 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; @@ -1098,11 +1098,12 @@ a=fmtp line is a single line even if it is presented broken because of clarity.
-The offer, as described in An Offer/Answer Model Session -Description Protocol, may contain a large number of delivery methods per -single fmtp attribute, the answerer MUST remove every delivery-method and -configuration-uri not supported. All the parameters MUST not be altered on -answer otherwise. +The only paramenter negotiable is the delivery method. All the others are +declarative: the offer, as described in An Offer/Answer +Model Session Description Protocol, may contain a large number of +delivery methods per single fmtp attribute, the answerer MUST remove every +delivery-method and configuration-uri not supported. All the parameters MUST +not be altered on answer otherwise.