-
Notifications
You must be signed in to change notification settings - Fork 316
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
video files became courrpeted after finishing download with 12 chunks #11
Comments
I check this feature and i had no issue |
I have encountered the same question.when I load the video file which not support broken-point-resume download,causing every chunk loading a whole file.so if the file will be load many count.the result file which made by these files is error when playing it.i think,it should check the respond header which has the filed range-accept or not. |
i faced this issue when trying to download this file , please can u check it for me i really want this issue to be resolved |
I tested a 200M LAN file size apk. The original download about 30 seconds。 Use the lib, set 8 chunks, download time 15 seconds |
Use RandomAccessFile maybe resolve this issue? |
hi new issue , i tried in the past days to download video files with 12 chunks but after download finished , i tried to play the video i noticed that the video became corrupted in some places , i tried the same file with 1 chunk , and i tried to play it after finishing download , the video played correctly without any issue , i think that there is issue in regrouping algorithm of chunks after finishing , i hope to fix this issues soon because when i put the chunk to 1 the download speed became very slow
The text was updated successfully, but these errors were encountered: