M3U8.NET

C#/.NET library to parse and write M3U8 playlists, supporting byte-ranges, discontinuities, and round-trip serialization.

Link

Related resources

  • PantomimeSwift M3U8 parser supporting both master and media playlists.
  • m3u-parser-generatorTypeScript library that both parses and generates m3u/m3u8 IPTV and HLS playlists, actively maintained (updated Sep 2025).
  • hls-playlist-generatorCLI tool that generates accurate HLS segment lengths from real keyframes and writes a proper .m3u8 playlist.
  • go-m3u8Go HLS parser implementing the HLS Internet-Draft v20, parses from File/Reader/string.
  • N_m3u8DL-RECross-platform CLI stream downloader handling HLS/DASH/MSS manifests (M3U8/MPD/ISM) including decryption, actively maintained with 7k+ star…
  • Shaka Packager DASH TutorialOfficial tutorial for using Shaka Packager CLI to generate MPEG-DASH MPDs with SegmentTemplate/SegmentTimeline and Widevine DRM.
  • libristPrimary open-source C library implementing the RIST protocol (Simple/Main/Advanced profiles), used by VLC, FFmpeg, OBS, and GStreamer.
  • srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.
  • low-latency-dash-ffmpegDockerized ffmpeg reference configuration for LL-DASH per-frame moof chunk streaming.
  • 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.
  • RTMP: A Quick Deep-DiveBroadcast Knowledge conference talk video deep-diving RTMP protocol internals and its displacement by SRT/RIST/Zixi in modern contribution…