Video Stream
A handmade video player and video stream API made with React & Express
Screenshots
Features
- Video player with custom controls
- Video streaming from the API
- (PARTIAL) Check JWT token to make private video
Installation
Install my-project with npm
Client:
cd client
npm i
npm start
Server:
cd server
npm i
npm start