I'm using QtVLC (on a Mac Os 10.8
) from Git VLC which is in
VLC/doc/libvlc/QtPlayer
and I compile with Qt. Unfortunately, it immediately throw this error :
[0x101f2bfe0] main libvlc error: No plugins found! Check your VLC installation.
I've tried to export vlc path using this :
export VLC_PLUGIN_PATH=/Applications/VLC.app/Contents/MacOS/plugins/
and link by copying plugins near my QtVlc App but none of those works...