Go to documentation repository
GetLiveUrl - returns − returns rtsp URL of “live” video stream for the specified camera.
...
Parameter | Is required | Description |
|---|---|---|
| cameraid | Yes | Camera ID |
GET http://127.0.0.1:80/getliveurl?cameraid=1
| Code Block | ||
|---|---|---|
| ||
{
"rtspurl": "rtsp://device-address/somelivemediastream0"
} |
...