Giter VIP home page Giter VIP logo

video-on-demand-on-aws's Introduction

Video on Demand on AWS

How to implement a video-on-demand workflow on AWS leveraging AWS Step Functions and Elastic Transcoder.

Source code for the AWS solution Video on Demand on AWS.

CloudFormation template

  • cfn/video-on-demand.template

source code node.js 4.3:

lambda/functions - Micro services that make up the AWS Step Functions.

  • dynamo-entry - creates the initial DynamoDB entry for the source video.
  • encode-hls - creates an HLS encode job on Elastic Transcoder based on the profiler.
  • encode-mp4 - creates an MP4 encode job on Elastic Transcoder based on the profiler.
  • ingest-execute - triggers ingest step functions workflow on s3 put object event.
  • metadata - creates a json metadata file for the mp4 output.
  • preset-check - determines if the ETS complete job is HLS or MP4.
  • profiler - determines which ETS profile to use based on the source video height.
  • publish-execute - triggers publish step functions workflow on ETS completion.
  • publish - publishes workflow results to SNS

lambda/mediainfo

lambda/metrics

  • index - Anonymous data

lambda/resources - Custom Resources for CloudFormation to deploy Elastic Transcoder, AWS Step Functions and more.

  • cloudfront-identity - creates a CF identity.
  • ets-pipeline - creates ETS pipeline.
  • ets-presets - creates ETS presents based on Apple tech note from 2016.
  • ingest-stepfunctions - creates the ingest state machine.
  • publish-stepfunctions - creates the ingest state machine.
  • s3-notification - creates s3 events for put objects on the source bucket to trigger ingest-execute.
  • sns-subscription - subscribes publish-execute to the ETS Complete SNS topic.

Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at

http://aws.amazon.com/asl/

or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.

video-on-demand-on-aws's People

Contributors

tomnight avatar sctobbor avatar jpeddicord avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.