Skip to content

Live Video API

1 confirmed endpoints — 1 respond with data, 0 require valid input.

Endpoints with Response Data

GET /prime/api/v1/live/pipelines

Retrieve pipelines

✅ Live — responds with data

Sample Response:

[
  {
    "status": "ok",
    "liveSourceId": "c20a346c-0163-4a00-b139-7dd2f7478ad4",
    "liveSourceType": "keldaMediaPipeline",
    "liveSourceName": "001 - Dual Ingest Same Source",
    "cidr": "",
    "pipelineId": "774924fad6d5:ip2Nut:IP 1",
    "pipelineName": "IP 1 on 774924fad6d5",
    "pipelineLocationId": "165643a4-169c-4ec2-9809-e5f1938217e3",
    "s3Output": true,
    "audioOnly": false,
    "mxfWithTsProxy": true,
    "mediaPipelineDynamicSources": {
      "current": null,
      "dynamicSourceListKey": null
    },
    "mediaPipelineStatus": {
      "activeDynamicSource": null,
      "source": {
        "type": "error",
        "errorMessage": "No source selected"
      }
    }
  },
  {
    "status": "ok",
    "liveSourceId": "c20a346c-0163-4a00-b139-7dd2f7478ad4",
    "liveSourceType": "keldaMediaPipeline",
    "liveSourceName": "001 - Dual Ingest Same Source",
    "cidr": "",
    "pipelineId": "774924fad6d5:ip2Nut:IP 2",
    "pipelineName": "IP 2 on 774924fad6d5",
    "pipelineLocationId": "165643a4-169c-4ec2-9809-e5f1938217e3",
    "s3Output": true,
    "audioOnly": false,
    "mxfWithTsProxy": true,
    "mediaPipelineDynamicSources": {
      "current": null,
      "dynamicSourceListKey": null
    },
    "mediaPipelineStatus": {
      "activeDynamicSource": null,
      "source": {
        "type": "error",
        "errorMessage": "No source selected"
      }
    }
  }
]

Note

dashboard/collector/src/mimir.ts — pipeline status


Not Found

Method Path Code
GET /prime/api/v1/live 404
GET /prime/api/v1/live/recordings 404
GET /prime/api/v1/live/sources 404