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

investigate and possibly allow for "video streaming" use-case #68

Open
yarikoptic opened this issue Feb 18, 2022 · 0 comments
Open

investigate and possibly allow for "video streaming" use-case #68

yarikoptic opened this issue Feb 18, 2022 · 0 comments

Comments

@yarikoptic
Copy link
Member

use case brought up by @Saksham20

in dandi we will have dandisets with external video files. For streaming while "watching" them we might want to implement some "pre-read ahead", so whenever read request for location L comes in, we fetch that block, and immediately "schedule" fetching the next X blocks, so whenever the read request comes in for the next block, we just wait for that block fetch to finish and again ensure that we have X next blocks scheduled from that point. Something like that ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant