🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

SimpleTorrentStreaming

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SimpleTorrentStreaming

Simple libtorrent-based bittorrent streaming module

0.1.3
PyPI
Maintainers
1

================================== Simple libtorrent streaming module

Simple libtorrent-based bittorrent streaming module

This is a small-as-it-gets python library able to handle multiple bittorrent downloads and bittorrent streaming (even multiple bittorrent streaming, theoretically, but who whould want that?)

Dependences

Requires libtorrent for python2 to be installed.

In debian and derivatives, this is accomplished by:

::

apt-get install python-libtorrent
  • Free software: GPL 2+
  • Documentation: https://python-SimpleTorrentStreaming.readthedocs.org.

Features

  • Play torrents in stream with mplayer
  • Very few lines of code
  • Multiple download of torrents

Usage

::

from SimpleTorrentStreaming import SimpleTorrentStreaming 

Or, if you only want to play a torrent with mplayer:

::

stream_torrent "<magnet_link>"

History

0.1.3

  • Speed improvements

0.1.2

  • Major refactoring
  • Thread stops after player has exitted.
  • Passing all params from get_parallel_magnets to get_blocking_magnet

0.1.1

  • Fixed some major bugs
  • Replaced magnet dependency for a urllib call

0.1.0 (2015-04-12)

  • First release on PyPI.

Keywords

SimpleTorrentStreaming

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts