Hi,
I am in the process of creating a custom web interface for vlc. One of the commands the interface needs to perform is to turn off/on the pc monitor. I intended on doing by calling a small exe within a php script and calling that via jquery. However, it looks as though the VLC server does not like php and the script gets downloaded to the client's pc when I try to call it.
Is there a way of enabling php on the vlc server?
If not, is there any other way of doing what I need to do?
Thanks!