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