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

libjingle_peerconnection_so.so version? #28

Closed
crgwcy opened this issue Feb 11, 2015 · 6 comments
Closed

libjingle_peerconnection_so.so version? #28

crgwcy opened this issue Feb 11, 2015 · 6 comments

Comments

@crgwcy
Copy link

crgwcy commented Feb 11, 2015

I am using this project to do live stream between two android device. My question is What version of the libjingle_peerconnection_so.so ?
How to make the andoroidRTC project libjingle_peerconnection_so.so?
If i want to debug libjingle_peerconnection_so.so, how can i debug it?

@umerk44
Copy link

umerk44 commented Feb 13, 2015

Project have already libjingle_peerconeection_so.so library in the libs directory. If you want to use the latest version of libgingle you can build it using NDK

@nourhanadel59
Copy link

how can build latest version of libjingle using NDK ?
support me with steps please ..

@pchab
Copy link
Owner

pchab commented Mar 25, 2015

You can follow the instructions here http://www.webrtc.org/native-code/android.
Or use the script here https://github.com/pristineio/webrtc-build-scripts.
You'll need a 64bit OS

@pchab
Copy link
Owner

pchab commented Mar 27, 2015

Updated the libjingle used in AndroidRTC

@pchab pchab closed this as completed Mar 27, 2015
@nourhanadel59
Copy link

now i am created libjingle_peerconnection_so.so successfully and the error gone .. but now i am faced another error -->
java.lang.NoClassDefFoundError: org/webrtc/voiceengine/WebRtcAudioManager

Fatal error in ../../webrtc/modules/utility/source/helpers_android.cc, line 45

Check failed: !jni->ExceptionCheck()

Error during FindClass: org/webrtc/voiceengine/WebRtcAudioManager

can anyone help me please .. i need to make success connection on room .. thanks in advance.

@pchab
Copy link
Owner

pchab commented Mar 29, 2015

You should update your code. libjingle does not contain webRtcAudioManager anymore.
FYI, org/webrtc/voiceengine contains:
AudioManagerAndroid
WebRtcAudioRecord
WebRtcAudioTrack
WebRtcAudioUtils

Please post only issues with my code here. If you have troubles with libjingle, you can go here.

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

4 participants