Hi!
I had VLC 2.2.8 32 bit - rc interface through socket worked, in place installed VLC 3.0.0 bit - it is not working anymore.
Example command line:
vlc.exe --extraintf rc --rc-host localhost:8811
Socket is not created in VLC 3. In Process Explorer, vlc.exe properties, under TCP/IP no sockets. In VLC 2 socket is created with LISTENING status. Firewall is not a problem.
Beside installable versions, also checked:
http://download.videolan.org/pub/videolan/vlc/
vlc-2.2.8-win32.7z - Do work
vlc-3.0.0-win32.7z 09-Feb-2018 21:21 - Do not
vlc-3.0.0-win64.7z 09-Feb-2018 20:16 - Do not
https://nightlies.videolan.org/
vlc-3.0.1-20180225-0303-win32.7z - Do not
vlc-4.0.0-20180225-0302-dev-win32.7z - Do not
No change in this behaviour after using "VLC media player - reset preferences and cache files".
All versions of VLC 3 checked also with "portable" folder in them (vlc.exe double-clicked, "portable" folder populated by default settings).
Also checked with QT preferences window. Main interfaces > additional interfaces: oldrc; under RC, TCP parameter: "localhost:8811". After saving, again opened preferences has blank TCP parameter. Tried with and without restarting, in all versions (even 2.2.8), socket is not created and host/port not saved.
I am using this feature to control VLC with some out of QT interface interactions. My Python script can not work when VLC is not creating a socket.
OS: Windows 7 64 bit.
Please fix this or give me a new way of doing this.