streamserver

0.1.2 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i streamserver

Weekly Downloads

7

Version

0.1.2

License

none

Last publish

Collaborators

  • rricard