Fix playlist max time

This commit is contained in:
Nick Mowen 2023-05-28 06:32:42 -06:00
parent 652d277fb4
commit ce2b5eef05

View File

@ -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