Go to documentation repository
Page History
...
559 – RTSP Server port.
80 – Web Server port.
General request format:
GET http://IP-address:port/getliveurl?cameraid={cameraid}
Request parameters:
Parameter | Is required | Description |
---|---|---|
cameraid | Yes | Camera ID |
...
Request example:
GET http://127.0.0.1:80/getliveurl?cameraid=1
...
Response example:
If the Use NAT address checkbox on the Web server object setting panel is UNchecked, then:
...
Code Block | ||
---|---|---|
| ||
{ "rtspurl": "rtsp://10.0.12.139:1001/archive?id=1" } |
Response parameters:
Parameter | Description |
---|---|
id | Camera ID |
Overview
Content Tools