0.1.2 • Published 10 years ago

streamserver v0.1.2

Weekly downloads
16
License
-
Repository
-
Last release
10 years ago

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

Windows auto-install (DEPRECATED)

If you're on windows and want to get the server running fast, just run the install.bat. Then you can run start.bat to run the example server. Change this script to target another catalog. Stop there, you already finished.

If you want to do things right (or don't use windows), please go to the next section.

Install Node.js & use npm

It's easy, 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)
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago