new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -
Number of replies: 51
hi,

I completed two Plugins for Integration of OpenMeetings into Moodle.
OpenMeetings is a OpenSource Video-Conferencing Software.
The Modules and Installation instruction can be found in the wiki of OpenMeetings:
http://code.google.com/p/openmeetings/wiki/MoodlePlugins

a Demo Moodle Portal is at:
http://inno02.fh-pforzheim.de:5080/moodle/ (you can login as guest, there is only one course, the course has both Activity Plugins enabled)

I build two different Activity Modules:
1.) For the Team Modus (Conference-Plugin) where you got 4 Participants
2.) For the Teacher Modus (Audience-Plugin) where only one Presenator but up to 20 listeners
(The number of Participants is a limitation of the Plugin, not of OpenMeetings, but I did not add all configuration values into the first release of this Plugin)

I also uploaded the Plugin to the Modules Database:
Conference-Plugin and Audience-Plugin

The plugin uses a slightly different version of nusoap, thats why I do not use the standard SOAP Gateway of Moodle 1.9. It connects to the SOAP-Gateway of Openmeetings which is build using Apache Axis2(Java).

The Sources can be found in the OpenMeetings SVN:

Is there a Plugin announce-list anywhere? I've seen several posts here about Plugins but not sure if this is the right place for an announcement.

thanks,
sebastian wagner
Average of ratings: -
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Jesús Martín -
Fantastic!
I installed Openmeeting one month ago and it's fine... (in my opinion better than other solutions named in this site)

J. Martín
In reply to Jesús Martín

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by shen yiching -

I am excited for knowing this tool. Before finishing the openmeeting install,I go to the installer by accessing " http://127.0.0.1:5080/openmeetings/install ".

But it cannot enter the install page. I check the unzipped files and cannot find any install subdirectory under the openmeetings directory.What`s wrong with it? Any tips will be appreciated!

In reply to shen yiching

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -
this directory does not exist, its a virtual side (servlet). If you read the web.xml you would find the Class loaded by accessing this URL.
But anyway, you maybe copied the package in the wrong place or did miss something in the Installation steps.

sebastian
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Susana Berdonces -

Hello Sebastian,

Could you tell me which are the installation steps?.

I've been reading this information about OpenMeetings Installation but I've got some doubts:

1.- My Moodle is installed in a remote server (Linux Machine) so I suppose that the database is listening and allowing TCP/IP connections.

2.- Open Office service must be installed on the remote server too?

3.- Do I have to install ImageMagick, gosthScript, SWFTools on the reomote server too?

4.- After doing all these steps, How could I try Openmeetings on my remote server?

5.- Finally, Do I have to install Moodle plugins by putting the folders into Moodle /mods directory?

Thanks a lot for helping me!!.

Cheers. Susana.

Requirementsfull-list) It is recommended to make/use an empty database/scheme

Database MUST listen and allow TCP/IP connections! And the default character-set/scheme must be UTF8! For example a fresh MySQL does not listen on TCP/IP by default and has not utf8 as default-character-set defined. You have to change these settings and restart your database server so that changes take effect (mysql-config is in my.cnf). Postgres for example does also not listen by default on TCP/IP but uses by default UTF8 (since postgres 7 or 8). To change Postgres listening on TCP/IP check postgresql.conf and add your host to the pg_hba.conf. In Postgres you need to create a database using template1 cause template1 create automatically a scheme called public which is needed (and since postgres 8 you can use several schemes inside one database public is the default one Postgres-Docs).
  • OpenOffice-Service started and listening on port 8100 (see OpenOfficeConverter, this is not necessary for installation but for running later on)
  • Installed ImageMagick (this is not necessary for installation but for running later on), you can get more information on http://www.imagemagick.org regarding installation. The instructions for installation can be found there http://www.imagemagick.org/script/binary-releases.php, however on most linux systems you can get it via your favorite package managers (apt-get it)
  • Installed GhostScript (this is not necessary for installation but for running later on), you can get more information on http://pages.cs.wisc.edu/~ghost/ regarding installation. The instructions for installation can be found there, however on most linux systems you can get it via your favorite package managers (apt-get it).
  • Installed SWFTools (this is not necessary for installation but for running later on), you can get more information on http://www.swftools.org/ regarding installation. Some of the Linux distributions already have it in there package manager see http://packages.debian.org/unstable/utils/swftools)
  • MAC OSx / Linux Users => Get Flash Player 10 Beta!! It fixes the CPU Problem for Streaming Video => http://labs.adobe.com/technologies/flashplayer10/
In reply to Susana Berdonces

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -
*1.- My Moodle is installed in a remote server (Linux Machine) so I suppose that the database is listening and allowing TCP/IP connections.*
=> no, you should check that, for example PHP can use the UNIX/Socket to communicate to the database, and by default for example MySQL does not listen on TCP/IP connections.

*2.- Open Office service must be installed on the remote server too?3.- Do I have to install ImageMagick, gosthScript, SWFTools on the reomote server too?*
=> To use all features of OpenMeetings you need OpenOffice running as a Service on your remote Server, and ImageMagick/SWFTools/Ghostscript installed on your remote Server, your probably should contact your network administrator if you never have done that before.

*4.- After doing all these steps, How could I try Openmeetings on my remote server?*
=> You can check and use OpenMeetings like in standalone modus of OpenMeetings. Just follow the Installation Guide and it will lead you to the login Page.

*5.- Finally, Do I have to install Moodle plugins by putting the folders into Moodle /mods directory?*
=> yes you need to install the Moodle Modules liek any other Moodle Plugin.

sebastian
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Nadia Nadi -
I have placed the moodle-plugin into the moodle/mod directory,and run the installation.but when the installation was going to build the openmeetings tables,it stopped,and did nothing,and didn't show the continue button too.
when I compared the files in it's 'db' directory with other Folders,I saw that it didn't have the files : mysql.php- postgre.php - access.php . and also it's - upgrade.php - file was empety.
So what is your suggestion?
In reply to shen yiching

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Tim Kramer -
There's a step provided in the video that's not in the install docs. You need to comment out one section in one of the config files (has something to do with logging) that keeps the RED5 server from starting. Watch the video!
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sr. Miguel -

Hi,

Can OpenMeetings be used/installed  in a Windows machine?

Thank you

In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Jérôme DEMIAUX -
Hi Sebastian,

I've tried to install your plugins under two moodle (1.9 and 1.9.1) but in all cases i get an white page when i click on "admin -> notifications" without any error for 1.9.1 version but this message on 1.9

Fatal error: Cannot redeclare timestamp_to_iso8601() (previously declared in ...\moodle\lib\soap\nusoap.php:826) in ...\moodle\mod\openmeetings\lib\nusoap.php on line 935

When we shunt this function , a new error message appears
Fatal error: Cannot redeclare usleepwindows() line 891 ...
And so on ..

Are these activity modules compatible with 1.9 version ?

Jérôme.
In reply to Jérôme DEMIAUX

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -
yes, both plugins are developed against Moodle 1.9
The current Demo Portal also uses Moodle 1.9 (Moodle 1.9 (2007101509))

sebastian
In reply to Jérôme DEMIAUX

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Anietie Ekanem -
I am having the same problem.

white screen.

do i need to install openmeeting or does this plugin do it for me?

Chris
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Vish Ravishankhar -

Hi Sebastian,

Great work on the OpenMeetings integration with Moodle. I test drove both plugins and they work flawlessly.

I do have a question on OpenMeetings integration to any website - do you plan to release plugins for OpenMeetings to-any integration too ? Do you have recommendations on how to enhance the current Moodle plugins for doing the same?

Appreciate your thoughts.

Keep up the fantastic work on OpenMeetings!

VR

In reply to Vish Ravishankhar

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -
you can see in the list of available SOAP-Methods in the OpenMeetings Wiki that there are more possibilities. But for *any* application you can take the moodle plugin as a starting point.
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Vish Ravishankhar -

sounds good, Sebastian.

I will check out this list in the Wiki.

VR

In reply to Sebastian Wagner

help with no configuration page for openmeeting audience plugin

by juan cern -

hi, i really need your help pls, im using fedora 7, with a 1.9.1 moodle version, i created the database with the host/admin (procedure) and i can see the module loaded (with chat, quiz and others....), but when i click to edit or change some parameters on the openmeeting audiconference a white screen comes out, and another question pls, how do you put on listening and service on an openoffice 2.3 packet using graphical desktop on my computer (í'm confused about the xbvf stuff)

thanks a lot for your time, and your patience....

In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Benoit Brosseau -
on your demo i get this error:

Error

wsdl error: HTTP ERROR: cURL ERROR: 28: Operation timed out after 30 seconds with 0 bytes received
url: http://inno02.fh-pforzheim.de:8080/openmeetings/services/UserService?wsdl
http_code: 0
header_size: 0
request_size: 170
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 30.029573
namelookup_time: 0.004371
connect_time: 0.004651
pretransfer_time: 0.0048
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0
Could not login User to OpenMeetings, check your OpenMeetings Module Configuration
In reply to Benoit Brosseau

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -
retry ... the Demo Server was down because of Network Issues.

sebastian
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Matt Mooney -
Hi. I have set up OpenMeetings successfully on a remote virtual server with RedHat Linux. I have also setup the OpenMeetings modules successfully on my moodle installation. My problem is when trying to create a new class. When I try to save and display the class I get the following error.

Error

wsdl error: HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url: http://myipaddress:5080/openmeetings/services/UserService?wsdl
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 8.6E-5
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0
Could not login User to OpenMeetings, check your OpenMeetings Module Configuration


I have been unsuccessful thus far trying to find a solution to this error.

Your help is much appreciated.
-Matt
In reply to Matt Mooney

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Nadia Nadi -
I have placed the moodle-plugin into the moodle/mod directory,and run the installation.but when the installation was going to build the openmeetings tables,it stopped,and did nothing,and didn't show the continue button too.
when I compared the files in it's 'db' directory with other Folders,I saw that it didn't have the files : mysql.php- postgre.php - access.php . and also it's - upgrade.php - file was empety.
So what is your suggestion?
In reply to Nadia Nadi

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sen G -
You need to enable soap extension in php
In reply to Matt Mooney

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Beat Z -
Hi I have exact the same error message, do you have a solution?

Regards

Beat
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by eric pingel -
Works great, thanks for the plugin!
In reply to Sebastian Wagner

જઃ new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Dr. Amitkumar Mali -
Hi,
Please accept my congratulation for creating wonderful plugin

I am a teacher and using moodle in my Computer lab ( Windows base pc's). I dont have much networking knowledge.

I want to use OpenMeetings in my moodle installation. I searched a lot on moodle.org and google but could not find any guidline to enable it on Lan. I have some questions
1) DO i have to install Red5 Server?
2) how to change settings for the modual in moodle run on LAN? ( I found it on http://code.google.com/p/openmeetings/wiki/MoodlePlugins )

Please answer it as early as possible because I am presenting moodle and its features In my district level science fare and i want to demonstrate OpenMeetings. ( we don't have internet access at rural area where the fare is organized. I will create a LAN of two Laptops with the help of a router)

Regards
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by sasi s -
Hi,

This is my 1st project in moodle.I decided to have a virtual class room using moodle.so I installed "openmeeting". But I

am unable to login to "openmeeting", instead it is displaying the following errors.


Error

wsdl error: HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url: http://localhost:5080/openmeetings/services/UserService?wsdl
content_type:
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 0
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: -1
upload_content_length: -1
starttransfer_time: 0
redirect_time: 0
Could not login User to OpenMeetings, check your OpenMeetings Module Configuration



I think i have made mistake during installation. I have attached the file below which shows the seetings I have made during installation.Can anyone please tell me how to solve this problem. Also is there anyother moudle in moodle where i can conduct virtual class.thanks in advance.



regards,
sasi
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Abel Santolino Moreno -
Hello,

I'm configuring moodle to connetc to openmeeting demo site:

OpenMeetings/Red5 server link (rtmphostlocal|example: yourhost.com): demo.openmeetings.de

OpenMeetings/Red5 server http Port (red5httpport|example: 5080 ): 8090

OpenMeetings/ Admin Username (OpenMeetings? Username|example: admin ): myuserindmosite

OpenMeetings/ Admin Userpass (OpenMeetings? Userpass|example: admin ):

Conference Language (OpenMeetings Value Between 1 and 14 ):1
Conference Width (1000):1000 Conference Height (640):640

What is that I'm missing???

In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Mahtab Hussain -

Hi Sebastian,

This is really a great addon. I have just finished installing. But having issues in creating an openmeetings activity.

I have created an account on demo site. I get this message.

Error

wsdl error: HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url: http://openmeetings.de:1935/openmeetings/services/UserService?wsdl
content_type:
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 29.994056
namelookup_time: 0.255539
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: -1
upload_content_length: -1
starttransfer_time: 0
redirect_time: 0
In reply to Mahtab Hussain

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Frankie Kam -
Picture of Plugin developers

Hi y'all

I went to http://code.google.com/p/openmeetings/wiki/MoodlePlugins and  downloaded the plugin and had no problem copying the files to my moodle site...until I came to this (below) screen. No what do I do? FYI, I am renting a Virtual Private Server from my Hosting company. Do I get them to do the settings for me?  Please reply, as I am keen to integrate my Moodle site with OpenMeetings.

Regards
Frankie Kam, Melaka Malaysia

P.S., my domain is http://www.moodleace.com and I have a subdmain which is http://scm.moodleace.com

openmeetings

In reply to Frankie Kam

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by John Andrewartha -

Your screen shot says it all.  No details beyond the defaults.   You need the OpenMeetings URL the port if different to 5080, your moodle installs login name for OpenMeetings and the Password.

Your OpenMeetings host needs to create an ccount there end for you with admin privelages.

Once you do all that it works like magic.

In reply to John Andrewartha

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Frankie Kam -
Picture of Plugin developers

Thanks John, but I still need some handholding here.

I' still not clear what are the strings of text I need to
enter so that I can ember a meeting window within Moodle.

>You need the OpenMeetings URL
>
DO you mean
http://openmeetings.de/openmeetings/
or
http://openmeetings.de

??

Frankie, Malaysia

In reply to Frankie Kam

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by John Andrewartha -

The URL should look like  openmeetings.de/openmeetings   no http needed.

The port is 1935 if you are using the demo site.

Enter the User name and password that you created or where assigned.

Save the page and then  create a openmeeting confeerence in a course and it should all work.

If you are using it for Distance Ed then I maybe a able to give some pointers as that is whwt we use it for.

In reply to John Andrewartha

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Frankie Kam -
Picture of Plugin developers

Hi John Thanks for the reply.

Here are my settings...

And here's the error message I received!

 

Error

wsdl error: HTTP ERROR: Unsupported HTTP response status 505 HTTP Version Not Supported (soapclient->response has contents of the response)

Could not login User to OpenMeetings, check your OpenMeetings Module Configuration

 

What went wrong?

Regards
Frankie Kam

In reply to Frankie Kam

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by John Andrewartha -

Change the port to 5080.  If that bombs then port 80.

John

In reply to John Andrewartha

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Selin Ka -

Dear John,

I did all the steps mentioned above but I got "wsdl error: XML error parsing WSDL from http://------.web.tr:2082/openmeetings/services/UserService?wsdl on line 8: undefined entity" error.

What went wrong?

 

Yours Sincerely

Selin

 

In reply to Selin Ka

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by John Andrewartha -

Hi Selin,

The account you create on Openmeetings for Moodle need to have admin privelages.  Rooms are created as a once off every time Openmeetings is included in a course.

When you delete a course or the Openmeetings activity in Moodle it does not automaticaly delete the room on Openmeetings.

John

In reply to John Andrewartha

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by imbu danilot -

this stuff is not working, and I tried with all the ports recommended, plus the acccount I created an account in openmeetings.de/openmeetings/ and demoopenmeetings.de/openmeetings/

which mirrors the same account I have in my moodle installation.

is anybody aware out there of a free video conference module which actually works?

I am loosing patience here, dimdim bought by salesforce, this openmeeting is broken....

 

 

wsdl error: HTTP ERROR: cURL ERROR: 7: Failed to connect to 85.214.70.45: Permission denied
url: http://openmeetings.de:80/openmeetings:80/openmeetings/services/UserService?wsdl
content_type:
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 3.1E-5
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0

In reply to imbu danilot

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sebastian Wagner -

Hi Imdu,

of course you cannot use our demo server as integration into your Moodle Platform. You need your own OpenMeetings instance to add an user with user-level "Admin" or "SOAP-Access" to OpenMeetings.

Have you seen the Demo Video on our Moodle Demonstration site?

http://moodle.openmeetings.de

I think the video takes 5 minutes and the part to install the plugin takes around 90 seconds. This is not really that techy stuff ;)

The rest of the video shows some sample features and the actual creation of conference rooms.

You should also make sure you read our latest post about the new Moodle Module 1.2:

http://moodle.org/mod/forum/discuss.php?d=187271

Sebastian

 

Average of ratings: Useful (1)
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by imbu danilot -

Thanks Sebastian,

I am checking that now.

 

In reply to imbu danilot

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Justin Lee -

I am having the following error....

Error

wsdl error: Getting http://localhost:5080/openmeetings/services/UserService?wsdl - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url: http://localhost:5080/openmeetings/services/UserService?wsdl
content_type:
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 0.000208
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0

I have attached a screenshot of my settings :s

Please help!

Attachment openmeetings.jpg
In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Dion Gouws -

I have installed the openmeetings app successfully. I am encountering a problem with uploading files to the system.

When trying to upload files openmeetins starts the upload then displays converting document and then displays an error "HTTP-ERROR: 404" The uploaded doument does appear in the file list but when moving to the whiteboard it says deleted and there appears a cross in the whiteboard.

If anyone can provide assistance it will be appreciated.

 

In reply to Dion Gouws

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by antony lim -

Hi Dion,
I think you should install other application which is mentioned when you install the openmeetings first time, like : openoffice etc.

I successfully install openmeetings in my localhost, but when I implement it in my server,
I have this error in my moodle when I want to create a room "wsdl error: HTTP ERROR: Couldn't open socket connection to server http://myhost.com:9080/openmeetings/services/RoomService?wsdl prior to connect(). This is often a problem looking up the host name."

please help me

In reply to antony lim

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by darrell branch -

Hello,

Very new to Moodle.  I installed the openmeetings folder into the Mod folder.  When I go to the Moodle admin page, nothing happens.  Moodle does not recorgnized that a ne plugin has been installed.  Can someone help? Where did I go wrong?

In reply to darrell branch

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Stella Avaro -

I have a 2.2.3 Moodle Version, where can I find the VideoConferencing for Open Meetings to download?

In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by mauricio santos -

estou com problemas no open mettings ainda nao sei se é configuração, instalei em um servidor web (foi tranquilo) mas nao consegui acertar a configuração (acho eu) abaixo o erro que aparece.

Error

wsdl error: HTTP ERROR: no proper separation of headers and document

Error

wsdl error: HTTP ERROR: no proper separation of headers and document

Could not login User to OpenMeetings, check your OpenMeetings Module Configuration

In reply to mauricio santos

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Mohammed Arafa -

hi there

this seems to be the issue tracking thread so here goes

i have succesfully installed the following:

apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz

apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz

jodconverter-core-3.0-beta-4-dist.zip

moodle-latest-23.tgz

i have verified that individually the 2 applications work, i have also verified that my admin user as well as the soap user are able to login. however, whenever i attempt to add an openmeeting activity to my course i keep running into this error:

Request OpenMeetings! OpenMeetings Service failed and no response was returned.

the red5.log doesnt show much and google doesnt know anything about this error except that it is coming from openmeeting code. any help or hint appreciated as things were going smoothly till this error showed up

centos 6.3 with libreoffice - 64 bit - vm

In reply to Mohammed Arafa

回复: Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Leo Zeng -

I have the same problem. No luck finding answers online.sad

In reply to Mohammed Arafa

回复: Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Leo Zeng -

I have the same problem. No luck finding answers online.sad

In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Mark Huff -

Not really sure if this is the place for this but here goes...

I am using Moodle 2.4.3, OpenMeetings21_20111019 plugin, and OpenMeetings apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.  Everything works just fine except.....

I create a new conference in moodle and the room is created in openmeetings. The issue arises in that I can only access the room one time and then the account is set to "Disable" and I can't access the room again....

Is this the way it is supposed to work, or is there some setting that I am missing??

 

Thanks in advance

In reply to Sebastian Wagner

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sujoy Ghosh -

Dear Sebastian,

Thanks for the detail documentation on integration of Openmeetings with moodle. I had already installed and using the same from Moodle plugin. But the problem I am facing as below;

Everytime I run the Classroom activity it is taking me to OM Login page instead the login automatically and enter directly into the classroom (conference room). 

OM plugin is configured using the soapadmin as user. 

Also the next issue is loading the OM module is taking longer time. Is there any way to minimise the loading time of OM classroom applet

versions used: Moodle 2.6 and Openmeetings 3.6. Both the softwares are installed on the same server.


Any suggestion to improve on OM performance fixing the issue will be highly appreciated. 


Regards

Sujoy

In reply to Sujoy Ghosh

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Sujoy Ghosh -

Dear Sebastian,


Attaching the screenshot for your reference. 

Attachment OMerrorscreen.jpg
In reply to Sujoy Ghosh

Re: new VideoConferencing Plugin(s) for OpenMeetings 0.5.1

by Michael Wuttke -

Hello Sujoy,

which version of the moodle om plugin do you use?

You should use for moodle 2.6 and openmeetings 3.0.6 the version 1.7. You can find this version here.

Thnaks & Greetings,

Michael