SteelRiceContainer / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Libjinle + android #444

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. First goal is implement the audio call and video call on android platform.

2. Initially i started with libjingle compilation an ubuntu platform, i have 
compiled the build using scons method, while compiling i found errors, and 
finally it was compiled. 

3. Now am able to run the call example perfectly and p2p example partially.

4. I tried to compile the same build on android, finally compiled successfully 
with lots of errors.  

5. I created make files for compile the libjingle on android.

6. I created jni method for login into xmpp account and make a call from 
android system.

7. While login into the account , am getting the following error. 

signal 11 (sigsegv), code 1 (segv_maperr), fault addr 00000004 in libjingle

8. I traced the error by using android log , finally it is using null valued 
thread in XmppSocket class. 

What is the expected output? What do you see instead?

Atleast login and audio call has to happen.

What version of the product are you using? On what operating system?

libjingle 0.6.14 on Ubuntu 12.0.4 , 64 bit machine

Please provide any additional informationbelow.

I want to know that is any cross compilation process is required to implement 
the libjngle on android platform

If any one know the information regarding to android+libjingle, please let me 
know.

Thank you.

Original issue reported on code.google.com by hydforu...@gmail.com on 19 Jun 2013 at 5:14