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

Node.js bindings for vlc

Results 10 node-vlc issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently working on making a streaming app using electron with vlc. I have tried webchimera.js and it've worked great on Windows but not on Linux so I'm looking...

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...

Added a couple of functions to allow you to change the volume on the media player.

Hi, After your great work, I had to revamp some features and add some for my personnal project. Here is what I did. Feel free to integrate it in your...

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...

I've added these functions to media player : - setTime -> allow to seek in a file at a position in ms (libvlc_media_player_set_time) - getTime -> get file position in...

hi when i try exemple i can get the audio playing but how do we display video in web page then (if possible) ?? thanks

Hi, In the media.js file, it tries to do the following (which does not work on my computer win8-x64). Isn't is linux specific, of isn't there a way of disposing...