Skip to content
niqdev edited this page Apr 24, 2016 · 5 revisions

How setup the IpCam url

This guide should help you to identify the correct url needed by IpCam demo to work properly.

First of all, connect to your ip camera home page using a browser like Chrome, it should looks like this

ipcam-inspect

then right-click with the mouse on the camera and choose Inspect (it can vary depending on your browser)

ipcam-url

now you should be able to see the complete url of your camera, update your settings and you are good to go!

ipcam-settings ipcam-demo

VPN ip conflicts

You might experience ip conflicts between your internet network and VPN network:

netstat -rn
sudo route -n add -host IPCAM_ADDRESS GATEWAY_ADDRESS -ifp ppp0
Clone this wiki locally