请问这个问题解决了吗
微信内video标签自动播放hls直播流currentTime不对微信公众号 webview <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> video { width: 100%; height: 90%; } .time { height: 30px; border: 1px solid #eee; } </style> </head> <body> <video src="https://play.ourwill.cn/tuwenzb/twv1_388400_lud.m3u8?auth_key=1588677727-0-0-71cda31ddd9715a46c9191e553b6b03a" id="1" controls x5-video-player-type="h5-page" muted></video> <div class="time"></div> </body> <script> const v = document.querySelector("video") const t = document.querySelector(".time") // 使用WeixinJSBridgeReady 即得到的currentTime 就是定值了 // 非用户触发的play事件,currentTime的值始终不对 // 添加autoplay 属性,也会造成影响 document.addEventListener('WeixinJSBridgeReady', () => { v.play() }); // document.addEventListener('YixinJSBridgeReady', () => { // v.play() // }); // document.addEventListener('touchstart', () => { // v.play() // }) v.addEventListener('timeupdate', (e) => { t.innerHTML = e.target.currentTime }) setInterval(() => { t.innerHTML = v.currentTime }, 1000); </script> </html> 前提: video 的src是hls直播流安卓环境非用户触发过play事件,即touch或WeixinJSBridgeReady等调用过play,无论是否成功; 则 currentTime 取到的不对, 始终为0.001 即使后续用户点击video play, 也不能正常
2021-03-15你吐槽完之后人家照样阳光普照最新顶配刻名字iphone以及10个月保底的年终,美滋滋回家过年
小程序开发工具的开发者年终奖不想要了吗更新了新版开发工具之后,各种黑屏卡屏复制不了等问题都又出现了,我用的是深色主题,切换到正常主题之后重启了一下开发工具,问题就几乎没有了,是和深色主题有关系吗?
2019-01-01