This is a simple Node.js and Express server that provides an API for video transcoding. The server uses the fluent-ffmpeg
library to transcode uploaded .mp4
files into HLS format, allowing clients to stream videos.
-
Clone the repository:
git clone <repository-url>
-
Install Dependencies
npm install