Hi,
I have bought a Airport Express to be able to listen to music from my computer in my living room. So naturally I wanted to play a bit with it too and I found this project. I installed the airplay module and tried the example code but even if I can play music on the Airport Express from iTunes, node-airplay doesn't discover my Airport Express:
> var browser = require('airplay').createBrowser();
undefined
> console.log(browser.getDevices());
[]
undefined
I just get an empty array. What am I doing wrong?