您的位置:首页 > 其它

codelab - Real time communication tith WebRTC(2)

2017-02-22 09:43 357 查看


2. Overview

Build an app to get video and take snapshots with your webcam and share them peer-to-peer via WebRTC. Along the way you'll learn how to use the core WebRTC APIs and set up a messaging server using Node.


What you'll learn

Get video from your webcam
Stream video with RTCPeerConnection
Stream data with RTCDataChannel
Set up a signaling service to exchange messages
Combine peer connection and signaling
Take a photo and share it via a data channel


What you'll need

Chrome 47 or above
Web Server for Chrome, or use your own web server of choice.
The sample code
A text editor
Basic knowledge of HTML, CSS and JavaScript
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: