iandow / mediainfo_aws_lambda

AWS Lambda function for MediaInfo
17 stars 13 forks source link

Cannot open video file from an S3 URL using MediaInfo.parse() #6

Open aperture147 opened 3 years ago

aperture147 commented 3 years ago

I followed your guide to build a library which include libcurl, but for some reason this error occur:

RuntimeError: An error occured while opening {a signed S3 URL} with libmediainfo

I tried with normal S3 URL, both starts with https:// and s3:// but no luck. I also tried to compile the library with option --with-libcurl --with-staticlibs but nothing changed. This library still works with file manually downloaded from S3. What should I do to fix this problem? Thanks.