Closed marinalexandru closed 2 years ago
Same issue for me
i have the same issue, anyone found a workaround for this?
@irehleecka28 me too, have you fixed it?
Closing this issue, https is officially supported in the latest version. The prebuilt .so files are deprecated and should not be used.
I used the provided https aars provided in the README.md in the build file in this way:
copied them in libs folder
added flatDir in app level build.gradle repositories { jcenter() google() flatDir { dirs 'libs' } }
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