I have two IP cameras who's stream I would like to display as a mosaic in VLC. I'm able to display each stream separately from the Media -> Open Network Stream menu, however I haven't been able to display both at the same time.
I've looked around and tried 4 slightly different variations on how to display multiple streams in a mosaic fashion and each time it failed to produce results.
When executing my VLM config file (.vlm) it launches VLC but doesn't do much else. I'm locked on the starting screen.
Something that's bothering me in some of the above examples is the use of an ip address and a port in the standard
parameter of the #transcode
command as in :
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"}
My cameras have a parameter called Multicast Video address
which looks similar so I've tried using that but I still get the same results.
I was also wondering if there is any kind of log in VLC that I could look into to see any undisplayed error message ?