Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 410 Bytes

README.MD

File metadata and controls

16 lines (9 loc) · 410 Bytes

WebRTC Video Conference

A WebRTC video conferencing solution using an SFU-like architecture. A centralised server receives all video streams for future manipulation (usage of video effects for example). Built using JS and Node. Communication and exchange of streams done using WebRTC.

Usage

to run the app

npm install

then

node server.js or npm start

To join: http://localhost:5000/both.html