You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Screenshot of Media Convert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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:
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
Screenshot of Media Convert
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
The text was updated successfully, but these errors were encountered: