Streaming relai on Debian: splitted attribute

About encoding, codec settings, muxers and filter usage
Flying Jack
Blank Cone
Blank Cone
Posts: 20
Joined: 26 Sep 2005 12:25
Location: France
Contact:

Streaming relai on Debian: splitted attribute

Postby Flying Jack » 10 Aug 2006 09:08

Hi !
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
VLC launchs, but when i check it using a ps faux command, i see something stranges: the attributes are seirdly splitted:

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
What's wrong ???
Thanks a lot
Image
Image

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 10 Aug 2006 09:25

Is it really a problem for you ?

Flying Jack
Blank Cone
Blank Cone
Posts: 20
Joined: 26 Sep 2005 12:25
Location: France
Contact:

Postby Flying Jack » 10 Aug 2006 09:31

I juste would like to know if it's normal or not...
I recognize that i haven't try to watch a stream using this, because I can't, for the moment (i have nothing for stream..)
I'm just working on the relai server, to set up something ready for next steps...

It will work ?

Thanks
Image
Image

Flying Jack
Blank Cone
Blank Cone
Posts: 20
Joined: 26 Sep 2005 12:25
Location: France
Contact:

Postby Flying Jack » 10 Aug 2006 16:17

I reply to myself.
Under Debian, we need ' in the command:

vlc udp:@:2030 --sout='#transcode{vcodec=WMV2,vb=400,scale=1}:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080}}'

And it works !

Code: Select all

skunlup:/home/flyingjack# ps faux | grep vlc root 3600 0.6 0.3 60460 3360 ? Ss 16:16 0:00 vlc udp:@:2030 --sout=#transcode{vcodec=WMV2,vb=400,scale=1}:duplicate{dst=std{access=mmsh,mux=asfh,url=:8080}} --daemon
Image
Image


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 12 guests