Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seekable from source handlers #2376

Closed
wants to merge 2 commits into from

Commits on Jul 21, 2015

  1. Defer to the source handler for seekable()

    If seekable is defined on the active source handler, use that implementation instead of the standard one.
    dmlap committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f19f4f4 View commit details
    Browse the repository at this point in the history
  2. Clamp seeks to seekable ranges

    Bail early (and don't trigger any side-effects) if there are no seekable ranges when setting currentTime. Clamp seeks to the interval between the earliest start and latest end position.
    dmlap committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    80db9d8 View commit details
    Browse the repository at this point in the history