Stream Torrents To Your Linux Box

in #technology7 years ago (edited)

So if your currently running a linux box and like to watch torrents, here is a great way to stream content without having to wait for that download to complete, I fixed up some good old bash scripting and managed to get these scripts to work properly.

sudo_apt_install_git.png

You'll have to install git:
sudo apt-get install git

### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###

cd_home_username.png

Then you'll want to CD to the user directory, for example:
cd /home/"Your Username"

### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###

git_clone_project.png

Then you'll want to clone the project to you system
git clone https://github.com/sacredmonkey/ubuntu_torrent_stream
Then press the enter key

### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###

cd_into_ubuntu.png

There after you can then cd into the directory
cd ubuntu_torrent_stream/

### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###

install.png

You will then have to run the bash script to install, peerflix
./install_stream_torrent.sh

### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###

dsadsadsadsadsadas.png

Once peerflix has been installed you can then, run the stream_torrent.sh script "./stream_torrent.sh" then press enter, which should ask for the torrent URL,
here is an example of what the magnet link would look like, I copied this one from thepiratebay.org:
magnet:?xt=urn:btih:4c62b02a9c4802f49149e96e6812d85eb89e550a&dn=Ghost.in.The.Shell.2017.HC.HDRip.XViD.AC3-ETRG&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969

### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###

last.png

Now press enter, and your now streaming torrent!!