Description
Steps to handle Protego cameras without #transport=rtsp
Product
- exacqVision Server
- Protego branded cameras
Expected Results
Camera connects normally without any issues.
Actual Results
Camera connects then drops, then connects then drops on repeat. Only when the camera has #transport=rtsp on the end does the connection stay stable.
Solution
- Navigate to the server installation folder
- Windows – Typically this is under
C:\Program Files\exacqVision\Server
- Linux – Typically this is under
~/usr/local/exacq/server
- Windows – Typically this is under
- Find the file named onvifnvcpi.json and TAKE A BACKUP!
- You can open and edit this in notepad or nano or whatever you prefer.
- CTRL+F to open the find menu
- Search for “Sunell”
- Enter “Protego” as an alias, ensuring to follow the format of the other aliases. Also ensure not to delete any other lines in this file as it can mess with other onvif functionality.
- Search for “Sunell”
- Save and close the file.
- Restart the ExacqVision Server service.
- In windows this can be done from within the “services” program, searching “services” in the start menu should bring it up.
- In Linux open terminal and type.
sudo systemctl stop edvrserver
sudo systemctl start edvrserver
- Check connected cameras and you should be able to remove #transport=rtsp.