Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 653 Bytes

Readme.md

File metadata and controls

32 lines (23 loc) · 653 Bytes

HTTP Streaming Backend and frontend

This is the backend and frontend server for HTTP streaming. It handles video uploads, storage, and streaming functionality.

Technologies Used

  • Node.js
  • Express.js
  • Multer (for handling file uploads)
  • Fluent-ffmpeg (for video processing)
  • Docker
  • Nginx
  • Reactjs with vite
  • Other relevant dependencies

Prerequisites

  • Node.js installed
  • npm or yarn installed
  • ffmpeg installed on the system

Getting Started

  1. Clone the repository:

    git clone https://github.com/IMRANDIL/Learning_Http_streaming.git
    cd Learning_Http_streaming
    npm install
    '''
    

Built with ❤️ by AIA