The default Photos app in iPhone supports AirPlay for both Photos and Videos. But, Apple has given API for setting allowsAirPlay only in MPMoviePlayerController i.e only for videos. If I support it only for Videos user will complain for not supporting it for photos. How do I support AirPlay for both Photos and Videos in my app? Is there any method/interface/framework available that supports AirPlay and I have to just call it when the user clicks on my custom button?

Thanks and Regards, Deepa

link|improve this question

57% accept rate
You'd probably have to convert it to mp4 first (which can get pretty messy). That's the only way I know. I would personally want to know hat libraries I can use to do that too! – nolim1t Apr 3 '11 at 23:16
feedback

1 Answer

up vote 0 down vote accepted

Sorry, iPhone SDK 4.3 provides no API for sending photos via AirPlay.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.