Ivshti / wcjs-prebuilt

Install pre-built WebChimera.js with bundled VLC for Electron
43 stars 21 forks source link

No plugins found! Check your VLC installation. #16

Closed Shaienn closed 8 years ago

Shaienn commented 8 years ago

Hello. I have clean ubuntu with installed libvlc-dev. I create application with nw.js 0.12.3.

In command line: WCJS_PLATFORM=linux WCJS_ARCH=x64 WCJS_RUNTIME=nw.js npm install wcjs-prebuilt

Add: var wcjs = require("wcjs-prebuilt"); App.vlc = wcjs.createPlayer();

And run application. In console i see

main libvlc error: No plugins found! Check your VLC installation.

As i understand, vlc did not found plugins directory. How to fix it?

Thanks.

RSATom commented 8 years ago

try install vlc-nox

guidupuy commented 8 years ago

@Shaienn any news? Can the issue be considered fixed?

RSATom commented 8 years ago

too long time without answer...