Hello all;
I want to run VLC as a daemon on the background while listening to a unix socket. I tried running VLC as
> vlc -I rc --rc-host /tmp/vlc.vty
which opens up an interface where commands can be send using a socket; and
> vlc -d
which sends it to background
But I wasn't able to do both at the same time. Any suggestions?
Thanks in advance