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

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

Awesome Lists containing this project

README

        

mozilla-builders

### 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