This tutorial shows how to apply filter effects to WebRTC video streams using canvas.
- Node & NPM. (Node 8.12 and NPM 6.4.1 were tested )
- Git
[Tested in Chrome 70]
- Clone the repo
- Install dependencies with
npm install
- Start the express server
node server.js
- Open the application in two different browser windows:
http://localhost:3000
- In both of the windows enter the same "Room Number" and click "Go"
- Enjoy!