Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/omkadam/one-to-many-webrtc
- Owner: omkadam
- Created: 2024-07-29T08:06:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:17:53.000Z (4 months ago)
- Last Synced: 2024-10-04T22:14:56.392Z (about 1 month ago)
- Topics: html-css-javascript, nodejs, selective-forwarder-unit, webrtc, webrtc-signaling, wrtc
- Language: HTML
- Homepage:
- Size: 5.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 traversalTechnologies Used
Backend: Node.js, Express, Socket.io, WebRTC
Frontend: HTML, CSS, JavaScript, WebRTC API