wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.73k stars 387 forks source link

Prebuilt aar with https #177

Closed marinalexandru closed 2 years ago

marinalexandru commented 6 years ago

I used the provided https aars provided in the README.md in the build file in this way:

The project builds but at the following line mFFmpegMediaMetadataRetriever.setDataSource(videoUrl); Im getting java.lang.IllegalArgumentException: setDataSource failed: status = 0xFFFFFFFF for this setup (it works with http fine just with https doesnt work)

I also tried to use the aar for my phones architecture the https one: compile(name:'arm_64-fmmr', ext:'aar')

I tried to build the aars myself but im on the windows machine and the build on windows is not supported. so i wonder maybe that the aars are not rebuilt in the last commit (or with the latest https modifications) so maybe someone else can built them.

Thanks in advance

pabloserranof commented 6 years ago

Same issue for me

irehleecka28 commented 3 years ago

i have the same issue, anyone found a workaround for this?

Easy-Ez commented 3 years ago

@irehleecka28 me too, have you fixed it?

wseemann commented 2 years ago

Closing this issue, https is officially supported in the latest version. The prebuilt .so files are deprecated and should not be used.