Problem using lua under windows
Posted: 13 Nov 2008 18:17
I try to use lua interfaces under windows but seems it don't work at all.
I try the example command line
and
In the first case the process started ma nothing else happen (no console), in the second the proces start but the listen port was not created (and no console).
I try also
no listen port was created and no message in console about lua
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.
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.