jdachtera / node-rtpmidi

A node js implementation of Apples Network Midi Protocol.
92 stars 17 forks source link

Fix MDNS building #13

Closed natcl closed 7 years ago

natcl commented 7 years ago

Seems like mdns2 doesn't work anymore, switching to mdns 2.3.3 seems to fix this issue.

Thanks !

jdachtera commented 7 years ago

Thanks! Did you check if the mdns discovery actually works with the new module?

natcl commented 7 years ago

It works in that the nodejs initiated session shows in Apple's Audio/Midi configuration. But Is the library also able to discover remotes servers ? I didn't test that part.