I have an app that plays streamed videos on iOS devices using AVPlayer. The app also allows the user to watch the media through Apple TV using AirPlay.
Allowing the video to play over AirPlay works fine. However, I have a problem on devices which support mirroring either over AirPlay or using an AV cable.
Using devices such as the iPhone 4S or iPad 2, the app itself is correctly mirrored but whenever the video plays it only plays on the device, and does not mirror to the TV screen.
In other similar apps I've been able to use MPMoviePlayerController and this mirrors correctly without any problems. Unfortunately, I'm not able to use this approach here.
Has anyone successfully gotten AVPlayer to mirror correctly? As I say, using AirPlay alone works fine, it is just AirPlay or cabled mirroring that's the issue.