WebRTC

WebRTC中的RTC是实时通信的简称,这是一种支持在浏览器客户端之间语音/视频交流和数据分享的技术。WebRTC作为一项标准,使得所有浏览器无需安装插件或第三方软件,就可以点对点地分享应用数据和进行电话会议。

WebRTC组件是通过JavaScript APIs获得的。目前正在开发中的APIs包括:网络流API(能够提供音频和视频),点对点连接API(允许两个或更多用户通过浏览器进行联系)。同样在开发中的还有数据API,能够让浏览器在实时游戏,文字聊天,文件传输和其他应用中与其他类型数据进行交流。

关于Webrtc的文档

介绍WebRTC
关于什么是WebRTC以及它是如何工作的一个介绍性指南
Using the Network Stream API
A guide to using the Network Stream API to stream audio and video.
使用网络流API
指导如何使用网络流API创建音频流和视频流
Peer-to-peer communications with WebRTC
How to perform peer-to-peer communications using the WebRTC APIs.
使用WebRTC进行点对点通信
如何使用WebRTC APTs进行点对点通信交流的指导
 
Capturing images from a webcam
An introductory guide to what WebRTC is and how it works.
从网络摄像头获得图像
介绍如何利用WebRTC通过网络摄像头获得图像
MediaStream API
The API supporting the generation and manipulation of media stream objects.
多媒体API
这个API支持通用多媒体对象
getUserMedia()
The navigator function that provides access to the system's media devices.
 
getUserMedia()

View All...

Getting help from the community

When developing web sites and web applications that will take advantage of WebRTC technologies, it may be useful to engage in conversation with others doing likewise.

  • Ask your question on Mozilla's Media IRC channel: #media

Don't forget about the netiquette...


Resources

 

文档标签和贡献者