
WebServices/WebRTC/HTML5
文章平均质量分 85
fanbird2008
这个作者很懒,什么都没留下…
展开
-
Webrtc Intro - OpenH264 Integrate
1. Encapsulate H264 encode and decode interface in light of Webrtc Framework2.原创 2015-07-15 21:33:05 · 708 阅读 · 0 评论 -
Webrtc Intro - Compile Steps on Linux Generally
1. Assume /webrtc/src is webrtc home directory cd /webrtc/src2. delete out directoryrm -rf out3. recheck gyp dependencygclient runhooks --force4. recompileninja -C out/Release原创 2015-07-15 11:39:27 · 420 阅读 · 0 评论 -
OpenH264 Migration into Webrtc Intro - Windows
1. Compile openh264 on MinGW + msys2. Integrate openh264 encode decode implementation into webrtc project3. Generate webrtc_h264.libNotes: When generate webrtc_h264.lib, please link the li原创 2015-07-06 14:32:13 · 1062 阅读 · 0 评论 -
Webrtc Intro - Native APIs
Native APIs The WebRTC native APIs are implemented based on the following WebRTC spec. The code that implements WebRTC native APIs (including the Stream and the PeerConnection APIs转载 2015-06-12 09:07:13 · 923 阅读 · 0 评论 -
Webrtc Intro - SCTP
SCTP stands for Stream Control Transmission Protocol.SCTP as a protocol can be seen as a hybrid of UDP and TCP.At its core, SCTP holds the following characteristics:Connection oriented. Si转载 2015-07-01 10:18:29 · 803 阅读 · 0 评论 -
Webrtc Intro - NetEQ
A dynamic jitter buffer and error concealment algorithm used for concealing the negative effects of network jitter and packet loss. Keeps latency as low as possible while maintaining the highest voice转载 2015-07-01 10:30:44 · 956 阅读 · 0 评论 -
WebRTC Intro - Impact on OTT
摘要 随着互联网技术的迅速发展,电信运营商正受到OTT企业猛烈的冲击,基于Web浏览器的实时通信技术(WebRTC)给电信运营商带来了新的挑战和机遇。本文介绍了WebRTC技术的发展和关键技术,并分析了WebRTC对OTT产生的影响。 1 引言OTT(Over The Top)意味着服务提供商(如Skype和WhatsApp等)可以利用电信运营商的基础网络,转载 2015-06-08 09:04:53 · 881 阅读 · 0 评论 -
Webrtc Intro - SDP Sample
Webrtc Intro - SDP Sample转载 2015-06-07 09:56:45 · 1068 阅读 · 0 评论 -
Webrtc Intro - SDP
通过offer和answer交换SDP描述符大致上在两个用户(甲和乙)之间建立点对点连接流程应该是这个样子(这里不考虑错误的情况,RTCPeerConnection简称PC):1. 甲和乙各自建立一个PC实例2. 甲通过PC所提供的createOffer()方法建立一个包含甲的SDP描述符的offer信令3. 甲通过PC所提供的setLocalDescription()方法,将甲的转载 2015-06-06 18:42:56 · 1438 阅读 · 0 评论 -
Voice Net Blog
http://blog.youkuaiyun.com/agora_cloud/article/details/52249993转载 2016-12-26 10:30:26 · 441 阅读 · 0 评论 -
Webrtc Intro - kurento
折腾了一个多星期终于将kurento的环境搭建好(开发阶段的产品,有些BUG要自己解决),所以单独写篇文件来介绍。下面开始介绍kurento,文章来自博客园RTC.Blacker,转载请说明出处。 一、kurento是什么?搞视频会议就会涉及一对多、多对多、广播、转码、混音、合屏、录制,这就需要用到流媒体服务器,而kurento就具有这些功能。他主要用来作为webrtc的流媒体转载 2016-01-14 17:10:27 · 1182 阅读 · 0 评论 -
Webrtc Intro - Kalman Filter of Remb
void OveruseDetector::UpdateKalman(int64_t t_delta, double ts_delta, uint32_t frame_size, ui原创 2016-01-14 16:29:46 · 775 阅读 · 0 评论 -
Webrtc Jitter Buffer
1. AudioNetEQ for VoiceA dynamic jitter buffer and error concealment algorithm used for concealing the negative effects of network jitter and packet loss. Keeps latency as low as possible whil转载 2016-01-14 16:32:31 · 3447 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 08
to be continued...转载 2014-01-26 10:09:46 · 625 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 05
to be continued转载 2014-01-26 10:07:44 · 742 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 07
to be continued...转载 2014-01-26 10:09:12 · 690 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 09
to be continued...转载 2014-01-26 10:10:12 · 558 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 06
to be continued...转载 2014-01-26 10:08:31 · 695 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 04
http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/WebRTC in the real world: STUN, TURN and signalingWebRTC enables peer to peer communication.BUT...WebRTC转载 2014-01-23 12:02:30 · 3941 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 03
http://chimera.labs.oreilly.com/books/1230000000545/ch18.html#_performance_checklist_4Web Real-Time Communication (WebRTC) is a collection of standards, protocols, and JavaScript APIs, the combi转载 2014-01-21 21:08:21 · 7607 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 01
http://www.webrtc.org/reference/architectureGeneral OverviewWebRTC offers web application developers the ability to write rich, realtime multimedia applications (think video ch转载 2014-01-21 12:25:37 · 1643 阅读 · 0 评论 -
Proxy and Reverse Proxy
In computer networks, a reverse proxy is a type of proxy server that retrieves resources on behalf of a client from one or more servers. These resources are then returned to the client as th转载 2014-02-26 11:25:06 · 988 阅读 · 0 评论 -
Web Server - Apache Nginx and Lighttpd (2)
一.软件介绍(apache lighttpd nginx)1. lighttpdLighttpd是一个具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI, CGI, Auth,输出压缩(output compress), URL重写, Alias等重要功能转载 2014-02-26 11:29:46 · 776 阅读 · 0 评论 -
lighttpd fastcgi
1. lighttpd config file# lighttpd configuration file## use it as a base for lighttpd 1.0.0 and above## $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $############ Options you原创 2014-02-26 11:13:37 · 2461 阅读 · 0 评论 -
Javascript encrypt and decrypt library CrytoJS
https://code.google.com/p/crypto-js/CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fas转载 2014-03-18 16:50:49 · 4136 阅读 · 0 评论 -
Face detection using HTML5, javascript, webrtc, websockets, Jetty and OpenCV
http://www.smartjava.org/content/face-detection-using-html5-javascript-webrtc-websockets-jetty-and-javacvopencvFace detection using HTML5, javascript, webrtc, websockets, Jetty and OpenCV转载 2014-02-14 10:12:00 · 1832 阅读 · 0 评论 -
WebRTC - Introduction to WebRTC architecture - 02
https://developer.mozilla.org/en-US/docs/Web/Guide/API/WebRTC/WebRTC_architectureWhat is ICE?Interactive Connectivity Establishment (ICE) is a framework to allow your web browser to connect转载 2014-01-21 12:43:27 · 1753 阅读 · 0 评论