sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
144 stars 80 forks source link

A Registration service discovery issue #407

Open ganfm opened 1 month ago

ganfm commented 1 month ago

Does it support specifying the IP address of a DNS server when using DNS-SD for registration service discovery?if supported, how should I set it up? Thanks a lot for your help.

garethsb commented 1 month ago

It relies on Avahi and POSIX APIs on Linux, and Bonjour and POSIX APIs on Windows, so setting the DNS server on the system should be sufficient.