Go to documentation repository
Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.
Go to the RTSP Server and Web server objects setting panels to enable and configure NAT (see Configuring RTSP Server module and Enabling the processing of ECHD requests and selecting the RTSP server).
Example:
Let us set the following parameters on the RTSP Server object setting panel:
10.0.12.139 – router IP address.
1001 – router port.
192.168.0.109 – Server address in local network.
559 – RTSP Server port.
80 – Web Server port.
Request:
http://10.0.12.139:80/getliveurl?cameraid=1
If the Use NAT address checkbox on the Web server object setting panel is UNchecked, then
Response:
{ "rtspurl": "rtsp://192.168.0.109:559/archive?id=1" }
If the Use NAT address checkbox on the Web server object setting panel is checked, then
Response:
{ "rtspurl": "rtsp://10.0.12.139:1001/archive?id=1" }
Overview
Content Tools