anuragregmi / video-uploader-backend

App to upload videos to s3 and transcode to HLS using ElasticTranscoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Uploader Backend

example workflow Built with

Video Upload is an application to Upload videos to s3 and trancode using aws transcoder. Check out the project's documentation.

Prerequisites

Local Development

Create .env file and write configs

cp .env.sample .env

Start the dev server for local development:

docker-compose up

Run a command inside the docker container:

docker-compose run --rm web [command]

About

App to upload videos to s3 and transcode to HLS using ElasticTranscoder


Languages

Language:Python 99.1%Language:Dockerfile 0.9%