1、HbuiderX 已更新到最新版 2.8.13
2、页面为 nvue文件
3、使用live-pusher组件
<live-pusher :style="[pushStyle]" id="livePusher" ref="livePusher" :orientation="orientation"
:beauty="beauty" :whiteness="whiteness" :muted="muted" :enable-camera="enableCamera" :mode="mode"
:background-mute="backgroundMute"
:url=""
@statechange="onPushEvent" @netstatus="onNetStatus" @error="error">
</live-pusher>
4、onReady 中 createLivePusherContext 创建 livePusher 对象
onReady() {
// 初始化推流组件
this.cameraContext = uni.createLivePusherContext("livePusher", this);
console.log(this.cameraContext)
},
5、运行在手机模拟器上会报错 can not find 'livePusher'