收藏
回答

安卓端nvue页面 使用live-pusher直播推流组件,怎么设置视频推拉流画面一样?

<live-pusher id='livePusher' ref="livePusher" style="width: 1720px;height: 880px;" 
      :style="{'background':isPusher?'#000':'transparency'}" 
      :url="rtmp" mode="SD" :muted="true" :remote-mirror="false" local-mirror="disable" :enable-camera="true"
      orientation="vertical" device-position="front" aspect="16:9" :min-bitrate="200" :max-bitrate="500"
      @statechange="statechange" @netstatus="netstatus" @error="error">
</live-pusher>

推流画面和拉流画面是反方向的,如果设置两个画面是一样的?
回答关注问题邀请回答
收藏
登录 后发表内容