rtcstats icon indicating copy to clipboard operation
rtcstats copied to clipboard

Results 12 rtcstats issues
Sort by recently updated
recently updated
newest added

currently rtcstats makes the assumption that values are simple types like string or number. There are two notable exceptions to this: * trackIds which is an array * qualityLimitationDurations which...

Is it possible to implement rtcstats.js in an automated test using nightwatchs.js? I am trying to get the stats from a WebRTC conference. If so, how do I do it?

To be able to add own properties to the statistics i would need a callback that is called after getStats before the statistics are handled. With this approach i can...

I added the following line to my html: `` However, I get the error "Uncaught Reference Error: module is not defined" in rtcstats.js, specifically this line: `module.exports = function(trace, getStatsInterval,...

trace-ws.js calls [trace.connect()](https://github.com/fippo/rtcstats/blob/master/trace-ws.js#L53) imemdiately. At the next breaking change, change it to no longer do that, pushing that responsibility to the client

After reading the README, it's not clear to me where the stats will appear...in the browser console, I guessed. To test this, I did: 1. Downloaded rtcstats.js 2. Uploaded it...

we send the big getstats blob immediately after the connection starts. This might impact BWE so we should wait for a few seconds.

currently the tests are still using an old adapter 4.x. However Chrome now requires disabling the sandbox which is not done in this super old release. Need to migrate to...

from #18: lets also compress this, either using lzstring or a using a custom name mapping. Most likely lzstring which adds ~4kb download is the best solution.

by json.stringify, needs to be done manually