Wer kann mir folgendes Installieren

  • Hallo

    Wer kann mir bitte folgendes installieren und einstellen:
    Habe eine VServer mit Centos 5 - 64 bit Plesk 8

    Server Requirements
    ClipShare Lite Requirements
    Linux Server (some old distributions are not supported)
    Apache Web Server
    MySQL (version 4 +)
    PHP 4 or 5
    PHP Configuration
    safe_mode = off
    max_execution_time = 1000 (recommended to prevent timeouts during video upload/conversion)
    session.gc_maxlifetime = 14000 (recommended to prevent session expires during video upload)
    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

    Mplayer + Mencoder
    Flv2tool
    Libogg + Libvorbis
    LAME MP3 Encoder
    ClipShare Pro Requirements (Extra)
    Works perfectly on PHP 5
    CGI-BIN Access
    Apache mod_rewrite Enabled
    PHP Configuration (php.ini): register_argc_argv = On
    Must be able to run PHP from the command line (CLI) with exec()
    Allowed execution of background processes with exec("binary > /dev/null &")

    • Offizieller Beitrag

    yum install mencoder
    yum install mplayer
    yum install ffmpeg
    yum install flvtool2

    Das war es schon :D