is_live is false.
You can check the status of a single named stream, or retrieve status for all streams at once using the /-/status variant.
Single stream status
Endpoint
Path parameters
The name of the stream to check.
Example request
Example response
Response fields
true if a video frame was received within the last 3 seconds; false otherwise.The current ingest bitrate in kilobits per second (kbps). Returns
0 when the stream is not live.Unix timestamp (seconds) of the most recently received video frame. Returns
0 if no frame has ever been received.All streams with status
Use the/-/status endpoint to retrieve every configured stream along with its live status in a single request. This is useful for dashboards or monitoring tools that need an at-a-glance view of the entire server.
Endpoint
Example request
Example response
Response fields
Each object in the array includes all stream fields plus an embeddedstatus object.
The unique name of the stream.
All push targets configured for this stream.
Live status for the stream. May be
null if status data is unavailable.