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 caching improvements #2

Open
KevMCarp opened this issue Sep 26, 2024 · 0 comments
Open

Video caching improvements #2

KevMCarp opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
P3 We should fix this

Comments

@KevMCarp
Copy link
Member

Currently the videos are downloaded and cached before attempting to play.

In an ideal world, we would download, cache and play simultaneously. However the media_kit package doesn't support this workflow.

One way to improve the user experience would be to download and cache whilst media_kit also streams the video.
On subsequent plays, the video would then be retrieved from cache.

The downside of this method is that all videos would be downloaded twice on the first play

@KevMCarp KevMCarp self-assigned this Sep 26, 2024
@KevMCarp KevMCarp moved this to Todo in Album share Sep 26, 2024
@KevMCarp KevMCarp added the P3 We should fix this label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 We should fix this
Projects
Status: Todo
Development

No branches or pull requests

1 participant