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

Clips are quite glitchy #1250

Open lirena00 opened 2 months ago

lirena00 commented 2 months ago

Current Behavior:

Clips are quite glitchy but this happens in few cases like when I try to pause a clip it starts from 0 once again and sometimes they just don't end and sometimes it starts from somewhere else instead of expected time and sometimes the timestamp just freezes.

Steps To Reproduce:

I am using default stuff that is provided in the docs not anything custom from my own side

Environment:

Anything Else?

one of the examples https://aniray.vercel.app/clip/10165?episode=1&s=553&e=627 image

lirena00 commented 2 months ago

it was issue with storage which is bad on my part sorry for this

lirena00 commented 2 months ago

previously I thought probably mediastorage isinterfering with it so I closed the issue and when I did it without using mediastorage it was working fine and several gltiches were resolved but still few issues remains such as not able replay the clip (if it's replayed it starts playing from 0:00 instead of provided clip timestamps and moreover progress bar and timestamps gets stuck

https://aniray.vercel.app/clip/10165?episode=1&s=553&e=627 link is still same as before

image