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

Add caching layer for video frames #9

Open
jasonjmcghee opened this issue Apr 23, 2024 · 0 comments
Open

Add caching layer for video frames #9

jasonjmcghee opened this issue Apr 23, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jasonjmcghee
Copy link
Owner

When scrolling through the timeline, it's very expensive to keep opening videos and pulling out frames.

We need to pull all frames for a video chunk into memory and make them available via a cache.

It would be better to load the "next chunk" for the timeline as well to keep in front of the user so there's no waiting time.

Ideally we'd keep around a bunch of frames in the cache so the user could scroll back and forth and it is instant / snappy.

@jasonjmcghee jasonjmcghee added enhancement New feature or request help wanted Extra attention is needed labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant