I have a similar problem, I tried 'Stratus' and it connected, my database connection tests out fine, but when I try to log in to the public red5 server, it just spins and spins http://stage.omniweb.com/tony/randompeople/chat/
Here's the relevant portion of the config file:
// Back-en location (exact location of functions.php on your domain | http://www.your-domain.com/[folder]/jabbercam/functions.php
$WEB_SERVICE_URL = "http://stage.omniweb.com/tony/randompeople/chat/jabbercam/functions.php"; // http://www.your-domain.com/jabbe$
// Flash media server settings (rtmfp or rtmp | values: Stratus or Red5)
$SERVER_TYPE = 'Red5'; // 'Red5 or 'Stratus'
if($SERVER_TYPE == 'Red5') {
$DB_HOST = $RED5_DB_HOST;
$DB_USER = $RED5_DB_USER;
$DB_PASSWORD = $RED5_DB_PASSWORD;
$DB_DATABASE = $RED5_DB_DATABASE;
}
// Red5
$RED5_CONNECT_URL = 'rtmp://www.jabbercam.com/ChatrouletteApp'; // leave this free, temporary resource or use your own
$RED5_CONNECT_URL_B1 = '';
$RED5_CONNECT_URL_B2 = '';
$RED5_CONNECT_MAIN_TIMEOUT = 30;
Do you have any suggestion? thank you very much,
Joe