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 use:
vlci 3.10.1
Jna 4.5.2
vlc 3.0.3
Mac OS 10.11.6
I have read the article #602 etc., but nothing leads to the goal.
NativeLibrary.addSearchPath(RuntimeUtil.getLibVlcLibraryName(), "/Applications/VLC.app/Contents/MacOS/lib/");
does not help and is used by NativeDiscovery.discover() anyway!
Is there a guide to the error UnsatisfiedLinkError: Unable to load library 'vlc'... can be avoided?
At the moment I only have the possibility to install VLC 2.2.8.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I use:
vlci 3.10.1
Jna 4.5.2
vlc 3.0.3
Mac OS 10.11.6
I have read the article #602 etc., but nothing leads to the goal.
NativeLibrary.addSearchPath(RuntimeUtil.getLibVlcLibraryName(), "/Applications/VLC.app/Contents/MacOS/lib/");
does not help and is used by NativeDiscovery.discover() anyway!
Is there a guide to the error UnsatisfiedLinkError: Unable to load library 'vlc'... can be avoided?
At the moment I only have the possibility to install VLC 2.2.8.
Thanks in advance.
The text was updated successfully, but these errors were encountered: