This is a simple Express, React, Node.js application for streaming encoded video in chunks.
The application includes a basic video player on the frontend and a backend that leverages the ffmpeg tool for HLS (HTTP Live Streaming) streaming.
FEATURES
- Video streaming in chunks.
- Basic video player.
- Backend using ffmpeg for video encoding and HLS streaming.
PREREQIUSITES =>
Node.js ffmpeg set-up
INTALLATION
Clone the Repository - git clone https://github.com/Krishnadeol/stream_ffmeg .
Make sure ffmpeg is installed on your system. You can download and install it from the official website.