Questions tagged [libjingle]

libjingle is a collection of open-source C++ code and sample applications that enables you to build a peer-to-peer application.

Googles Jingle implementation is a C++ library for the jingle extension of XMPP. It enabled you to build jingle enabled applications, where jingle can be used for controlling/signaling stream interactions, typically multimedia streams like VoIP or videoconferencing.

142 questions
0
votes
1 answer

WebRTC Android - gclient sync error in Windows

I'm trying to work out the instructions defined in http://www.webrtc.org/native-code/android. After the command "gclient sync" is executed and after hours of downloading, at the end the process failed: fatal: early EOF The remote end hung up…
user1680859
  • 1,160
  • 2
  • 24
  • 40
0
votes
0 answers

createAudioSource is undefined with old webRTC library (early 2014) on Android

I am developing an Android app with visual and audio communication to a node.js server. I am using webRTC. My problem is that the sound does not work from the browser (computer) to the app (android device). I want to add the…
Vektor
  • 1
  • 1
0
votes
1 answer

Webrtc peerconnection error in Android

Guys. I need some help with WebRTC. I am developing an Android app that streams from a Service to a AngularJS client using Node.Js and Express as a signaling server. And I am using libjingle packaged by pristine. Every time I stop the peer from the…
Bruno Siqueira
  • 860
  • 11
  • 25
0
votes
2 answers

WebRTC libjinlge_peerconnection_so.so missing Libjingle / XMPP

I have followed the build instructions defined in the android example app (AppRTCDemo) README (https://chromium.googlesource.com/external/webrtc/+/master/talk/examples/android/README), including setting the build flag "build_with_libjingle=1". When…
AeroBuffalo
  • 1,126
  • 1
  • 11
  • 31
0
votes
0 answers

Webrtc for arm64

I am using the project found in this link . However, the mentioned project is developed for armv7 architecture and doesnt support arm64 architecture which became required for new apps in the store. I tried to install updated librarie for arm64 and…
Iphone User
  • 1,930
  • 2
  • 17
  • 26
0
votes
1 answer

Prebuild libjingle library for Android

Is there anybody can tell me where to get prebuild libjingle library for Android? I wrote an libjingle app on Android to make video calls between web app and android app. (Here is the project) Most function works fine, but the microphone seems not…
Kevin Kuei
  • 193
  • 2
  • 17
0
votes
1 answer

Could not load "jingle_peerconnection_so" native Android webRTC

I am building an android application where my app user can do video chat with browser based user. For that, I have followed instruction on this link. But I think documentation on this link is very old. So I checkout webRTC source code from here…
0
votes
0 answers

how libJinbgle server handle voicemail?

I'm trying to understand how this call scenario is implemented in WebRTC / libJingle: Caller A want to call callee B but B is not online so server redirects A to a voice mail. After A send connection requests to server, and XMPP server don't have B…
Arnold
  • 323
  • 2
  • 15
0
votes
2 answers

LibJingle on Android SRTP error on CreateAnswer

Im building an android app that should be able to communicate audio with another client built on libjingle. The first thing im trying to do is setup a call between "the other" client and my android app. We use XMPP as a signaling service. So after…
PvPlatten
  • 530
  • 6
  • 14
0
votes
1 answer

Failed to initialize PeerConnectionFactory

I am using libJingle for webRtc with iOS client, but it is throwing runtime Error Failed to initialize PeerConnectionFactory This happens when session gets created and initial video stream successfully received. After that, when subscription…
iHS
  • 5,372
  • 4
  • 31
  • 49
0
votes
1 answer

Compile Lib Jingle

I am trying to use the Libjingle library By GYP I follow the readme I run the following commands $ gclient config http://libjingle.googlecode.com/svn/trunk $ gclient sync --force But i do not get any libjingle libraries in the folder Has anyone else…
Nitesh
  • 1,389
  • 1
  • 15
  • 24
0
votes
1 answer

Linker errors in pcp_main example from libjingle

I'm working to get libjingle working on windows7 using visual studio. I followed GYP methodology to build lib jingle and got libs after executing the libjingle.sln file. Now, when I'm trying to run pcp_main.cc file, I got slashed with linker errors,…
Pferd
  • 49
  • 1
  • 1
  • 8
0
votes
1 answer

talk_base::HttpServer and talk_base::HttpClient Examples

I've been working on an app that bridges http calls over an established tunnel between two JID's. I have my tunneling setup correctly, but I cannot figure out how I'm supposed to use the HttpServer to serve requests. Using…
Zack
  • 1,181
  • 2
  • 11
  • 26
0
votes
1 answer

I need Strophe jingle plugin Documentation or any tutorial/example

I have created the browser based chat client which uses strophe JavaScript lib to connect to openfire server. Now i need support for VOIP and video stream feature in that application. I have checked the strophe website for specific plugin for above…
kamlesh patel
  • 375
  • 2
  • 13
0
votes
1 answer

call application libjingle, user automatically removed from roster. why?

Okay, Tried running the compiled "call" program in libjingle-0.6.14, on 2 laptops with ubuntu 11.10, When i log in from the first laptop, and logged in again (with different account) from the other lappy.. The user coming online is immediately…
anon
1 2 3
9
10