- 当前 Bug 的表现(可附上截图)
<live-player
class='player'
style='height:50vh;height:50vw'
id='player'
src='rtmp://192.168.2.50:1937/ceshi/92'
mode='live'
min-cache='1'
max-cache='3'
object-fit='contain'
autoplay='false'
orientation='vertical'
muted='false'
bindstatechange='onPlay'>
</live-player>
autoplay设置都为flase了 为什么还是会自动播放呢?
要这样写哈:autoplay='{{false}}'