AndroidVideoCache icon indicating copy to clipboard operation
AndroidVideoCache copied to clipboard

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

Open thelou1s opened this issue 4 years ago • 1 comments

thelou1s avatar Mar 11 '21 09:03 thelou1s

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

dlisagod avatar Apr 19 '21 07:04 dlisagod