https://github.com/ojack/vitalsigns-media-broadcaster
https://github.com/ojack/vitalsigns-media-broadcaster
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojack/vitalsigns-media-broadcaster
- Owner: ojack
- Created: 2020-10-02T14:35:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T13:34:32.000Z (over 5 years ago)
- Last Synced: 2025-02-24T05:45:30.576Z (over 1 year ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mediasoup server for vitalsigns
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 main.js to update port and ssl certificate location.
Media server uses ports 3000-4000.