6 hours time delay with --run-time. HELP!
Posted: 13 Jun 2011 00:48
I`m trying to do 6 hours time dealy.
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:
When i was add --sout-keep, vlc don`t stops recording, when input server down, but don`t split files, after every 6h too.
Any ideas how to do it correctly?
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?