node-vlc icon indicating copy to clipboard operation
node-vlc copied to clipboard

Failed to find LibVLC >= 2.0.1, make sure it's installed

Open frankred opened this issue 10 years ago • 3 comments

Windows7, having VLC v2.2.0 installed. I run the following code:

var vlc = require('vlc')([
    '-I', 'dummy',
    '-V', 'dummy',
    '--verbose', '1',
    '--no-video-title-show',
    '--no-disable-screensaver',
    '--no-snapshot-preview',
]);

vlc.LIBRARY_PATHS = "D:\\Program Files\\VideoLAN\\VLC\\libvlc.dll";
var media = vlc.mediaFromFile("D:/media/musik/Ludovico Einaudi/Ludovico Einaudi - Fly.mp3");

But getting the error: Failed to find LibVLC >= 2.0.1, make sure it's installed.

All the paths are correct. Maybe an error in the version control or am I doing something wrong?

frankred avatar Dec 29 '14 06:12 frankred

i have same issue , on Win 8.1 x64 VLC 2.2.1

hgouveia avatar Jun 27 '15 18:06 hgouveia