WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
995 stars 193 forks source link

Support Media Source Extensions tests #453

Closed prajaybasu closed 8 years ago

prajaybasu commented 8 years ago

This will improve scores for browsers like Edge 14 because this is the default behavior for Edge 14 (copied from the link) :

Returns true :

And these will return “false”:

VP9 works fine on YouTube for me at least. This kind of conflicts the results of html5test. Sorry if I blabbered something - I am not a hardcore web dev.

dstorey commented 8 years ago

MSE is already included on HTML5Test

prajaybasu commented 8 years ago

@dstorey D'oh!

NielsLeenheer commented 8 years ago

Yes, we already test for the existence of MSE support. But I am interested in adding codec tests for MSE too. I already have this for the video and audio tag itself, but I suspect that codec support can differ between directly using the tags and MSE.

dstorey commented 8 years ago

Edge at least does support different codecs at the moment for MSE vs vanilla audio/video

dstorey commented 8 years ago

For that matter codecs supported by Web/ObjectRTC will be different to MSE & vanilla video element too

NielsLeenheer commented 8 years ago

Added codec detection for Media Source Extensions