-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mDNS advertisement working on Linux? #22
Comments
It should work. I have it running on an embedded Linux platform without any issues. |
When I run "nmos-ledger" on Ubuntu 14.04 LTS from VirtualBox, avahi-browse all does not see the nmos registration or query. Also, the avahi-daemon fills the syslog with these messages when i run "nmos-ledger": |
@danickd: as @krhoulberg reported, this is not working here too :( |
Announcements not working (according to avahi-browse -a) for me on They are working (according to DNS-SD -B) on OSX 10.10.5 with NodeJS 4.3.0 Pete |
It's perfectly working for me, but my linux server is not running avahi. Ledger is using a fork of mdns-js, the "hello world mdns-js" specifies this:
And regarding https://github.com/Streampunk/ledger/blob/master/api/RegistrationAPI.js#L347 the line is present but commented. Maybe we should have the option to activate it or not. But even if |
Ledger has been sitting off on a fork of mdns-js, nmos-mdns-js, waiting for a pull request to be merged. This was done 9 days ago, along with maintenance fixes to many other issues with mdns-js. I'm going to switch back to the core mdns-js library and see if that helps. Watch out for a new commit. Generally, I've tested with MDNS-JS itself and |
Just checked ... our CI environment at https://circleci.com is set to use Ubuntu 12.04 and we have tests for MDNS-JS as a node client and registration server. The avahi daemon and client libraries are installed. See ... |
Is ledger mDNS advertisement working on Linux platforms? I'm testing on Ubuntu 16.04 LTS and running Avahi discovery daemon to discover "_nmos-registration._tcp" devices and can't find Ledger.
The text was updated successfully, but these errors were encountered: