Streamy Real Time Messaging Protocol Server.
- Node.js >= 10.16.0
- npm >= 6.10.1
1.0.0
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.
Install the dependencies.
cd streamy-rtmp-server
npm install
Run the following command to start the development server
npm start