三行代码网络
三行代码网络
  • 发布:2023-07-14 18:33
  • 更新:2023-07-14 18:33
  • 阅读:128

live-pusher 配置视频宽高比例aspect:9:16,结果是3:4

分类:uni-app
<live-pusher id="livePusher" ref="livePusher" :style="{width: width + 'px',height:height + 'px'}" :url="urls" mode="mode" :muted="false" :aspect="aspect" :orientation="orientation" :enable-camera="true" auto-focus="true" :beauty="beauty" :whiteness="whiteness" @statechange="statechange" @netstatus="netstatus" @error="error">
</live-pusher>

const res = uni.getSystemInfoSync();
this.width = res.windowWidth;
this.height = res.windowHeight;

this.context = uni.createLivePusherContext('livePusher', this);

2023-07-14 18:33 负责人:无 分享
已邀请:

要回复问题请先登录注册