const player = uni.createLivePlayerContext('video', videoRef.value)
player.play()
控制台报错 :"operateLivePlayer:fail no permission, appId=...."
现在小程序没有申请 live-player权限,我只是本地验证下需求功能使用 live-player 的可行性。也报错 小程序 无权限正常吗?
另外如果我不调用API, 同过设置了 组件的src 和 autoplay 属性 ,组件也是黑屏未正常播放,是否也和组件权限有关?
使用的 flv 视频流:http://xxxxxxx/bo/rtp/34020000001320000027_34020000001320000027.live.flv?originTypeStr=rtp_push
