But, when I remove the demo, I can's open a meeting.
After some searching I think i first have to create a new meeting via the "api commands".
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<response>
<returncode>FAILED</returncode>
<message>Could not find conference.</message>
</response>
--------------------------------------------------------------------------
--------------------------------------------------------------------------
Hangin @ "Connecting to server"
--> Log entry:
11/10/2013 17:24:24.678 [DEBUG] Setting up preferred locale nl_NL
11/10/2013 17:24:24.678 [DEBUG] The locale nl_NL is available
11/10/2013 17:24:24.688 [DEBUG] Setting up preferred locale index 11
11/10/2013 17:24:24.713 [DEBUG] Dependency Order:
11/10/2013 17:24:24.735 [DEBUG] ***** Config Loaded ****
11/10/2013 17:24:25.526 [DEBUG] Loaded locale [nl_NL] but setting [en_US] as fallback
11/10/2013 17:24:25.530 [DEBUG] Received locale version fron locale file.
11/10/2013 17:24:33.546 [ERROR] Failed to connect to RTMP:///
11/10/2013 17:24:33.595 [ERROR] Failed to connect to RTMPT:///
--------------------------------------------------------------------------
--------------------------------------------------------------------------
When i install the demo package, i can connect to the server.
After removing an restarting --> Same errors
--------------------------------------------------------------------------
--------------------------------------------------------------------------
sudo bbb-conf --check
BigBlueButton Server 0.81 (1445)
Kernel version: 2.6.32-53-server
Distribution: Ubuntu 10.04.4 LTS (64-bit)
Memory: 16083 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): myserver
Red5: myserver
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: myserver
port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: myserver
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
capture video: true
capture desktop: true
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: myserver
** Potential problems described below **
--------------------------------------------------------------------------
--------------------------------------------------------------------------
I created a meeting:
Response:
<response>
<returncode>SUCCESS</returncode>
<meetingID>abc123</meetingID>
<attendeePW>111222</attendeePW>
<moderatorPW>333444</moderatorPW>
<createTime>1384103544636</createTime>
<hasBeenForciblyEnded>false</hasBeenForciblyEnded>
<messageKey/>
<message/>
</response>
I wanted to attend the meeting:
Response:
<response>
<returncode>FAILED</returncode>
<messageKey>invalidMeetingIdentifier</messageKey>
<message>
The meeting ID that you supplied did not match any existing meetings
</message>
</response>
Any idea ???
Thanks
Sven