Every second, a new mpv instance starts
Closed this issue · 6 comments
stax76 commented
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
What's your MPV version?
stax76 commented
v0.37.0-139-gab5b2503
husudosu commented
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
It was caused by option in mpv.conf:
input-ipc-server = /tmp/mpvsocket
husudosu commented
Thanks for letting me know!
stax76 commented
Thanks for the support!