srt-rs

Pure Rust SRT protocol implementation, no unsafe code, tokio-based, split into srt-protocol and srt-tokio crates.

Link

Related resources

  • gosrtPure Go implementation of the SRT protocol with minimal dependencies, focused on live streaming use cases.
  • srtgoPure Go SRT implementation with TSBPD, congestion control, AES encryption, FEC, and connection bonding, net.Conn-compatible.
  • rust-media-libsRust libraries providing reusable RTMP protocol handling building blocks for media server implementations.
  • 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.
  • 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.