| 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 |
| Parameter | Mandatory | Description |
|---|---|---|
| Node | Yes | Node ID |
| Device | Device (camera) ID | |
| SourceEndpoint | Video stream source ID |
GET http://localhost/stream-info/SERVER/DeviceIpint.2/SourceEndpoint.video:0:0 |
{
"stream-type": "H264"
} |
| Parameter | Description |
|---|---|
| stream-type | Video stream type (for example, H264) |