-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Bug]: Crash on android, Error while updating property 'video' #84
Comments
In the current implementation, the codec (Android API called MediaCodec) is released and reopen when calling |
How can i fix this crash right now? |
Wait for a new release. |
okay, thanks |
Hi @ThibaultBee, I'm experiencing the same issue. As you mentioned, it will be fixed in the upcoming version. Could you please let me know when we can expect the new version to be released? |
We don't have source code to get you a PR and its affecting our tests alot making android more or less unreliable. Any rough eta on this? |
Great, have you released it, how soon can we test it? |
when are you planning to release it ? @ThibaultBee |
Hi, |
its fixed
|
@ThibaultBee when do you plan to release it?. |
When are you planning on releasing it? We are hit hard with this bug and currently trying to find alternatives to replace it. |
Hi @ThibaultBee, Do you have a tentative release date for this fix? We're experiencing a lot of crashes related to this issue. |
@talhatsk , @xoraingroup, @MAzeem6778 |
@ThibaultBee our app users are currently impacted by this bug, and I was wondering if it's possible to release an update with that fix, like beta version of the release. I understand you're working on other issues, but this would really help in the meantime. |
@ThibaultBee seems issue #81 is stale as the user hasn't responded for 3 weeks. I would request to create a release which can fix up this crash at least. It has ruined overall experience of our app. :) |
Hi @ThibaultBee, Any updates on the release? This crash is significantly affecting our app's user experience. |
Could you test on 2.0.1? |
getting this error after updating to 2.0.1 version. @ThibaultBee
|
Hi, |
Version
v2.0.0
Which operating systems have you used?
Environment that reproduces the issue
Tested on
Xiaomi Redmi Note 11S
android 13
Is it reproducible in the example application?
Not tested
RTMP Server
Reproduction steps
I have a component where
<ApiVideoLiveStreamView.../>
is placed. Upon mounting and unmounting the component for few time ( more than 3 times) without even connecting to the server, the app gets crashed.Expected result
the app should not crash
Actual result
the app is crashing on mounting/unmounting the component containing
<ApiVideoLiveStreamView.../>
.Additional context
react native: 0.71.13
Relevant logs output
The text was updated successfully, but these errors were encountered: