https://github.com/ojack/tentacles-broadcaster-sfu
https://github.com/ojack/tentacles-broadcaster-sfu
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojack/tentacles-broadcaster-sfu
- Owner: ojack
- Created: 2021-01-20T18:23:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T14:20:19.000Z (over 5 years ago)
- Last Synced: 2025-01-06T06:12:04.555Z (over 1 year ago)
- Language: JavaScript
- Size: 2.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.