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: about 1 year 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:30:40.000Z (over 3 years ago)
- Last Synced: 2025-04-11T02:13:19.363Z (about 1 year ago)
- Topics: react-redux, reactjs, rtmp-stream, streaming-platforms, twitch
- Language: JavaScript
- Homepage:
- Size: 371 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- 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.