danikula / AndroidVideoCache

Cache support for any video player with help of single line
Apache License 2.0
5.42k stars 1.15k forks source link

How to restart downloading, if MediaPlayer pause then start again? #298

Open thelou1s opened 3 years ago

dlisagod commented 3 years ago

First, call MediaPlayer#setDataSource() and then prepareAsyn(). Call MediaPlayer#start() after prepared .It maybe only this way I found