go-astits
A Golang library for parsing and demuxing MPEG Transport Stream (.ts) files natively, enabling inspection and processing of TS files.
Link
Related resources
- srtgoOfficial Go language bindings for the SRT (Secure Reliable Transport) library.
- dash-analyzerPython tool for analyzing MPEG-DASH streams, parses MPD structure for inspection.
- mp4 (miquels)Rust library, CLI, and server for reading, modifying, and writing MP4 files, supporting on-the-fly rewrite for streaming servers.
- mp4-rustRust library for reading and writing ISO-MP4 files.
- mpd-dashNode.js library for generating MPEG-DASH MPD manifests programmatically.
- srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.
- RIST vs SRT: Technical ComparisonElecard's technical deep-dive comparing RIST and SRT low-latency transport protocols.
- 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.
- KTH Thesis: Interoperable Retransmission Protocols for Low-Latency Video (RIST/SRT)Master's thesis academic evaluation comparing RIST and SRT retransmission protocols for low-latency video contribution.