Questions tagged [openmeetings]

Apache OpenMeetings is a free Audio/Video conferencing software that allows you to instantly set up a conference in the Web. OpenMeetings supports integration with Atlassian Jira or Confluence Enterprise Wiki, Asterisk VoIP server, Drupal, Joomla, WordPress or any other Website and CMS.

Apache OpenMeetings a top level project of the Apache Software Foundation that provides Audio/Video conferencing using your browser. You can use your microphone or webcam, share documents on a white board, share your screen or record meetings.

For more information, check the Apache OpenMeetinge project page: http://openmeetings.apache.org

The developer wiki pages are on-line at https://cwiki.apache.org/OPENMEETINGS/. The project mailing lists can be found here: http://openmeetings.apache.org/mail-lists.html

The full source for the project can be accessed through the Apache SVN repository. For further discussion please visit: openmeetings.apache.org/mail-lists.html

67 questions
0
votes
1 answer

Failed to start broadcast: kurento.MediaPipeline not found (Code:40101, Type:null, Data: {"type":"MEDIA_OBJECT_NOT_FOUND"})

I am facing this issue when I opened any conference room or any meeting then the camera or microphone or sharedscreen is opened from just 1 or 2 seconds and then gone and error message popup in the image below which is attached and in text I am…
Arslan Maqbool
  • 519
  • 1
  • 7
  • 21
0
votes
1 answer

Apache Open meetings run locally for development

I am aiming to use Open meetings in my project. Before doing that, I was starting with some UI colour changes and check the system on my local machine. For doing this, I cloned the Git repository https://github.com/apache/openmeetings . After this,…
user3099103
  • 103
  • 3
  • 9
0
votes
1 answer

Having trouble connecting to Apache OpenMeetings through Nginx reverse proxy

I've installed OpenMeetings v5.0.0 on my server and was able to configure and log in using ssh tunnel. So I set up an Nginx reverse proxy as described in this tutorial: https://www.vultr.com/docs/how-to-install-openmeetings-on-ubuntu-16-04 When I…
Jon Hulka
  • 1,259
  • 10
  • 15
0
votes
1 answer

cant access ubuntu localhost which hosts apache openmeeting from internet

I'm new and selflerner. I have configured a apache open meeting in ubuntu 18.04. Ubuntu has been installed as VM guest using windows server 2016. Open meeting is running on ubuntu local host properly. Both guest and host has two separate public IPs,…
0
votes
1 answer

Audio not working in openmeeting 4.0.4, on click of start recording test it just gets disabled

I installed openmeeting 4.0.4. Audio not working. when I click on start recording test to check setup it's just get disabled. I checked logs, nothing suspicious or no error in log files. What may be the issue? Any help is appreciated.
Diksha
  • 384
  • 1
  • 5
  • 16
0
votes
1 answer

How to permanently disable audio and camera in openmeetings room?

I am using Apache Openmeetings. Since I don't use audio and Camera features on a particular room, i would like to permanently disable the camera/audio popup when Guests login to the meeting room. Any help is much appreciated. Thanks
0
votes
1 answer

Preview OpenMeetings via Eclipse in development mode

I am using OpenMeetings and want to customize the UI. I have followed the tutorial here - https://openmeetings.apache.org/BuildInstructions.html and got it setup in Eclipse, now I don't know the server the webapps runs on so I setup Tomcat which I…
ken4ward
  • 2,246
  • 5
  • 49
  • 89
0
votes
2 answers

Boostrapping OpenMeetings

I am trying to boostrap OpenMeetings using this boostrap package https://github.com/l0rdn1kk0n/wicket-bootstrap. According to the tutorial of how to, I'll do it thus: // best place to do this is in Application#init() Bootstrap.install(this); // if…
ken4ward
  • 2,246
  • 5
  • 49
  • 89
0
votes
1 answer

Openmeeting join room doesn't work

I have created room and joining it from following url http://localhost:5080/openmeetings/hash?secure=609a1015-030e-430b-8eb3-b7aa6fe74980&language=1 But it is not working properly. I am getting screen as shown in image below. My openmeeting version…
Darshit
  • 420
  • 2
  • 11
0
votes
1 answer

I have installed ApacheOpenmeetings On a local server. How can i access rest api's from another application?

Getting below error on requesting from localhost:- XMLHttpRequest cannot load http://192.168.1.3:5080/openmeetings/services/user/login?user=user&pass=pass. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin…
0
votes
1 answer

Add new user in apache openmeetings API via Ajax does not work

I'm using apache api openmeetings. When i try to add a new user, I get HTTP Response Error 500 and the following error in the openmeetings log: ERROR 09-06 11:18:00.938 22023 230 o.a.o.w.UserWebService [0.0-5080-exec-2] -…
Tore Usai
  • 3
  • 4
0
votes
2 answers

No audio with openmeeting sip call

I am making a setup with openmeeting server on ubuntu and soft-phone phonerlite on windows. Configurations are made as per below link http://openmeetings.apache.org/red5sip-integration_3.1.html I observe call being active on phonerlite on making a…
Prasad
  • 1
0
votes
3 answers

Openmeetings: Issue to login in to openmeetings in SSO login from another application

I am writing code to login in to openmeetings from another application SSO login from another application and want to enter in to room directly by using API. I tried the following steps: Get the SID by using code below: $.ajax({ method: "GET", …
user1048999
  • 421
  • 1
  • 5
  • 3
0
votes
1 answer

getSession of Openmeeting API is not working

hello I have create my web page and i create web service in it. i want to use getSession and loginuser method of Openmeeting SOAP. When I am using http://[host]:[port]/openmeetings/services/UserService/getSession from…
prafful
  • 33
  • 7
0
votes
1 answer

Openmeeting enter room is not working

I am trying to below link for integrating openmeetings(version 3.2.1) with my application. http://openmeetings.apache.org/RestAPISample.html Requirement is need to access openmeetings without signin page, as describe in above link. As per link, I…
prafful
  • 33
  • 7