mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
extra ffmpeg params to reduce latency
This commit is contained in:
parent
7028b05856
commit
c41b104997
@ -21,6 +21,9 @@ def fetch_frames(shared_arr, shared_frame_time, frame_lock, frame_ready, frame_s
|
|||||||
ffmpeg_cmd = ['ffmpeg',
|
ffmpeg_cmd = ['ffmpeg',
|
||||||
'-hide_banner', '-loglevel', 'panic',
|
'-hide_banner', '-loglevel', 'panic',
|
||||||
'-avoid_negative_ts', 'make_zero',
|
'-avoid_negative_ts', 'make_zero',
|
||||||
|
'-fflags', 'nobuffer',
|
||||||
|
'-flags', 'low_delay',
|
||||||
|
'-strict', 'experimental',
|
||||||
'-fflags', '+genpts',
|
'-fflags', '+genpts',
|
||||||
'-rtsp_transport', 'tcp',
|
'-rtsp_transport', 'tcp',
|
||||||
'-stimeout', '5000000',
|
'-stimeout', '5000000',
|
||||||
|
Loading…
Reference in New Issue
Block a user