The easiest way to determine whether your network is setup correctly and functioning correctly is by trying to connect another 3rd party video player to your cameras. If they work, then those cameras should also work in Blue Iris (BI).
There are many 3rd party video players:
- VLC
- Tinycam Pro
- PotPlayer
- iSpyConnect
- MotionEye app
- NVSIP
- You are also confirming Windows is setup correctly and not in conflict with BI.
For example, this test would confirm Anti-Virus and Firewall settings are correct. - This test would also confirm the BI server hardware is running properly, e.g. no hardware issues with the network card.
We prefer VLC because it is free and widely used. Meets conditions stated above.
VLC Testing
Download / install VLC
www.videolan.org
Connect VLC to RTSP stream of a camera
Start VLC
An RTSP URL for VLC is constructed with three components.
Alternatively, if your camera supports ONVIF, you can use another free software, ONVIF Device Manager, to get the RTSP URL.
Camera login
- IP Address
- Port (usually 554)
- URI stream
- 10.0.0.5
- RTSP port for camera is 554
- URI for camera is /Streaming/channels/701 (convention for Hikvision)
VLC onvif code
POE camera:rtsp://IP address:554/uscast/11
Smart IPC:rtsp://IPaddress:554/video1
Old cameras:rtsp://IP address:554/onvif1
Alternatively, if your camera supports ONVIF, you can use another free software, ONVIF Device Manager, to get the RTSP URL.
- I blocked out the IP address for privacy. I showed the side-by-side BI settings to VLC settings so it would be easy to get VLC working.
- Simply copy the RTSP URL to the VLC window.
- When you hit play, you will be prompted for the username/password to the camera.