rahularorar956 / react-streamer

React-Redux Web App for watching live streams via flv.js over http-flv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT STREAMER

React-Redux Web App for watching live streams via flv.js over http-flv.
Streaming is handled by Node-Media-Server (A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server)
https://github.com/illuspas/Node-Media-Server

Usage

git clone https://github.com/rahularorar95/react-streamer.git

Run both servers

1. cd client/
   npm start
2. cd server/
   npm start

Publishing live streams

From OBS

Download from (https://obsproject.com/download)

Settings -> Stream

Stream Type : Custom Streaming Server

URL : rtmp://localhost/live

Stream key : STREAM_NAME Unique Id of the stream

About

React-Redux Web App for watching live streams via flv.js over http-flv.


Languages

Language:JavaScript 89.6%Language:HTML 10.4%