diff --git a/frigate/config.py b/frigate/config.py index d7a2d19cf..b4de6b43e 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -56,7 +56,7 @@ SAVE_CLIPS_SCHEMA = vol.Schema( FFMPEG_GLOBAL_ARGS_DEFAULT = ['-hide_banner','-loglevel','fatal'] FFMPEG_INPUT_ARGS_DEFAULT = ['-avoid_negative_ts', 'make_zero', - '-fflags', '+genpts+discardcorrupt' + '-fflags', '+genpts+discardcorrupt', '-rtsp_transport', 'tcp', '-stimeout', '5000000', '-use_wallclock_as_timestamps', '1']