Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Browser Integration Plasma Browser Integration
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma Browser IntegrationPlasma Browser Integration
  • Merge requests
  • !5

Implement seekto Media Session callback

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kai Uwe Broulik requested to merge work/seekto into master May 28, 2020
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 3

Allows the website to register a handler for seeking media. seekTime is provided in seconds, conveniently matching the player position which we use. fastSeek is optional and not supported by us as we don't do a distinction between "multiple subsequent seek calls" and the final one

  • Managed to seek the video through https://googlechrome.github.io/samples/media-session/video.html
Edited Jan 05, 2023 by Justin Zobel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/seekto