I was going to try http remote access to VLC.
I configured HTTP-access via VLC's graphical preferences window.
Now VLC cannot start and I cannot find where the host and the port is configured so I could delete them or change them.
$ vlc
VLC media player 1.1.11 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x160f200] main interface: creating httpd
[0x160f200] main interface error: socket bind error (Permission denied)
[0x160f200] main interface error: cannot create socket(s) for HTTP host
[0x160f200] oldhttp interface error: cannot listen on 192.168.3.15:8080
[0x160f200] main interface error: no suitable interface module
[0x15f0b70] main interface: creating httpd
[0x15f0b70] main interface error: socket bind error (Permission denied)
[0x15f0b70] main interface error: cannot create socket(s) for HTTP host
[0x15f0b70] oldhttp interface error: cannot listen on 192.168.3.15:8080
[0x15f0b70] main interface error: no suitable interface module
[0x14f5120] main libvlc error: interface "default" initialization failed
The host:port info is not anywhere in ~/.config/vlc or ~/.local/share/vlc
Cannot guess to where else I should look.