-
Notifications
You must be signed in to change notification settings - Fork 5
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
Slow downloads #18
Comments
I just want to let you know that I'm able to reproduce this problem, but I don't know what is causing it yet. I'll continue to look at it and see what I can find. |
An update on this: I've tried a number of different things, but nothing I've tried makes the whole file download at full speed. I've tried changing the headers the script sends as well as various different methods for transferring files in Python. No matter what, the download gets throttled after a few seconds. On the other hand, just using wget or curl on the URL with no headers results in a full-speed download. I'll leave this issue open for now and consider giving the user a progress meter or something similar if I can't find a solution to the root problem. |
My experience was that the same thing happened with
|
This seems to be the pattern: 1080p -- Either fast (<1 minute) or VERY slow (>10 minutes) It seems regardless of this utility. Same happens with curl, axel, etc. Now, I checked the browser developer console, and get this: Even if I select "1080p" in the menu on the web player, the file that's actually streaming is 720p! And I have a 50 Mbit/s line, so why don't I get 1080p? Can you check this on your side? |
I see the same behavior.
I'm also not able to get the web player to download the 1080p file in any Linux or Windows browsers. However, I discovered that using Safari on Mac OS does load the 1080p file, and it seems to consistently download quickly. I'll take a look and see if I can emulate what Safari is doing in the script. |
I have set the config to only download at 1080p. I cant see a pattern. Some files download almost instantly (Im on 250MB/s) and others take many minutes irrespective of file size. Do they have any 4k ? |
Some times downloads are very slow (like 10 minutes per trailer with a 50 megabit connection).
If I use
wget
, videos download at maximum bandwidth speed, but then sometimes throttles down to slow speed during the middle of the file. Also, it gets stuck on 99% some times.Maybe the server gives you full speed as long as it can, but if there are too many users, it throttles, since the site admittedly is designed for streaming, not downloading?
Maybe a progress meter is a pragmatic solution, since then it gives the user an explanation for intermittent slowdowns, instead of just sitting there for ten minutes.
The text was updated successfully, but these errors were encountered: