live-player的autoplay问题

发布于 6 年前作者 naxue6867 次浏览最后编辑 6 年前来自 ask
  • 当前 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了 为什么还是会自动播放呢?

1 回复
tanjie
tanjie1 楼4 年前

要这样写哈:autoplay=‘{{false}}’