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

Multithreaded fragment download #62

Open
Darkness4 opened this issue Aug 15, 2024 · 0 comments
Open

Multithreaded fragment download #62

Darkness4 opened this issue Aug 15, 2024 · 0 comments

Comments

@Darkness4
Copy link
Owner

Darkness4 commented Aug 15, 2024

While "technically" there is no need to download multiple fragment in parallel (since we're downloading a livestream, not a video), it is also not impossible to do it.

Using youtube-dl strategy: download each fragment in its own .ts file and concat at the end.

This avoid the need of a concurrent hashmap.

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