Matt Wolenetz

Results 8 comments of Matt Wolenetz

> Related issue and novel workaround [w3c/media-source#160 (comment)](https://github.com/w3c/media-source/issues/160#issuecomment-1776215889) I like "novel workaround" instead of the name I had been using :) Regardless, I've [recalled further complications](https://github.com/w3c/media-source/issues/160#issuecomment-1803025789) (mostly around audio buffered...

> So what's the deal here, and what do you think I should say on the srcObject page? In Chrome, srcObject on HTMLMediaElement is *only* currently usable for associating a...

Preview URL verifications: * srcOjbect: Should probably get some kind of note mentioning MediaSourceHandle (from a Dedicated Worker MediaSource's handle getter, transferred to the main thread) is the way to...

To track my comments, above, along with PR comments I noted in related [add MSE in workers data](https://github.com/mdn/browser-compat-data/pull/18189#top) #18189, I'll file an issue in each repo.

> Can you please provide a working example that shows how to read a webm using MSE & Webcodec > I tryed to do it by myself but it's hard...

I haven't tried that JS library for WebM demuxing myself (nor other similar ones). Perhaps shaka-player might support your webm files, especially if they're repackaged for that toolkit (https://github.com/google/shaka-player/issues/560 might...

Great feedback! Regarding the IDL, from what I recall I was following along the lines of the ImageDecoder explainer, though I agree that more detail (spec, samples, considered approaches, what...

Please see also https://github.com/w3c/media-source/issues/307#issuecomment-1110865467 tldr: There are a couple enumeration description tables in the current ED which could have improved a11y if they had explicit descriptive headers, e.g. "Enum Value"...