libjingle

problem compiling libjingle

匿名 (未验证) 提交于 2019-12-03 01:29:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I downloaded and installed libjingle-0.5.2.zip, and according to the README also downloaded and installed swtoolkit.0.9.1.zip, scons-local-2.1.0.alpha.20101125.tar.gz, and expat-2.0.1.tar.gz, and got nrtp by cvs download. After overwriting my Makefile twice, attempting to follow the rather poorly-written README, I came up with the following Makefile that almost works: # First, make sure the SCONS_DIR environment variable is set correctly. SCONS_DIR ?= /usr/src/scons-local/scons-local-2.1.0.alpha.20101125/ #SCONS_DIR ?= /usr/src/scons-local/

LibJingle on Android SRTP error on CreateAnswer

匿名 (未验证) 提交于 2019-12-03 01:26:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 this : peerConnectiobObj.setRemoteDescription(sdp) I get the successcallback (so I guess the remote description is fine?) And then according to what I think I have figured out its time for me to create my answer. @Override public void onCreateSuccess(SessionDescription sessionDescription) {

error at building libjingle on Mac OS X 10.7.2 like “error: string.h: No such file or directory”

谁说胖子不能爱 提交于 2019-12-02 09:41:52
I failed to build libjingle on Mac OS X 10.7.2. The output was the following when I run $path_to_swtoolkit/hammer.sh according to the README of libjingle. MBP17:talk rei25$ ~/Desktop/swtoolkit/hammer.sh scons: Reading SConscript files ... scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead. File "/Users/rei25/Desktop/swtoolkit/site_scons/site_init.py", line 203, in BuildEnvironmentSConscripts scons: done reading SConscript files. scons: Building targets ... ________Compiling build/dbg/obj/third_party/expat-2.0.1/lib/xmlparse.o third_party/expat-2.0.1

What are the incompatibilities of libjingle and XEP-0166 et al?

北城余情 提交于 2019-12-01 07:24:22
问题 libjingle's developer guide quite vaguely mentions incompatibilities between libjingle's implementation of Jingle and XEP-0166's specification. It also mentions it is incompatible with XEP-0167, XEP-0176 and XEP-0177. It never goes into detail what these differences are; in fact, it is unclear if perhaps these differences have been resolved. What are the differences between XEPs and libjingle's implementation? 回答1: I've dug out specs for Google Talk's implementation (that is, the "old"

WebRTC java server trouble

时光总嘲笑我的痴心妄想 提交于 2019-11-30 19:16:08
I think I am very close to getting my Java server app to talk to a browser page via WebRTC, but I can't quite get it to work. I feel like I am missing something small, so I hope that someone here might have a suggestion. I took a close look at the WebRTC examples - the Java unit test ( org.webrtc.PeerConnectionTest ), and the example Android app ( trunk/talk/examples/android ). Based on what I learned, I put together a java app that uses WebSockets for signalling and attempts to send a video stream to Chrome. The problem is that there is no video in the browser, even though all of my code

[转]libjingle编译指南

删除回忆录丶 提交于 2019-11-26 16:52:54
最近想在自己的p2p系统中整合进I’M,调研的结果,libjingle各方面都符合要求,准备基于libjingle开发自己的I’M系统,第一步,当然是编译libjingle程序了,但是在网上找了一圈,要么是语焉不详,要么是极其简单,没有办法,只有自己一步步摸索了,同时将步骤整理在blog上,希望后来人少走弯路。 1. 首先下载libjingle的源代码,在如下地址: https://sourceforge.net/projects/libjingle/ ,我下载的是libjingle-0[1].4.0版本 2. 然后安装Visual C++ 2005 Express Edition,具体下载地址,google一把,非常多的链接。 3. 安装好Visual C++ 2005 Express Edition后,需要安装 platform SDK ,在如下地址中下载: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm , 按照提示说明安装 platform SDK。 4. 在 sourceforge.net 上下载 Expat XML Parser ,地址如下: http://sourceforge.net/project/downloading.php?group_id=10127&use