[streaming] jitterbuffer ?

Rémi Denis-Courmont remi at remlab.net
Tue Jul 21 18:18:20 CEST 2009


Le mardi 21 juillet 2009 19:05:11 Vanhaute Nicolas, vous avez écrit :
> hi all,
>
> I would like to know if there is an option in vlc to add/change
> jitterbuffer value when I encode then stream a video on network in
> h264 ?

VLC does not have "a jitter buffer". Packet re-ordering is done in the RTP 
stack but de-jitter is done the later in the core synchronization code.

The built-in RTP stack automatically adjust the packet re-ordering delay from 
the measured inter-packet delay variance, but it currently does not support 
H.264. So I guess you are using the live555 plugin, which has a fixed 200 ms 
delay.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the streaming mailing list