Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 592 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 592 Bytes

nodejs-rtmp-server

Sample NodeJS RTMP ( Real Time Meassaging Protocol) server.

📖 Libraries


🚀 Getting Started

Clone and Install

# Clone the repo
git clone https://github.com/Doha26/nodejs-rtmp-server.git

# Install dependencies
cd nodejs-rtmp-server && yarn && cd ..

Run the RTMP Server

# Start the RTMP Server
cd nodejs-rtmp-server && yarn start

Go http://localhost:3000/api/streams to view RTMP publishers and subscribers.