Requirements
First we need to list out the requirements for Anova, as online videos need specific server software to make them run. You need not know what any of these really mean. Just take a copy and send it to your host, they can tell you if they meet the requirements or not. Please make sure that your host meets all the requirements, before installing Anova. Only then can you run the script without any hassles.
Anova Server and PHP configurations
Server Requirements
- Linux Server (some old distributions are not supported)
- Apache Web Server
- MySQL (version 4.1.2 or higher)
- PHP (version 5.0 or higher)
- Freetype
- Jpeg
- CURL
- GD Library 2 or higher
- Mplayer + Mencoder
- Flvtool2
- Red5 server
- .htaccess support (AllowOverride All)
- Php IonCube Loader
PHP Configuration
- safe_mode = off
- register_globals = off
- open_basedir = (no value)
- output_buffering = on
- upload_max_filesize = 200M (or more)
- post_max_size = 200M (or more)
- max_execution_time = 0
- magic_gpc_quotes = 0
- max_input_time = 6000 (or more)
- memory_limit = 32M (or more)
- error_reporting = E_ALL & ~E_NOTICE | E_STRICT
- display_errors = On
- file_uploads = On
- session.gc_maxlifetime = 14000 (or more)
- CURL,GD library and FreeType library modules need to be installed.
Note:
- The Red5 server is not mandatory to run Anova, but it is required only for recording videos online through webcam.
- We recommend running Anova on Linux rather than Windows.