TCP Video Streaming Tools
A collection of tools aimed at implementing video streaming features over the TCP protocol. It supports sending video streams via RTMP and WebSocket, and receiving streams through HLS, facilitating the development of robust video streaming applications over TCP.
Link
Related resources
- RIST-Wireshark-PluginWireshark dissector for the RIST main profile protocol (GRE-over-UDP, TR-06-02), useful for debugging RIST streams.
- Point Cloud Streaming with Latency-Driven Implicit Adaptation using MoQ2025 paper applying Media-over-QUIC (MoQ) transport to low-latency adaptive point-cloud streaming.
- NeSt-VR: Network-aware Step-wise Adaptive Bitrate for VR Streaming over Wi-FiAcademic paper proposing a network-aware step-wise ABR algorithm for VR video streaming over Wi-Fi networks.
- rtmpdumpClassic RTMP dump/proxy tool (rtmpdump/rtmpsuck) for capturing and debugging RTMP streams.
- rml_rtmpRust RTMP protocol libraries including a log-reader utility for debugging raw RTMP handshake and message conversations.
- RTMP: A Quick Deep-DiveBroadcast Knowledge conference talk video deep-diving RTMP protocol internals and its displacement by SRT/RIST/Zixi in modern contribution…
- 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.
- 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.