Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 527 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 527 Bytes

Streamer

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.

Technologies Used

  1. React JS for front end.
  2. Redux Thunk for state management.
  3. RTMP server to fetch livestream.
  4. Google OAuth for authentication.
  5. OBS to make a live stream.
  6. FLV Player to run the video.

How to get started?

  1. Clone or download the repository on your local machine.
  2. Go in to each folder and run npm install and npm start.