[vlc] Near "real-time" Streaming

Rémi Denis-Courmont remi at remlab.net
Mon Jun 22 14:55:20 CEST 2009


On Sat, 20 Jun 2009 21:10:07 -0500, Matt <sourceholder at gmail.com> wrote:
> VLC startup command on video source computer:
> vlc screen:// :screen-fps=30 :screen-caching=50 :sout-udp-caching=0
> :udp-caching=0 :rtsp-caching=0 :tcp-caching=0
>
:sout=#transcode{vcodec=mp4v,vb=2048,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=udp{caching=0,raw},mux=ts,dst=192.168.1.104:1234}}

Screen capture will always be slow, because the video adapters and drivers
are optimized for output rather than capture. VLC cannot fix that. There is
no way in hell that you could reach 30 frames per seconds with screen:// on
any common computer. One or two frames per second is more realistic.
Besides, it is not unlikely that your computer cannot encode such a high
resolution and rate to MPEG4 in real-time.

-- 
Rémi Denis-Courmont




More information about the vlc mailing list