Page 1 of 1

VLC cli fast streaming

Posted: 31 Aug 2014 08:07
by issa82
Im trying to make VLC convert TS to PS, read from UDP and stream out over HTTP. the command line work fine but it needs 4 seconds to stream out.

vlc udp://@239.202.1.11:5501 --sout '#standard{access=http,mux=ps,dst=0.0.0.0:9999/1.mp4}' --network-caching=0 --sout-all -d

How to make it faster?