Reputation: 6571
Is there any way to support AirPlay with AVPlayer? I know it can be done with MPMoviePlayerController, but I see no indication of AVPlayer support in the documentation.
AVPlayer
MPMoviePlayerController
Thanks!
Upvotes: 6
Views: 9392
Reputation: 21254
See: http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVPlayer_Class/Reference/Reference.html
And specifically, set allowsAirPlayVideo to YES
Upvotes: 2
Reputation: 579
It's not possible in iOS4, but will be in iOS5.
Upvotes: 5