Hello all,
thx to this forum I get working mosaic vlm config for few rtsp ip cams. What I need now, is way to restream this mosaic config to clients on local network, so users will see on their vlc clients mosaic config.
I tried this:
vlc.exe --vlm-conf=c:\ipcam.vlm --mosaic-height=1180 --mosaic-width=1900 --mosaic-rows=3 --mosaic-cols=3 --mosaic-delay=1 --mosaic-order=1,2,3,4,5 -I dummy --ttl=12 --rtp-caching 1000 --sout '#duplicate{dst=std{access=udp,mux=ps,dst=1.1.1.1:1234}}'
but no success. Sugestions?