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

[New feature requests]Added multi-threading support for M3U8 #462

Closed
kuangxj opened this issue May 5, 2024 · 3 comments
Closed

[New feature requests]Added multi-threading support for M3U8 #462

kuangxj opened this issue May 5, 2024 · 3 comments

Comments

@kuangxj
Copy link

kuangxj commented May 5, 2024

[New feature requests]

Let's see if you can add support for multi-threaded download cache in M3U8 format, or if you already have a related function, can you give a case.

Thanks.

@SuRGeoNix
Copy link
Owner

@kuangxj Can you explain in more details what do you mean with multi-thread download for m3u8? If that's a thing, I guess FFmpeg should support it and not FlyleafLib. Generally, the downloader is very limited and it will be improved in the next major version.

@kuangxj
Copy link
Author

kuangxj commented May 6, 2024 via email

@SuRGeoNix
Copy link
Owner

@kuangxj There are options in FFmpeg to increase the buffer. Flyleaf does not currently support Packet Queue that will cache packets in general. Only one way (forward) from the current position for the specified Buffered Duration from Config. However, even this cache will be cleared after seeking backwards or forwards (after the cache). This will be added in v4.

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

2 participants