New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pizzastream

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pizzastream

Ultra-lightweight torrent streamer

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 31 Dec 2015

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