1 Repo
Systems that duplicate live media data packets in memory to serve multiple concurrent readers.
Distinct from In-Memory Byte Stream Processing: Specifically handles the duplication of streams for multiple consumers, not just generic byte processing
Explore 1 awesome GitHub repository matching operating systems & systems programming · Stream Multiplexers. Refine with filters or upvote what's useful.
MediaMTX is a multi-protocol media server designed for routing, proxying, and recording real-time audio and video streams. It functions as a programmable media router and a gateway between streaming standards such as RTMP, RTSP, and WebRTC, enabling the conversion of live media between different protocols. The server distinguishes itself through on-the-fly format transmuxing and protocol-agnostic routing, which decouples input and output protocols via an internal media bus. It features a programmable automation system that executes external shell commands via event hooks triggered by client c
Distributes a single incoming media source to multiple concurrent readers via in-memory packet duplication.