live-player的autoplay问题
发布于 4 年前 作者 naxue 6700 次浏览 来自 问答
  • 当前 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 回复

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

回到顶部