I`m using --run-time and --loop as params. My input is http stream from other server.
Problem is when input stream server was down for a while (restart or something), vlc record process automatically end current recording file and start with new file.
Command what i`m using:
Code: Select all
/usr/bin/vlc1 -I dummy -vvvv --sout-transcode-audio-sync --http-caching 2000 http://xyz:9999 --run-time=21600 --loop --http-reconnect --sout #standard{access=file,mux=ts,dst=/root/vlc/Rec%H.ts}
Any ideas how to do it correctly?