Shutdown VLC via HTTP
Posted: 25 Apr 2008 16:22
This may be a total noob question, but how do I shutdown VLC via the http interface
I have tried
localhost:8080/index.html?id=control¶m1=shutdown
localhost:8080/index.html?control=shutdown
I also tried making a simple html page in the http directory like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml10/DTD/xhtml1 ... tional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<vlc id="control" param1="shutdown" />
</html>
When browsing that page, nothing happens
I have tried
localhost:8080/index.html?id=control¶m1=shutdown
localhost:8080/index.html?control=shutdown
I also tried making a simple html page in the http directory like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml10/DTD/xhtml1 ... tional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<vlc id="control" param1="shutdown" />
</html>
When browsing that page, nothing happens