Default firmware (RunCam OpenIPC) of WiFiLink enables a RTSP feature, and player such as VLC and PotPlayer are supported.
Please use the included RJ45 to 4Pin cable to connect the camera to a computer, and execute a player to open URL:
rtsp://root:12345@192.168.1.10/stream=0
If there isn’t a video feed available, please check the steps below to solve.
1. Connect the camera to a computer or a laptop via the RJ45 to 4Pin cable, and set the IP address for WiFiLink as 192.168.1.10
2. Access the WiFiLink via SHH (Software like PuTTY is recommended;
login as: root, password: 12345), ssh root@192.168.1.10
3. Type in a command to change the stream address:
cli -s .outgoing.server udp://192.168.1.10:5600
4. Then type in “reboot” to continue
5. Use a player like VLC or PotPlayer to open URL:
rtsp://root:12345@192.168.1.10/stream=0
(please use the same method if you would like to change the address back, and the command will be cli -s .outgoing.server udp://127.0.0.1:5600)
Comments