Product Links


Modules

Server Requirements

  • Linux Server (Fedora Core, CentOS, Ubuntu, Slackware or SuSE).
  • Apache Web Server
    • Support for AcceptPathInfo
    • Support for MultiViews (or mod_rewrite which is slower)
  • MySQL 5.x
  • PHP 5.x (mod_php/CGI)
    • Support for GD2 Library
    • Support for MySQL
    • Support for Curl
    • Support for upload_progress (only if you want to display an upload_progress on uploads)

    • Recommended PHP Configuration

    • safe_mode off
    • open_basedir off
    • max_execution_time 7200
    • max_input_time 7200
    • memory_limit (with 1MB more then the maximum video upload size)
    • post_max_size (maximum video upload size)
    • upload_max_size (maximum video upload size)
    • exec() should be allowed
  • PHP CLI 5.x (see above + register_argc_argv ON)
  • Mencoder 1.0rc1 (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
  • Mplayer 1.0rc1
  • FFmpeg (from SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora flvtool2 or yamdi (yamdi recommended))
  • Having trouble?