trunk\talk\app\webrtc\peerconnectionproxy.h文件中定义了PeerConnection的代理类,class PeerConnection : public PeerConnectionInterface,而#define BEGIN_PROXY_MAP(c) ...
分类:
编程语言 时间:
2017-05-09 13:50:46
阅读次数:
244
WebRTC 全称为:Web Real-Time Communication。它是为了解决 Web 端无法捕获音视频的能力,并且提供了 peer-to-peer(就是浏览器间)的视频交互。实际上,细分看来,它包含三个部分: MediaStream:捕获音视频流 RTCPeerConnection:传 ...
分类:
Web程序 时间:
2017-04-26 21:33:16
阅读次数:
329
WEBRTC RTP/RTCP协议族 2017-02-22 20:15 阅读(144) 评论(0) WEBRTC RTP/RTCP协议族 WEBRTC RTP/RTCP协议族 2017-02-22 20:15 阅读(144) 评论(0) WebRTC 基于GCC的拥塞控制(下) 2017-02-22 ...
分类:
Web程序 时间:
2017-04-21 16:32:14
阅读次数:
417
WebRTC 支持使用自己的编解码器(限 native 开发),音频,视频都可以。这里以视频编码为例来分析下 WebRTC 中相应的源码。
分类:
Web程序 时间:
2017-04-20 11:04:39
阅读次数:
1034
在“WebRTC 构建系统介绍之gn和ninja”中,大概介绍了 gn 和 ninja 的简单用法,这次来看看 gn 用到的项目文件 .gn 、 .gni 和 DEPS
分类:
Web程序 时间:
2017-04-13 19:31:39
阅读次数:
529
https://www.html5rocks.com/zh/tutorials/webgl/jsartoolkit_webrtc/#toc-intro https://github.com/argonjs/argon https://github.com/jeromeetienne/AR.js/ h ...
分类:
Web程序 时间:
2017-04-12 18:26:58
阅读次数:
215
1、安装depot tools 然后把把depot_tools添加到环境变量中去 2.下载代码 创建一个工作目录 下载代码 This will fetch a regular WebRTC checkout with the Android-specific parts added. Notice ...
分类:
移动开发 时间:
2017-04-12 02:16:55
阅读次数:
250
视频的压缩方法:(三种帧) 为了视频尽可能的保持高效,视频数据通过不同的编码进行压缩。以帧为单位进行压缩,按照压缩中的不同作用可分类为:内帧(Intra-frames,I帧),预测帧(Predictive-frames,P帧),和双向预测帧(Bipredictive-frames,B帧)。B帧利用过 ...
分类:
Web程序 时间:
2017-04-10 09:20:55
阅读次数:
229
最近实验了下如何让WebRTC支持H264编码,记录下,供有需要的人参考。
分类:
Web程序 时间:
2017-04-07 13:47:38
阅读次数:
1747
下载最新版opensslhttps://www.openssl.org/source/安装./Configuredarwin64-x86_64-ccmakemaketestsudomakeinstallwhichlydeMacBook-Air:~wanyu$whichopenssl/usr/local/bin/openssllydeMacBook-Air:~wanyu$/usr/local/bin/opensslversionOpenSSL1.1.0e16Feb2017其实只需要下..
分类:
Web程序 时间:
2017-03-10 01:04:52
阅读次数:
211