I have a ts file in which there are 4 videos including one with sound.
When I makes a mosaic(with a file vlm.conf), I have the 4 well videos which is posted with the screen,
but I do not have the sound.
This is my vlm configuration file :
Code: Select all
new channel1 broadcast enabled
setup channel1 input "../videoMix5.ts"
setup channel1 option program=1
setup channel1 loop
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio}
new channel2 broadcast enabled
setup channel2 input "../videoMix5.ts"
setup channel2 option program=2
setup channel2 loop
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=noaudio}
new channel3 broadcast enabled
setup channel3 input "../videoMix5.ts"
setup channel3 option program=3
setup channel3 loop
setup channel3 output #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=4},select=noaudio}
new channel4 broadcast enabled
setup channel4 input "../videoMix5.ts"
setup channel4 option program=4
setup channel4 loop
setup channel4 output #duplicate{dst=mosaic-bridge{id=4,height=144,width=180},select=video,dst=bridge-out{id=4},select=noaudio}
new background broadcast enabled
setup background input fake:
setup background option #transcode{sfilter=mosaic}:bridge-in{delay=100,id-offset=100}
control background play
control channel1 play
control channel2 play
control channel3 play
control channel4 play
Could somebody say to me how to have the sound?
Then, I have another problem:
I would like that my 4 videos( ande the sound) are synchronized.
How to make to control the 4 videos at the same time ? (one button play/pause and stop for all videos)
thank you