Python Bindings on macOS
Posted: 11 Jan 2017 03:48
Hi, I tried to use the python interface "vlc.py" on macOS 10.12.2 and got the error:
core libvlc error: No plugins found! Check your VLC installation.
I found out that vlc.py tries to use the subdir "modules" within the VLC-app package (/Applications/VLC.app/Contents/MacOS/) for plugins, while in my VLC package (version 2.2.4) the plugin dir is "plugins".
I modified the according line in my vlc.py (line 161) and the error disappeared (haven't tested any de/encoding though).
Is this a bug in vlc.py?
(Might be related to https://forum.videolan.org/viewtopic.ph ... on+plugins)
core libvlc error: No plugins found! Check your VLC installation.
I found out that vlc.py tries to use the subdir "modules" within the VLC-app package (/Applications/VLC.app/Contents/MacOS/) for plugins, while in my VLC package (version 2.2.4) the plugin dir is "plugins".
I modified the according line in my vlc.py (line 161) and the error disappeared (haven't tested any de/encoding though).
Is this a bug in vlc.py?
(Might be related to https://forum.videolan.org/viewtopic.ph ... on+plugins)