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
{
  "bind": "0.0.0.0:8080",
  "target_duration_secs": 4.0,
  "part_target_ms": 500,
  "window_segments": 12,
  "playlist_name": "index.m3u8",
  "routes": [
    {
      "name": "slate",
      "input": {
        "type": "file",
        "path": "/media/slate.ts",
        "loop": true
      },
      "outputs": ["llhls"]
    },
    {
      "name": "ident",
      "input": {
        "type": "file",
        "path": "/media/ident.mp4",
        "loop": false
      },
      "outputs": ["llhls", "dash"]
    }
  ]
}