https://github.com/trunkrecorder/tr-plugin-websocket-server
Lets you monitor the status of recordings
https://github.com/trunkrecorder/tr-plugin-websocket-server
Last synced: 9 months ago
JSON representation
Lets you monitor the status of recordings
- Host: GitHub
- URL: https://github.com/trunkrecorder/tr-plugin-websocket-server
- Owner: TrunkRecorder
- License: mit
- Created: 2017-12-27T01:33:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T19:03:30.000Z (about 2 years ago)
- Last Synced: 2025-09-06T07:57:32.822Z (9 months ago)
- Language: HTML
- Size: 276 KB
- Stars: 15
- Watchers: 9
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.NOW
- License: LICENSE
Awesome Lists containing this project
README
1. Configure the "statusServer" entry in your trunk-recorder config file. i.e.:
"statusServer": "ws://xxx.xxx.xxx.xxx:3010/server"
where xxx... is the IP address of the system where this server is to be run.
2. `node.js` and `npm` must be installed on the system where this server is to be run.
3. From within this directory, run `npm install` to download required modules
4. Launch the server with `node index.js`
5. From a web browser, connect to the interface at:
http://xxx.xxx.xxx.xxx:3010
where xxx... is the IP address of the system where this package is running.