2007年11月27日 星期二

another vlc usage

pipe from standard input

# cat /tmp/0831-1.ogg | vlc -I dummy \
--sout-all \ "#transcode{acodec=vorb,ab=128}:standard{access=http,mux=ogg,dst=192.168.0.103:8080}" \
- vlc:qiut

NOTE: "-I dummy" will disable the use of visual interface.

# vlc -I dummy -L --no-video --sout-all "#transcode{acodec=vorb,ab=128}:standard{http,mux=ogg,dst=192.168.0.103:8080}" /tmp/abc.ogg


How to fire up a vlc client, and setup multiple input/output stream concurrently ?

沒有留言: