vidstack / player

UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.
https://vidstack.io
MIT License
1.9k stars 114 forks source link

Player jumps to end of video when video source chnaged #1217

Closed Viiprogrammer closed 3 months ago

Viiprogrammer commented 3 months ago

Current Behavior:

Player jumps to end of video when source changed

Expected Behavior:

Player starts from 00:00

Steps To Reproduce:

  1. Go to https://stackblitz.com/edit/vidstack-examples-iqz5p6?file=src%2FPlayer.vue
  2. Run play
  3. Click "change"

Environment:

mihar-22 commented 3 months ago

It's because you're switching the source to a live stream.