GithubHelp home page GithubHelp logo

alexisblues / storrent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jech/storrent

1.0 0.0 0.0 253 KB

An implementation of the BitTorrent protocol that is optimised for streaming media.

License: MIT License

Go 76.79% C 23.21%

storrent's Introduction

Storrent
========

Storrent is a BitTorrent implementation that is optimised for streaming
media: it allows you to watch a movie or to listen to music from a Torrent
without downloading it entirely.

Storrent works entirely in RAM: except for the DHT database, it will never
write anything to disk.  It requires a fair amount of memory (1GB will do,
4GB is better).

Storrent was written for my own needs.  It might or might not fit yours;
please do not get offended if I don't listen to your feature requests.


Installation
------------

    go install github.com/jech/storrent


Running
-------

    storrent &
      
Now go to

    http://localhost:8088
    
and add a magnet link or a link to a torrent file.  Wait a few minutes,
then hit reload; you should see a link to a playlist which you should
download and feed to your favourite media player.


Command-line options
--------------------

    storrent -help
    
By default, storrent takes 1/2 of the total RAM on your machine.  You may
tune this with the `-mem` command-line flag:

    storrent -mem $((4 * 1024 * 1024)) &
    
I usually run storrent in a slightly more paranoid mode than the default:

    storrent -encryption 5 -dht-passive
    

Author
------

Juliusz Chroboczek <https://www.irif.fr/~jch/>

storrent's People

Contributors

jech avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.