Is there currently any API (public or private) that will allow a 3rd party Mac OS X application to stream audio to AirPlay receivers? Airfoil by Rogue Amoeba Software seems to be able to do this, same goes for Erica Sadun's AirFlick, but I was unable to find any source code that would demonstrate how to do this. Any pointers are appreciated!

link|improve this question

feedback

4 Answers

Here is an open source ruby implementation. It's pretty straight forward. https://github.com/elcuervo/airplay

link|improve this answer
feedback

There are a couple of open-source RAOP players available; I haven't tried them, so I don't know if Apple has broken them since they were written.

link|improve this answer
feedback

I don't think it's available. At least not in versions prior to 10.7.

I'm guessing that Airfoil uses something like DVD John did a while ago when he cracked the Airport Express key payload. He released the code (C#) you should be able to find it but it's pretty cryptic.

I'm not aware of what AirFlick uses but you could always try pinging Erica, she usually shares her stuff.

link|improve this answer
feedback

Someone recently managed to obtain the AirPlay private key which allows you to have your program listed in the AirPlay menus on devices on your network.

You can read about it here. There is also an open source project linked from that page. http://mafipulation.org/blagoblig/2011/04/08#shairport

Be aware that obviously any application you create will never be approved by apple and the private key could potentially be changed in a firmware/software update.

link|improve this answer
This question is asking about sending to AirPlay receivers. That doesn't require the private key. – Nicholas Riley Apr 23 '11 at 20:32
@NicholasRiley Ah yes you are correct. – Ben Apr 25 '11 at 3:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.