Enable MediaControl in release
Categories
(Core :: Audio/Video: Playback, task)
Tracking
()
People
(Reporter: evilpies, Assigned: alwu)
References
Details
Attachments
(1 file)
What is the plan for enabling MediaControl on release? From my point of view it works well enough and some features like album images could be implemented later. This has been shipping in Chrome for a long while now.
Updated•5 years ago
|
I know r/firefox is not super representative, but this has been starting to be requested a lot more often.
Assignee | ||
Comment 2•5 years ago
|
||
Our old plan was enabling media control on Fx80, but due to lacking of the testing resource, we don't have a chace to have a full testing and enough time to fix discovered bugs on Fx80. Therefore, we would let it ride a train with Fx81.
Assignee | ||
Comment 3•5 years ago
|
||
We're going to enable media control on Fx81.
Comment 5•5 years ago
|
||
bugherder |
Nice. I think we should add this to the release notes, do you agree?
Edit: see below
I was hoping Alastor would fill this out, but I just put this request in so that we don't forget about it.
Assignee | ||
Comment 9•5 years ago
|
||
Add my version of release note request.
Release Note Request (optional, but appreciated)
[Why is this notable]: Allow user to control media playback via hardware media keys (keyborad, headset) or virtual media control interface (Windows/Linux/Mac Touchbar)
[Affects Firefox for Android]: No, Android firefox is still using their own component, which is unrelated with desktop implementation
[Suggested wording]: not sure, maybe media control?
[Links (documentation, blog post, etc)]: https://bit.ly/321pza2 (but it's little out of date, will update it later)
Updated•4 years ago
|
Comment 10•4 years ago
|
||
I'm removing dev-doc-needed from this — seems that this is just the mechanism by which Firefox is able to hook into OS-level media controls to allow web page media to be cntrolled by them. MediaSession is the API that allows developers to customize the behavior, and we've already documented that.
I might just add a note to the main MediaSession API page on MDN to say that such a mechanism is required for MediaSession to work, but let me know if you think anything else is needed here.
Assignee | ||
Comment 11•4 years ago
|
||
Hi, Chris,
This feature can work even if we don't have MediaSession API. However, having MediaSession API would enhence its ability, eg. setting customize metadata and action handlers.
Thank you.
Description
•