Socket
Socket
Sign inDemoInstall

SimpleTorrentStreaming

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    SimpleTorrentStreaming

Simple libtorrent-based bittorrent streaming module


Maintainers
1

Readme

================================== 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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc