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
Hi, I'm currently trying to rotate GPUPlayerView using gpuPlayer.rotation = gpuPlayer.rotation - 90f
The view is rotated correctly, but the video content being played is not rotated correctly instead stretch based on new rotated resolution. How can I correctly rotate the content?
BEFORE
AFTER
Some have suggested using app:surface_type="texture_view" for rotating exoplayer, but not sure how to do this with GpuPlayerView
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm currently trying to rotate GPUPlayerView using
gpuPlayer.rotation = gpuPlayer.rotation - 90f
The view is rotated correctly, but the video content being played is not rotated correctly instead stretch based on new rotated resolution. How can I correctly rotate the content?
BEFORE
AFTER
Some have suggested using
app:surface_type="texture_view"
for rotating exoplayer, but not sure how to do this with GpuPlayerViewThanks!
The text was updated successfully, but these errors were encountered: