j-braun0384 / aws-media-services-vod-automation

Sample code and CloudFormation scripts for automating Video on Demand workflows on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOD Automation Toolkit

This project contains examples for automating Video On Demand (VOD) workflows on AWS. These are code samples to get you started on common tasks rather than an end to end architecture suitable for production. We will prefer simple, easy to understand examples that are appropriate to answer the "How do I ...?" kind of questions someone might find on the AWS Forums.

The building blocks here are organized into sample workflows such as workload monitoring, content analytics, and video quality checks.

Costs to run the samples

Some, but not all, of the AWS resources used in this sample are supported under the AWS free tier.

The following services will incur charges in your account regardless of your free tier status:

MediaConvert, Kinesis Streams, Kinesis Firehose, Elasticsearch.

The total cost for running this sample depends on the size and number of media and metadata files For full details, see the pricing webpage for each AWS service you will be using in this sample.

Samples

Workflows are independent of one another unless noted in the Prerequisite section of the workflow README file.

  1. Video ingest and conversion basic workflows

  2. Video conversion job metrics and monitoring

  3. Video analysis

About

Sample code and CloudFormation scripts for automating Video on Demand workflows on AWS

License:Apache License 2.0


Languages

Language:Python 100.0%