Replies: 3 comments 1 reply
-
我在手机上竖屏推流的时候固定好了屏幕方向的,然后我拿着手机横屏的情况下,镜像左右反了 这个怎么设置呢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, You can try use this methods: rtmpCamera1.getGlInterface().setIsPreviewHorizontalFlip(boolean);
rtmpCamera1.getGlInterface().setIsPreviewVerticalFlip(boolean);
rtmpCamera1.getGlInterface().setIsStreamHorizontalFlip(boolean);
rtmpCamera1.getGlInterface().setIsStreamVerticalFlip(boolean); |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, it is reset when the preview view is destroyed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问一下手机横竖屏切换的时候,怎么重新设置推流方向呢
Beta Was this translation helpful? Give feedback.
All reactions