I am working on a project where I am showing a live streaming video in android. I am showing the video in video view. I want to provide facility of landscape and portrait video view to the user. If I rotate the device the video should be bigger in width. But currently If I do so it takes lots of time to reload the video from the web. Is it possible that video should work fine for this. I mean it should play normally and just the width increase. I am able to achieve the same in iOS.
Please suggest