Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media files are not being processed by the MediaConvert from S3 Bucket #28

Open
jahanzeb-pixarsart opened this issue Jul 28, 2021 · 4 comments
Assignees

Comments

@jahanzeb-pixarsart
Copy link

I followed the backed guide from this guide to create a Cloudformation in AWS
https://github.com/awslabs/unicornflix/blob/master/documentation/Backend.md
After push, I uploaded a video file in the s3 bucket but the transformation does not trigger the Media Convert to generate m3u8 and t2 files.
Screenshot of s3 bucket
image

Screenshot of Media Convert

image

can you tell me if I am missing a step here or if the policies have changed in aws ? i can't seem to understand the issue here

@smp
Copy link
Contributor

smp commented Aug 17, 2021

Hi @jahanzeb-pixarsart - apologies for the delay here, it's vacation season and many of us have been out during these dog days of summer.

Can you tell from the mediaconvert submission lambda function logs if the event is triggering an invocation at all? The process should be upload > s3 > event > lambda > job submission so it would be helpful to know if the event or the function is at fault here from the lambda logs.

@smp smp self-assigned this Aug 17, 2021
@austingmhuang
Copy link

If it's still relevant, I followed the same backend guide and arrived at the same issue where the media convert console did not display any jobs. Upon relogging and going back to the Media Convert console, the issue seemed to resolve itself and I can now see all the jobs.

@thePegasusai
Copy link

Screen Shot 2022-03-28 at 10 06 07 AM

After completing all of the video add steps i arrive at this same outcome of no jobs although my s3 bucket has a file stored within for processing.

@cdeavila
Copy link

cdeavila commented Sep 9, 2022

How are you, I had the same problem, I did checks in the lambda that fires the trigger when there is a put in the source bucket, the role had permission problems, you must add mediaconverter permissions to the role, try all those with a similar description to the one in the picture:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants