RE: Using UNIX domain sockets

2024-01-15 Thread Claude Brown via beginners
t: Tuesday, January 16, 2024 6:26 AM To: beginners@perl.org Subject: Using UNIX domain sockets CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi, I am trying to control mpv player

Using UNIX domain sockets

2024-01-15 Thread listas.correo
Hi, I am trying to control mpv player using unix sockets but it looks like that perl is unable to send the string correctly. I run the following command: mpv --input-ipc-server=~/mpv.sock --idle=yes -v -v If I sent the string using system commands: $ echo '{"command":["stop"]}' | socat - ~/m