First off, we need to list some requirements as online videos need some specific server software to run. You don't have to understand what any of this means, but if you copy it and send it to your host, they can tell you if they meet these requirements. Please take a look at the server and PHP configurations to run your Anova. This would be helpful for you to run our script without any hassles.
Anova Pro and Anova Lite Requirements
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)
- ionCube PHP Loader
- Freetype
- Jpeg
- CURL
- mhash
- GD Library 2 or higher
- Mplayer + Mencoder
- Flvtool2
- Red5 server
- .htaccess support (AllowOverride All)
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.
Anova .Net Requirements
Server-side Requirements
- Windows XP/2003/2008 (both 32bit and 64bit)
- Microsoft .NET Framework 2.0 or higher
- Microsoft Internet Information Services (IIS) or Visual Studio/Visual Web Developer 2005/2008 built-in web server
- Microsoft SQL Server 2000/2005/2008 (including free SQL Server Express Edition)
- ASP.NET AJAX 2.0
- Red5 version 0.6.3
Hosting Requirements
- ASP.NET 2.0 (or higher) and Microsoft SQL Server 2000/2005/2008 support
- Medium-trust or full-trust permissions for the ASP.NET application
- If the server uses medium trust, ASP.NET AJAX 2.0 must be installed on the server.
Write Permission must be provided for the following
- ./Cam-Recorder/Captured-AudioTemp
- ./Cam-Recorder/Captured-VideoTemp
- ./uploadFiles
- ./settings.config
- ./Web.config

