Go to documentation repository
On the page:
General information
| Method | URL | Description |
|---|---|---|
| GET | /stream-info/{Node}/{Device}/{SourceEndpoint} | | Returns information about the video stream type for the specified camera. Used by the web client when initializing the camera to create a command for requesting a stream |
Request parameters
| Parameter | Mandatory | Description |
|---|---|---|
| Node | Yes | Node ID |
| Device | Device (camera) ID | |
| SourceEndpoint | Video stream source ID |
Request example
GET http://localhost/stream-info/SERVER/DeviceIpint.2/SourceEndpoint.video:0:0
Response example
{
"stream-type": "H264"
}
Response parameters
| Parameter | Description |
|---|---|
| stream-type | Video stream type (for example, H264) |
Overview
Content Tools