get_stream_details
Get full configuration and status for one stream.
- Method:
POST - Path:
/get_stream_details
Request Body
{
"stream_url": "rtsp://camera/live"
}
| Field | Type | Description |
|---|---|---|
stream_url | string | RTSP URL for the stream to query. |
Success Response
{
"success": true,
"message": null,
"data": {
"stream": {}
}
}
| Field | Type | Description |
|---|---|---|
data.stream | Stream | Full stream definition and status. |