Skip to content

Remote ONVIF Control

Sebastián Felipe requested to merge xompass/Shinobi:onvif-hidden-feature into master

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, supported a functionality to remain the same host and port already configured, so it could by pass the answer provided by the camera locally and going forward.

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

Cheers, Sebastián.

Merge request reports