[vlc] Re: VLC management of discontinous streams

Christophe Massiot massiot at via.ecp.fr
Sat Feb 26 01:42:05 CET 2005


At 14:28 +0100 22/02/05, Aurelio Colosimo - Tv Blob srl wrote:

>The question is: is there a way (a setting, or a telnet command) to 
>reduce the maximum accepted interval in a stream, in order to force 
>timestamp recovery in a short time?

It is a #define in src/input/clock.c :
/* Maximum gap allowed between two CRs. */
#define CR_MAX_GAP I64C(2000000)

But the correct way would be to flag the first packet of C with a 
discontinuity_indicator.

-- 
Christophe Massiot.

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list