[xiph-commits] r12888 - trunk/vorbis/doc
lu_zero at svn.xiph.org
lu_zero at svn.xiph.org
Wed Apr 18 01:08:24 PDT 2007
Author: lu_zero
Date: 2007-04-18 01:08:24 -0700 (Wed, 18 Apr 2007)
New Revision: 12888
Modified:
trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-02.xml
Log:
Offer/Answer clarification
Modified: trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-02.xml
===================================================================
--- trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-02.xml 2007-04-18 07:27:53 UTC (rev 12887)
+++ trunk/vorbis/doc/draft-ietf-avt-rtp-vorbis-02.xml 2007-04-18 08:08:24 UTC (rev 12888)
@@ -1078,7 +1078,7 @@
<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=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>
+<t>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;</t>
</list>
</section>
@@ -1098,11 +1098,12 @@
<section anchor="Usage with the SDP Offer/Answer Mode" title="Usage with the SDP Offer/Answer Model">
<t>
-The offer, as described in <xref target="rfc3264">An Offer/Answer Model Session
-Description Protocol</xref>, 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 <xref target="rfc3264">An Offer/Answer
+Model Session Description Protocol</xref>, 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.
</t>
</section>
More information about the commits
mailing list