video组件,播放推流视频,在开发工具和pc端可以播放视频,手机上不行,没反应没进度条,最后会弹出错误
<video
id="myVideo"
src="http://eiot.shopivot.com:8080/live/db7dec53757dfe9452f9937940415448fa9a1376c9cc7f0656573b166b6ced32.live.mp4"
controls show-center-play-btn='{{true}}' show-play-btn="{{true}}" show-progress show-fullscreen-btn show-mute-btn muted play-btn-position="bottom" object-fit="contain"
is-live="{{true}}"
bindplay="onVideoPlay" bindpause="onVideoPause" bindended="onEnded" bindtimeupdate="onTimeUpdate" binderror="onError" bindfullscreenchange="onLoaded" bindloadedmetadata="onLoaded"
style="width: 100%;height: 100%;"