Has anyone had issues with --rc=quiet before? I'd like to use the socket without the console window popping up, but when --intf=rc-quiet is specified, it does not even start listening on the socket. This occurs on Windows XP and Vista with both 2.0.8 and 2.1.0.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\bll>"C:\Program Files\VideoLAN\VLC\vlc.exe" --intf rc --rc-host=localhost:4212
C:\Documents and Settings\bll>netstat -an
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1028 0.0.0.0:0 LISTENING
TCP 127.0.0.1:4212 0.0.0.0:0 LISTENING
TCP 192.168.2.53:139 0.0.0.0:0 LISTENING
C:\Documents and Settings\bll>"C:\Program Files\VideoLAN\VLC\vlc.exe" --intf rc-quiet --rc-host=localhost:4212
C:\Documents and Settings\bll>netstat -an
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1028 0.0.0.0:0 LISTENING
TCP 192.168.2.53:139 0.0.0.0:0 LISTENING
C:\Documents and Settings\bll>