Skip to main content

stop_monitoring_stream

This endpoint stops monitoring of a stream which was previously added to EyesOnIt and monitored with the add_stream and monitor_stream endpoints.

Method: POST

Endpoint: /stop_monitoring_stream

Body

{
"stream_url": "rtsp://192.168.1.54/live0"
}

Body Attribute Descriptions

NameTypeDescription
streamUrlstringthe URL of the stream to stop monitoring. This value must exactly match the stream URL provided to the add_stream endpoint

Response

{
"message": "successfully stopped stream rtsp://192.168.1.54/live0"
}

Response Attribute Descriptions

NameTypeDescription
messagestringthe success message