vidstack/player

currentTime not working in JS / CDN setup

Opened this issue · 0 comments

Current Behavior:

If setting the currentTime via VidstackPlayer.create({ currentTime: 100,... }) when using vanilla JS + the current CDN version the video still starts at 00:00.

Expected Behavior:

The video should start at 01:30 (works e.g. in react etc.).

Steps To Reproduce:

  • Use the demo JS code provided on the website.
  • Add currentTime: 100

Reproduction Link: https://codepen.io/noboevbo/pen/KKOePaG

Environment:

  • Tested on Firefox + Safari