floor-manager v2.6.0-alpha.4
A websocket-based signalling server to manage and coordinate Broadcasts and Participants between the Switcher and Performer clients, and request back-end services to support a Broadcast.
Table of Contents
Naming
Configuration
To run locally, with out without other components of the system, copy config/example.local.json
to config/local.json
, and customize its values as needed.
TURN Configuration
To enable turn server support, customize the example config in example.local.json
Running
Running the server requires:
1) Install node.js, v14.16.0
1) yarn install
1) run the server using "yarn start"
1) In the console you will see a message which tells you where the server is running:
"Application is listening on port 8008 in development mode"
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago