diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2024-01-10 03:21:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2024-01-10 03:21:45 +0300 |
commit | c712beb699aa21d0a0f1c2b9479732c3b7dfbf02 (patch) | |
tree | a9dae67fcdd414a3636a3e8c5fc0989ab98a7c91 | |
parent | c857f58b4094d032910ea366ab7f509ab847e949 (diff) |
use corrent timestamps
-rwxr-xr-x | tools/ipcam_capture.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipcam_capture.sh b/tools/ipcam_capture.sh index 08b9093..3ff8921 100755 --- a/tools/ipcam_capture.sh +++ b/tools/ipcam_capture.sh @@ -115,5 +115,5 @@ fi [ ! -z "$CREDS" ] && CREDS="${CREDS}@" ffmpeg $args -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \ - -c copy -f segment -strftime 1 -segment_time 00:10:00 -segment_atclocktime 1 \ + -c copy -use_wallclock_as_timestamps 1 -f segment -strftime 1 -segment_time 00:10:00 -segment_atclocktime 1 \ "$OUTDIR/record_%Y-%m-%d-%H.%M.%S.${EXTENSION}" |