agsh / onvif

ONVIF node.js implementation
http://agsh.github.io/onvif/
MIT License
679 stars 230 forks source link

Discovery displays HTTP servers on local network #306

Open kumarbhupi opened 7 months ago

kumarbhupi commented 7 months ago

Hi, I am using the Discovery.on('device) to find ONVIF devices on my local network, and there are few things that I don't understand:

  • 1. The callback do not return only ONVIF devices, it also returns HTTP servers, in my case.
  • 2. And if this is the regular behaviour, how can I differentiate the actual ONVIF devices?