3

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?

halfer
  • 19,824
  • 17
  • 99
  • 186
spd
  • 2,114
  • 1
  • 29
  • 54
  • 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 03 '11 at 23:16

1 Answers1

1

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

rjobidon
  • 3,055
  • 3
  • 30
  • 36