diff --git a/frigate/ffmpeg_presets.py b/frigate/ffmpeg_presets.py index 569dc252e..7735def81 100644 --- a/frigate/ffmpeg_presets.py +++ b/frigate/ffmpeg_presets.py @@ -7,7 +7,7 @@ from typing import Any from frigate.version import VERSION from frigate.const import BTBN_PATH -TIMEOUT_PARAM = "-timeout" if not os.path.exists(BTBN_PATH) else "-stimeout" +TIMEOUT_PARAM = "-timeout" if os.path.exists(BTBN_PATH) else "-stimeout" _user_agent_args = [ "-user_agent",