Ultra-lightweight torrent streamer
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).
npm install -g pizzastream
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.
Basically everything, but remember that videos can also be streamed in players like VLC :)
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
Magnet links support