Questions tagged [aws-elastictranscoder]

19 questions
0
votes
1 answer

Increasing Speed of Transcoding Process in AWS Elastic Transcoder When Multiple Outputs Produced?

I've been testing with Elastic Transcoder for a while. I've been using Zencoder currently and plan to replace it with Elastic Transcoder. I've an issue about transcoding time with multiple outputs and I've trying to find a solution to reduce the…
c.guzel
  • 173
  • 6
  • 18
0
votes
0 answers

AWS elastic encoder HLS streaming cloudfront crossdomain issue

I am working on AWS HLS Media streaming using cloudfront. With the help of elastic transcoder content is transcoded as per the requirement.I have setup the cloudfront to access content present in s3 bucket.Whenever I try to access the video from HLS…
0
votes
1 answer

Access Denied Excemtion when Using AWS Elastic Transcoder on website

I am getting an 403 error when trying to use AWS Elastic Transcoder on my test site and I can’t seem to figure out where the problem lies. I have checked in my IAM policies and identity pools etc. to no avail. The error: GET https:// …
0
votes
0 answers

Amazon Elastic Transcoder was unable to decrypt the ciphered key with MD5=wJForaVS6T5wok/80E4RYg==

i am getting this error while using HlsContentProtection 1.this is how i am creating encryptionKey ## public static void main(String[] args) { AWSKMS kmsClient = AWSKMSClientBuilder.defaultClient(); // Encrypt a data key // //…
1
2