diff --git a/frigate/const.py b/frigate/const.py index 725633d96..3693fe5b4 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 = 43200 # only support 12 hours per HLS playlist +MAX_PLAYLIST_SECONDS = 10800 # only support 3 hours per HLS playlist