pgpt10 / GPVideoPlayer

A video player with custom playback controls
MIT License
35 stars 12 forks source link

Player's picture gets stuck in fullscreen mode on simulators. #1

Open nyekimov opened 5 years ago

nyekimov commented 5 years ago

I am using OSX 10.13.6, Xcode 10.1, iPhone XR 12.1 simulator (or actually any).

The first ViewController from your example project is playing the video just fine. Once I enter fullscreen mode the passed in reference of the videoPlayer gets video frame(picture) stuck. The timeline continues to update, so the video isn't paused. When I exit the fullscreen mode, previous ViewController continues to play - first it kinda scrolls really fast all the frames that I missed and then continues to play in the normal mode where I left being in the fullscreen mode. So is this behavior smth new? Had no chance to test it on a real device. Any ideas?

AOFHBS commented 5 years ago

me too facing the same problem

javier4mar commented 3 years ago

Me too