From d962bd2437bd00467bb27a5e8937f7e2e7bdf1a3 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Tue, 21 Nov 2006 12:13:18 +0000 Subject: [PATCH] wtay's comment: inline is not in-band and vice versa svn path=/trunk/vorbis/; revision=12133 --- doc/draft-ietf-avt-rtp-vorbis-01.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/draft-ietf-avt-rtp-vorbis-01.xml b/doc/draft-ietf-avt-rtp-vorbis-01.xml index 6f99845..0f977b5 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-01.xml +++ b/doc/draft-ietf-avt-rtp-vorbis-01.xml @@ -973,9 +973,9 @@ The following examples are common usage patterns that MAY be applied in such sit 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. -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. +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. -The client could choose to fetch the Configuration from the alternate source as soon it discovers a Configuration packet got lost inline or use selective retransmission, if the server supports the feature. +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 selective retransmission, if the server supports the feature. 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 -- 2.7.4