https://github.com/jsxc/muc-sfu-server
https://github.com/jsxc/muc-sfu-server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsxc/muc-sfu-server
- Owner: jsxc
- License: mit
- Created: 2021-08-26T15:20:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T16:14:58.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T14:24:23.107Z (over 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MUC SFU server
This is an implementation of a WebRTC SFU server for [Kurento]. It can be used
standalone as demo, or in conjunction with the prototype implementation of
[JSXC].
:warning: Prototype implementation. This server is not ready for production.
## Start demo
First we have to start the Kurento server. The easiest way is to use docker.
```
docker run --network host kurento/kurento-media-server:latest
```
Now install all dependencies with `yarn install` and start the server with:
```
yarn start
```
If you open `static/index.html` with multiple browser, you should be able to
have a small video conference. Please beware that this is not ready for
production. Name conflicts and authentication is not implemented yet.
[Kurento]: https://www.kurento.org
[JSXC]: https://www.jsxc.org