This commit is contained in:
Josh Hawkins 2026-03-06 08:54:42 -06:00
parent e1f53e2d14
commit 1c759813ba

View File

@ -901,8 +901,6 @@ async def vod_ts(
if recording.end_time > end_ts:
duration -= int((recording.end_time - end_ts) * 1000)
# if segment is too short and was trimmed by clipFrom, pull clipFrom back
# to ensure a minimum playable segment length for HLS compatibility
# if segment is too short for reliable HLS playback and was trimmed
# by clipFrom, pull clipFrom back to ensure a minimum playable length
if duration < min_hls_segment_ms and "clipFrom" in clip: