Open Veryinheart opened 9 months ago
same issue
any solution yet?
any solution yet?
I switched to another package
@stalteri can you please refer me to the package which is working fine?
@stalteri can you please refer me to the package which is working fine?
of course, its @api.video/react-native-livestream
@stalteri can you please refer me to the package which is working fine?
https://github.com/apivideo/api.video-reactnative-live-stream
@stalteri thanks
At first, nice package and thanks for your contribution.
### Current Behavior
I lock stream screen to landscape mode with a package call 'react-native-orientation-locker', and the camera view did lock to landscape mode on android devices. However, it doesn't work with iOS devices, the camera view is still use portrait mode and it seems like it rotate 90 degrees with weird zoom out view.
It seems like when the camera got invoked or RTMPPublisher component got initialized, the orientation hasn't locked to landscape mode so the camera still take portrait view.
Does rtmp-publisher camera locked to portrait on iOS devices by default or any way we can change the camera orientation mode?
...other code `
Packages:
"react-native": "0.72.10", "react-native-rtmp-publisher": "^0.4.7", "react-native-orientation-locker": "^1.6.0",