
Rayzz - Video Sharing Software
Take Your Site Beyond Just Video Sharing
Experience the Rayzz Difference

Requirements
First off we need to list some requirements as online videos need some specific server software to make them run. You don’t have to understand what any of this means, but if you copy it and send it to your host (or give them a link to this page), they can tell you if they meet these requirements.
We have also listed some recommended hosts at the bottom of the page.
Rayzz Server and PHP configurations
Server Requirements
- Linux Server (some old distributions are not supported)
- Red5 Server (free media server) for online webcam recording (http://osflash.org/red5/070final)
- Apache Web Server
- MySQL (version 4.1.2 or higher)
- PHP Safe Mode Turned Off
- Freetype
- JPEG
- CURL
- PHP (version 5.0 or higher)
- GD Library 2 or higher
- Mplayer + Mencoder
(Link) - Flvtool2 (Link)
- .htaccess support (AllowOverride All)
Some files are encrypted using Ioncube - these files in no way stop you from editing and modifying the site. If you use one of our Recommended Hosts, then you should have no problem with this, but some hosts don’t have the Ioncube loaders installed. In this case you must install the loaders manually. Simply go to the Ioncube Loaders page and download the correct loaders (in 99.9% of cases you need Linux (x86) loaders) and upload them to your host.
We recommend running Rayzz on Linux rather Windows.
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







