fippo / rtcstats

MIT License
128 stars 41 forks source link

improve timestamp compression #89

Closed fippo closed 5 years ago

fippo commented 5 years ago

so #83 fixed issues with stats that had old timestamps. But it means we can send a lot of these: image i.e. we repeat the timestamp a bit too often. Would be good to optimize that away again. This might require doing something like setting the timestamp to 0 and then backfilling it from somewhere, e.g. the timestamp added to the getStats call