SERVER REQUIREMENTS
* Linux Server
* Apache Web Server
* MySQL (version 4 or higher)
* PHP 5.x
* GD Library 2 or higher
* FFmpeg (http://ffmpeg.mplayerhq.hu)
* FFMPEG PHP Extension: http://ffmpeg-php.sourceforge.net
* Mplayer + Mencoder (http://www.mplayerhq.hu/design7/dload.html)
* Flvtool2 (http://inlet-media.de/flvtool2)
* Libogg + Libvorbis (http://www.xiph.org/downloads)
* LAME MP3 Encoder (http://lame.sourceforge.net
* Zend Optimizer
* .htaccess support (AllowOverride All)
* IONCUBE LOADERS installed on the server.
PHP Configuration
* safe_mode = off
* allow_url= off
* allow_fopen = off
* register_globals = on
* open_basedir = (no value)
* output_buffering = on
* upload_max_filesize = 200M (or more)
* post_max_size = 200M (or more)
* max_execution_time = 6000 (or more)
* max_input_time = 6000 (or more)
* memory_limit = 32M (or more)
* error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
* display_errors = On
* file_uploads = On
* session.gc_maxlifetime = 14000 (or more)
ffmpeg-php, GD library and FreeType library modules need to be installed.
Plus, the server needs to be able to convert .wmv, .avi, .mpg, .mpeg files into .flv files using the FFMPEG modules.
* Linux Server
* Apache Web Server
* MySQL (version 4 or higher)
* PHP 5.x
* GD Library 2 or higher
* FFmpeg (http://ffmpeg.mplayerhq.hu)
* FFMPEG PHP Extension: http://ffmpeg-php.sourceforge.net
* Mplayer + Mencoder (http://www.mplayerhq.hu/design7/dload.html)
* Flvtool2 (http://inlet-media.de/flvtool2)
* Libogg + Libvorbis (http://www.xiph.org/downloads)
* LAME MP3 Encoder (http://lame.sourceforge.net
* Zend Optimizer
* .htaccess support (AllowOverride All)
* IONCUBE LOADERS installed on the server.
PHP Configuration
* safe_mode = off
* allow_url= off
* allow_fopen = off
* register_globals = on
* open_basedir = (no value)
* output_buffering = on
* upload_max_filesize = 200M (or more)
* post_max_size = 200M (or more)
* max_execution_time = 6000 (or more)
* max_input_time = 6000 (or more)
* memory_limit = 32M (or more)
* error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
* display_errors = On
* file_uploads = On
* session.gc_maxlifetime = 14000 (or more)
ffmpeg-php, GD library and FreeType library modules need to be installed.
Plus, the server needs to be able to convert .wmv, .avi, .mpg, .mpeg files into .flv files using the FFMPEG modules.



Comment