Download Torrent On Server Using Link

Download Torrent On Server Using Link 3,6/5 646 votes

Feb 11, 2019 - I am using transmission-daemon on my server with the WEB GUI. With wget) then it will download the torrents which links are in the file. Mar 7, 2019 - You can't just download torrents like you do other types of files. Bitport.io is an excellent torrent client service based in the Czech Republic. Meaning magnet links, PEX, and DHT swarming work very well in Tixati.

I am creating a movie website for a project. In the website I'm going to add movies download links that can be downloaded via torrents. I have seen in some websites that they use torcache.net to provide download links. And my quesion is how to create a magnet link, or how to get a torrent file link that can embed in a html file from websites like torcache.net..

KasunKasun

2 Answers

Have you considered just copy and pasting the magnet link from a regular torrent indexing site?

What is going to differentiate your website from a plain old torrent indexer like thepiratebay?

Making a link in html is simply a matter of:

Could you please be more specific in your question.

Carlo RevelliCarlo Revelli

Download game sky force apk. I think the gentleman is asking how, using magnet links, to download the data via torrent network in the application and serve is to the user.

There is a javascript library called WebTorrent that uses WebRTC protocol to transmit data in the browser to other browsers. You can use magnet links or .torrent files.

In the browser, WebTorrent uses WebRTC (data channels) for peer-to-peer transport. It can be used without browser plugins, extensions, or installations. It's Just JavaScript™. Note: WebTorrent does not support UDP/TCP peers in browser.

You can see a demo of it where a video clip is streamed in via torrent and after it buffers up a bit, starts playing a short movie. You can also see a visual of the nodes connecting and disconnecting, which is quite cool - https://webtorrent.io

Bonus:

If I want to share large files (> 10Mb) with multiple people I use file.pizza implementation.

Dave ThompsonDave Thompson

Not the answer you're looking for? Browse other questions tagged html5torrent or ask your own question.