feat: add HLS Direct v2 stream mode (#1620)

This works just like the normal HLS mode, but it does not transcode.
Unlike HLS Direct today, a continuous m3u8 playlist of proper chunks is
produced, rather than an m3u8 with a singular line item that returns the
direct program stream.
This commit is contained in:
Christian Benincasa
2026-01-26 15:40:52 -05:00
committed by GitHub
parent 57b7f63afb
commit c5e06d48de
36 changed files with 4549 additions and 141 deletions

File diff suppressed because one or more lines are too long