Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgq995/webrtc-multiuser-demo
A simple test for multi-user WebRTC
https://github.com/sgq995/webrtc-multiuser-demo
javascript webrtc webrtc-call webrtc-demos webrtc-experiments
Last synced: about 1 month ago
JSON representation
A simple test for multi-user WebRTC
- Host: GitHub
- URL: https://github.com/sgq995/webrtc-multiuser-demo
- Owner: sgq995
- License: mit
- Created: 2020-06-16T16:01:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T01:57:13.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T06:58:19.338Z (almost 2 years ago)
- Topics: javascript, webrtc, webrtc-call, webrtc-demos, webrtc-experiments
- Language: JavaScript
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebRTC Multiuser Demo
A simple test for multi-user WebRTC## How to init?
Download this repository and run the next command at the root folder:
```
npm install
```## How to run?
At the root folder run the next command:
```
npm start
```Now a window just opened on your default web browser, or go to https://0.0.0.0:8080/ on your host machine, to get external devices connected, you shall known your ip. Then go to https://:8080 using your external device.
When a new user enters to your server, the client side creates a new video and you should see all the cameras and listen to all the mics from every connected device.
**IMPORTANT**: Take care of feedback noise, turn off every mic you can when it occurs.
## What does this includes?
This project has:
- The client side which add video from peers dynamically.
- The server side including HTTP and WebSocket servers.## LICENSE
MIT