gosrt
Pure Go implementation of the SRT protocol with minimal dependencies, focused on live streaming use cases.
Link
Related resources
- srt-rsPure Rust SRT protocol implementation, no unsafe code, tokio-based, split into srt-protocol and srt-tokio crates.
- srtgoPure Go SRT implementation with TSBPD, congestion control, AES encryption, FEC, and connection bonding, net.Conn-compatible.
- moq.dev — Media over QUIC project siteOfficial home of the Media over QUIC implementation stack (moq-lite, hang, moq-relay) with live demos, successor to quic.video.
- Meta moq-encoder-playerMeta's minimal in-browser Media-over-QUIC live encoder and player for IETF MOQT interoperability testing.
- Facebook go-media-webtransport-server — WebTransport/QUIC media serverExperimental WebTransport (QUIC) media server for ultra-low-latency live streaming (<60ms) with VOD/rewind support; Media-over-QUIC style d…
- Shaka Packager DASH TutorialOfficial tutorial for using Shaka Packager CLI to generate MPEG-DASH MPDs with SegmentTemplate/SegmentTimeline and Widevine DRM.
- 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.
- ldash — low-latency DASH origin in GoGo reference origin server for low-latency DASH with a chunked-transfer upload endpoint, useful for experimenting with CTE-based LL-DASH de…
- Cloudflare: MoQ — refactoring real-time media stackTechnical writeup on Media over QUIC and Cloudflare's first production MoQ relay network for real-time media.