This project is inspire from twitch.In this project we can do live stream by login with google login.And other user can see stream.We have also included CRUD operation functionality to able to CREATE, DELETE, UPDATE, READ stream in our website.
- React
- HTML, CSS
- RTMP Server for streaming videos
- Json server for managing crud operations
Currently any one can stream the video with using streaming id. we include authencation system in our application so that user with id and password can only stream video from obs studio.
We have three different sub project,
go to api/, rtmpserver/, twitch/ in each of these folder run npm install
in each folder
Go to api/ run npm start
Then Go to rtmpserver then run npm start
And finally to start react app run npm start
in twitch/