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
3 answers

how to compile pcp fileshare in libjingle

okay, i'm trying to compile the fileshare example called 'pcp' using the following command wolfgang@den-pc:~/tejesh/libjingle-0.6.14/programs$ g++ -g -Wall -DPOSIX -DEXPAT_RELATIVE_PATH -DFEATURE_ENABLE_SSL -DHAVE_OPENSSL_SSL_H=1 -I ../…
wolfgang
  • 7,281
  • 12
  • 44
  • 72
0
votes
1 answer

how build ilibjingle

I donwload ilibjinge from google code and have try to build it , but faild , who have told me how to build it ? or send me a ilibjingle project which have been built successfully so i can know what is wrong with my project. thank you very much.
ygweric
  • 1,002
  • 1
  • 7
  • 22
0
votes
2 answers

google talk / libjingle developer forum

Does anyone know if there is a libjingle developer forum? The link provided at https://developers.google.com/talk/libjingle/index under "Support" throws a "You do not have permission to access this group. (#418)" error. Other places I could find…
pkrish
  • 2,229
  • 7
  • 22
  • 29
0
votes
1 answer

compilation libjingle pcp

I tried to compile the pcp example in the libjingle project. But i got this error and i don't know why : g++ -DPOSIX -DEXPAT_RELATIVE_PATH -DFEATURE_ENABLE_SSL -DHAVE_OPENSSL_SSL_H=1 -W -Wall -g -frtti -o p2p pcp_main.o -lpthread -lssl libsrtp.a…
kavaliero
  • 389
  • 1
  • 4
  • 22
0
votes
1 answer

Stop Sound with other button

i try to create a small JingeMachine, to play sound mp3 wav and other i use this Action on button is TouchDown: - (IBAction)NormalApplause:(id)sender { CFBundleRef mainBundle = CFBundleGetMainBundle(); CFURLRef soudFileURLRef; soudFileURLRef =…
BlackSheep
  • 1,087
  • 12
  • 29
0
votes
1 answer

Jingle video stream in a web browser

I'm looking at moving my live video streaming solution from the open source Red5 server to a P2P solution using XMPP/Jingle. I have a modified version of the libJingle "call" application that provides live video streaming between 2 instances of the…
PhilHalf
  • 129
  • 2
  • 12
-1
votes
1 answer

Correct XMPP message to use for broadcasting a query

I am trying to use Google's libjingle framework and need to broadcast a query from a client to other signed-in clients. Is the correct way to do this with the IQ protocol (http://xmpp.org/extensions/xep-0099.html), the presence protocol…
Jieren
  • 1,952
  • 4
  • 18
  • 26
1 2 3
9
10