mediaconvert error 1404

0

hello, I'm getting the error 1404 below even though I put the role as full admin access. does anyone have any advice to resolve this or where to look to trace this? thank you. Error message Unable to open input file [s3://***.mp4]: [Failed probe/open: [Can't read input stream: [Failed to read data: HeadObject failed]]]

已提問 1 年前檢視次數 421 次
3 個答案
0

Is the source file located in an S3 bucket of the same AWS account as the MediaConvert job being run? If not, the bucket policy would need to allow cross account access. You may want to reconfirm that the selected MediaConvert IAM role for the job includes S3 full access. The error may indicate that the MP4 file is corrupt, or that MediaConvert is unable to read the metadata from the file header. See if the file can be played without error. If you have a tool to extract the file metadata, validate that the data is fully available.

AWS
Mike-ME
已回答 1 年前
  • Thanks, Mike, everything is in the same region, I even created a custom role with full admin and it still doesn't work. The video played with no issue, I even tried uploading .mov as well but the mediaconvert job still failed with 1404. we are in gov-cloud so not sure if this plays any affect. Do you have a free tool name to extract the metadata?

0

Being in Gov-Cloud could have some restrictions. I'll need to check on that.

For metadata extraction you could use MediaInfo or perhaps FF-MPEG, either of which could be run in an AWS Lambda function. You may want to search for other freeware tools that my provide the metadata in a web UI application (instead of running AWS services).

AWS
Mike-ME
已回答 1 年前
0

The 1404 error is an S3 response. MediaConvert is unable to load the file. That could mean that access permissions to the file is not working.

Do other files from the same S3 bucket have the same error?

You may want to submit an AWS Support ticket, providing account ID, MediaConvert job ID and region. AWS Elemental Support could then retrieve the logs to better determine what was the interaction between MediaConvert and S3.

AWS
Mike-ME
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南