Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

HackingGate/video-management-service

Repository files navigation

Video Management Service

Description

This Video Management Service is a web-based application developed in Flask. It allows users to upload videos, which are then converted to HLS (HTTP Live Streaming) format for efficient streaming.

Running the application in Docker

Prerequisites

  • Docker

Configuration

export UPLOAD_FOLDER=/path/to/your/upload/folder

Build the Docker image

make build

Run the Docker container

make up

Development on local environment

Prerequisites

  • Python 3.12
  • Poetry
  • FFmpeg

Install dependencies

poerty install

Run the application

poetry run python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published