[vlc] Re: http-interface and databases

johnny Laura johnnylq at gmail.com
Wed Nov 2 21:33:54 CET 2005


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



More information about the vlc mailing list