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

S3 Object Storage Support #146

Open
abhemanyus opened this issue Aug 29, 2024 · 0 comments
Open

S3 Object Storage Support #146

abhemanyus opened this issue Aug 29, 2024 · 0 comments

Comments

@abhemanyus
Copy link

Continuing from #51 (comment)
@harlanc
We don't need to put time-consuming I/O tasks on separate threads. If they are async, and we are running our entire application using an async runtime (like tokio), then all tasks will be non-blocking by default, and it will create new threads as necessary to handle parallel tasks.
I am uploading the files to S3 to make a VOD archive. Since the S3 bucket will likely have some caching functionality, the index.m3u8 file, once created, will remain frozen in state even as it is updated. That is why I also want a small chunk of the livestream available from the livestreaming server itself.

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