Re: [webrtc-stats] Interframe delay stat for video receive stream.

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