获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
<view> <video id="myVideo" class="monitor" :src="deviceDetails.network_ip" :autoplay="true" :muted="true" :controls="true" :is-live="true" title="放大后会显示的标题" v-if="deviceDetails.network_ip" :show-fullscreen-btn="true"> </video> <img v-else src="https://nzsc-qn.35lz.com/shebei.png" class="monitor" /> </view>
小程序video组件,开发者工具能播放视频,IOS系统能播放,安卓系统无法播放视频?video
03-24