diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-04-26 21:09:56 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-04-26 21:09:56 +0300 |
commit | 774d851a219e8916ae77b005b1c7da4c90765307 (patch) | |
tree | 48453c0cabdbc2ef24ce378f3fabc3af26aa71b5 | |
parent | 2f5191bb6fe61697debea1aef603a8d9b669b613 (diff) |
test
-rwxr-xr-x | tools/ipcam_capture.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/ipcam_capture.sh b/tools/ipcam_capture.sh index d1c13c2..a441b9f 100755 --- a/tools/ipcam_capture.sh +++ b/tools/ipcam_capture.sh @@ -105,6 +105,7 @@ 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 \ +ffmpeg $args -re -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \ + -c copy -bufsize 1835k \ + -f segment -strftime 1 -segment_time 00:10:00 -segment_atclocktime 1 \ "$OUTDIR/record_%Y-%m-%d-%H.%M.%S.mp4" |