Jan Holub

Results 18 comments of Jan Holub

Actually, there is an error event, for some reason I forgot to mention it in the documentation. However it just propagates the errors happening on stdout, I'm not sure if...

The errors for sure, the logs, I don't know. What is the advantage of putting console outputs through an error event (or any event) as opposed to console.log?

Yeah the first JSON object with `errcode=8` is the error object I created. Feel free to share your thoughts on that one as I'm not sure if it was good...

Hey again, currently, I'm motivated to work on this module again, I'm sorry that I'm so inconsistent. I'm not using this module myself anymore, so all the time I spend...

Hey Sorry I let you down with all my late replies and slow working haha :D but I'm very happy that you have used my module for so long and...

Hey Chris, in theory it should be possible, but if you're using the default parameters, you will use only one IPC socket for the communication with the 2 instances, which...

Hey there, Node-MPV itself doesn't implement anything but just passes the flags to MPV. Unfortunately I'm not familiar with the `--glsl-shader` flag at all, so I don't really have a...

Cool 🙂 Just keep in mind that as long as I haven't merged the branch into master and published it on NPM yet, everything is still subject to change. I...