Hello,
I am running a linux with apache - php webserver. Now i wanna
start running vlc with a PHP script (exec command) .
But the problem is that if you wanna run vlc on remote he asks
for a interface. Normally when you run vlc local, it will start with
a GUI (if you enabled it when you compiled it or else with console)
this is the error output of my PHP script:
[00000001] main vlc warning: config file /var/www/.vlc/vlcrc does not exist yet
[00000001] main vlc warning: config file /var/www/.vlc/vlcrc does not exist yet
[00000001] main vlc warning: config file /var/www/.vlc/vlcrc does not exist yet
[00000001] main vlc warning: config file /var/www/.vlc/vlcrc does not exist yet
[00000021] main interface error: no interface module matched "hotkeys,none"
[00000021] main interface error: no suitable intf module
[00000001] main vlc error: interface "hotkeys,none" initialization failed
[00000022] main interface error: no interface module matched "any"
[00000022] main interface error: no suitable intf module
[00000001] main vlc error: interface "(null)" initialization failed
If somebody could help me or push me in the correct direction.
Thx anyway
2stream,...