Page 1 of 1

VLC Mosaic challenge with multiple audio channels

Posted: 26 May 2014 09:33
by sibeMamnue
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:

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}
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