Simple app for streaming videos, using React, Redux and HLS.js
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
- Docker-compose
Just clone the repo, cd to the root of the folder and run docker-compose to build this project:
~/video-stream# docker-compose up -d --build
The app should be available at http://localhost:3000
- Sylvain Bigonneau - Initial work - SylvainBigonneau
This project is licensed under the MIT License - see the LICENSE file for details