spoiledsport / libjingle

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

Using p2p of libjingle (Without XMPP) always gives best_connection() as NULL #377

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile the libjingle libray.
2. make client and run client.

What is the expected output? What do you see instead?
Should get the best_connection for the candidates.

What version of the product are you using? On what operating system?
libjingle 0.6.14 on Ubuntu 10.10

Please provide any additional information below.
I am trying to use p2p functionality of libjingle getting clues from the unit 
test. It seems the unit test does not make an actual connection between the 
peers and uses a FakeNetworkManager. I am not able to get the best connection 
to communicate. Is there any working example for it?
Is it possible to use libjingle p2p without XMPP?
I have attached my code and makefile to build it.

Original issue reported on code.google.com by gurpreet...@gmail.com on 23 Jul 2012 at 10:33

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 31 May 2013 at 4:21