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
URL
Exoplayer
resize_mode
My issue was solved using below lines:
playerView.setResizeMode(AspectRatioFrameLayout.RESIZE_MODE_FILL); exoPlayer.setVideoScalingMode(C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING);