Giter Club home page Giter Club logo

torrents_streamer's Introduction

Description

torrents_streamer is a tool for streaming torrents content into standard output.

How to use script?

To stream torrents use tstream script:

$ bin/tstream
Usage:
  tstream TORRENT
  tstream [options] TORRENT FILEID
A TORRENT can be:
  • a link to torrent file('http://.../data.torrent')
  • torrent file path ('/home/.../data.torrent')
  • a magnet-link stored into file ('/home/.../file_with_magnet_link')

To get list of all files in the torrent:

bin/tstream movie.torrent

To stream torrent file into stdout(into vlc sdtin):

bin/tstream movie.torrent 0 | vlc -

In case if you want keep that movie on your disk after watch it use tstream with '-d' option:

bin/tstream -d ~/Movies movie.torrent 0 | vlc -

Requirements

You need to have installed python binding for libtorrent. In Fedora you can install it with following command:

# yum install rb_libtorrent-python

INSTALATION

You can install this package into your python with:

$ python setup.py install

or build buildout:

$ python bootstrap.py
$ bin/buildout

torrents_streamer's People

Contributors

enkidulan avatar

Stargazers

Joshua Kwayiba avatar Coda avatar Valentin avatar

Watchers

James Cloos avatar  avatar  avatar

torrents_streamer's Issues

torrent downloads but vlc doesn't play

So the movie is downloaded and saved in tmp but vlc doesn't play it ... the playlist has a fd://0 entry. but if i open the file from tmp vlc plays it just fine

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.