transcoding and stream output 2 channels
Posted: 06 Mar 2007 09:13
Hi!
I try to stream 2 channels from DVB card (SS2) to internet,(Ubuntu,vlc 0.8.6) When I don't transcode it , it works great.But when I try to transcode , I 've got a problem - only 1 channel goes fine, second one - does not.I think, that something wrong with a string.The string is:
$vlc -vvv --color --ttl 12 --ts-es-id-pid --programs=2,3 (input stream) --sout-standard-access=mmsh --sout-standard-mux=ts --sout
'#duplicate{dst="transcode{vcodec=mpgv,vb=1024,scale=1,acodec=mpga,
ab=128,channels=2}:std{dst="My IP:port},select="program=2"}'
'#duplicate{dst="transcode{vcodec=mpgv,vb=1024,scale=1,acodec=mpga,
ab=128,channels=2}:std{dst=My IP:port},select="program=3"}'
thx in advance
I try to stream 2 channels from DVB card (SS2) to internet,(Ubuntu,vlc 0.8.6) When I don't transcode it , it works great.But when I try to transcode , I 've got a problem - only 1 channel goes fine, second one - does not.I think, that something wrong with a string.The string is:
$vlc -vvv --color --ttl 12 --ts-es-id-pid --programs=2,3 (input stream) --sout-standard-access=mmsh --sout-standard-mux=ts --sout
'#duplicate{dst="transcode{vcodec=mpgv,vb=1024,scale=1,acodec=mpga,
ab=128,channels=2}:std{dst="My IP:port},select="program=2"}'
'#duplicate{dst="transcode{vcodec=mpgv,vb=1024,scale=1,acodec=mpga,
ab=128,channels=2}:std{dst=My IP:port},select="program=3"}'
thx in advance