Skip to content

Twitch Clone using React and Redux, API Server, and a RTMP server

License

Notifications You must be signed in to change notification settings

arpatterson31/streaming-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming App

Twitch Clone using React and Redux for the front-end application.

API Server to store the list of streams/channels. -- handled using json-server running on localhost:3001/streams

RTMP (Real Time Messaging Protocol) Server to handle the video stream to show to the user.

OAuth Credentials

Functionality

Users NOT logged in

  • Will be able to view list of video to stream
  • Will be able to view 1 channel or stream

Users that ARE logged in

  • Will be able to create a new channel or stream
  • Will be able to edit a channel or stream
  • Will be able to delete a channel or stream

Links and Resources