You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the video is loading and I rotate the phone without having the auto-rotation option activated, for some reason the video player detects it and this bug happens. The audio is good, but the image stills the same for the rest of the video.
The text was updated successfully, but these errors were encountered:
I'll investigate this and attempt to reproduce this but in my experience, anything involving orientation is flutter_vlc_player territory. The user can always back out and try again -- and the video does load in later on when the player renderer is ready to show a frame.
I can't seem to reproduce this issue. The orientation shifts before the player has initialized.
I force this change before startup so once the player is present in the screen, the user cannot rotate to portrait and mess up the player widget. So, I am probably at the mercy of the behavior of flutter_vlc_player when rotating and how the OS handles orientation changes.
As a mitigation for this issue, the orientation is now forced in the loading screen -- this should ensure that when the player loads in, it will absolutely be in landscape and not somewhere in between.
When the video is loading and I rotate the phone without having the auto-rotation option activated, for some reason the video player detects it and this bug happens. The audio is good, but the image stills the same for the rest of the video.
The text was updated successfully, but these errors were encountered: