[vlc] Re: http-interface and databases
IronFog
ironfog at gmail.com
Wed Nov 2 21:39:04 CET 2005
Johny,
this is very helpful.
Thanks a lot.
I'll give it a try in my project.
Although I've managed to do almost everything using Apache as a parallel
http server alongside with VLC with http interface.
----- Original Message -----
From: "johnny Laura" <johnnylq at gmail.com>
To: <vlc at videolan.org>
Sent: Wednesday, November 02, 2005 3:33 PM
Subject: [vlc] Re: http-interface and databases
Hi developers:
Well finally I found the answers to my questions; if you are
interested to use the php-cgi with the http-interface you have to do
somthing like this:
1. start the vlc like this:
# vlc -vvv --extraintf http --http-handlers php=/usr/bin/php -I
telnet ---....
2. In yours *.php pages you have to put something like this:(your php
script must contain the header("Content-Type: text") )
<?php echo("Content-Type: text/html\n\n" ); ?>
<?php.......
....
Well it's all ..Ithink so
Thanks "Zorglub","Peret"
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list