rtcstats-server icon indicating copy to clipboard operation
rtcstats-server copied to clipboard

Server for https://github.com/fippo/rtcstats

Results 34 rtcstats-server issues
Sort by recently updated
recently updated
newest added

currently, all data associated with a session is written to a single file. Splitting this up into one file for session metadata and another file for each peerconnection would allow...

enhancement
help wanted

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Hello everyone, The main bulk of this PR revolves around a worker pool that would allow rtcstats-server to reuse workers instead of spawning a process for each client. Another addition...

Removes the need of BigQuery records buffering in a local file for 5 minutes. The bigquery.load() API has a rate limit of "Load jobs per table per day — 1,500...

Removes two obsolete workarounds added in 3340a69a953007f3dcbaf8613397fa8603c241e2 and 4545963eca1bb77a6f864a9403124795297dfa78

linked [here](https://github.com/webrtcHacks/adapter/issues/1017) for rtcstats it seems that moving version and os to client hints (into rtcstats.js; note that the adapter engine detection can be used there) and rewriting some features...

see [here](https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-redshift-introduces-support-for-materialized-views-preview/?advocacy_source=everyonesocial&trk=global_employee_advocacy&sc_channel=sm&es_id=38762cb294) This might significantly increase the performance of queries.js

It looks like the fileFormat 2 causes the time series to render incorrectly: This is rendered with the fileFormat v2: If I remove the `"fileFormat":2` in the extracted file it...

Took a stab at uploading a file per peer connection addresses #191

This PR adds support for overriding some variables with environment variables i.e. `PORT=9000 node app.js`