fijkplayer icon indicating copy to clipboard operation
fijkplayer copied to clipboard

已经缓存过的视频快进为什么还需要重新加载呢?

Open firstmetcs opened this issue 3 years ago • 1 comments

使用player.onBufferPosUpdate.listen获取到的加载进度已经整个视频缓存完毕了,但是调用player.seekTo时似乎还是需要重新加载,并且快进完成之后 后面的进度还是需要重新加载,这里是不是可以优化一下?已经缓冲过的视频进度内进行seek快进时不需要重新加载。 以上拙见,不知道此处是由flutter层决定的还是由native层决定的?

firstmetcs avatar Jan 20 '23 13:01 firstmetcs

你好,这个由 native 层 ijkplayer 决定。 fijkplayer 中无法处理

befovy avatar Mar 03 '23 15:03 befovy