Media playback quality
Widely available since 2022-08-04
The getVideoPlaybackQuality()
method of HTMLVideoElement
returns metrics that can be used to determine the playback quality of a video, such as how many frames were dropped.
Learning resources on MDN
- HTMLVideoElement: getVideoPlaybackQuality() method
- VideoPlaybackQuality
- VideoPlaybackQuality: creationTime property
- VideoPlaybackQuality: droppedVideoFrames property
- VideoPlaybackQuality: totalVideoFrames property
Browser support
- Chrome 80 Released on 2020-02-04
- Chrome Android 80 Released on 2020-02-04
- Edge 12 Released on 2015-07-29
- Firefox 42 Released on 2015-11-03
- Firefox for Android 42 Released on 2015-11-03
- Safari 8 Released on 2014-10-16
- Safari on iOS 12.2 Released on 2019-03-25
Specifications
- Media Playback Quality, from Media Working Group (W3C).