Hello,
I have a problem, i am creating a script .bat to run some streams at the same times and to save them(the flux come from my cameras), i need to display all the output flux on VLC during saving but it's not working.I can only save streams. I am using the following commands:
@echo on
cd c:\Program Files
VideoLAN\VLC\vlc.exe -vvv rtsp://192.168.11.176:554/live.sdp --sout="#std{mux=mp4,access=file,dst=d:\recording\looo.mp4}" --sout-all --sout-keep
*--sout-all and --sout-keep not display the stream output
Can you help me pls?