Can you help? Multiple transcoding and streaming
Posted: 21 May 2012 14:35
Hi,
can you help me fixing this syntax?
From a single source, I would like to generate two http flv stream with different transcodes.
vlc -I dummy $SOURCE vlc://quit --sout "#duplicate{dst={transcode{vcodec=h264,vb=450,width=320,height=240,acodec=aac,ab=48,channels=2}:standard{access=http,mux=flv,dst=x.x.x.x:8081/live.flv}},dst={transcode{vcodec=h264,vb=760,width=400,height=300,acodec=aac,ab=48,channels=2}:standard{access=http,mux=flv,dst=x.x.x.x:8082/live2.flv}}}"
Actually I can get only audio and video of the first stream.
Thanks
can you help me fixing this syntax?
From a single source, I would like to generate two http flv stream with different transcodes.
vlc -I dummy $SOURCE vlc://quit --sout "#duplicate{dst={transcode{vcodec=h264,vb=450,width=320,height=240,acodec=aac,ab=48,channels=2}:standard{access=http,mux=flv,dst=x.x.x.x:8081/live.flv}},dst={transcode{vcodec=h264,vb=760,width=400,height=300,acodec=aac,ab=48,channels=2}:standard{access=http,mux=flv,dst=x.x.x.x:8082/live2.flv}}}"
Actually I can get only audio and video of the first stream.
Thanks