thestefanristovski / webrtc-video-conference

A basic WebRTC Video Conferencing solution using an SFU-like architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic WebRTC Video Conferencing solution using an SFU-like architecture.


Languages

Language:JavaScript 75.7%Language:HTML 24.3%