diff options
-rwxr-xr-x | tools/ipcam_capture.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ipcam_capture.sh b/tools/ipcam_capture.sh index d495e51..d00e469 100755 --- a/tools/ipcam_capture.sh +++ b/tools/ipcam_capture.sh @@ -117,5 +117,7 @@ fi [ ! -z "$CREDS" ] && CREDS="${CREDS}@" ffmpeg $args -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \ - -c copy -use_wallclock_as_timestamps 1 -f segment -strftime 1 -segment_time 00:10:00 -segment_atclocktime 1 -bufsize 2M -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 \ + -c copy -f segment -strftime 1 -segment_time 600 -segment_format_options movflags=+faststart \ + -segment_time_delta 0.01 -reset_timestamps 1 -bufsize 2M \ + -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 \ "$OUTDIR/record_%Y-%m-%d-%H.%M.%S.${EXTENSION}" |