multimux 0.10.0

Multi-input (RTSP/RTP/TS-UDP/TS-HTTP/SRT/HLS-pull/DASH-pull/Smooth-pull/RTMP/file), multi-output (LL-HLS/DASH/LL-DASH/Smooth/TS-HLS/catch-up + SRT/RTMP/RTSP push) just-in-time repackaging HTTP origin (library: tokio + axum), with shared output auth and an external scheme plugin registry.
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "bind": "0.0.0.0:8080",
  "routes": [
    {
      "name": "studio1",
      "input": { "type": "rtsp", "url": "rtsp://studio1-cam.example.net:554/stream1" },
      "outputs": ["llhls", "dash", "ll_dash"]
    }
  ]
}