-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Chrome 57 is releasing the Media Session API which allows customization of the media notifications.
We should implement this API for any player than implements the video-interface.
Few Notes:
- We should make
artworkandtitleconfigurable but we can also provide reasonable defaults: (p1)-
artworkcan default toposter -
titlecan default to one oftitle,aria-label,aria-describedby. YouTube and other platforms might have APIs to get thetitleas well.
-
- Lightbox 2.0 work discovers different elements (including media) in the page, we can implement the (p3)
albumfeature ( e.g.next,previousbased on the same functionality ) - We can do
seekafter we addseektovideo-interface(p3)
/cc @dvoytenko (Thanks for sending the link) @rudygalfi @ericlindley-g
Reactions are currently unavailable
