Skip to main content

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
}
FieldTypeDescription
stream_urlstringRTSP URL for the stream to monitor.
duration_secondsnumberOptional duration. Omit or use null for no explicit timeout.

Success Response

{
"success": true,
"message": "monitoring started",
"data": null
}