video标签播放对象存储的视频 ios播放正常,安卓播放不出来是什么问题?
<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>
[图片][图片]