vimeo / VIMVideoPlayer

Deprecated: Please use [PlayerKit]( https://github.com/vimeo/PlayerKit) instead.
MIT License
281 stars 63 forks source link

VIM-3520: Airplay Mirror Bug #59

Closed ghking closed 7 years ago

ghking commented 7 years ago

Ticket

https://vimean.atlassian.net/browse/VIM-3520

Ticket Summary

The "Connected to AirPlay" overlay is displayed when in AirPlay mirroring mode, not just when AirPlay streaming mode.

Implementation Summary

Added self.player.usesExternalPlaybackWhileExternalScreenIsActive = YES;, which causes the player to switch to AirPlay streaming when the device is AirPlay mirroring when playing a video.

How to Test

See ticket.

huebnerob commented 7 years ago

👍