An app that is used to live stream a video. The app uses Google OAuth2 for authentication, React JS for front end and Redux Thunk for state management.
- React JS for front end.
- Redux Thunk for state management.
- RTMP server to fetch livestream.
- Google OAuth for authentication.
- OBS to make a live stream.
- FLV Player to run the video.
- Clone or download the repository on your local machine.
- Go in to each folder and run
npm install
andnpm start
.