1.0.7 • Published 8 years ago

pizzastream v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

PizzaStream

Ultra-lightweight torrent streamer

Overview

PizzaStream is an ultra-lightweight Node.JS powered torrent live streamer.
Thanks to the "torrent-stream" module it is capable of streaming on the fly any type of video inside of a torrent.
Everything without touching the physical disk (exception done for /tmp).

Screenshots

Main view Torrent's info view Upload view

Installation

npm install -g pizzastream

Why

I personally had the necessity to have a place where to store my torrents and stream them when I wanted to. Imagine to have few GBs on your personal devices and you don't want to keep all the torrent data on them. Here comes PizzaStream which is capable to store only .torrent files and making them available whenever you want.

Supported formats

Basically everything, but remember that videos can also be streamed in players like VLC :)

Modules

PizzaStream is based on:

  • commander (To correctly handle the cli options)
  • js-yaml (For YAML configuration files)
  • request (Used in torrent retrieval from URL)
  • torrent-stream (To retrieve the torrent data in a sequential and handy way)
  • express
  • ejs

Issues

Magnet links don't work

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago