-
Notifications
You must be signed in to change notification settings - Fork 86
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
Video encoding doesn't work in Android 14 #265
Comments
Thank for catching this. I will get ahold of Android 14 device and investigate this. |
Any news on this one? 😇 Are we the only ones? |
Apologies for the delay. Looking into this now. |
Which device are you using? Things seem to be working well on emulator. |
True, in the emulator it works for me too. But on my Pixel 6a it doesn't. Also quite a few app users complained. Can you reproduce it? |
We were not able to reproduce it on Pixel devices (I don't exactly know which ones, I will ask) |
Just checked on a Samsung device and it worked too. |
Hi izzy, so I did some debugging on my Pixel 6a, and the problem only occurs with a video target format: |
Hi there,
encode a video isn't working anymore since Android 14.
In Android 13, all works perfectly fine with the same code, since Android 14 it stops after 1 sec without any error callbacks. The onProgress callback is called 1-2 times.
Just guessing in the wild, is it the reduced mLock Limit?
Tobias
The text was updated successfully, but these errors were encountered: