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.