Problem in video mosaic
Posted: 04 Mar 2007 13:48
Hello everybody,
I'm a french student in Centrale Lyon, so sorry for my english
We streams the TNT channels on the school's network in multicast and by using SAP announces.
I would like to create a mosaic in which there are all these TV channels, but it doesn't work and I don't know why.
At the time, the file mosaic.conf in the server is:
And the vlc file is :
Could you tell me what is wrong?
Thank you!
I'm a french student in Centrale Lyon, so sorry for my english
We streams the TNT channels on the school's network in multicast and by using SAP announces.
I would like to create a mosaic in which there are all these TV channels, but it doesn't work and I don't know why.
At the time, the file mosaic.conf in the server is:
Code: Select all
new channel1 broadcast enabled
setup channel1 input udp://@239.255.1.1:1234
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 udp://@239.255.1.2:1234
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio}
new channel3 broadcast enabled
setup channel3 input udp://@239.255.1.3:1234
setup channel3 output #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=3},select=audio}
new background broadcast enabled
setup background input fake:
setup background output #transcode{sfilter=mosaic,vcodec=mp2v,vb=10000,scale=1}:bridge-in{delay=400,id-offset=100}:standard{access=udp,mux=ts,url=239.255.1.9,sap,name="Apercu"}
control background play
control channel1 play
control channel2 play
control channel3 play
Code: Select all
screen -d -m -S mosaic vlc --ttl 1 --vlm-conf=mosaic.conf --fake-file=CTV.png --fake-aspect-ratio="4:3" --mosaic-width=360 --mosaic-height=288 --udp-caching=800 --mosaic-keep-picture --mosaic-rows=2 --mosaic-cols=2 --mosaic-position=1 --mosaic-order=1,2,3 -I dummy
Thank you!