Video does not play after seek
sqlninja opened this issue · 0 comments
sqlninja commented
When I seek to a specific position in the video it is no longer playable. It appears to have moved to the appropriate position and fires a play message as well as play progress message, but the play/pause button does nothing. Although the video plays fine when simply calling play...
I have tried calling the methods individually as well as chained.
Chained:
player.vimeo('seekTo', position).vimeo("play");
Individual:
player.vimeo('seekTo', position || 0); player.vimeo("play");
You can see in this screenshot that the position has moved and the video "thinks" it's playing but nothing is happening: https://screencast.com/t/guqGoIPcKdH