node_airtunes icon indicating copy to clipboard operation
node_airtunes copied to clipboard

node.js AirTunes v2 implementation: stream wirelessly to Apple audio devices.

Results 20 node_airtunes issues
Sort by recently updated
recently updated
newest added

When im doing an "npm install airtunes" i get this. node version 6.3.1 npm version 3.10.3 node-gyp version 3.4.0 Any idea what the problem could be? :) ``` > npm...

Hi I have a problem on my Raspberry with Raspbian Jessie, Node v0.10.9 and FFMPEG version 4.9.2-10. When I run play_ffmpeg I get adding device: 192.168.0.14:5000 status: ready events.js:72 throw...

Fixed the v8 api changes, this means it now works on node 0.12

Running npm install will result in an error message indicating missing openssl header files: ``` > [email protected] install /Users/geraldf/node_modules/airtunes > node-gyp rebuild CXX(target) Release/obj.target/airtunes/src/codec.o ../src/codec.cc:5:10: fatal error: 'openssl/aes.h' file not...

Hi, // OSX 10.10.3 (Yosemite) // Node v0.10.33 After installing node_airtunes I thought I'd quickly fire up the example to make sure my environment was OK before going any further,...

These are the errors output but npm: ``` gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23) gyp ERR!...

Hi there, I am running the iOS 9 beta on two different devices (iPhone 6 and iPad Mini 2) and neither device can see node_airtunes anymore. These same devices used...

added JBL SoundFly to list of tested devices: work flawlessly Thanks for your great work!

Hello, Any chance the API of this could be tweaked to allow multiple instances of it to be run? Currently you export a new instance of Airtunes https://github.com/lperrin/node_airtunes/blob/master/lib/index.js#L72 If you...

i compile node_airtunes in my RaspberryPI(ArmV5) under Debian 7.0. when i try to connect my airplay device with ./play_ffmpeg example. It's not working fine for me. the airplay device make...