husudosu / mpv-remote-node

MPV Remote plugin
MIT License
47 stars 9 forks source link

Every second, a new mpv instance starts #24

Closed stax76 closed 8 months ago

stax76 commented 8 months ago

Your OS: Windows 11 Node.JS version: v20.10.0 NPM version: 10.2.3

Problem description:

When I start mpv, every second, a new mpv instance starts.

husudosu commented 8 months ago

What's your MPV version?

stax76 commented 8 months ago

v0.37.0-139-gab5b2503

husudosu commented 8 months ago

I've tried with v0.37.0-135-gabc2a748 (yesterday build) and Node.JS v21.5.0 it works fine for me. Try to update to latest version of mpv.

If it doesn't work, how do you launch MPV? Are you using the latest version of mpv-remote-app and mpv-remote-node?

stax76 commented 8 months ago

It was caused by option in mpv.conf:

input-ipc-server = /tmp/mpvsocket

husudosu commented 8 months ago

Thanks for letting me know!

stax76 commented 7 months ago

Thanks for the support!