hey,
I'm new with videolan and php. what I want to do is run a vlc command (vlc -vvv one ofmympgs.mpg, which is a local file) from a php page that is on my apache server for local tests.
I used shell_exec(vlc -vvv....) but nothing happens. if I do this into the shell itself, it works
but not from the php page.
to be sure that shell_exec works, I tested shell_exec(vlc --longhelp) and it works.
If anyone can help, please do because I am a bit lost...
Adrian