Skip to content

jitsi/jicofo-rtcstats-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

The pusher requires 2 pieces of information: the address of Jicofo'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 --jicofo-address http://127.0.0.1:8888 --rtcstats-server ws://127.0.0.1:3001 -i 10000
  2. Environment variables: JICOFO_ADDRESS="http://127.0.0.1:8888" RTCSTATS_SERVER="ws://127.0.0.1:3001" INTERVAL=10000 node app.js

About

Push stats from jicofo to rtcstats-server

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors