Page 1 of 1

3 seconds delay streaming MPEG2 with VLC 0.7.2

Posted: 22 Dec 2004 13:41
by Guest
Hi everybody,

There is a three seconds delay when i stream MPEG2 with VLC. The work conditions are:

Hauppauge 250
VLC 0.7.2
Pentium IV
Red Hat 9
The instruction is:

/usr/local/bin/vlc -vvv pvr:/dev/video0:norm=pal:size=720x576:frequency=576250:bitrate=3000000:maxbitrate=4000000 --sout udp:239.10.10.239:1239 --ttl 12 --cr-average 1000

How can i reduce the 3 seconds delay to, at least, one second?

Can anybody help me?

Thanks,

Posted: 22 Dec 2004 16:24
by The DJ
vlc --longlhelp --advanced | grep cache
vlc --longlhelp --advanced | grep buffer

play with that. both client and server side

Posted: 23 Dec 2004 11:05
by Guest
you´re suggesting to read the longhelp from vlc, but there´s nothing about cache.

Talk about buffer, but just for ffmpeg, not for streaming live video with hauppauge 250

What do you think?

Posted: 23 Dec 2004 13:03
by markfm
The actual term to seek is "caching". If you're hardware encoding, on the card itself, you can knock down the VLC UDP caches, but I don't know if you can access the on-card buffer used to do the encoding.

Posted: 27 Dec 2004 10:48
by Rafa Chao
How can i knock down the vlc UDP caches??????


The VLC streaming server is Redhat Linux, and i use the command line, no windows.....


Thanks a lot big boss!!!!!!!!!!!!!!!!!!!!!1

Posted: 27 Dec 2004 12:57
by markfm
--sout-udp-caching=value_in_milliseconds transmit (server)
--udp-caching= receive (client)