[vlc] Re: Problem with execute VLC via Apache

Jorge Fernández Romero jferrom at dilmun.ls.fi.upm.es
Thu Dec 2 18:24:11 CET 2004


>> On Thu, Dec 02, 2004, jferrom at dilmun.ls.fi.upm.es wrote :
>>>
>>> Ok, I think this is what I want. Excuse me for my ignorance, but when I
>>> launch the daemon option, 'vlc -d', How can I send it orders? I desire
>>> to
>>> play, pause, stop, etc a file, but I can't make it.
>>>
>>
>> You should have a look at the http and rc interfaces (--extraintf http
>> or rc)
>>
>> --
>> BigBen
>>
>> --
>> This is the vlc mailing-list, see http://www.videolan.org/vlc/
>> To unsubscribe, please read http://www.videolan.org/support/lists.html
>>
>>
>
> Good, I have read the documentation about http interface.
>
> I try to call vlc from PHP with:
>
> system('vlc -I http --http-src /var/www/simula/VLC --http-host 192.168.0.7
> -d');
>
> This should create a shell waiting request from http protocol. Can I send
> it this request from PHP with <vlc id="control",.... >?
>
>
>
>
> --
> This is the vlc mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
>
>

Not if I have explained myself correctly. I want to create a Web
aplication that can play files, DVD, etc. using VLC.

I have created a PHP program with an simple interface to call an service
(init VLC as daemon), finish the service (close VLC) and play, stop,
pause, etc, a file if the service is up.



More information about the vlc mailing list