Knowledge Base
framesRendered
inbound-rtpinboundvideo
The total number of frames that have been rendered.
Description
Non-negative integer
MUST NOT exist for audio (this is video only).
It represents the total number of frames that have been rendered.
It is incremented just after a frame has been rendered.
See also
- inbound-rtp->framesDecoded
- inbound-rtp->framesDropped
- WebRTC Statistics Specification

Notes
-
You want to strive to have the same number of framesDecoded as framesRendered.
-
We haven’t seen it in action yet, but we’re still hopeful.