NGINX-RTMP Module
An Nginx module that adds RTMP streaming server capabilities to Nginx. It supports streaming live content via RTMP and can also be used to create HLS/DASH streams from RTMP input.
Link
Related resources
- nginx-srt-module (Kaltura)Nginx module bridging SRT to TCP for ingest into standard streaming pipelines.
- rtmpSnoopTool grabbing RTMP stream properties from live or dumped streams, including pcap file support.
- FOSDEM 2020: Which Video Network Streaming Protocol Should I Use?FOSDEM Open Media devroom talk comparing SRT, RTSP, RIST, WebRTC, HLS and DASH for live video network streaming use cases.
- galene-streamGateway bridging UDP/RTMP/SRT/RIST streams into the Galène WebRTC conferencing server.
- nginx-http-flv-moduleActively maintained superset of nginx-rtmp-module adding HTTP-FLV, GOP cache, virtual hosts, and JSON stats.
- 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.
- RTMP: A Quick Deep-DiveBroadcast Knowledge conference talk video deep-diving RTMP protocol internals and its displacement by SRT/RIST/Zixi in modern contribution…
- srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.
- 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.
- RIST vs SRT: Technical ComparisonElecard's technical deep-dive comparing RIST and SRT low-latency transport protocols.