- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Oct 2017 09:01:36 +0000
- To: public-webrtc-logs@w3.org
Does this need to be an absolute value of the difference to expected interframe delay, or should it be a sum of delays? Just adding up the interframe delays will give you a number equal to the time since stream started, which is not terribly useful. One possibility for freeze detection would be to have a value that summed up the difference between expected (per frameRate) interframe delay and actual interframe delay, but only when positive (larger than expected delay). -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/229#issuecomment-339263766 using your GitHub account
Received on Wednesday, 25 October 2017 09:01:42 UTC