项目作者: Doha26

项目描述 :
Sample NodeJS RTMP ( Real Time Meassaging Protocol) server.
高级语言: JavaScript
项目地址: git://github.com/Doha26/nodejs-rtmp-server.git
创建时间: 2019-11-27T12:43:50Z
项目社区:https://github.com/Doha26/nodejs-rtmp-server

开源协议:

下载


nodejs-rtmp-server

Sample NodeJS RTMP ( Real Time Meassaging Protocol) server.

📖 Libraries


🚀 Getting Started

Clone and Install

  1. # Clone the repo
  2. git clone https://github.com/Doha26/nodejs-rtmp-server.git
  3. # Install dependencies
  4. cd nodejs-rtmp-server && yarn && cd ..

Run the RTMP Server

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

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