mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Fix playlist max time
This commit is contained in:
parent
652d277fb4
commit
ce2b5eef05
@ -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 = 43200 # only support 12 hours per HLS playlist
|
MAX_PLAYLIST_SECONDS = 10800 # only support 3 hours per HLS playlist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user