Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/msk4862/streaming-platform
- Owner: msk4862
- Created: 2019-10-19T14:39:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:30:40.000Z (about 2 years ago)
- Last Synced: 2023-03-06T00:06:29.684Z (almost 2 years ago)
- Topics: react-redux, reactjs, rtmp-stream, streaming-platforms, twitch
- Language: JavaScript
- Homepage:
- Size: 371 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.