i want to make some UNIX Bash script witch could control VLC VLM config. I saw that there is some possibilitie to make controll over RTCI interface and there is written that:
but could u tell me how i can pass command's using socket? If it is possible to send command like vlm "control Test play"? How i can do this?To use a UNIX socket (local socket, this does not work for Windows), use --rc-unix /path/to/socket. Commands can then be passed using this UNIX socket.