one more fix
This commit is contained in:
parent
f95472b413
commit
cc67e1e2db
@ -117,7 +117,7 @@ fi
|
|||||||
[ ! -z "$CREDS" ] && CREDS="${CREDS}@"
|
[ ! -z "$CREDS" ] && CREDS="${CREDS}@"
|
||||||
|
|
||||||
ffmpeg $args -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \
|
ffmpeg $args -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \
|
||||||
-c copy -f segment -strftime 1 -segment_time 600 -segment_format_options movflags=+faststart \
|
-c copy -f segment -strftime 1 -segment_time 00:10:00 -segment_format_options movflags=+faststart \
|
||||||
-segment_time_delta 0.01 -reset_timestamps 1 -bufsize 2M \
|
-segment_time_delta 0.01 -reset_timestamps 1 -bufsize 2M \
|
||||||
-reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 \
|
-reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 \
|
||||||
"$OUTDIR/record_%Y-%m-%d-%H.%M.%S.${EXTENSION}"
|
"$OUTDIR/record_%Y-%m-%d-%H.%M.%S.${EXTENSION}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user