3
votes

Is it feasible to use ActionScript 3 to create a cross-platform server running as an Adobe AIR application that can play audio through AirPlay-enabled devices?

I want to write an AIR application to run on PC, Mac and mobile devices that will allow the user to play locally stored music through AirPlay devices such as Apple TV. I'm new to ActionScript so have been hunting around for AirPlay samples to help me on my way, but they seem thin on the ground.

I have found this unofficial AirPlay Protocol spec but can't find any ActionScript samples to help with RTSP which is also new to me. (I haven't done any socket programming.) Before I devote a lot of time to the project I'd like to confirm that it is possible. I don't mind putting in the work to write it from the bottom up but the fact that nobody else seems to have done this already or even asked about it is slightly worrying.

1
Anyone out there with any more information on this? Anyone? Please? Hello?Ted

1 Answers

1
votes

I created an application like this a few years back for college. What I remember is that during that time it wasn't possible. I had to create a hack to make it kinda work in the way your talking about. If you want I can get you send you my flex project. The code maybe of some help.