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

Downloads from PeerTube should use torrents, HTTP is rate limited #17368

Closed
scanlime opened this issue Aug 27, 2018 · 1 comment
Closed

Downloads from PeerTube should use torrents, HTTP is rate limited #17368

scanlime opened this issue Aug 27, 2018 · 1 comment

Comments

@scanlime
Copy link

@scanlime scanlime commented Aug 27, 2018

  • Feature request (request for a new functionality)

I'm an administrator of a PeerTube instance, and I've noticed that youtube-dl has support for PeerTube. This is great!

However, it seems to download via a single HTTP connection, whereas PeerTube expects clients to use WebTorrent in order to share the bandwidth load. A client that uses only HTTP connections won't be as fast as a torrent-capable client, and a client that uses only a single HTTP connection will be hitting the server's per-connection rate limit, which is set to 800 kB/s by default.

It would be great if youtube-dl could discover the torrent link instead of the HTTP seed, to avoid overloading the single origin server.

Re test videos, there are many PeerTube instances listed at:
https://instances.joinpeertube.org/instances

My own instance is diode.zone, and a sample URL for a long video that might be a good performance test:
https://diode.zone/videos/watch/2f1544f6-3a3b-4cd0-bb72-c57d2e2d1e9b

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 28, 2018

Torrents are out of scope of youtube-dl.

@dstftw dstftw closed this Aug 28, 2018
@Sosthene-Guedon Sosthene-Guedon mentioned this issue Aug 18, 2019
3 of 3 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.