web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
318 stars 27 forks source link

`ManagedMediaSource` #877

Open stubbornella opened 1 month ago

stubbornella commented 1 month ago

Description

The goal of the ManagedMediaSource API is to transfer some control back to the User Agent from the application for the purpose of increasing playback efficiency and performance, while retaining the ability for pages to control streaming of media data.

Specification

https://w3c.github.io/media-source/#dom-managedmediasource

Additional Signals

The API has power and memory benefits, YouTube has asked for this. More information: https://github.com/w3c/media-source/issues/320

jgraham commented 1 month ago

Are there any tests for this in wpt? Grepping for ManagedMediaSource didn't turn up anything apart from WebIDL tests for the interface.