aws-samples / aws-media-services-simple-vod-workflow

Lab that covers video conversion workflow for Video On Demand using AWS MediaConvert.
Apache License 2.0
369 stars 147 forks source link

not working with bigger size file #25

Closed permanart closed 10 months ago

permanart commented 4 years ago

I tried with another mp4 file with bigger size, but the job won't running..

prabhatmishra33 commented 4 years ago

@permanart you found some solution for this? and what size and duration of files you tried ?

ayacoo commented 2 years ago

https://forums.aws.amazon.com/thread.jspa?threadID=222747

"It turns out, I was setting the event as ObjectCreated:Put, whereas I needed to use ObjectCreated:CompleteMultipartUpload. To capture other forms of upload, I settled with ObjectCreated:*"

When creating the trigger, not only PUT is enough. The converter still managed a 10 MB file, but larger files no longer. After that the setting in the trigger had to be set to "ObjectCreated" and it worked.