https://github.com/jitsi/jvb-rtcstats-push
https://github.com/jitsi/jvb-rtcstats-push
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jitsi/jvb-rtcstats-push
- Owner: jitsi
- Created: 2020-11-25T21:13:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T17:46:21.000Z (8 months ago)
- Last Synced: 2025-06-08T17:40:06.882Z (7 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running
The pusher requires 2 pieces of information: the address of the JVB's REST API (to be queried) and the address of the
RTCStats server (to which data should be pushed). This information can be provided in 2 ways:
1) Command line arguments: `node app.js --jvb-address http://127.0.0.1:8081 --rtcstats-server ws://127.0.0.1:3001`
2) Environment variables: `JVB_ADDRESS="http://127.0.0.1:8081" RTCSTATS_SERVER="ws://127.0.0.1:3001" node app.js`