Solving Uniview (UNV) Third-Party Application Issues
Uniview (UNV) cameras and NVRs are powerful and versatile, but their full potential is often realised when integrated with third-party software, such as a Video Management System (VMS) like Blue Iris, Milestone, or Synology Surveillance Station. This allows you to combine equipment from multiple brands into a single, unified interface. However, making this connection work can sometimes be challenging.
This guide is designed to help you troubleshoot common problems when connecting Uniview products to third-party applications, focusing on key protocols like ONVIF and RTSP.
Key Concepts in Third-Party Integration
To solve integration problems, it is important to understand the technologies involved.
- ONVIF (Open Network Video Interface Forum): This is a universal standard that allows devices from different manufacturers to communicate. When a VMS adds a camera via ONVIF, it can automatically discover it, receive the video stream, and sometimes control features like PTZ. For this to work, ONVIF must be enabled and properly configured on the Uniview device.
- RTSP (Real-Time Streaming Protocol): This is a lower-level protocol that provides a direct link to the camera's video stream. If all else fails, you can almost always get a video feed by using the camera's specific RTSP URL. This is a one-way feed and does not usually include control features like PTZ.
- API (Application Programming Interface): This is a more advanced, manufacturer-specific method of integration. It can provide deeper control over camera settings but requires the third-party software to have dedicated support for the Uniview API.
A Step-by-Step Guide to Troubleshooting Integration
Follow these steps methodically to identify and resolve the issue.
1. Enable ONVIF and Create a Dedicated User
Most integration issues stem from incorrect ONVIF configuration.
- Log into the Camera/NVR: Using a web browser, navigate to the IP address of your Uniview device and log in as an administrator.
- Navigate to Network Settings: Go to
Setup > Network > ONVIF(the exact path may vary slightly by model). - Enable ONVIF: Ensure the ONVIF protocol is enabled.
- Create an ONVIF User: Do not use your main admin account. Instead, use the 'Add User' function on this page to create a new, dedicated user for the integration. Assign it a strong password and 'Administrator' or 'Operator' level privileges. This is a critical security and compatibility step.
- Save and Reboot: Save your changes and reboot the device to ensure they take effect.
- Use the Correct Credentials: In your third-party VMS, when adding the camera, make sure to select 'ONVIF' as the type and use the specific ONVIF username and password you just created.
2. Verify Network and Firewall Settings
Your software needs to be able to reach the camera over the network.
- Confirm IP Address: Double-check that you are using the correct IP address for the Uniview camera in your VMS settings.
- Check for Blocked Ports: ONVIF typically uses port
80for communication. Ensure that no firewall on your computer or network is blocking this port between the VMS server and the camera. - Test with ONVIF Device Manager: Download the open-source tool 'ONVIF Device Manager'. If this tool can discover and connect to your Uniview camera, you know the camera's ONVIF service is working correctly, and the problem likely lies within your specific VMS software's settings.
3. Test with a Direct RTSP Stream
If ONVIF discovery fails, try to get a direct video feed using RTSP. This is an excellent way to confirm basic connectivity.
- Find the RTSP URL: The standard Uniview RTSP URL is:
rtsp://<username>:<password>@<IP_ADDRESS>:554/unicast/c1/s0/live- Replace
<username>,<password>, and<IP_ADDRESS>with your camera's details. s0refers to the high-quality main stream. Uses1for the lower-quality sub-stream, which is easier for testing.
- Replace
- Use VLC Media Player: Open the free VLC media player, go to
Media > Open Network Stream, and paste in your RTSP URL. If the video plays in VLC, you have confirmed that the camera is streaming correctly and the network connection is good. You can then use this same URL in your VMS's 'manual add' function.
4. Match Video Codec Settings
A common issue is getting a connection but seeing a black screen. This is often a video format mismatch.
- Check Camera Settings: In the Uniview web interface, go to
Video & Audio > Video. Note theCompressionformat (e.g., H.264, H.265/HEVC). - Check VMS Settings: In your VMS, ensure the camera's configuration is set to receive the same format. If your software does not support the newer H.265 format, you will need to change the camera's output to the more widely compatible H.264.
By systematically verifying your ONVIF user, testing network connectivity, and trying a direct RTSP stream, you can overcome the most common hurdles in third-party software integration.