Page 1 of 1

rvlc and socket

Posted: 12 May 2011 16:05
by albert60
Hello
I was told that if I write in a terminal

Code: Select all

rvlc --rc-unix=socket1
and in an another terminal I write

Code: Select all

echo 'help' | nc -U socket1
I will get the result of the help command in the second terminal. But unfortanutely it doesn't work
Can you please help me about this point ??

Re: rvlc and socket

Posted: 12 May 2011 17:35
by RĂ©mi Denis-Courmont
Not all netcat versions support Unix sockets... Also not all VLC versions.

Re: rvlc and socket

Posted: 12 May 2011 19:34
by albert60
I'm under the version 1.1.4. Can you please recommend me a version where the sockets work ??