Frequently Asked Question
How to change default ONVIF ports
Last Updated 4 years ago
By default DeskCamera uses port 8090 for the first Camera instance, each new camera instance will use incremental port number
Below are the steps how to change starting port 8090 to another value:
https://youtu.be/ARm5v-crL8s
On the last step, instead of configuring DeskCamera to "Run As Administrator", user may manually register new ports in the system and continue running DeskCamera under non elevated permissions
The steps below must be performed for manual port registrations:
1) Open cmd.exe with Administrator permissions
2) Execute command: netsh http add urlacl url=http://+:9980/onvif user=Everyone (where 9980 - the new port configured in DeskCamera)
Below are the steps how to change starting port 8090 to another value:
https://youtu.be/ARm5v-crL8s
On the last step, instead of configuring DeskCamera to "Run As Administrator", user may manually register new ports in the system and continue running DeskCamera under non elevated permissions
The steps below must be performed for manual port registrations:
1) Open cmd.exe with Administrator permissions
2) Execute command: netsh http add urlacl url=http://+:9980/onvif user=Everyone (where 9980 - the new port configured in DeskCamera)