YouTube clone
Posted by: swhite
Posted on: 2007-01-21 09:09:00
Hi,
I am trying to set up a YouTube clone with some PHP scripts. Has anyone successfully setup a YouTube clone on shared host?
The mandatory requirements are the following:
Linux Server, Apache Web Server, MySQL and PHP (version 4.3 or higher)
PHP Configuration:
safe_mode = off
register_globals = on (recommended)
open_basedir = (no value)
output_buffering = on
upload_max_filesize = 100M (recommended maximum video upload size in MB)
post_max_size = 100M (recommended maximum video upload size in MB)
GD Library 2 or higher
FFmpeg, FFmpeg-PHP
Mplayer + Mencoder
flv2tool
Libogg + Libvorbis and LAME MP3 Encoder
Linux server, Apache, MySQL and PHP 5 are no problem on a shared host, however I am not sure if the other free tools listed are available by default or if I can install these on my own? Will I be able to set the PHP configuration without having to do a custom PHP install?
I need some words of wisdom as I am a newbie to hosting stuff.
Regards,
swhite