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
2
votes
1 answer

Where can I get the latest libjingle?

I would like to get the latest version of libjingle source code (especially to use it on windows). But Google Code stopped the service. I found http://libjingle.googlecode.com/svn/trunk Unfortunately the code is gone. Checking out via git only…
thowa
  • 590
  • 1
  • 8
  • 29
2
votes
1 answer

WebRTC p2p connection without ICE servers

I am trying out the strophejingle example at jingle-interop (https://github.com/legastero/jingle-interop-demos/tree/gh-pages/strophejingle) which uses httpbind and the google open source ICE server "stun:stun.l.google.com:19302" to establish a…
2
votes
0 answers

Establish DataChannel between Android app and Chrome client

So I'm badly stuck in creating a datachannel between android app client and Web App client running on Chrome. Following is my complete code for which Audio and Video is streaming fine. But When I try to send the message using DataChannel it returns…
Waqar Khan
  • 468
  • 4
  • 18
2
votes
1 answer

Getting error while calling in webrtc android

I am getting crash while calling in webrtc android application. Here is my error log :- 07-28 18:53:10.787: E/art(11672): JNI CallStaticBooleanMethodV called with pending exception 'java.lang.NoSuchMethodError' thrown in java.lang.String…
user2028
  • 163
  • 4
  • 15
  • 40
2
votes
0 answers

How do record media stream data as h.264(mp4) in webRTC android?

Please help me! I used this example in https://github.com/pchab/AndroidRTC to streaming video and audio from a android device to an other android device.In this example, they used 2 librarys is : libjingle_peerConnection and SocketIo client but i…
2
votes
1 answer

How to remove echo

I am working on app which do live stream between two android devices. I have got pretty got results like connectivity, video stream. But i am not happy with sound qualtiy there is so echo and noise in sound. This is how i am using audio track…
umerk44
  • 2,797
  • 4
  • 23
  • 43
2
votes
2 answers

WebRTC data channel not connecting or no callbacks being called

In trying to establish and WebRTC data channel using the Objective C API, I can't get any of the RTCDataChannelDelegate callbacks to actually catch. Everything appears to go fine regarding the peer connection, but I only get to a point where the…
Zack
  • 1,181
  • 2
  • 11
  • 26
2
votes
1 answer

Establish DataChannel in WebRTC on Android

I'm trying to establish a WebRTC DataChannel on Android. However, with the code I've come up with according to AppRTC and the libjingle api, Android throws a debug error. What steps should I follow to add a DataChannel to a PeerConnection? I suspect…
Tielman Nieuwoudt
  • 903
  • 1
  • 12
  • 24
2
votes
1 answer

Building Google Talk (aka. WebRTC) PeerConnection Example

The WebRTC library getting started guide explains how to compile the library. The sample programs in ./trunk/talk/examples/peerconnection are not built, however, and there are no make files in those directories to do this. Can someone explain how to…
user3374558
2
votes
0 answers

libjingle webrtc data channel setup

We are trying to create a remote desktop application based on libjingle. We got a working prototype that streams and injects keyboard mouse events to a remote PC using the pcpmain.cc example provided under talk/examples. The problem is we are facing…
sith
  • 447
  • 7
  • 15
2
votes
0 answers

boost on Android using stlport

In my Android App, I need to build both websocketpp (http://www.zaphoyd.com/websocketpp) and libjingle (https://code.google.com/p/libjingle/) and then I run into the following problem: websocketpp is using the boost library (www.boost.org) which I…
Qiusheng
  • 300
  • 1
  • 11
2
votes
0 answers

Video chat between libjingle based client and gtalk

I've a got a libjingle based google talk client (call application) built and i'm trying to call to gtalk (talk available as part of gmail web client). Unfortunately i don't see a video and audio of libjingle based client on the gtalk, but the video…
manohar_tn
  • 101
  • 1
  • 10
1
vote
1 answer

Library for in browser chat client like fb chat or gchat over the xmpp protocol?

I am trying to build a chat service within my site which will let users chat with their "friends" on the site. Their "friends" will be decided internally from a mysql database. The chat application should look like gchat where once a contact is…
sirgawain
  • 13
  • 5
1
vote
0 answers

Compile a libjingle dll

Hello I am trying to build a dll from Libjingle API, I want to be able to use Audio and Video in an XMPP Client on Windows. I am able to build the libjingle source code using: hammer.bat --jobs=6 --verbose --mode=all all_programs I wanted to do…
user1243337
  • 47
  • 1
  • 7
1
vote
1 answer

Generating libjingle VS solution and projects

I'm trying to generate the sln and vcproj files from the checkout of libjingle svn. I set all the environment variables defined on README, but i keep getting the error: C:\src>hammer --mode=all --vsproj scons: *** No SConstruct file found. File…
Silgaer22
  • 77
  • 3
  • 7