mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Lower max playlist time
This commit is contained in:
parent
ce2b5eef05
commit
dd86d6fc94
@ -29,4 +29,4 @@ DRIVER_INTEL_iHD = "iHD"
|
|||||||
|
|
||||||
MAX_SEGMENT_DURATION = 600
|
MAX_SEGMENT_DURATION = 600
|
||||||
SECONDS_IN_DAY = 60 * 60 * 24
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user