David Browne
David Browne
see the 'loading' part of the docs - https://www.vidstack.io/docs/player/api/providers/hls#loading add your new URL if hosting hls.js locally.
I've got the same issue with Youtube. Also happens if you go first navigate the video via the chapters, but then later try to use the time slider to skip....
I don't see the same issue on Safari, are you definitely setting an aspect ratio on the media-player element? If you can share a link to somewhere where it's happening,...
Interesting. I think I must have always placed inside of a flex/grid layout where this doesn't happen. Alternative solution.. `[data-media-player] { contain: layout; }`
Hi @brendanahart, Have you been able to get the player to be reliable for when using with YouTube? I'm still hitting lots of issues (reported but issues still exist), even...
> I've never seen the player crash the app Try setting the playsInline to false, and then view on iPhone. The player will crash the moment play is clicked (stuck...
solution.. https://gist.github.com/wplit/29c373d24f081b96ad31ce943cf4e441
Just confirming that it's also happening on the vidstack website demo player, the video can't be played after changing playsinline back to false. https://github.com/user-attachments/assets/18da5999-4e1a-43ef-a93c-56bb68171b89
Something within this changed causing it.. https://github.com/vidstack/player/commit/12d246395893faf417797f1dbca0d18515e3197a Pausing the video on play when it shouldn't be. Stackblitz repro, click on Youtube and try to play on iOS - https://stackblitz.com/edit/vidstack-examples-eysiee?file=index.html
Would be worth providing a link to an example, I can't replicate this issue when trying in my own setup. it's working as expected.