I am developing an app where I am playing live channels , so i dont need to seek and requirement is to disable seeking in my videoview. I can not find any property in video View control that can make seeking disable. Does any one know how I can do so?
I will be very thankful to you.
For hiding the Controls in the VideoView, set null to MediaController property.
The Code snippet is as below :