Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 506 Bytes

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!