Page 1 of 1

VLC/Wamp video fullscreen problem

Posted: 09 Nov 2006 12:22
by marjory54510
Hi,

I want to start a fullscreen video via php
So with php, I execute a batch:
<?
exec("Startvlc.bat");
?>
And in my batch i have:
vlc --fullscreen -vvv "c:/video.avi"
it performs with EasyPhp but not with WAMP5

With Wamp5, the vlc process is launch but i have only the audio stream and not video......

I think it's a problem of Apache Server Configuration but I don't know what configure

Help me please....