GithubHelp home page GithubHelp logo

Comments (6)

foolip avatar foolip commented on August 12, 2024

Yeah, this is really nice. One problem we need to solve if we have an API for this is that it should be possible to suggest to the platform an interval to skip, but I'm not sure we should assume that all platforms will support any interval (e.g. it might not be possible to generate the graphics for >99 seconds due to space constraints) so the seek command would also need to have the actual interval to skip. It could also be that some platform has gestures that always mean "skip 10 seconds" but that's more hypothetical.

from mediasession.

marcoscaceres avatar marcoscaceres commented on August 12, 2024

Agree. Just a time hint would be nice.

from mediasession.

richtr avatar richtr commented on August 12, 2024

FWIW, we added MediaRemoteControls to the spec today: https://mediasession.spec.whatwg.org/#the-mediaremotecontrols-interface. That gives us a good foundation to explore questions like these.

For example, I think we could enforce skip interval and its behavior directly against media elements in this model. Something like the following could work:

session.controls.skipForwardEnabled = true;
session.controls.skipForwardInterval = 30; // in seconds (min 1, max 99, default: OS-defined)

When the 'skip forward' button is pressed it could directly set mediaElement.currentTime += 30 (where mediaElement is the active media session's active participating media element).

I'm not married to the idea. Just brainstorming :)

from mediasession.

foolip avatar foolip commented on August 12, 2024

Yeah, if the seek fires an event and it isn't preventDefault()ed, just seeking on the media elements would be reasonable thing to do. I guess it's really only when we get into Web Audio that we'll have to allow handling the seeking in script, though.

from mediasession.

jernoble avatar jernoble commented on August 12, 2024

I'm fine with having a seek-by hint so long as the spec is fine with that hint being completely ignored.

from mediasession.

mounirlamouri avatar mounirlamouri commented on August 12, 2024

I think the current spec solves this. You have next track and skip forward. The latter can easily have a default implementation if needed but websites should likely implement their own.

from mediasession.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.