srtgo

Pure Go SRT implementation with TSBPD, congestion control, AES encryption, FEC, and connection bonding, net.Conn-compatible.

Link

Related resources

  • srt-rsPure Rust SRT protocol implementation, no unsafe code, tokio-based, split into srt-protocol and srt-tokio crates.
  • gosrtPure Go implementation of the SRT protocol with minimal dependencies, focused on live streaming use cases.
  • rtmp (Nim)RTMP client and server implementation for the Nim programming language.
  • libRIST (VideoLAN)VideoLAN's open source RIST implementation supporting Simple and Main Profiles, used in VLC, FFmpeg, OBE, and GStreamer.
  • GPAC — Multicast ABR (MABR) supportGPAC technical post on its FLUTE/ROUTE implementation for DVB-MABR and ATSC 3.0 multicast delivery of ABR content.
  • 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.