收藏
回答

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>

回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容
问题标签