From dd86d6fc941974374f7d0bc09afe342adbee0b85 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 28 May 2023 06:49:56 -0600 Subject: [PATCH] Lower max playlist time --- frigate/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/const.py b/frigate/const.py index 3693fe5b4..9b7e177f2 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -29,4 +29,4 @@ DRIVER_INTEL_iHD = "iHD" MAX_SEGMENT_DURATION = 600 SECONDS_IN_DAY = 60 * 60 * 24 -MAX_PLAYLIST_SECONDS = 10800 # only support 3 hours per HLS playlist +MAX_PLAYLIST_SECONDS = 7200 # support 2 hour segments for a single playlist to account for cameras with inconsistent segment times