-
Notifications
You must be signed in to change notification settings - Fork 20
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
App crashes on android on navigating away from camera screen #11
Comments
@iqbaldeep Is this only reproducable in the Android Emulator, or can you reproduce on your device(s), as well. Generally, we do not provide support for Android Emulators and iOS Simulators for the SDK due to the media access requirements. |
…unt_R5PRO-5152 separating concerns for publisher and subscriber in examples. #11
I separated out the publisher and subscriber views in the examples to test the use of the following:
No crashes were detected on device deploys. I believe it is an issue with trying to run the examples in the Android Emulator which is not supported by the Red5 Pro Mobile SDK. |
I am trying to use react-native-red5pro package to build a mobile app which publishes camera feed to red5 server. I am facing issues when user navigates away from camera screen(say by pressing back) on android device. I
unpublish
oncomponentWillUnmount
but still the app crashes everytimecomponentWillUnmount = () => unpublish(findNodeHandle(this.refs.video))
I see below errors before the app crashes
The text was updated successfully, but these errors were encountered: