multimux 0.5.1

Multi-input (RTSP/RTP/TS-UDP/TS-HTTP/SRT/HLS-pull/DASH-pull/Smooth-pull/RTMP), multi-output (LL-HLS/DASH/LL-DASH) 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
11
12
13
{
  "bind": "127.0.0.1:8080",
  "routes": [
    {
      "name": "cam1",
      "input": {
        "type": "custom",
        "type_tag": "demo",
        "params": {}
      }
    }
  ]
}