node_airtunes
node_airtunes copied to clipboard
node.js AirTunes v2 implementation: stream wirelessly to Apple audio devices.
I'm unable to build the latest release here on Debian ( per #45 ), but I was able to build Rotvig's patched version which appears to address the build issues...
looks like airtunes is not working with "non-apple" devices :( I've got a **Philips Fidelio Soundring** and a **Sony SA-NS310** - both Airplay Speakers, that work fine on my iPhone...
It is possible to have a full AirPlay and AirPlay 2 support? Please look all codes not integrated: - https://github.com/lperrin/node_airtunes/network
Hi, i tried to install airtunes via `npm install airtunes` but i only get the following results: ```bash pi@vinylpi:~/airtunes $ npm install airtunes > [email protected] install /home/pi/airtunes/node_modules/airtunes > node-gyp rebuild...
Hi, thanks for this great project. I use the following command: node play_ffmpeg.js --host 192.168.178.20 --port 5000 --file http://rb-bremenvier-live.cast.addradio.de/rb/bremenvier/live/mp3/128/stream.mp3 Then I receive this logs: adding device: 192.168.178.20:5000 status: ready buffer...
I get several errors when doing a build ``` shell gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | darwin |...
Hey everyone, great code - but how do I add different speaker / devices? Thanks and cheers
Adds functionality for #30 in a backwards compatible way
Hi, I'm interested in using the ALAC encoder/decoder bindings for a project I'm working on for AirTunes server support. (https://github.com/stephen/nodetunes/). Would you be able to put your ALAC bindings into...