Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omkadam/one-to-many-webrtc

This is a one to many video conferencing app built upon the WebRTC and NodeJs, This application is built on the SFU(Selective forwarding unit) architecture.
https://github.com/omkadam/one-to-many-webrtc

html-css-javascript nodejs selective-forwarder-unit webrtc webrtc-signaling wrtc

Last synced: 24 days ago
JSON representation

This is a one to many video conferencing app built upon the WebRTC and NodeJs, This application is built on the SFU(Selective forwarding unit) architecture.

Awesome Lists containing this project

README

        

SFU Video Conferencing Application

This project is a video conferencing application using WebRTC and Socket.io, designed to facilitate real-time communication between users.

Description

This application allows users to join video conferencing rooms, stream video and audio, and communicate in real-time. It uses WebRTC for peer-to-peer connections and Socket.io for signaling and managing user connections.

Features

Real-time video and audio communication
Dynamic room creation and joining
Multi-user support
ICE Candidate handling for network traversal

Technologies Used

Backend: Node.js, Express, Socket.io, WebRTC

Frontend: HTML, CSS, JavaScript, WebRTC API