横屏模式下live-player 与 live-pusher 总会被旋转90度?
发布于 5 年前 作者 rxiang 9384 次浏览 来自 官方Issues

小程序横屏模式下  live-player 与 live-pusher 的方向问题

现在有个直播需求,要求小程序页面横屏,

设置 “pageOrientation”: “landscape”, 然后使用 live-player 与 live-pusher 无论都设置成orientation=“vertical” 还是都设置成

orientation="horizontal",用安卓和ios手机互相作为主播还是观众,总会出现画面旋转90度的问题


2 回复

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

请问下你们那边直播是怎么实现的,我们这边用video和live-player标签都不能实现;

video标签有画面但是一直loading,live-player标签干脆直接黑屏

回到顶部