Code: Select all
vlc -vvv "video.avi" --loop --random --keep --sout=#transcode{fps=10,width=320,height=240,
vcodec=WMV1,vb=96,scale=1,acodec=mpga,ab=16,channel=1}:duplicate{dst=display,dst
=std{access=http,mux=asfh,dst=127.0.0.1:1234}}
Code: Select all
The command line options couldn't be loaded, check that they are valid.
Thanks