aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-02-21 14:15:38 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-02-21 14:15:38 +0300
commit40bcc7f5f41f6ffad7379eb200f19a7ed10e77b9 (patch)
tree104c3ce3b3af6da7853fd0e2ffe046ecaeab93ec
parentc17410c07352a0b42a0400e778f9c6de98f268f0 (diff)
ipcam_capture: test new fix
-rwxr-xr-xtools/ipcam_capture.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ipcam_capture.sh b/tools/ipcam_capture.sh
index c788e05..69aded2 100755
--- a/tools/ipcam_capture.sh
+++ b/tools/ipcam_capture.sh
@@ -118,7 +118,6 @@ fi
ffmpeg $args -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \
-c copy -f segment -strftime 1 -segment_time 00:10:00 -segment_format_options movflags=+faststart \
- -use_wallclock_as_timestamps 1 \
- -segment_time_delta 0.01 -reset_timestamps 1 -bufsize 2M \
+ -use_wallclock_as_timestamps 1 -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}"