Version 1.0.0.1
Date: 2022-01-22
7.
How to access real-time video from your camera (for
developers)
1. Find the default router gateway of your network: From a computer in the same network, click
“Start”, type “cmd” and press “Enter” to open the Command Prompt window. Type “ipconfig” and
press “Enter” and you should find the Default Gateway, for example 192.168.4.1.
2. Look at your camera’s rear screen, you should see something like rtsp xxx. The 3 digits following
“rtsp” are the last 8 bits of your IP address, for example, 148. Now you have your camera’s IP
address as 192.168.4.148.
Lots of PC software can play live video through an RTSP address, such as VLC or Blue Iris. Take
VLC as example.
1) Open VLC on your PC, navigate to media / open network streaming, input below texts
“rtsp://192.168.4.148/live” in the URL dialog , where "192.168.4.148" is your camera’s IP address.
2) Click on the “Play” button, you should see the live video from your camera instantly.