Trying to use lua-intf
Posted: 25 Jul 2010 20:19
I am using VLC 1.1.1 on a windows vista machine, but the Os should not matter with this problem
I am going to be playing with the lua interfaces, but I wanted to make sure that I have one that worked, and that I understood it first. So I am trying to enable the lua interface module for http
I tried using --extraintf=lua instead, or even without either the --intf or --extraintf. I tried adding --lua-intf=http by itself, seeing if all the default settings might work, nope.
I get no response when I open a browser window to http://localhost:8080
what do I need to do to get the lau interfaces to work.
I am going to be playing with the lua interfaces, but I wanted to make sure that I have one that worked, and that I understood it first. So I am trying to enable the lua interface module for http
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc" --intf=lua --lua-intf=http --http-host=0.0.0.0:8080 --http-src="C:\Program Files (x86)\VideoLAN\VLC\lua\http\" --http-index --lua-config="http={host='0.0.0.0:8080',dir='C:\Program Files (x86)\VideoLAN\VLC\lua\http\'}"
I get no response when I open a browser window to http://localhost:8080
what do I need to do to get the lau interfaces to work.