I don't know if this subforum or the "Web and Scripting" one is the right place to ask, so I'll ask right here.
I'm trying to create a lua based web interface page that reads some _GET[] parameters and manipulates VLC through the API as a way to serve browser extensions.
My problem is that I seem unable to make <?vlc do_lua_stuff ?> interpreted by the lua engine and instead that tag along it's content is output as if completely unrecognized.
I am on windows xp and start vlc with http interface with this line:
Code: Select all
vlc --extraintf=http --http-src=d:\path\to\my\vlc\lua\http
Would appreciate some pointers.