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'm new to these kind of project.
I have a problem on using ffmpeg-kit to qt6 project.
After QT6 multimedia supports ffmpeg, it pops up error when using these kit.
Like below Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "av_log_default_callback" referenced by "/data/app/~~PUnX26PiFYFy549QfrWSKQ==/org.qtproject.exmaple-tfmMZkSSe_CfabXxYklLvQ==/lib/arm64/libffmpegkit.so"...
I want to build out like libfmk*.so(eg. libfmkavutil.so) and link it to libffmpegkit.
If you have any solution for these, please let me know I will be grateful on that!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm new to these kind of project.
I have a problem on using ffmpeg-kit to qt6 project.
After QT6 multimedia supports ffmpeg, it pops up error when using these kit.
Like below
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "av_log_default_callback" referenced by "/data/app/~~PUnX26PiFYFy549QfrWSKQ==/org.qtproject.exmaple-tfmMZkSSe_CfabXxYklLvQ==/lib/arm64/libffmpegkit.so"...
I want to build out like libfmk*.so(eg. libfmkavutil.so) and link it to libffmpegkit.
If you have any solution for these, please let me know I will be grateful on that!
Beta Was this translation helpful? Give feedback.
All reactions