# jvb-rtcstats-push **Repository Path**: mirrors_jitsi/jvb-rtcstats-push ## Basic Information - **Project Name**: jvb-rtcstats-push - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-07 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`