Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.09 KB

Streamy Real Time Messaging Protocol Server

Streamy Real Time Messaging Protocol Server.

Requirements

  • Node.js >= 10.16.0
  • npm >= 6.10.1

Version

1.0.0

Installation

Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.

Streamy Real Time Messaging Protocol Server uses a number of open source projects to work properly:

  • Node-Media-Server - A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH Media Server.

Install the dependencies and start the server.

Setup

Install the dependencies.

cd streamy-rtmp-server
npm install

Run

Run the following command to start the development server

npm start