How to get video from device storage using intent (Video Uri) and Play the video using media player and add to seekBar for controlling the video
get video from device storage using intent (video Uri) and Play the video using media player and add to seekBar for controlling the video
You can try to use
ExoPlayer. Moreover, the latest version ofExoPlayeris published as a part ofandroidx.They are offering UI (including
SeekBarfor controlling playback) and handle a lot of video formats which can be a hassle to support.This is a usage example.