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
Following are the Resize Mode options to play around with
app:resize_mode="fixed_width" app:resize_mode="fixed_height" app:resize_mode="fill" app:resize_mode="fit" app:resize_mode="zoom"
You can try each one to see its affect on your container.