monitor_stream
Start monitoring a stream that has already been added.
- Method:
POST - Path:
/monitor_stream
Request Body
{
"stream_url": "rtsp://camera/live",
"duration_seconds": 300
}
| Field | Type | Description |
|---|---|---|
stream_url | string | RTSP URL for the stream to monitor. |
duration_seconds | number | Optional duration. Omit or use null for no explicit timeout. |
Success Response
{
"success": true,
"message": "monitoring started",
"data": null
}