Hello,
I am working on video player functionality and I need to play full screen video in the both portrait and landscape modes. I tried to call player_set_display_rotation(mPlayer, PLAYER_DISPLAY_ROTATION_90); in order to rotate video, but it returns PLAYER_ERROR_INVALID_OPERATION. This means that such operation isn’t supported yet. Does anybody know when this operation will be implemented or there may be some workaround for that?
Thanks!