Skip to content

Ultra-lightweight Node.JS powered torrent live streamer.

License

Notifications You must be signed in to change notification settings

pfrankw/pizzastream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PizzaStream

Author

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

TODO

Magnet links support

About

Ultra-lightweight Node.JS powered torrent live streamer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published