How can I scale video in ExoPlayer-V2 - Play Video In Full Screen

前端 未结 4 460
面向向阳花
面向向阳花 2020-12-13 14:51

I am playing video from URL on Exoplayer, it stretching the video on resizing/on using resize_mode as I have mentioned in layout file

4条回答
  •  情话喂你
    2020-12-13 15:24

    My issue was solved using below lines:

    playerView.setResizeMode(AspectRatioFrameLayout.RESIZE_MODE_FILL);
    exoPlayer.setVideoScalingMode(C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING);
    

提交回复
热议问题