wtay's comment: inline is not in-band and vice versa
authorlu_zero <lu_zero@xiph.org>
Tue, 21 Nov 2006 12:13:18 +0000 (12:13 +0000)
committerlu_zero <lu_zero@xiph.org>
Tue, 21 Nov 2006 12:13:18 +0000 (12:13 +0000)
svn path=/trunk/vorbis/; revision=12133

doc/draft-ietf-avt-rtp-vorbis-01.xml

index 6f99845..0f977b5 100644 (file)
@@ -973,9 +973,9 @@ The following examples are common usage patterns that MAY be applied in such sit
 
 <t>On join the client will receive the current Configuration necessary to decode the current stream inlined in the SDP so that the decoding will start immediately after.</t>
 
-<t>When the streamed content changes the new Configuration is sent in-band before the actual stream, and the Configuration that has to be sent inline in the SDP updated. Since the inline method is unreliable, an out of band fallback is provided.</t>
+<t>When the streamed content changes the new Configuration is sent in-band before the actual stream, and the Configuration that has to be sent inline in the SDP updated. Since the in-band method is unreliable, an out of band fallback is provided.</t>
 
-<t>The client could choose to fetch the Configuration from the alternate source as soon it discovers a Configuration packet got lost inline or use <xref target="RFC3611">selective retransmission</xref>, if the server supports the feature.</t>
+<t>The client could choose to fetch the Configuration from the alternate source as soon it discovers a Configuration packet got lost in-band or use <xref target="RFC3611">selective retransmission</xref>, if the server supports the feature.</t>
 
 <t>A serverside optimization would be to keep an hash list of the Configurations per session to avoid packing all of them and send the same Configuration with different Ident tags</t>