https://github.com/sudoaugustin/react-hls-video-streaming
https://github.com/sudoaugustin/react-hls-video-streaming
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudoaugustin/react-hls-video-streaming
- Owner: sudoaugustin
- License: mit
- Created: 2020-05-25T16:47:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T20:19:13.000Z (over 3 years ago)
- Last Synced: 2025-04-06T15:50:52.765Z (about 1 year ago)
- Language: CSS
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-HLS-Video-Streaming
A HLS video streaming application usin React,Express,FFmpeg & MongoDB
## Installation
Go to /server & run the following command
```bash
npm install && npm start
```
Then go to /client & run the following command
```bash
npm install && npm start
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)