I’m using
ExoPlayer in my app and need to rotate the video
90 degrees. I placed the player inside a
Panel and rotated the Panel, but the video did not follow the rotation.
This rotation is necessary because the app will run on a
TV Box connected to a vertically positioned monitor.
I also tried using
EasyVideoPlayer (
here), but I couldn't get it to work properly. Since I wasn’t sure if it would allow rotation, I gave up on that approach.
Now, my main issue is finding a way to play a video rotated
90 degrees in ExoPlayer. Any suggestions?