openairplay / node_airtunes

node.js AirTunes v2 implementation: stream wirelessly to Apple audio devices.
BSD 2-Clause "Simplified" License
273 stars 84 forks source link

Not Working in RaspberryPi (debian 7.0) #28

Open ozdroid opened 10 years ago

ozdroid commented 10 years ago

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 some noise then stoped. any idea that make it working fine ?

lperrin commented 10 years ago

Someone reported a problem on the PI a long time ago. It was because the ALAC codec (used in airtunes) didn't use the correct endianness. You could try to force it in the config file to see if it helps (look in the PRs to see where it is).

rooi commented 9 years ago

Hi @ozdroid @lperrin,

Are there any updates on this issue? I've been trying to get this to work on my pi (and some other devices), but I could not get it to work. The stdin example seems to communicate with my ATV2 (device turns on or switches off other playing media), but I cannot hear any sound. Am I missing something to allow my pi to stream the cpm file? I've seen the other (closed) issues and forks, but I could not find a solution unfortunately.

Thanks for any pointers!