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!
|
feedback
|
|
Here is an open source ruby implementation. It's pretty straight forward. https://github.com/elcuervo/airplay | |||
|
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. | |||
|
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. | |||
|
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. | |||||
feedback
|