Results 5 comments of Fady

I spend the last 2 days debugging this error with no luck. I am creating new VlcPlayer for each video to be played as a slideshow from the default ()...

Now it's becoming funny :D I did a workaround using 4 fixed players and I alternate between them, I managed to avoid the freezing by calling video.VlcMediaPlayer.play(); However, now after...

Yes sorry for the confusion, I tried Nan::Callback but that too didn't work. Replacing this code: ```c++ // I have tried a million combinations, this one is the latest try...

I will try debugging this using Node.js, I really admire the work you guys put in on open source projects that everyone can benefit from, but if it will take...

I solved it by adding the code to an update function that runs every 100ms. Instead of making the callback, I used multiple boolean variables that would turn true every...