This app was designed to manage video streams using RTMP server and OBS platform. However, OBS logic was not integrated into this project.
Features:
- the app is built with React with REST-ful conventions;
- the state is managed by Redux;
- async actions - by Redux Thunk;
- navigation is handled by React Router;
- authentication is rendered with Google OAuth library;
- forms are managed by Redux Form;
- React Portals are used for modals.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.