Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msk4862/streaming-platform

A streaming platform where users can live stream and can view other live streams as well.
https://github.com/msk4862/streaming-platform

react-redux reactjs rtmp-stream streaming-platforms twitch

Last synced: 2 months ago
JSON representation

A streaming platform where users can live stream and can view other live streams as well.

Awesome Lists containing this project

README

        

# :satellite: Twitchy :satellite:
A simple streaming platform developed using React-Redux

## Getting Started

#### 1. Go to `client` folder
### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

#### 2. Go to `server-side` folder
### `npm start`

It will start a fake database `json-server` to test the app.

[For more info on json-server](https://github.com/typicode/json-server)

#### 3. And at last, go to `rtmpserver` folder
### `npm start`

It will start the `Node-Media-Server` which implements RTMP server.

[For more info on Node Media Server](https://github.com/illuspas/Node-Media-Server)




### Give it a :star2: to show your support :smiley::smiley:
### And of course, feel free for any kind of contribution.