Open M3U8
Open-source parser for m3u8 playlist files by iHeartRadio. Essential for HLS streaming implementations.
Link
Related resources
- m3u8-cppHeader-only C++ streaming m3u8 playlist parser.
- hls-playlist-generatorCLI tool that generates accurate HLS segment lengths from real keyframes and writes a proper .m3u8 playlist.
- PantomimeSwift M3U8 parser supporting both master and media playlists.
- go-m3u8Go HLS parser implementing the HLS Internet-Draft v20, parses from File/Reader/string.
- m3u-parser-generatorTypeScript library that both parses and generates m3u/m3u8 IPTV and HLS playlists, actively maintained (updated Sep 2025).
- FOSDEM 2024: Streaming Live Using RIST On Demand to ThousandsFOSDEM Open Media devroom talk on a real-world RIST architecture achieving 500ms glass-to-glass latency at scale, comparing RIST vs QUIC.
- Harnessing WebRTC for Large-Scale Live StreamingACM SIGCOMM 2025 paper on scaling WebRTC for large-audience low-latency live streaming.
- Performance of Low-Latency HTTP-based Streaming PlayersMMSys'21 paper comparing AVPlayer, Shaka, HLS.js, and Dash.js performance under LL-HLS and LL-DASH.
- low-latency-dash-ffmpegDockerized ffmpeg reference configuration for LL-DASH per-frame moof chunk streaming.
- srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.