WebRTC介绍WebRTC提供三类API:MediaStream,即getUserMediaRTCPeerConnectionRTCDataChannelgetUserMedia已经由Chrome, Opera和Firefox支持。RTCPeerConnection目前则由Chrome, Oper...
分类:
Web程序 时间:
2014-09-10 12:16:30
阅读次数:
283
??WebRTC目录(?)[+]1.官方网站: http://sites.google.com.sixxs.org/site/webrtc/homehttp://sites.google.com.sixxs.org/site/webrtc/reference/webrtc-componentshttp://sites.google.com.sixxs.org/site/webrtc/referen...
分类:
Web程序 时间:
2014-09-02 14:15:57
阅读次数:
414
What is signaling?
Signaling is the process of coordinating communication. In order for a WebRTC application to set up a 'call', its clients need to exchange information:
Session control message...
分类:
Web程序 时间:
2014-08-31 00:31:25
阅读次数:
1000
复制文件到指定文件路径cp -rf /home/leehongee/LeeHonGee/jdk1.7.0_45 /usr/lib/jvm创建文件夹 mkdir jvm修改环境变量 sudo gedit /etc/profile 添加 #set java environment export ...
分类:
Web程序 时间:
2014-08-21 18:56:14
阅读次数:
265
WebRTC编译详细介绍--记录+转载原文地址:http://blog.csdn.net/temotemo/article/details/7056581WebRTC编译本人环境:操作系统:XP SP3VS 2013编译源码之前所需的工具获取源码工具:1、 首先需要安装获取源码的工具SVN(项目代码版本管理工具,Google也用这个)TortoiseSVN 1.6.12http://sourcef...
分类:
Web程序 时间:
2014-08-20 10:29:06
阅读次数:
290
折腾了一个多星期,今天终于将PC和android的音频,视频全部打通了。到目前为止,android与android,pC与PC,android与PC之间的互通都已解决,音频视频都是可以的。
前段时间打通了PC与PC的音频,视频,这部分还是很简单的,毕竟windows下调试啥的还是很方便的,然后还有Call例子的基础。
然后打通了android与android,不过音频却没有,想了好久,...
分类:
移动开发 时间:
2014-08-19 22:33:25
阅读次数:
287
WebRTC录音(1)-实现通话双向录音最近公司的iPad项目中一个功能点涉及到了VOIP通讯中的录音,需要在已有的WebRTC引擎中增加录音功能,录制通话双方的声音参考了往上一位兄弟的博文(链接在此 http://blog.csdn.net/darkinger/article/details/13...
分类:
Web程序 时间:
2014-08-14 16:24:29
阅读次数:
229