Page 1 of 1

How to read stream output during saving with a script .bat

Posted: 22 Jan 2018 14:35
by actia
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? :D

Re: How to read stream output during saving with a script .bat

Posted: 23 Jan 2018 13:57
by mederi
duplicate{dst=std{...},dst=display}
The streaming wizard (Media > Stream...) can help you to find out CLI options.

Re: How to read stream output during saving with a script .bat

Posted: 25 Jan 2018 14:23
by actia
thx! it works :)