[vlc-devel] How to deploy QT app with libvlc in ubuntu 12.04
Edward Wang
edward.c.wang at compdigitec.com
Sun May 25 18:58:01 CEST 2014
On 2014-05-25 12:52, evazquez at grm.uci.cu <evazquez at grm.uci.cu> wrote:
> I have an QT app that used libvlc for video streaming features.
> When deploying shows me the following error:
>
> [0x95d9558] main libvlc error: No plugins found! Check your VLC
> installation.
>
>
> My questions is: How to deploy QT app with vlc plugins
You must either bundle them with your application under the folder
plugins/ or set the environment variable VLC_PLUGIN_PATH to point to the
'plugins' folder.
Regards,
Edward Wang
More information about the vlc-devel
mailing list