Open idanya opened 9 years ago
What device are you building for? Currently libFFmpegWrapper.so is only built for arm and x86 architectures.
Galaxy s6
I receive the same error. I think I've been able to narrow it down to a select few devices. I seem to only receive this error on arm64 devices. I'll keep investigating.
Any more information on the state of this issue?
Is this project abandoned or something? i have this issue to and customer support does not respond
I am trying to integrate the SDK in my app and I get UnsatisfiedLinkError every time the lib tries to load ffmpeg. In FFmpegMuxer -> mFFmpeg = new FFmpegWrapper(); which leads to the loading of the static contractor -> System.loadLibrary("FFmpegWrapper");
What am I missing ?