小程序
小游戏
企业微信
微信支付
扫描小程序码分享
video
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
链接提供一下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我也是这个问题!
<video id="rVideo" class="wp100 vh" src="{{video.src}}" poster="{{video.poster}}" title="{{video.title}}" controls="{{true}}" loop="{{true}}" enable-auto-rotation="{{true}}" enable-play-gesture="{{true}}" show-casting-button="{{true}}" show-fullscreen-btn="{{true}}" show-center-play-btn="{{true}}" referrer-policy="origin" show-snapshot-button="{{true}}" play-btn-position="center" object-fit="contain" bindplay="playVideoStart" bindended="playVideoEnd" bindwaiting="playVideoWaiting" binderror="playVideoError" bindfullscreenchange="vFullScreenChange"></video>
也遇到这个问题,在安卓上能播放,但是过几秒就卡死了
是点击播放按钮也无法播放还是无法自动播放,看下日志是有错误吗监听下视频加载完成失败状态
<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>
本回答由AI生成,可能已过期、失效或不适用于当前情形,请谨慎参考
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
链接提供一下
我也是这个问题!
<video id="rVideo" class="wp100 vh" src="{{video.src}}" poster="{{video.poster}}" title="{{video.title}}" controls="{{true}}" loop="{{true}}" enable-auto-rotation="{{true}}" enable-play-gesture="{{true}}" show-casting-button="{{true}}" show-fullscreen-btn="{{true}}" show-center-play-btn="{{true}}" referrer-policy="origin" show-snapshot-button="{{true}}" play-btn-position="center" object-fit="contain" bindplay="playVideoStart" bindended="playVideoEnd" bindwaiting="playVideoWaiting" binderror="playVideoError" bindfullscreenchange="vFullScreenChange"></video>
也遇到这个问题,在安卓上能播放,但是过几秒就卡死了
是点击播放按钮也无法播放还是无法自动播放,看下日志是有错误吗监听下视频加载完成失败状态
<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>