chcunningham
2017/02/13 19:31:07
MSE and EME have not been exposed to workers. Ther
MSE and EME have not been exposed to workers. There is some technical challenge
who's details I forget - perhaps the concern does not apply here (it probably
doesn't since we aren't really invoking the pipeline/decodeing etc...). +
wolenetz to remind me if this will be an issue
wolenetz
2017/02/13 22:33:24
+mlamouri@ and ddorwin@ w.r.t. workers and HTMLMed
On 2017/02/13 19:31:07, chcunningham wrote:
> MSE and EME have not been exposed to workers. There is some technical
challenge
> who's details I forget - perhaps the concern does not apply here (it probably
> doesn't since we aren't really invoking the pipeline/decodeing etc...). +
> wolenetz to remind me if this will be an issue
+mlamouri@ and ddorwin@ w.r.t. workers and HTMLMediaElement or EME.
There's a separate workers effort spinning up; I don't know yet if exposing your
API on worker is a potential problem or not.
mlamouri (slow - plz ping)
2017/02/13 22:58:25
This isn't implemented for workers. This only mean
On 2017/02/13 at 22:33:24, wolenetz wrote:
> On 2017/02/13 19:31:07, chcunningham wrote:
> > MSE and EME have not been exposed to workers. There is some technical
challenge
> > who's details I forget - perhaps the concern does not apply here (it
probably
> > doesn't since we aren't really invoking the pipeline/decodeing etc...). +
> > wolenetz to remind me if this will be an issue
>
> +mlamouri@ and ddorwin@ w.r.t. workers and HTMLMediaElement or EME.
> There's a separate workers effort spinning up; I don't know yet if exposing
your API on worker is a potential problem or not.
This isn't implemented for workers. This only means that the interface is
exposed to the worker context but because WorkerNavigator doesn't expose an
object, it's useless. I will update this to remove the exposition.
9 RuntimeEnabled=MediaCapabilities
10 ] interface MediaCapabilities {
11 [CallWith=ScriptState] Promise<MediaDecodingAbility> query(MediaConfiguratio
n configuration);
Issue 2685863004: Media Capabilities: stub implementation of mediaCapabilities.query().
(Closed)
Created 3 years, 10 months ago by mlamouri (slow - plz ping)
Modified 3 years, 10 months ago
Reviewers: mlamouri (slow - plz ping), chcunningham, ddorwin, haraken, wolenetz
Base URL:
Comments: 13