live player 突然不支持 webrtc 播放了???
https://developers.weixin.qq.com/miniprogram/dev/component/live-player.html
<live-player id=“player1” class=’{{winstyle}}’ src=“webrtc://xxxxx”
mode=“RTC”
autoplay=“true”
bindstatechange=“statechange”
binderror=“error”
/>
以上代码,发布到了体验,而且也正常运行了几天,现在突然体验发现,live play不能播放 webrtc 的视屏了,当然本机测试也不行了,请问是怎么回事呢?