Requirements
Server:
- Server running linux or windows
- Apache, lighttpd, IIS(beta)
- Mysql 4.0, Higher version is recommended
- Url rewrite enabled
- GD Libary 2 (for captcha)
- PHP5 with support for mysql, GD2 and Curl
- FFmpeg
- FFmpeg-php
- flvtools2
- MP4BOX (HD encoding only)
- PHP Curl
Most of these are installed on webservers that support video sites.
Php Options
- safe_mode off
- open_basedir off
- max_execution_time 7200
- max_input_time 7200
- memory_limit (Must be atleast 1 mb more then biggest video you upload)
- post_max_size (Maxium video size that you upload, Max video is 200mb by default in the script)
- upload_max_size (Maxium video size that you upload, Max video is 200mb by default in the script)
- exec() should be allowed