惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
V
Visual Studio Blog
Jina AI
Jina AI
博客园 - 司徒正美
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
小众软件
小众软件
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
WordPress大学
WordPress大学
爱范儿
爱范儿
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏

WebRTC

基于 moq/dev 的多平台屏幕共享应用 - V2EX moq/dev 正式上线了付费 CDN - V2EX Cloudflare 最近上线了 MoQ 的中继,可以去试试看 - V2EX webrtc 的协议栈太重了,根本不想看 WebSocket 假连接与 gRPC Gateway 自动发现:复杂局域网 WebRTC 的恢复设计 有用 LiveKit 开发过视频语音会议系统的嘛? 在 window 如何处理音频 aec? 有在生产环境用过的 livekit 的吗?体验怎么样? 安卓 WebRTC 如何使用自定义的音频数据? 请推荐一个支持在线会议(仅限于音频)的 SFU 基于声网 SDK 实现 iOS 端的一对一视频通话 webrtc 有什么封装比较好的 c/c++库吗 android google 原生 webrtc setVideoProcessor 如何消费 VideoFrame 阿里云 RTC QoS 弱网对抗之变分辨率编码 I need help froma software engineer who can work with Janus gateway (WebRTC server technologies ) system . WebRTC 如何实现美颜功能 白话解读 WebRTC 音频 NetEQ 及优化实践 WebRTC 音视频同步原理与实现 light-rtc: 理念与实践 求助: serverless-webrtc-chat 在 Firefox 下失败 求助关于 WebRTC 只能在局域网建立成功问题 正在做一个开源 WebRTC 项目,有感兴趣的小伙伴吗。 sharedrop P2P 文件分享 webrtc 不是才有的技术,应用领悟主要是网页端,现在安卓版本更新很快,为什么内置浏览器不支持这种几年前就有的新技术,这个不合理 Webtorrent 在内网环境进行播种的想法 能否用 WebRTC 做一个局域网的视频播放服务? 求助各位大神,国内目前主流浏览器支持 MediaRecorder 吗? 公司要测试 webrtc 是不是买个国内阿里云什么的? kurento room 服务端 Python 适配时 iceCandidate 内容怎么设置 kurento 的 Python 改造问题
WebRTC 技术介绍
pebutuoy · 2014-02-15 · via WebRTC

演讲视频拍摄于Fluent 2013 大会
http://geekcantalk.com/post/76714511113/a-practical-introduction-to-webrtc-fluent-2013
WebRTC is an exciting new web technology that will enable web developers to harness real-time audio and video capabilities using a set of JavaScript APIs. WebRTC allows web pages to access local multimedia devices like a webcam and microphone, and transmit these media streams to another WebRTC capable browser via a peer-to-peer network channel. These media streams can also be accompanied by a powerful data channel that lets developer exchange arbitrary data between two peers!
In this session, we’ll be diving deep into the various JavaScript APIs (primarily getUserMedia and PeerConnection) that make all of this possible. We’ll also go through the process of building a real WebRTC powered web app and discuss some ways in which these apps can be deployed in the real world.
Participants can expect to walk away with enough knowledge to get them started with writing a WebRTC application. There are no prerequisites other than an intermediate knowledge of JavaScript and HTML.