https://github.com/meething/meething-mediasoup
Meething Mediasoup Server
https://github.com/meething/meething-mediasoup
dwebrtc mediasoup multiroom
Last synced: 27 days ago
JSON representation
Meething Mediasoup Server
- Host: GitHub
- URL: https://github.com/meething/meething-mediasoup
- Owner: meething
- Created: 2020-05-08T12:33:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:20:02.000Z (over 2 years ago)
- Last Synced: 2025-03-30T10:11:25.943Z (about 2 months ago)
- Topics: dwebrtc, mediasoup, multiroom
- Language: JavaScript
- Homepage: https://web.meething.space
- Size: 1.49 MB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
### Meething MediaSoup
This is the awesome [mediasoup](https://mediasoup.org) multiroom server implementation for [meething](https://github.com/meething/meething)
#### Why?
There are many servers like it, but this one provides transparent room and user routing based on `wss` URL parameters and LRU rooms```
wss://meething-mediasoup:2345/?roomId=lobby&peerId=meMyselfandI
```#### dWeb (wip)
The SFU will advertise itself to gun and/or hyperswarm dht peers for discovery by clients#### Configuration
Configure your SSL certificates and preferences in `meething-mediasoup.config.js`#### Service
```
pm2 start meething-mediasoup.config.js
```#### Credits
* [MediaSoup](https://mediasoup.org) its Authors get all the credit for the SFU magic and their help
* Iñaki Baz Castillo [[website](https://inakibaz.me)|[github](https://github.com/ibc/)]
* José Luis Millán [[github](https://github.com/jmillan/)]
* The Meething team for their enthusiasm and ideas
* [Mozilla Builders](https://builders.mozilla.community) program and its mentors for the guidance