https://github.com/jesusantguerrero/webrtc-tutorial
🎤📹 Following webrtc tutorial in order understand the concepts, and create abstraction for later use
https://github.com/jesusantguerrero/webrtc-tutorial
chrome realtime-communication video webrtc
Last synced: about 2 months ago
JSON representation
🎤📹 Following webrtc tutorial in order understand the concepts, and create abstraction for later use
- Host: GitHub
- URL: https://github.com/jesusantguerrero/webrtc-tutorial
- Owner: jesusantguerrero
- Created: 2018-02-01T18:33:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T23:12:28.000Z (about 4 years ago)
- Last Synced: 2024-04-14T07:22:29.185Z (about 1 year ago)
- Topics: chrome, realtime-communication, video, webrtc
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime communication with WebRTC
Following : [Realtime communication with WebRTC](https://codelabs.developers.google.com/codelabs/webrtc-web/#0) codelab
## The path
* Get video from your webcam - [completed]
* Stream video with RTCPeerConnection - [completed]
* 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, Node.JS.