w3c / media-source

Media Source Extensions
https://w3c.github.io/media-source/
Other
267 stars 57 forks source link

Investigate MSE in ServiceWorker as part of MSE in Workers #236

Open mounirlamouri opened 4 years ago

mounirlamouri commented 4 years ago

We should either have a clear technical reason why MSE in ServiceWorker isn't doable or can't be done or expose the API. At the moment, because createObjectURL() isn't exposed in ServiceWorkers, we may not be able to use the API there anyways and we could re-use the same rationale because the MediaSource object would be killed at random times.

wolenetz commented 3 years ago

This looks to me like a spec bugfix in scope for V2. Also, if anyone has specific use case which describes how MSE-in-ServiceWorker would be necessary to solve their use case, please add it to this issue to assist further triage/work.