Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] when you setup backfacingCamera is true the video in publisher was rotate 180 degree #42

Open
nttrung1995 opened this issue Feb 14, 2019 · 1 comment

Comments

@nttrung1995
Copy link

nttrung1995 commented Feb 14, 2019

Hi, I sovle it by change row 638 in R5StreamPublisher.java to
int rotate = mUseBackfacingCamera ? 180 : 180;
it work well and i want to notice that bug.
thanks.

@nttrung1995 nttrung1995 changed the title [Android]Hello i just notice a bug in android when you setup backfacingCamera is true the video in publisher was rotate 180 degree [Android] when you setup backfacingCamera is true the video in publisher was rotate 180 degree Feb 14, 2019
@HoldenMills
Copy link

Thank you for letting us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants