[streaming] Re: duplicate and es module doesn't work together?

Benjamin Pracht bigben+spam at videolan.org
Mon Mar 20 21:22:29 CET 2006


Le mardi 14 mars 2006 à 18:45 +0100, Ondrej Koala Vacha a écrit :
> Hi,
> 
> I tried to separate audio from stream, but it doesn't work:
> 
> $ ./vlc test.mp4 --sout 
> '#duplicate{
> dst="transcode{threads=2,vcodec=mp4v,acodec=mpga,vb=512,ab=128,deinterlace}:
> std{access=http,mux=ogg,url=10.70.2.250:8080}",
> dst="es{access-audio=file,mux-audio=ts,url=audio-test.mp3}"
> }' 
> 

You're mixing 2 syntaxes

Try

$ ./vlc test.mp4 --sout 
'#transcode{threads=2,vcodec=mp4v,acodec=mpga,vb=512,ab=128,deinterlace}:duplicate{
dst="std{access=http,mux=ogg,url=10.70.2.250:8080}",select=video
dst="std{access=file,mux=ts,dst=audio-test.mp3},select=audio}'

Please provide more logs if that doesn't work

-- 
BigBen

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list