Page 1 of 1

Command Line Quick Help

Posted: 16 Jun 2009 10:16
by dave_c_uk
Hello,

I'm trying to stream a non-transcoded stream to HTTP on port 7777, then also to a transcoded ASF/MMSH/Port 8080 using the command line. I can get the first to work but not the second. Can anyone suggest where I'm going wrong please? My command line is

start vlc C:\Tools\TestCard.mpg --sout=#duplicate{dst=std{access=http,mux=ts,dst=:7777},{dst=transcode{vcodec=DIV3,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}}}

Any suggestions?

Thanks
David

Re: Command Line Quick Help

Posted: 16 Jun 2009 14:03
by thannoy
I don't think there is braces around the second dst= statment.
start vlc C:\Tools\TestCard.mpg --sout=#duplicate{dst=std{access=http,mux=ts,dst=:7777},dst=transcode{vcodec=DIV3,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}}
(untested)

If you have not used this documentation, here is the best doc for this kind of question:
http://wiki.videolan.org/Documentation:Streaming_HowTo