video seek到某时间,实际进度少10s左右
在开发工具上正常,但是用我的安卓机就会这样,微信版本6.5.16
代码:
<button catchtap=“testSeek”>测试</button>
testSeek(){
let that = this;
this.videoContext.seek(19);
this.videoContext.play();
},
小米6 微信版本6.5.16 设置的19s,会跳16s左右,视频格式mp4,m3u8