2017 © Pedro Peláez
 

silverstripe-module aws_video

AWS Elastic Transcoder Video Extension

image

andrelohmann-silverstripe/aws_video

AWS Elastic Transcoder Video Extension

  • Tuesday, May 9, 2017
  • by andrelohmann
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Silverstripe AWS Video File - (c) Andre Lohmann 2017

Maintainer Contact

  • Andre Lohmann (Nickname: andrelohmann)

Requirements

Silverstripe 3.5.x, (*1)

Overview

this module offers an extended VideoFile Object with automatically upload and transcoding functionality to your aws elastic transcoding and s3 account. the module extends andrelohmann-silverstripe/mediafiles, (*2)

you need to create an account on https://aws.amazon.com/de/developers/access-keys/ and setup a groups with AmazonS3FullAccess and AmazonElasticTranscoderFullAccess permissions, (*3)

Usage

Add AWS Credentials to your _ss_environment.php, (*4)

define('AWS_KEY', 'YOUR_ACCESS_KEY_ID');
define('AWS_SECRET', 'YOUR_ACCESS_KEY_SECRET');
define('AWS_REGION', 'YOUR_AWS_REGION');
define('AWS_INPUT_BUCKET', 'YOUR_AWS_INPUT_BUCKET');
define('AWS_OUTPUT_BUCKET', 'YOUR_AWS_OUTPUT_BUCKET');
define('AWS_PIPELINE_ID', 'YOUR_AWS_PIPELINE_ID');
define('AWS_CLOUDFRONT_DOMAIN', 'YOUR_AWS_CLOUDFRONT_DOMAIN');

The Versions

09/05 2017

dev-master

9999999-dev

AWS Elastic Transcoder Video Extension

  Sources   Download

BSD-3-Clause

The Requires

 

framework silverstripe

09/05 2017

0.2.0

0.2.0.0

AWS Elastic Transcoder Video Extension

  Sources   Download

BSD-3-Clause

The Requires

 

framework silverstripe

27/04 2017

0.1.0

0.1.0.0

AWS Elastic Transcoder Video Extension

  Sources   Download

BSD-3-Clause

The Requires

 

framework silverstripe