Find your Public IP address
You can find your router's public ip address easily by navigating to specific websites or by logging into your router directly.
Quickly find your public IP address by visiting https://www.whatismyip.com (You need to be on the same network as the camera when doing so.).
Replace the internal ip address in your rtsp url with your router's public IP.
Again using the above example of rtsp://admin:111111@192.168.1.2:554//h264Preview_01_main, we will replace 192.168.1.2 with the public IP address (assuming 174.116.22.184), the final URL that will be submitted to Elumicate will look like this.
rtsp://admin:111111@174.116.22.184:554//h264Preview_01_main
Last updated