-
Notifications
You must be signed in to change notification settings - Fork 574
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 after Stopping Remote Stream #32
Comments
You have same issue with me: #24 |
Hi, |
App should now correctly pause resume et destroy. |
Thank you for fixing the bugs. I Want to make some changes to the libjingle for the commit ID: 08bfc8a . Could you please tell which version of libjingle you are using? Also could you please attach the version of libjingle and webRTC you are using in your future commit? |
I'm using rev 8871 of libjingle. |
@pchab, I am using the latest AndroidRTC code. When I press the back button on RtcActivity, the app crashes on 'videoSource.dispose()' inside 'WebRtcClient->onDestroy()' method. Looking at this thread, this seems to be a fixed issue. I am using API level 21 and build tools 21.1.2. Following is the error message I see in Logcat: Fatal error in ../../talk/app/webrtc/java/jni/peerconnection_jni.cc, line 926 |
@anilmaddala , @VAdaihiep : Have you guys witnessed the back button crash again? Unfortunately, its still an issue for me. Please see my last comment. Can you give any pointers? |
I'll look into it. |
For anyone still using the app: I found out the app wasn't even getting to the onDestroy() function. In fact, it was just getting stuck at the removePeer function in the WebRtcClient class. Removing the 'peer.pc.close()' line worked for me. |
The Android Application is successfully able to connect to the ProjectRTC hosted application.
The application crashes if we hit back button on the application or if the user presses "Stop" button after the call has stated.
The text was updated successfully, but these errors were encountered: