You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Media Source Extensions (MSE) API usage from DedicatedWorker contexts to enable improved performance of buffering media for playback by an HTMLMediaElement on the main Window context. By creating a MediaSource object on a DedicatedWorker context, an application may then create an ObjectURL for it and postMessage that URL to the main thread for use in attaching to an HTMLMediaElement. The context that created the MediaSource object may then use it to buffer media.
Relevant time constraints or deadlines: This feature is expected to be part of the MSE v2 specification, whose editor's draft will be entering FPWD soon.
The group where standardization of this work is intended to be done (if current group is a community group or other incubation venue): https://www.w3.org/media-wg/
Major unresolved issues with or opposition to this specification: None.
This work is being funded by: N/A
We'd prefer the TAG provide feedback as:
🐛 open issues in our GitHub repo for each point of feedback, with issue title prefix "MSE-in-Workers:".
The text was updated successfully, but these errors were encountered:
@hober and I looked at this proposal during our Gethen virtual f2f. The explainer and security & privacy questionnaire are really easy to follow. We especially appreciated the open questions discussion and the overall clarity of the explainer.
We are happy to close the review as satisfied. Good luck in further experimentations in shipping the feature alongside the Media WG. Thank you for working with us.
Ya ya yawm TAG!
I'm requesting a TAG review of MSE-in-Workers.
Enable Media Source Extensions (MSE) API usage from DedicatedWorker contexts to enable improved performance of buffering media for playback by an HTMLMediaElement on the main Window context. By creating a MediaSource object on a DedicatedWorker context, an application may then create an ObjectURL for it and postMessage that URL to the main thread for use in attaching to an HTMLMediaElement. The context that created the MediaSource object may then use it to buffer media.
Further details:
We'd prefer the TAG provide feedback as:
🐛 open issues in our GitHub repo for each point of feedback, with issue title prefix "MSE-in-Workers:".
The text was updated successfully, but these errors were encountered: