VLC Mosaic challenge with multiple audio channels
Posted: 26 May 2014 09:33
Hi all
I have launched a VLC mosaic streaming system that receives some MPEG-TS streams as input and generates mosaic video stream. Previously I could specify each of input streams and just one audio channel for it like this:
Some Of my input streams have multiple audio channels; I want to know is that possible to select all of the audio elementary streams of those channels to be streamed with final mosaic stream?
Regards
Sajad
I have launched a VLC mosaic streaming system that receives some MPEG-TS streams as input and generates mosaic video stream. Previously I could specify each of input streams and just one audio channel for it like this:
Code: Select all
new channel1 broadcast enabled
setup channel1 input udp://@224.220.5.0:2000
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=192},select=video,dst=bridge-out{id=3},select=audio}
Regards
Sajad