在开发工具上正常,但是用我的安卓机就会这样,微信版本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
在开发工具上正常,但是用我的安卓机就会这样,微信版本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
7 个回答
该视频无效
也请提供一个视频地址
你好,请提供一下能复现问题的简单代码示例。
搭车同问,一样一样的问题。ios正常,android会播放比指定时间点早的视频。
先seek再play后,不会从seek的位置播放,还是在上次暂停的位置播放
http://1254372520.vod2.myqcloud.com/78e09ffevodgzp1254372520/8dbda1a39031868223271648143/ha438dhggKQA.mp4
@黄思程 已贴