Hi all,
Sorry for this probably recurrent question but I can't find nowhere a working answer, neither a clear explanation ...
I have a web-application using PHP as language to maintain all my images (120.000) and all my avi's, mov, mwv ...
Now, I want to play an avi, mov, ...them when I hit the link in the web I created.
So, to be clear, I do not need a download because the server is my desktop and the goal is just a local, yes local utility.
I want to use or a plugin or ... without the need having internet-connection to the outside world. All is running local
In php I can use the exec()-function, but I'm not sure at all how I have to write the commandline. I need a full-screen-interface with of course the control-buttons from VLC.
Can some-one help me in these ?
The goal is really having a player who is independent from a internet to the outside-world. I use Apache, Mysql and php.
If the plugin works offline, why not, but how must I write the needed code ?
thanks in advance