项目作者: mythLabs
项目描述 :
Twitch CRUD-Authentication clone with RTMP server to view an flv stream
高级语言: JavaScript
项目地址: git://github.com/mythLabs/playground-react-twitch-clone.git
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
Go to settings > general > steam ,set stream type -> custom,URL -> rtmp://localhost/live, stream key -> stream id from client’s show stream page