[xiph-commits] r10509 - trunk/theora/doc
lu_zero at svn.xiph.org
lu_zero at svn.xiph.org
Wed Nov 30 16:30:30 PST 2005
Author: lu_zero
Date: 2005-11-30 16:30:28 -0800 (Wed, 30 Nov 2005)
New Revision: 10509
Modified:
trunk/theora/doc/draft-barbato-avt-rtp-theora-00.txt
trunk/theora/doc/draft-barbato-avt-rtp-theora-00.xml
Log:
Offer/Answer Model separate section
Modified: trunk/theora/doc/draft-barbato-avt-rtp-theora-00.txt
===================================================================
--- trunk/theora/doc/draft-barbato-avt-rtp-theora-00.txt 2005-12-01 00:27:09 UTC (rev 10508)
+++ trunk/theora/doc/draft-barbato-avt-rtp-theora-00.txt 2005-12-01 00:30:28 UTC (rev 10509)
@@ -12,12 +12,10 @@
Status of this Memo
- This document is an Internet-Draft and is subject to all provisions
- of Section 3 of RFC 3667. By submitting this Internet-Draft, each
- author represents that any applicable patent or other IPR claims of
- which he or she is aware have been or will be disclosed, and any of
- which he or she become aware will be disclosed, in accordance with
- RFC 3668.
+ By submitting this Internet-Draft, each author represents that any
+ applicable patent or other IPR claims of which he or she is aware
+ have been or will be disclosed, and any of which he or she becomes
+ aware will be disclosed, in accordance with Section 6 of BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that
@@ -50,16 +48,16 @@
table of limit values for the deblocking filter.
Also included within the document are the necessary details for the
+ use of Theora with MIME and Session Description Protocol (SDP).
+
Barbato Expires April 18, 2006 [Page 1]
Internet-Draft draft-barbato-avt-rtp-theora-00 October 2005
- use of Theora with MIME and Session Description Protocol (SDP).
-
Editors Note
All references to RFC XXXX are to be replaced by references to the
@@ -87,6 +85,7 @@
5.2. Packet Loss . . . . . . . . . . . . . . . . . . . . . . . 16
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 17
6.1. Mapping MIME Parameters into SDP . . . . . . . . . . . . . 18
+ 6.2. Usage with the SDP Offer/Answer Model . . . . . . . . . . 19
7. Security Considerations . . . . . . . . . . . . . . . . . . . 19
8. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 19
9. References . . . . . . . . . . . . . . . . . . . . . . . . . . 19
@@ -109,6 +108,7 @@
+
Barbato Expires April 18, 2006 [Page 2]
Internet-Draft draft-barbato-avt-rtp-theora-00 October 2005
@@ -1001,7 +1001,7 @@
location where all of the Configuration Packets needed for the life
of the session reside.
- The answer to any offer, [5], MUST NOT change the URI specified in
+ Example:
@@ -1010,18 +1010,19 @@
Internet-Draft draft-barbato-avt-rtp-theora-00 October 2005
- the configuration-uri attribute. The Configuration inlined in the
- configuration parameter MAY change.
-
- Example:
-
c=IN IP4/6
m=video RTP/AVP 98
a=rtpmap:98 theora/90000
a=fmtp:98 sampling=YCbCr-4:2:2; width=1280; height=720; delivery-
method=inline; configuration=base16string1;
+6.2. Usage with the SDP Offer/Answer Model
+ The answer to any offer, [5], MUST NOT change the URI specified in
+ the configuration-uri attribute. The Configuration inlined in the
+ configuration parameter MAY change.
+
+
7. Security Considerations
RTP packets using this payload format are subject to the security
@@ -1057,7 +1058,6 @@
"RTP: A Transport Protocol for real-time applications",
RFC 3550.
- [4] Schulzrinne, H. and S. Casner, "RTP Profile for video and Video
@@ -1066,6 +1066,7 @@
Internet-Draft draft-barbato-avt-rtp-theora-00 October 2005
+ [4] Schulzrinne, H. and S. Casner, "RTP Profile for video and Video
Conferences with Minimal Control.", RFC 3551.
[5] Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model with
@@ -1116,7 +1117,6 @@
-
Barbato Expires April 18, 2006 [Page 20]
Internet-Draft draft-barbato-avt-rtp-theora-00 October 2005
Modified: trunk/theora/doc/draft-barbato-avt-rtp-theora-00.xml
===================================================================
--- trunk/theora/doc/draft-barbato-avt-rtp-theora-00.xml 2005-12-01 00:27:09 UTC (rev 10508)
+++ trunk/theora/doc/draft-barbato-avt-rtp-theora-00.xml 2005-12-01 00:30:28 UTC (rev 10509)
@@ -779,9 +779,6 @@
The URI specified in the configuration-uri attribute MUST point to a location where all of the Configuration Packets needed for the life of the session reside.
</t>
-<t>
-The answer to any offer, <xref target="rfc3264"></xref>, MUST NOT change the URI specified in the configuration-uri attribute. The Configuration inlined in the configuration parameter MAY change.
-</t>
<t>Example:</t>
<vspace blankLines="1" />
@@ -792,11 +789,19 @@
<t>a=rtpmap:98 theora/90000</t>
<t>a=fmtp:98 sampling=YCbCr-4:2:2; width=1280; height=720; delivery-method=inline; configuration=base16string1;</t>
</list>
+</section>
+<section anchor="Usage with the SDP Offer/Answer Mode" title="Usage with the SDP Offer/Answer Model">
-</section>
+<t>
+The answer to any offer, <xref target="rfc3264"></xref>, MUST NOT change the URI specified in the configuration-uri attribute. The Configuration inlined in the configuration parameter MAY change.
+</t>
+
</section>
+
+</section>
+
<section anchor="Security Considerations" title="Security Considerations">
<t>
RTP packets using this payload format are subject to the security considerations discussed in the RTP specification
More information about the commits
mailing list