Skip to content

Twitch CRUD-Authentication clone with RTMP server to view an flv stream

Notifications You must be signed in to change notification settings

mythLabs/playground-react-twitch-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playground-react-twitch-clone

A twitch clone with stream CRUD functionality, Google OAuth as authentication provider and an RTMP server to view a real-time stream.

client > Front-end code

api > json-server dummy api

rtmpserver > RTMP server to fetch the stream from

How to use

For client, api, rtmpserver goto individual folders and run following commands

npm install

npm start

More setup for RTMP

Download a streamer (https://obsproject.com/) and setup a screen, test by recording

Go to settings > general > steam ,set stream type -> custom,URL -> rtmp://localhost/live, stream key -> stream id from client's show stream page