You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: