Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 407 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 407 Bytes

Video Transcoding Server

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.

Getting Started

  1. Clone the repository:

    git clone <repository-url>
  2. Install Dependencies

    npm install