agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
707 stars 240 forks source link

Discovery displays HTTP servers on local network #306

Open kumarbhupi opened 1 year ago

kumarbhupi commented 1 year 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?