Set max value for pre_capture (#8656)

This commit is contained in:
Nicolas Mowen
2023-11-18 14:37:06 -07:00
committed by GitHub
parent 977eef9138
commit 7d157dfeb0
3 changed files with 9 additions and 3 deletions

View File

@@ -51,7 +51,9 @@ DRIVER_INTEL_iHD = "iHD"
# Record Values
CACHE_SEGMENT_FORMAT = "%Y%m%d%H%M%S%z"
MAX_PRE_CAPTURE = 60
MAX_SEGMENT_DURATION = 600
MAX_SEGMENTS_IN_CACHE = 6
MAX_PLAYLIST_SECONDS = 7200 # support 2 hour segments for a single playlist to account for cameras with inconsistent segment times
# Internal Comms Topics