Skip to content

a mini version of twitch built with react, redux, json-server and rtmp-server

Notifications You must be signed in to change notification settings

XilaiZhang/mini-twitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-twitch

a mini version of twitch (live streaming web app) built with react, redux, json-server and rtmp-server
user can stream using OBS and audience will be able to watch live stream from the browser

to run the app, run 'npm start' in all three directories (api, client, rtmpserver) to start up react,
json-server and rtmpserver respectively. Now streamer can stream using OBS to 'rtmp://localhost/live' and
provide a key that matches the id of the stream-ID. Audience and then watch the live stream in the react app
where stream-ID is rendered.
Users can log in via google auth, CRUD (create, read, update and delete) streams.

About

a mini version of twitch built with react, redux, json-server and rtmp-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published