I try the example command line
Code: Select all
vlc -I lua --lua-intf telnet --lua-config "telnet={host='*console'}"
Code: Select all
vlc -I lua --lua-intf telnet --lua-config "telnet={hosts={'localhost:4212','localhost:5678','*console'}}"
I try also
Code: Select all
vlc -vvv -I rc -extraintf lua --lua-intf telnet --lua-config "telnet={hosts={'localhost:4212','localhost:5678'}}"
I try with vlc version 0.9.4 under Windows Vista and with vlc 0.9.6 under XP
Under gentoo linux all these 3 examples work without anay problem
Thanks in advance.