I'm trying to change the orientation of the video in my app running on fire tv stick 4k.
The app is basically a hybrid app using Cordova. If I change the orientation using the screen.orientation.lock("portrait") it just stretches the video. If I use transform also video doesn't seem to change orientation. But the same code works in android tv perfectly.
Any idea how I can rotate a video in firestick?