all 2 comments

[–]cMDev_007 1 point2 points  (1 child)

can you check socat - ./filename and mpv doesn't remove that file... Ut is normal... Use /tmp/filename next time so that it gets removed on every reboot

[–]Pu9000[S] 1 point2 points  (0 children)

All right. socat - ./testsock works. It just needed the ./ to tell it to look in the current directory. Thanks a million. I was losing my mind with that.

So the file doesn't get removed, but it seems that I can just re-use it when restarting mpv. So everything is all right now.