Skip to main content

get_stream_details

Get full configuration and status for one stream.

  • Method: POST
  • Path: /get_stream_details

Request Body

{
"stream_url": "rtsp://camera/live"
}
FieldTypeDescription
stream_urlstringRTSP URL for the stream to query.

Success Response

{
"success": true,
"message": null,
"data": {
"stream": {}
}
}
FieldTypeDescription
data.streamStreamFull stream definition and status.