Server use FFmpeg, S3, Docker, Python, Shaka Packager to create MPEG-DASH video from a given video.
- Place the input video in INPUT_S3_BUCKET
- send video encoding request to server endpoint and return task id
- Download the video from INPUT_S3_BUCKET and create MPEG-DASH with 360p, 720p
variations. - And upload to OUTPUT_S3_BUCKETS
- optinally send result of video encoding to given api endpoint