pombreda / libjingle

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

call example cannot really call a friend #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build call example successfully using scons/swtoolkit, however the resultant 
program cannot really call a person, maybe because there is no voice engine 
included.
2. The guidance on the "libjingle Develop Guide" pages said GIPS on windows is 
supported, however GIPS is no longer available. Any suggestion on how to find 
another voice engine?

What is the expected output? What do you see instead?
When I call a person, he/she should see a call request, and my friend is also 
able to call me when I'm online. However in this program he/she cannot see a 
request when I call him/her, and he/she cannot call me when I'm online.

What version of the product are you using? On what operating system?
libjingle-0.6.0
Win 7
Visual Studio 2010

Please provide any additional information below.

Someone says Linphone is now available on Windows. I'm not sure about this and 
I don't know how to use it in libjingle. Any suggestion or info would be 
appreciated. 

Original issue reported on code.google.com by tangketa...@gmail.com on 9 Nov 2011 at 4:28

GoogleCodeExporter commented 9 years ago
Libjingle is not meant to provide a full fledged application. The "call" 
example only shows how to integrate with the libjingle using the file media 
engine. We have no plan to provide other type of media engine at this moment.
May be other users can share some insights on how they integrate libjingle with 
their media engine. 

Original comment by jun...@google.com on 9 Nov 2011 at 7:01

GoogleCodeExporter commented 9 years ago
Just to complete what Jun said, at this moment, you can use the call example 
only with file media engine, which means that you have to specify an audio and 
video rtpdump files that will play the role of a mic and webcam, respectively. 
Inside the folder talk/session/phone/testdata there are some example files that 
you can specify to call example using the flags --videoinput and --voiceinput 
(type --help to see a list of all options). I hope it helps.

Original comment by diego.cd...@gmail.com on 10 Nov 2011 at 11:55

GoogleCodeExporter commented 9 years ago
Thanks a lot, Diego.cd. I noticed those rtpdump files before but didn't know 
the usage. I guess my next work would be integrating libjingle with some media 
engine. But I really appreciate if you can point me to some guidance, since I'm 
completely new in this.

Original comment by tangketa...@gmail.com on 10 Nov 2011 at 2:08

GoogleCodeExporter commented 9 years ago
You can look some other issues here (like #178) to get some tip on how to built 
a media engine. I don't know how to create one.

Original comment by diego.cd...@gmail.com on 11 Nov 2011 at 3:07

GoogleCodeExporter commented 9 years ago
Do somebody know how to use webrtc media engine in libjingle? 

Original comment by DongMiny...@gmail.com on 28 Sep 2012 at 3:52