-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video component for offline play #5928
Comments
It seems that vidstack doesn't come with prebuilt offline dependencies out of the box. It should be possible, though. Let me try it quickly, and I will get back to you. |
Thank you, it would be much appreciated |
I tested the update for offline play and for now everything works with the exception of captions, i get this error in the console: GET https://cdn.vidstack.io/captions net::ERR_INTERNET_DISCONNECTED obviously the captions are not shown. Should be a quick fix I think. |
Probably you just forgot to change the path since that is already mentioned in the PR on point 7. that you found. |
It will be fixed in 1.7.4 |
Hi,
I am using your Blazorise.Video component. I am building an application that should be able to work offline. I download the videos on my device and then want to play them with your compenent.
When the application starts and has no internet connection, the video player is not rendered and it does not work.
I can see this outgoing traffic that I think causes the issue:
IP (cdn.vidstack.io) HTTPS
IP (cdn.jsdelivr.net.cdn.cloudflare.net) HTTPS
I think the component calls for vidstack for which it must need internet.
I wonder if there are any ways around it so that the component is able to work offline.
Thank you for your help.
The text was updated successfully, but these errors were encountered: