onvif
onvif copied to clipboard
Add the possibility to bind an address on Discovery instead of a device
Add the possibility to bind an address on Discovery instead of a device, in case a device has multiple aliases. Because of address binding we need to know which alias received the camera, so we now send a remote and a local info in Discovery.emit('device'). This breaks backward compatibility though
The urn
has been remvoved from the Cam
constructor in a previous while it is set in discovery.js
The urn
is important to compare cameras, so I added it back.