Page 1 of 1

Setting up a Mosaic in VLC.

Posted: 03 Jul 2014 07:52
by jasauders
Hello friends. I have read through the VLC documentation and a number of Google results, but I am no closer at figuring out Mosaic view. What I am looking to do is pull in some RTSP streams from networked surveillance cameras that I have. I'm on an Ubuntu Linux system doing this. Most of the documentation for this is either incomplete (some steps say "don't forget to click this link to do xyz task" only to link me to a page that has yet to be created) or it seemingly has outdated parameters.

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

Re: Setting up a Mosaic in VLC.

Posted: 29 Sep 2014 10:55
by schoocha
Did you ever get the Mosaic to work. If you did is there a step by step instruction how get it working. I am very new to Mosaic. The question is also where do you add the strings in VLC or the code? Please help