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

https://github.com/ojack/tentacles-broadcaster-sfu


https://github.com/ojack/tentacles-broadcaster-sfu

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# test mediasoup server

Minimal simple broadcaster created using mediasoup `v3`.

## Example viewer can be found in 'mediasoup-viewer'

```sh
cd mediasoup-viewer-example

npm i
npm start
```

Example code is in 'index.js'. This viewer connects to a socket server hosted at `wss://localhost:8000`.
(Change this address to connect to a different server.)

## Setup server and broadcaster

```sh
cd mediasoup-server

npm i
npm start
```

Websocket server and broadcaster run on `https://localhost:8000`. Change config.js to update port and ssl certificate location.

Media server uses ports 3000-4000.