Skip to content

Remote ONVIF Control

Sebastián Felipe requested to merge xompass/Shinobi:dev into dev

Hi everyone!

This is a little modification to the ONVIF code to support remote control. Before this merge request, ONVIF only would work locally. In the case you would use a remote camera, using a SSH tunnel or similar, the ONVIF functionality wouldn't work, because the ONVIF protocol answer was using the local IP and local ports. The module node-onvif by its side, supports a feature to remain the same host and port already configured, so it can by pass the provided answer by the camera locally and use it remotely.

With this change, for now and on, will be possible to have a remote ONVIF control.

Cheers, Sebastián.

Edited by Sebastián Felipe

Merge request reports