I'm using an MPMoviePlayerViewController to play a video. I set the instance's moviePlayer.allowsAirPlay to true as it is false by default. However, the Air Play button never shows up in the player controls. Could I have done something wrong, or are there specific guidelines for Air Play? The videos are 640x480, file types AVFileTypeQuickTimeMovie, .mov extension, H264, and PCM audio.

Does an AirPlay device need to be in the vicinity before the button even shows up? I don't have an airplay device, but am an app developer and want to make sure my users can do so if they have such a device.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

OK, apparently the way it works is it checks for AirPlay compatible devices when loading, so the button does not appear unless some are available.

link|improve this answer
Please accept this answer if it is a solution to the problem you stated. – Tim Post May 7 '11 at 11:55
This answer is correct. – Till May 8 '11 at 18:15
feedback

Your Answer

 
or
required, but never shown

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