小程序video 最近两个月很多用户反馈一直显示加载中转圈圈,或者投屏黑屏的问题?安卓是正常的
video组件。 测试视频地址:https://zhibo-cloud.oss-cn-shenzhen.aliyuncs.com/%E7%91%9C%E4%BC%BD%E8%A7%86%E9%A2%91/%E9%83%9D%E7%A5%A5/%E5%8E%8B%E5%8A%9B%E8%88%92%E7%BC%93%20%E9%83%9D%E7%A5%A5%EF%BC%882%E6%98%9F%EF%BC%89_x264.mp4 视频文件详细如下: [图片] 代码: <video class="video" style="width: 100vw; height: 56.5vw;" poster="{{videoPosterUrl}}" object-fit="cover" src="{{ filter.cdnToOss(videoPlayUrl) }}" autoplay show-casting-button="{{ showCastingbutton }}"
title="{{ videoTitle }}" show-center-play-btn show-fullscreen-btn="{{!isPad}}" bindplay="watchFn" binderror="binderrorFn" ></video>