OpenMeetings
Maintained by
Maxim Solodovnik
OpenMeetings is a free browser-based software that allows you to set up instantly a conference in the Web. You can use your microphone and/or webcam, share documents on a white board, discuss in a chat, share your screen or record meetings. It is available as hosted service or you download and install a package on your own server.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Request OpenMeetings! OpenMeetings Service failed and no response was returned.
the configuration is the same working on Moodle 2.4.x
what happens if you check the following URL: https://yourserver:port/contaxt/services/UserService?wsdl
Is this URL accessible via the browser?
Greetings,
Michael
how do i configure this plugin für a HTTPS & RTMPS Openmeetings-Server? I tried serveral configs, but mostly i get the error:
Request OpenMeetings! OpenMeetings Service failed and no response was returned.
The Plugin works fine with http & rtmp OM-Server.
What am I doing wrong?
Here is my Post: https://moodle.org/mod/forum/discuss.php?d=260167
regards,
Robin (robin.schroeder@hshl.de)
thank you for the hint. It is fixed now.
Michael
the om moodle plugin version 1.7.1 was written for moodle 2.7.+ and OM 3.+ because of the changes in the events API of moodle. Thats why $requires was set to '2014051200'.
Seea also:
http://docs.moodle.org/dev/Events_API
&
http://docs.moodle.org/dev/Event_2
If you are using moodle 2.2/2.3/2.4/2.5. or 2.6 and OM 3.0.+ than you can use the om moodle plugin version 1.7. Updating to version 1.7.1 is not necessary.
Thank you,
Michael
At first: What version of openmeetings moodle plugin and what version of OM Server you are using? If you are using OM version 2.x than use the om moodle plugin version 1.6. If you are using OM version 3.x please use the latest om moodle plugin with version 1.7.
For the installation of the plugin please try to use the so called command line interface (CLI) on a linux server:
cd /moodle/mod
wget -c https://moodle.org/plugins/download.php/5623/mod_openmeetings_moodle26_2014031603.zip
tar -zxvf mod_openmeetings_moodle26_2014031603.zip
rm mod_openmeetings_moodle26_2014031603.zip
cd /moodle
sudo -u www-data /usr/bin/php admin/cli/upgrade.php
Because of the error message you posted, please make sure that curl is installed on your moodle server and is activated. And please have also a look in to the apache log files - to ensure curl is able to reach the OM server and send the request.
Thank you,
Michael
I just want to thank you for your help and information...
I start reading this information and then I going to try the installation.
Thanks again
yes with this plugin you can connect your (shared) moodle server to an openmeetings server somewhere else. The requirement for that is, that you can connect moodle - for instance - via the default port 5080 of an openmeetings installation.
Here is a link to a manual for the openmeetings installation (version 1.9.1):
https://cwiki.apache.org/confluence/download/attachments/27842220/Manual%20usuario%20OpenMeetings%201.9.1%20espanol.pdf?version=1&modificationDate=1332506059000&api=v2
A little bit old but maybe this will help you a little bit.
Greetings,
Michael
The problem is my English,and that I don’t understand very well what OM is
Al that I understood is that shared server doesn't suport streaming.
even so, Is it possible for an installed moodle on this kind of server to run this plugins?
What is the mean of
you need to connect to the om server on port 5080
Does The plugins connect to another server?-
Thanks again
sorry, but I don't understand your question very well. At first you have to install moodle and you have to install openmeetings (om). If you want to use openmeetings from inside the moodle application you can install the om moodle plugin and than you have to configure the plugin/connection between moodle & om. At the following side it is described how to do that: http://openmeetings.apache.org/MoodlePlugin.html
For testing purpose I think you can use the same machine. But for a production environment, you should use two different server. Normaly (with the standard config of om) from the moodle site you need to connect to the om server on port 5080. The om server it self needs the ports 5080 & 1935. See also this page: http://openmeetings.apache.org/PortSettings.html
I hope I could help you,
Michael
I have a question, sorry if it is something obvious,
I can install this plugins in any server... I mean, it is not necessary to host Moodle in a dedicated server, because my Moodle server don't accept streaming
Thanks