-
Notifications
You must be signed in to change notification settings - Fork 576
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
refactor: hls Decreasing the number will make download slower but stable. #1160
Conversation
NOTE :- Increasing the number will make the download faster but less stable and Decreasing the number will make download slower but stable.. Decrease the number if the script is hanging out during download process.. - This applies if you use curl for downloading (I know you have reasons for not having aria2 installed), It doesn't affect in aria2 case and leaving it default will be recommended. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's just go with the default number of connections (36)
No don't, if you have aria2c don't decrease download, as aria handles parallel download perfectly, but if you don't have aria then you can go with or with this formula <download_speed_in_MBps> * 3 |
I think you didn't understand the concept of my script |
Co-authored-by: port19 <port19@port19.xyz>
but if use always many parallel download HLS video download will be broken. |
You don't have aria2c installed?? Or are u testing it on ISH? |
aria2c installed |
and why cleanup not working in |
NOTE :- Increasing the number will make the download faster but less stable and Decreasing the number will make download slower but stable.
and how auto clean
${HOME}/.cache/hls-temp
after the download is completePull Request Template
Type of change
Description
ramble here
Checklist
-c
history and continue work-d
downloads work-s
syncplay works-q
quality works-v
vlc works-e
select episode works-S
select index works-r
range selection works--dub
and regular (sub) mode both work-h
help info is up to dateAdditional Testcases