Page 1 of 1

Use .bat file to start 2 camera RTSP strems

Posted: 08 Oct 2024 13:56
by DataKnight
Hi - first time post here.

I would like to know if it's possible to start 2 VLC windows showing streams from 2 cameras from within a .BAT file.

I've tried the following (taken from a Wiki article) but it doesnt work. If it's not possible then I''l have to open VLC and start the streams there.

START "VLC media player - Instance 1" "C:\Program Files\VideoLAN\VLC\vlc.exe" "--no-one-instance RTSP://172.16.0.232/rtsph2641080p" && START "VLC media player - Instance 2" "C:\Program Files\VideoLAN\VLC\vlc.exe" "--no-one-instance RTSP://172.16.0.231/rtsph2641080p"

Any feedback gratefully received.