With that said, I'm basically asking the baseline question given that so far, all research has gotten me 0 steps closer. How can I set up a Mosaic view in VLC?
My VLM:
Code: Select all
new channel1 broadcast enabled
setup channel1 input rtsp://@192.168.1.11:554/live3.sdp
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 rtsp://@192.168.1.12:554/live3.sdp
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio}
new background broadcast enabled
setup background input /home/jason/Documents/black.png
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.12.42,sap,name="mosaic"}
control background play
control channel1 play
control channel2 play