Sample NodeJS RTMP ( Real Time Meassaging Protocol) server.
# Clone the repo
git clone https://github.com/Doha26/nodejs-rtmp-server.git
# Install dependencies
cd nodejs-rtmp-server && yarn && cd ..
# Start the RTMP Server
cd nodejs-rtmp-server && yarn start
Go http://localhost:3000/api/streams to view RTMP publishers and subscribers.