Mosaic of RTSP streams VLC 3.0.8
问题 I found a way to properly show mosaic of streams from RTSP cameras on VLC 3.0.8 and wanted to share the solution: Write the following into a file < mosaic_vlc3.vlm > # Comment the following line if you don't want to reset your VLM configuration del all new ch1 broadcast enabled setup ch1 input "rtsp://user:pass@192.168.1.101:554/stream1" setup ch1 output #mosaic-bridge{id=ch1,width=1280,height=512} new ch2 broadcast enabled setup ch2 input "rtsp://user:pass@192.168.1.102:554/stream1" setup