Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.23 KB

react_complete_course

Completed Stephen Grider's fundamental React course (https://www.udemy.com/course/react-redux/)

To run the streaming app:

  • You will need node and npm installed
  • clone this repository
  • cd streams
  • open 3 tabs in this directory
  • navigate into api, client and rtmpserver folders (1 in each of the 3 tabs)
  • run npm i in each folder to install required node dependencies
  • then run npm start in each folder to start each instance
  • client should automatically open in your browser on localhost:3000

What can be done:

  • Sign in with Google OAuth (1)

  • Once signed in, a Create Streams button will appear below. CRUD operations can be performed on the Streams that you created, i.e. deleted and edited

  • I streamed my desktop via a custom OBS stream (https://obsproject.com/) for testing. Configure your custom stream to be the ith element in the array. For example, Other Stream (2) is the first stream in the screenshot below. This has an id of 1. image

  • Once clicked, the show stream tab will open: image