Skip to content

Commit

Permalink
Positive: Managed Media Source
Browse files Browse the repository at this point in the history
Extended rationale: w3c/media-source#320 (comment)
Decision: mozilla#845

Closes mozilla#845.
  • Loading branch information
padenot committed Jul 13, 2023
1 parent 630d567 commit f4dcc54
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,19 @@
"title": "Low-level (Raw) Sockets API",
"url": "https://github.com/WICG/raw-sockets/blob/master/docs/explainer.md"
},
{
"ciuName": null,
"description": "This proposal extends Media Source Extension objects with a number of features that allow web applications to be more efficient in terms of power usage and memory.",
"id": "managed-media-source",
"mdnUrl": null,
"mozBugUrl": null,
"mozPosition": "positive",
"mozPositionDetail": "This opt-in feature of Media Source Extension allows implementations to reclaim memory when needed, and to allows scheduling download of media data when it's best to do so in terms of power usage. This is especialy important on mobile. This has the potential to improve the experience of media playback on low-power devices, but also generally allows web applications to use resources more efficiently.",
"mozPositionIssue": 845,
"org": "W3C",
"title": "Managed Media Source",
"url": "https://github.com/w3c/media-source/issues/320"
},
{
"ciuName": null,
"description": "This specification enables web developers to show personalized media recommendations on the browser UI.",
Expand Down

0 comments on commit f4dcc54

Please sign in to comment.