Stream
Reference for the Stream JSON element.
See also: Stream
Example
{
"stream_url": "rtsp://camera/live",
"stream_id": "stream-001",
"name": "Warehouse Camera 01",
"frame_rate": 5,
"status": "MONITORING",
"regions": []
}
Fields
| Field | Type | Description |
|---|---|---|
stream_url | string | Stream URL. |
stream_id | string | Stream identifier. |
name | string | Stream display name. |
frame_rate | number | Processing frame rate. |
index_for_search | boolean | Whether the stream is indexed for search. |
search_index_types | string[] | Search index types for the stream. |
status | string | Stream status. |
regions | Region[] | Stream regions. |
lines | Line[] | Configured lines. |
notification | Notification | Notification settings and status. |
recording | Recording | Recording settings. |