Hi
I've installed wamp on my laptop and would like to control VLC from a php script.
I've tried with shell_exec or system without success
system("C\\VideoLan\\VLC\\VLC\\vlc.exe");
This make the browser keeping loading his page without stopping...
I would like to control VLC on a server with php and perform this kind of call:
system("C:\\VideoLan\\VLC\\VLC\\vlc.exe --start-time=120 --stop-time=600 C:\\VideoLan\\myfile.avi");
Does anyone have a link to an example or some documentation?
Thanks for any help!
Renaud