1.0.8 • Published 5 years ago

@red5/server v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Red5 Server

Installation

To install the server use the Red5 CLI Tool. It can be installed and executed as follows:

# Install the command line tool
npm install -g @red5/cli

# cd to the location of where the project will be created
cd /path/to/project/parent/directory

# Create a new project within the current directory
# Note: A new folder will be created
red5 new <project-name>

# Project Path: /path/to/project/parent/directory/<project-name>