Commit Graph

3 Commits

Author SHA1 Message Date
Christian Benincasa
f25f3f599f feat: add support for loudnorm audio filter
Allows for better loudness normalization vs straight volume adjustment
using the ffmpeg loudnorm filter. The i, lra, and tp values are all
configurable in the advanced transcode settings.
2026-02-15 08:20:31 -05:00
Christian Benincasa
d54a728d2f refactor: use extend in program schemas instead of omit
seems to positively impact compile time
2026-02-14 07:25:24 -05:00
Christian Benincasa
c5e06d48de 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.
2026-01-26 15:40:52 -05:00