youtube / js_mse_eme

js_mse_eme is an externally-published tool that is aimed to test the validity of a browser's HTML5 Media Source Extension and Encrypted Media Extension implementations
Apache License 2.0
91 stars 58 forks source link

Determinig supportsVideoPerformanceMetrics issue #36

Closed woutermeek closed 6 years ago

woutermeek commented 6 years ago

This code should determine wether the browser supports these type of metrics or not. This if statement returns the wrong value if both getVideoPlaybackQuality and (webkitDecodedFrameCount, webkitDroppedFrameCount) are supported. In case of both being there it should also return true.

I'm trying to run these tests at the moment with a browser which supports both, and I'm not able to because of this.

jiaqzhao commented 6 years ago

Thanks for pointing this out, it's been fixed in the recent commits.