Skip to content

jesusantguerrero/webrtc-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Realtime communication with WebRTC

Following : Realtime communication with WebRTC 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.

About

๐ŸŽค๐Ÿ“น Following webrtc tutorial in order understand the concepts, and create abstraction for later use

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published