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

streamserver

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamserver

`streamserver` ==============

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

streamserver

Video on demand server for multiple protocols

Basic usage

Usage: streamserver [options]

Options:

	-h, --help                  output usage information
	-V, --version               output the version number
	-a, --address [ip]          your server's address (127.0.0.1 by default)
	-c, --catalog [file]        selects a catalog manifest (catalog.json by default)
	-p, --port [port]           catalog http server port (8080 by default)
	-r, --range <start>..<end>  streams port ranges (9000..9999 by default)

For more informations, see the manpage.

Installation

Download Node.js at http://nodejs.org/ !

Then, use npm to get the server: npm install -g streamserver.

You can use it against the example material in the project repository to try things out.

Get the source

git clone git@github.com:rricard/streamserver.git
cd streamserver

OR

[Download a zipball](https://github.com/rricard/streamserver/archive/master.zip)

FAQs

Package last updated on 17 Dec 2013

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