ipcam_capture: trying to fix segment time stamps...
This commit is contained in:
parent
9ee4fc4fde
commit
f95472b413
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user