# webrtc-web **Repository Path**: wangwang2020/webrtc-web ## Basic Information - **Project Name**: webrtc-web - **Description**: Realtime communication with WebRTC - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-21 - **Last Updated**: 2022-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: webrtc, 音视频 ## README # Realtime communication with WebRTC 与WebRTC实时通信 This code has the resources you need for the codelab [Realtime communication with WebRTC](https://codelabs.developers.google.com/codelabs/webrtc-web/#0). 这段代码包含了codelab所需的资源[Realtime communication with WebRTC](https://codelabs.developers.google.com/codelabs/webrtc-web/#0). This is a work in progress. If you find a mistake or have a suggestion, please file an issue. Thanks! 这是一项正在进行的工作。如果你发现一个错误或有一个建议, 请提交问题。谢谢 ## 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 从网络摄像头获取视频 使用RTCPeerConnection 使用RTCDataChannel传输数据 设置信令服务以交换消息 结合对等连接和信令 拍摄照片并通过数据通道共享 ## 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, Node.JS. ## For 'step-04', 'step-05', 'step-06' Run `npm install` before running the code.