Skip to content
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

Closed
thumaman opened this issue Jan 9, 2025 · 5 comments
Closed

Video component for offline play #5928

thumaman opened this issue Jan 9, 2025 · 5 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@thumaman
Copy link

thumaman commented Jan 9, 2025

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.

@thumaman thumaman changed the title Video component for offlin play Video component for offline play Jan 9, 2025
@stsrki
Copy link
Collaborator

stsrki commented Jan 9, 2025

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.

@stsrki stsrki self-assigned this Jan 9, 2025
@stsrki stsrki added the Type: Bug 🐞 Something isn't working label Jan 9, 2025
@stsrki stsrki added this to Support Jan 9, 2025
@github-project-automation github-project-automation bot moved this to 🔙 Backlog in Support Jan 9, 2025
@stsrki stsrki added this to the 1.7 support milestone Jan 9, 2025
@thumaman
Copy link
Author

thumaman commented Jan 9, 2025

Thank you, it would be much appreciated

@stsrki stsrki closed this as completed Jan 17, 2025
@github-project-automation github-project-automation bot moved this from 🔙 Backlog to ✔ Done in Support Jan 17, 2025
@thumaman
Copy link
Author

thumaman commented Jan 20, 2025

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
vidstack-Bdhe8WOd.js:1

obviously the captions are not shown. Should be a quick fix I think.

@stsrki stsrki reopened this Jan 20, 2025
@github-project-automation github-project-automation bot moved this from ✔ Done to ⏰ Priority in Support Jan 20, 2025
@thumaman
Copy link
Author

Probably you just forgot to change the path since that is already mentioned in the PR on point 7. that you found.

@stsrki
Copy link
Collaborator

stsrki commented Jan 22, 2025

It will be fixed in 1.7.4

@stsrki stsrki closed this as completed Jan 22, 2025
@github-project-automation github-project-automation bot moved this from ⏰ Priority to ✔ Done in Support Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants