Skip to main content

Stream

A configured stream returned by stream status endpoints.

Example

{
"stream_url": "rtsp://camera/live",
"stream_id": "stream-001",
"name": "Warehouse Camera 01",
"frame_rate": 5,
"index_for_search": true,
"search_index_types": ["image"],
"status": "MONITORING",
"regions": [],
"lines": [],
"notification": {
"include_image": true
},
"recording": {
"enabled": false
}
}

Fields

FieldTypeDescription
stream_urlstringStream URL.
stream_idstringStream identifier returned by the server.
namestringStream display name.
frame_ratenumberProcessing frame rate.
index_for_searchbooleanWhether the stream is indexed for search.
search_index_typesstring[]Search index types built for the stream.
statusstringStream status such as IDLE, MONITORING, or ALERTING.
regionsRegion[]Detection regions for the stream.
linesLine[]Configured lines for the stream.
notificationNotificationNotification settings and status.
recordingRecordingRecording settings.