krzdzi / libjingle

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

pcp example from latest code does not work on Android #418

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build libjingle for android, make sure change configure to build the pcp 
example. The android binary is attached as a zip.
2. then use adb shell to run pcp on android phone
3. run a server instance of pcp, then a client instance of pcp to send a file

What is the expected output? What do you see instead?
The file is not transmitted, always ends with zero file size. On Linux, the 
same works just fine.

What version of the product are you using? On what operating system?
Tested on Android 2.3 and 4.0, 4.1, 4.2, all same results. 

Please provide any additional information below.

Original issue reported on code.google.com by Huihong....@gmail.com on 5 Jan 2013 at 7:50

GoogleCodeExporter commented 9 years ago
basically onStreamEvent() never gets called, so no data was transferred. 
Login/connection works well. I made sure all the command line options are used 
correctly, as same thing works on Linux.

Original comment by Huihong....@gmail.com on 5 Jan 2013 at 6:51

GoogleCodeExporter commented 9 years ago
I just checked libjingle 0.6.14 version, that pcp example works very well, so 
it's the code changes in trunk has caused the problems. If I have time, I will 
examine the diff, and try to figure out the cause.

Original comment by Huihong....@gmail.com on 5 Jan 2013 at 7:49

GoogleCodeExporter commented 9 years ago
Closing as obsolete

Original comment by juberti@google.com on 1 Jun 2013 at 4:06