How to prevent the exoplayer from reloading in case of seek backward?

后端 未结 1 1842
鱼传尺愫
鱼传尺愫 2021-01-02 23:33

I am using exoplayer to play mp3 tracks. All good. If the track is completely buffered then in case of seek forward it does not reload as expected. However, in case of seek

相关标签:
1条回答
  • 2021-01-03 00:03

    Not really a solution, but you can use a library that acts as a proxy between ExoPlayer and the video URL like AndroidVideoCache. It downloads the video to disk and supplies ExoPlayer with the local file URL so re-buffering is much faster.

    0 讨论(0)
提交回复
热议问题