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

No video?

Open freeall opened this issue 11 years ago • 1 comments

Hi,

Maybe I misunderstand the purpose of the module, but when I run your example I can hear the audio of the video file I play, and the test.png file is created and shows what it should. But I don't see any video when this runs.

Is this correct behavior?

freeall avatar Jul 13 '13 15:07 freeall

It does show video. If you were running examples/vlc.js, get rid of '-V', 'dummy',

var vlc = require('vlc')([]);

PaulSchnau avatar Oct 25 '14 21:10 PaulSchnau