I've set up a streaming relai server on a Debian Sarge box using VLC (apt-get install vlc) > VLC media player 0.8.2-svn Janus
I try to use that command, which works successfully on a Windows Server:
Code: Select all
vlc udp:@:2030 --sout=#transcode{vcodec=WMV2,vb=400,scale=1,acodec=mpga,ab=64,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 }} --daemon
Code: Select all
skunlup:/home/flyingjack# ps x | grep vlc
3201 ? Ss 0:00 vlc udp:@:2030 --sout=#transcodevcodec=WMV2:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 --sout=#transcodevb=400:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 --sout=#transcodescale=1:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 --sout=#transcodeacodec=mpga:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 --sout=#transcodeab=64:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 --sout=#transcodechannels=2:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080 }} --daemon
Thanks a lot