Re: [webrtc-stats] Add hugeFramesSent counter to RTCVideoSenderStats dictionary

I think we need to clarify what "average encoded frame size is".
Does the average include the frame that just arrived when we determine if it was huge? If so the first frame is never huge, otherwise the first frame is always huge for any size because the average is initially zero (x > 0).

During a call, it is possible to change resolution, quality, video track, sender parameters, etc, etc. Do we reset the counters for calculating the average when something happens or do we calculate the average for the last x frames?

The proposal needs to describe this.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/330#issuecomment-367034285 using your GitHub account

Received on Tuesday, 20 February 2018 16:29:21 UTC