Installing JabberCam problem !
-
hi,
i was traing to install the script. i went over all yout instlation points from
here:
http://www.videosoftware.pro/forum/…rCam-CRC-4but when i try to connect to the site it stuks when i type the name.
i ran a test here:
http://amirg.doserv.co.il/chat/jabbercam...?task=testand you can see it say"Red5 OFF"
this is the relavent part of my config file:
// Flash media server settings (rtmfp or rtmp | values: Stratus or Red5)
$SERVER_TYPE = 'Stratus'; // '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; // minutes// Stratus
$DEVELOPER_KEY = "936ca57abff91d550b8f22ac-fd141db8dd8d"; // your Adobe
Stratus developer key obtained from Adobe (read INSTALL.txt)i will be happy to send the full CONFIG file.
i was reading a lot in your site and didn't found anything, please help me.
Website:http://amirg.doserv.co.il/chat/
-
Please PM the whole config.php file
-
Your web service URL is not set, it should look like this ($WEB_SERVICE_URL around line 23):
$WEB_SERVICE_URL = "http://amirg.doserv.co.il/chat/jabbercam/functions.php";
-
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
-
When you run the test (http://stage.omniweb.com/tony/randompeople/chat/jabbercam/admin.php?task=test), you can see the following:
database tables OK
Testing: …
Red5 OK: rtmp://www.jabbercam.com/ChatrouletteApp
Stratus OFF
System folder OK- Red5 OK and Stratus OFF means, you did configure your settings to work with Red5 not Stratus, to switch, just change this line in your config.php: $SERVER_TYPE = 'Red5'; to $SERVER_TYPE = 'Stratus';
- the reason why the system hangs after entering the user-name is that you are using a 4.0+ version and trying to connect to rtmp://www.jabbercam.com/ChatrouletteApp (ChatrouletteApp works with < 3.9 only)
- to use the system with Red5, your current configuration is OK, just change this line:
$RED5_CONNECT_URL = 'rtmp://www.jabbercam.com/ChatrouletteApp' and enter your own rtmp instead of rtmp://www.jabbercam.com/ChatrouletteApp
-
OK thank you - somehow I was not aware of this before:
@'JabberCam':
- the reason why the system hangs after entering the user-name is that you are using a 4.0+ version and trying to connect to rtmp://www.jabbercam.com/ChatrouletteApp (ChatrouletteApp works with < 3.9 only)
I'll try to get my own rtmp working when i have a chance later tonight, thanks again,
Joe
-
@'roycegracie':
hi,
i was traing to install the script. i went over all yout instlation points from
here:
http://www.videosoftware.pro/forum/…rCam-CRC-4but when i try to connect to the site it stuks when i type the name.
i ran a test here:
http://amirg.doserv.co.il/chat/jabbercam...?task=testand you can see it say"Red5 OFF"
this is the relavent part of my config file:
// Flash media server settings (rtmfp or rtmp | values: Stratus or Red5)
$SERVER_TYPE = 'Stratus'; // '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; // minutes// Stratus
$DEVELOPER_KEY = "936ca57abff91d550b8f22ac-fd141db8dd8d"; // your Adobe
Stratus developer key obtained from Adobe (read INSTALL.txt)i will be happy to send the full CONFIG file.
i was reading a lot in your site and didn't found anything, please help me.
Website:http://amirg.doserv.co.il/chat/
$WEB_SERVICE_URL = "http://amirg.doserv.co.il/chat/jabbercam/functions.php";