<video id="pre_video"
src="{{OSSDownload}}{{movie_info.movies_url}}"
show-mute-btn="{{true}}"
enable-play-gesture="{{true}}"
show-casting-button="{{true}}"
enable-auto-rotation="{{true}}"
show-snapshot-button="{{true}}"
bindwaiting="videoLoadFun"
binderror="videoError"
poster="{{movie_info.background_url?OSSDownload+movie_info.background_url:''}}"
></video>
你好,这边真机测试复现,可能是视频链接编码问题,可以排查下
我这边用安卓真机测试没问题,用的自己的视频资源,你片段里的资源都请求失败
https://developers.weixin.qq.com/s/1htOG9mp7JnO
这里是代码片段