live-pusher 横屏情况下预览90度颠倒
不是所有手机都出现 我们公司的 几个ios 14 系统 和15 系统出现了问题 不仅是横屏模式 页面中有 player/live-player 使用 requestFullScreen 方法后横屏也同样出现问题 更改 orientation 值为 horizontal 后左右颠倒变成上下颠倒 使用 start方法开始推流后会自动变回正常方向
录了视频 :
wxml
<live-pusher style="width:100vw; height: 100vh;"
id="camera-push" url="{{url}}"></live-pusher>
json
{
"backgroundColor": "#000",
"backgroundTextStyle": "light",
"pageOrientation": "landscape",
"usingComponents": {}
}
js
data: {
url: 'rtmp://aaa',
cameraContext: null
},
onLoad() {
},
onShow() {
this.preview()
},
preview: function () {
let context = wx.createLivePusherContext('camera-push')
context.startPreview()
},
})
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
机型 iphone xr ;
ios 14.8;
微信版本 8.0.16;
公司有相同机型有的正常有的不行 并不是都能出现 但是ios 14 版本出现概率高
+1
mark
up
官网什么时候解决一下,2023年了
2022年12月14日问题依旧层出不齐。。。
https://developers.weixin.qq.com/community/develop/doc/000aea66914ef0929ade5aa7e56400