Page 1 of 1

Freature Request: Plugin or Builtin suport for web seeding

Posted: Tue Sep 22, 2009 2:23 pm
by wancharle
Hi guys,

Sorry my english i speak portuguese,
I never used bitornado, my experience is with transmission and now deluge.

But bitornado have a freature nice: web seeding
from wikipedia:
Web seeding
"Web seeding was implemented in 2006 as the ability of BitTorrent clients to download torrent pieces from an HTTP source in addition to the swarm. The advantage of this feature is that a site may distribute a torrent for a particular file or batch of files and make those files available for download from that same web server; this can simplify seeding and load balancing greatly once support for this feature is implemented in the various BitTorrent clients. In theory, this would make using BitTorrent almost as easy for a web publisher as simply creating a direct download while allowing some of the upload bandwidth demands to be placed upon the downloaders (which normally use only a very small portion of their upload bandwidth capacity).
Is very simple the site need have one file for manipulate requests Ex.: http://michaeljackson.com/music/xx/download.php
and the cliente call the url for get pieces.

Code: Select all

PROTOCOL:

The client calls the URL given, in the following format:
<url>?info_hash=[hash]&piece=[piece]{&ranges=[start]-[end]{,[start]-[end]}...}

Examples:
http://www.whatever.com/seed.php?info_hash=%9C%D9i%8A%F5Uu%1A%91%86%AE%06lW%EA%21W%235%E0&piece=3
http://www.whatever.com/seed.php?info_hash=%9C%D9i%8A%F5Uu%1A%91%86%AE%06lW%EA%21W%235%E0&piece=8&ranges=49152-131071,180224-262143
i need help for make the plugin or anyone should make? Where i get help for programing the plugin (i already programer python)

Re: Freature Request: Plugin or Builtin suport for web seeding

Posted: Tue Sep 22, 2009 2:29 pm
by damoxc
Webseeds are already supported by libtorrent, and consequently also Deluge.

Re: Freature Request: Plugin or Builtin suport for web seeding

Posted: Tue Sep 22, 2009 6:57 pm
by wancharle
Sory, I did not know...

is the same protocol that is said or different?

Re: Freature Request: Plugin or Builtin suport for web seeding

Posted: Thu Sep 24, 2009 12:32 am
by loki
The webseed feature is available in creating a torrent, you just paste in the location of the web address to the hosted file when creating the torrent. I'm not sure if you can specify a webseed at any other time however.

I could be way off but I thought webseed and infohash were 2 very different things.