In this project, I created a React application that streams videos on the user's local computer
The project starts by using OAuth-based authentication to enable the user to login using Google API. The home screan displays a list of videos the user can stream alone with an 'Edit' and 'Delete' button to enble the user edit or delete videos they created. There is also a 'Create Stream' button that enables the user to create new streams. The project makes use of a vast variety of libraries. Built With
Reactjs
Sematic-ui
Firebase(database)
axios
flv.js
lodash
react-redux
react-router-dom
redux
redux-form
redux-thunk
- Clone project into local repository
cd rtmpserver
npm install
npm start
cd client
npm install
npm start
- Stephen Grider
From coding along with Stephen Grider in his Udemy course https://www.udemy.com/react-redux (and code here https://github.com/StephenGrider/redux-code)
This project is MIT licensed.