agsh / onvif

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

Bind opened specific port when Discovery.probe ONVIF device #198

Open thangcqUET opened 3 years ago

thangcqUET commented 3 years ago

Hi @agsh. When i use this lib for my project what run on server use iptables. I want use a specific port for multicast when use Discovery.probe() because i just want open specific port in iptables. But i see that the function don't have this option. How can i do to resolve my problem. Thanks