Closed GoogleCodeExporter closed 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
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
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
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
Do somebody know how to use webrtc media engine in libjingle?
Original comment by DongMiny...@gmail.com
on 28 Sep 2012 at 3:52
Original issue reported on code.google.com by
tangketa...@gmail.com
on 9 Nov 2011 at 4:28