Skip to content

agilityfeat/webrtc-filters-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Filters Tutorial

This tutorial shows how to apply filter effects to WebRTC video streams using canvas.

Requirements

  • Node & NPM. (Node 8.12 and NPM 6.4.1 were tested )
  • Git

Instructions

[Tested in Chrome 70]
  1. Clone the repo
  2. Install dependencies with npm install
  3. Start the express server node server.js
  4. Open the application in two different browser windows: http://localhost:3000
  5. In both of the windows enter the same "Room Number" and click "Go"
  6. Enjoy!

About

This repo contains the code for a Filters tutorial using WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published