Player Not Loading - Vite + Laravel #1272
Unanswered
ElisameAraujo
asked this question in
Q&A
Replies: 1 comment
-
Sounds similar to the problem I had. As part of the setup I added the import to the import 'vidstack/bundle'; The dev tools showed me that all media where loaded (cover, captions, HLS playlist, etc), but there was no way to play it. I got around it by adding more imports import 'vidstack/bundle';
import 'vidstack/player/ui';
import 'vidstack/player/layouts'; … which seems odd when importing the
Maybe you could try it as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to install vidstack via webcomponent using Vite, but the player not loading e can't be played, only the YouTube iframe loads.
I follow the instructions in the installation page but no luck.
vite.config.js
app.js
assistir-video.blade.php
What I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions