<video :custom-cache="false" :src="tmpArr_URL[0][0]" @ended="playEnd(0)" autoplay controls=false show-loading=false object-fit="fill"
:style='
"left:0px;"+
"top:0px;"+
"width:960px;"+
"height:540px;"+
"position: absolute;"+
"backgroundColor: black"
'>
</video>
---------------------------------------------------------------------
playEnd(index) {
let lastEle = this.tmpArr_URL[index].shift()
this.tmpArr_URL[index].push(lastEle)
- 发布:2021-08-20 15:54
- 更新:2021-11-26 16:04
- 阅读:511
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win 10
HBuilderX类型: 正式
HBuilderX版本号: 3.2.2
手机系统: Android
手机系统版本号: Android 7.0
手机厂商: 電視盒子
手机机型: 電視盒子
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
播1-2小時,絕對閃退
播1-2小時,絕對閃退
预期结果:
不閃退
不閃退
实际结果:
閃退
閃退
bug描述:
播放愈短時間的視頻,愈易出現問題(我播的是10秒鐘影片)
我調用4個<video>
,有時播放5分鐘就出現閃退,有時30分鐘閃退
每個video里面都播放 使用 :src輪播 兩個影片
(是調用GPU解碼時出現的bug嗎?我之前開發raspberry pi 4時也有類似問題,同一斷代碼raspberry pi 3就沒這問題)
小农
hello,你多个video播放视频,会卡住不动的问题解决了吗?我也遇到同样的问题
2022-05-14 00:36