maybe i'm just too dumb
i'm trying to create a shutdown.html that does a shutdown.
after i read the user's guide i thought it was simple.
just create a web page and put in
<vlc id="control" param1="shutdown" />
so, just to try that i went into ..admin/index.html and put in this line, assuming that vlc would shut down, when i select
http://127.0.01:8080/admin
but does not work.
the index.html is being displayed, but no shutdown is performed.
when i press the shutdown button vlc shuts down.
what's wrong?
thanks for your help.