Player.js: Seek bar does not reflect playback time

Created on 14 Nov 2018  路  3Comments  路  Source: vimeo/player.js

Expected Behavior

When I visit a page and use the "setCurrentTime" method on the player, the seek bar should reflect that position on the player.

Example:
1) page loads, I set the seek time.
2) If you look at the player, it does not "look" to be seeked
3) But if I press play, it starts playing from the seek position.

Actual Behavior

When I set the seek time with the "setCurrentTime" method, the seek bar does not reflect that position on the player.

Steps to Reproduce

Use the "setCurrentTime" method and look at the player.

bug

All 3 comments

This is what I'm using as a work-around:

  1. allow=autoplay on the iframe
  2. pause the video as soon as the time is set using the setCurrentTime method

example:
https://gist.github.com/mitchtabian/1804e52865d4c2a31273beb6d83e81b6

Thanks for the report. We are reviewing this and will work to resolve this issue as soon as possible.

Hi @mitchtabian, this has been fixed. Thanks for logging.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mattkenefick picture mattkenefick  路  3Comments

mitrovicsinisaa picture mitrovicsinisaa  路  5Comments

kewalter picture kewalter  路  5Comments

KennedyTedesco picture KennedyTedesco  路  7Comments

JohnnyWalkerDesign picture JohnnyWalkerDesign  路  4Comments