Skip to content

Latest commit

 

History

History

rtmp-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Streamy - RTMP server

This is the Real Time Message Protocol (RTMP) server for the live video streaming service.

The purpose is to live streams videos for the React App.

Tools Used

  • node-media-server [Ref]

Running the project

In the project directory, you can run:

npm ci

Installs the required packages in node_modules directory from the package-lock.json file.

npm start

Starts

Publishing live streams

For more usage details please refer the package's instructions here

From OBS

Settings -> Stream

Stream Type : Custom Streaming Server

URL : rtmp://localhost/live

Stream key : STREAM_NAME

Accessing the live stream

http-flv

http://localhost:8000/live/STREAM_NAME.flv

Setup details