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

No, while key-frames are most certainly would be huge frames, most of the huge frames would be delta frames. The issue is that encoder will most likely produce a delta frame, even on a big change in the screenshared content, even if that produced frame would be 4 times more than the allocated per-frame size. Also, key frames can't be used for detecting the slide changes because they may be caused by network loss, or receiving party deciding to switch to another stream.

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

Received on Monday, 19 February 2018 10:47:42 UTC