Skip to content

thestefanristovski/webrtc-video-conference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.7%
  • HTML 24.3%