3

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.

Community
  • 1
  • 1
Kanak Sony
  • 1,570
  • 1
  • 21
  • 37
  • Look this the cyano guys are working in this feature.. so i believe it's possible http://www.engadget.com/2013/09/21/airplay-mirroring-android-cyanogenmod/ – betorcs Dec 09 '13 at 12:03
  • 1
    try to use ffmpeg for live streaming of videos – TheLittleNaruto Dec 12 '13 at 06:56
  • @TheLittleNaruto, thanks for ur input. I am looking for pairing of devices first. How can I notify other devices about my existence? – Kanak Sony Dec 12 '13 at 07:36
  • using bluetooth or wifi o-O? – TheLittleNaruto Dec 13 '13 at 12:03
  • @KanakSony : I have used shareport library for that. some how I was able to manage sound and images but I dont think that was so successful for me :) – V-Xtreme Jan 22 '14 at 04:15
  • @V-Xtreme Can u help me in achieving same or share me source? It can help me. – Kanak Sony Jan 24 '14 at 09:26
  • @KanakSony:sorry to say but for some reason I dont have source code now . But I will try it out again if I get some time . – V-Xtreme Jan 27 '14 at 05:04
  • @KanakSony : Its fine :). But I have to rewind those things again.So I think it would be nice if we talk after that .probably later today . – V-Xtreme Jan 27 '14 at 05:21
  • Closing this question, as did not got any good attention here.. but, for them interesting in knowing that if we got success or not, than Yes, we got success :) – Kanak Sony Apr 16 '14 at 09:37
  • hey @KanakSony need your help how you got it working please help me i’ll be very greatful. – Digvijay Singh Dec 30 '18 at 03:39

2 Answers2

2

I am not sure for Phone Application.

DroidAirPlay in GitHub gives support for Tablets.

Have a look.

https://github.com/pentateu/DroidAirPlay

vinay kumar
  • 1,451
  • 13
  • 33
  • I have got success in compiling and running this code, but facing issue of delay in buffering of audio streams, which causes in failure to play it. Any help is appreciated. – Kanak Sony Jan 22 '14 at 11:38
0

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.

Roberto Andrade
  • 1,793
  • 1
  • 21
  • 27
  • Hey, I am looking for Mirroring with Airplay. Do you have any idea? – Kanak Sony Jan 08 '15 at 17:50
  • Yeah, it's a tough one, I've spent a good 3 months researching the topic and ended up implementing a prototype by reusing a piece from another app. The key challenge here is the FairPlay decryption of the challenges and keys. See my question/comments on http://reverseengineering.stackexchange.com/questions/6678/airplay-mirroring-decryption-fairplay – Roberto Andrade Feb 03 '15 at 20:58