MSE-in-Workers #40
Labels
from: Google
Proposed, edited, or co-edited by Google.
topic: media
Spec relates to audio, video, or other timed media
venue: W3C Media WG
Request for position on an emerging web specification
Information about the spec
Design reviews and vendor positions
Anything else we need to know
See also the previous request for position in 2021 on the webkit-dev list: https://lists.webkit.org/pipermail/webkit-dev/2021-June/031916.html
This feature addition to the Media Source Extensions specification enables web apps to use the MSE API in a DedicatedWorker. The app can attach a worker MediaSource object to a window/main context HTMLMediaElement by obtaining a
MediaSourceHandle
from the MediaSource object, transferring it to the window/main context, and setting that handle on the media element'ssrcObject
attribute. This feature's specification has iterated in the W3C Media Workgroup, and has incorporated all feedback received to date. Experimental implementation in Chrome has already been reported to produce strongly positive metrics improvements by at least one origin trial site, due to the ability to perform media fetching and buffering in a worker context without blocking so much on a busy main/window context.The text was updated successfully, but these errors were encountered: