Implement Airplay Software Receiver in Android OS

8.8k Views Asked by At

Can we develop any app in Android which will play a role of Airplay Receiver? Following provides support for MAC and Windows desktop version now.

http://www.airsquirrels.com/reflector/

I found a similar question with no reply. How can I make Android apps that work with Apple Airplay?.

ALSO: I have found lots of apps on Play Store performing this functionality. http://www.knowyourmobile.com/android-apps/18049/best-airplay-apps-android-gettin-dream-stream

I have found http://bubbleguuum.free.fr/airbubble/shairport/, but I am facing issue in integrating openssl in my project to link these files in NDK.

I highly appreciate any help in this direction from anybody.

2

There are 2 best solutions below

1
On

I am not sure for Phone Application.

DroidAirPlay in GitHub gives support for Tablets.

Have a look.

https://github.com/pentateu/DroidAirPlay

2
On

Looks like the guys at Cyanogenmod were able to implement this as part of of their Android fork: https://plus.google.com/110558071969009568835/posts/bsdm8BgVh2L

Wondering where the implementation lives exactly as it seems they have both an AirPlay server and a client in there to stream to another AirPlay server on the same network.