Closed prajaybasu closed 8 years ago
MSE is already included on HTML5Test
@dstorey D'oh!
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.
Edge at least does support different codecs at the moment for MSE vs vanilla audio/video
For that matter codecs supported by Web/ObjectRTC will be different to MSE & vanilla video element too
Added codec detection for Media Source Extensions
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.