mikkoh / AS3-Airplay

This is an implementation of Apple's Airplay written in Actionscript 3.
20 stars 2 forks source link

can i use as3-airplay lib send audio data? #1

Open matishsiao opened 11 years ago

matishsiao commented 11 years ago

hi MikkoH: I have question hope you can help me:( In my project i need use airplay send audio data to airplay deivces But i can't found any as3 library to do it. hope you can help me.

Thank you.

mikkoh commented 11 years ago

Sorry unfortunately even though the Audio Airplay is advertised as Airplay it actually uses a different protocol and therefore isn't in the Airplay library.

I can give you some direction however since I was looking at this myself. Google around AirTunes. Thats what the audio bit is called.

Here's a nodejs server for AirTunes. You should be able look at this library and implement an AS3 library using Socket.

https://github.com/radioline/node_airtunes

On 2013-02-24, at 11:16 PM, matishsiao notifications@github.com wrote:

hi MikkoH: I have question hope you can help me:( In my project i need use airplay send audio data to airplay deivces But i can't found any as3 library to do it. hope you can help me.

Thank you.

— Reply to this email directly or view it on GitHub.