openmeetings over https

2020-04-05 Thread ratatouille
Hello! I startet openmeetings-4.0.10 with ./red5.sh, installed it and can connect. Now I want to use https within the browser to connect to openmeetings but netstat does not show it is listening on port 5443. tcp0 0 :::5080 :::*LISTEN 30382/

A Question about Tomcat

2020-04-06 Thread ratatouille
Hello! When I start openmeetings with red5.sh an instance of tomcat is startet, right? And when I connect to port 5080 I connect to tomcat, right? Is the apache webserver involved in all this that is running on the same machine? I ask because I try to understand what is going on when I start om

Re: A Question about Tomcat

2020-04-06 Thread ratatouille
Hello! Zenon Panoussis schrieb am 06.04.20 um 20:38:12 Uhr: > > When I start openmeetings with red5.sh an instance of tomcat is startet, > > right? > > And when I connect to port 5080 I connect to tomcat, right? > > > Is the apache webserver involved in all this that is running on the same

Re: A Question about Tomcat

2020-04-10 Thread ratatouille
Hello! According to https://svn.apache.org/repos/asf/openmeetings/site/trunk/RTMPSAndHTTPS.html I modifed 1. Edit red5/conf/jee-container.xml file: Comment Tomcat without SSL enabled section UNComment Tomcat with SSL enabled section 2. Edit red5/webapps/openmeetings/public/config.xml and set

Re: A Question about Tomcat

2020-04-10 Thread ratatouille
Hello! apache-openmeetings-4.0.10.tar.gz Can I use a letsencrypt keyfile to create/import to keystore? Andreas Maxim Solodovnik schrieb am 10.04.20 um 18:38:20 Uhr: > What version are you working with? > > On Fri, 10 Apr 2020 at 18:36, ratatouille wrote: > > > Hello!

Problem importing root.crt into keystore.jks

2020-04-10 Thread ratatouille
Hello! I exported existing letsencrypt certificate into PKCS12 format. That went well. Then I imported resulting red5.p12 into keystore, fine. Executing keytool -import -alias root -keystore /home/andreas/om/conf/keystore.jks -trustcacerts -file /home/andreas/rootcert.pem gives an error after

Re: Problem importing root.crt into keystore.jks

2020-04-10 Thread ratatouille
ratatouille schrieb am 10.04.20 um 16:52:38 Uhr: > Hello! > > I exported existing letsencrypt certificate into PKCS12 format. That went > well. > > Then I imported resulting red5.p12 into keystore, fine. > > Executing > keytool -import -alias root -keystore /home/a

Re: Problem importing root.crt into keystore.jks

2020-04-10 Thread ratatouille
gt; > K. > > Am Fr., 10. Apr. 2020 um 16:52 Uhr schrieb ratatouille < > ratatoui...@bitclusive.de>: > > > Hello! > > > > I exported existing letsencrypt certificate into PKCS12 format. That went > > well. > > > > Then I imported resulting

Re: Problem importing root.crt into keystore.jks

2020-04-10 Thread ratatouille
o.r.s.net.rtmps.RTMPSMinaIoHandler - Keystore or Truststore file does not exist 2020-04-10 18:36:05,614 [NioProcessor-11] INFO o.r.s.net.rtmp.RTMPMinaIoHandler - Close already forced on this session: 18 hmmm Andreas ratatouille schrieb am 10.04.20 um 18:27:07 Uhr: > Hello! > > In your manua

Re: Problem importing root.crt into keystore.jks

2020-04-10 Thread ratatouille
ger necessary. It works without it. See the very last sentence in my > manual. > > Best K. > > Am Fr., 10. Apr. 2020 um 16:52 Uhr schrieb ratatouille < > ratatoui...@bitclusive.de>: > > > Hello! > > > > I exported existing letsencrypt certificate into

Multiple IP-adresses on server

2020-04-10 Thread ratatouille
Hello! After solving my problem with the keystore I see this in the log: 2020-04-10 20:50:27,231 [main] INFO o.a.c.http11.Http11Nio2Protocol - Initializing ProtocolHandler ["https-jsse-nio2-0.0.0.0-5443"] 2020-04-10 20:50:32,351 [main] ERROR o.a.catalina.util.LifecycleBase - Failed to initiali

Installation and OpenOffice

2020-04-11 Thread ratatouille
Hello! Is it possible to skip the OpenOffice part at installation time? I want to install openmeetings on a server where OO is not installed. Kind regards Andreas

Re: Multiple IP-adresses on server

2020-04-11 Thread ratatouille
Hello! Thank you! I'll try that. Andreas Maxim Solodovnik schrieb am 11.04.20 um 23:19:25 Uhr: > Hello Andreas, > > For OM 5.0 you can specify `address` for Connector > https://tomcat.apache.org/tomcat-9.0-doc/config/http.html > For 4.0.x you need to set http.host in `red5.properties` (shou

Question about OM5

2020-04-11 Thread ratatouille
Hello! I try to run apache-openmeetings-5.0.0-M3 on a CentOS7-Server. Is this also an Tomcat-embedded version? There is no ./red5.sh $ ./admin.sh Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: org/a

Re: Question about OM5

2020-04-12 Thread ratatouille
Hello Maxim! Maxim Solodovnik schrieb am 12.04.20 um 19:42:31 Uhr: > As it is stated on main page "IMPORTANT: Java 11 is required" > https://openmeetings.apache.org/ > > To run this version use scripts from `bin` folder Now I installed Java 11 in the CentOS 7 server. $ java -version openjdk v

Android App for openmeetings

2020-04-12 Thread ratatouille
Hello! Is there an App for Android available for openmeetings? Just curious. Regards Andreas

Re: use case report: OM on Android Tablet

2020-04-12 Thread ratatouille
Hello! Orm Finnendahl schrieb am 12.04.20 um 22:49:42 Uhr: > Hi, > > this is an information for a use case I came up with in the last days > that I want to share with you: > > In order to increase the useability of the OM whiteboard, I added a > user account for an additional login with an A

Re: use case report: OM on Android Tablet

2020-04-12 Thread ratatouille
ratatouille schrieb am 12.04.20 um 23:20:30 Uhr: > > this is an information for a use case I came up with in the last days > > that I want to share with you: > > > > In order to increase the useability of the OM whiteboard, I added a > > user account for an ad

Re: Question about OM5

2020-04-13 Thread ratatouille
Hello Maxim! Do you say I should remove the per yum installed tomcat? yum list installed |grep tomcat tomcat.noarch 7.0.76-11.el7_7@updates tomcat-admin-webapps.noarch 7.0.76-11.el7_7@updates tomcat-docs-webapp.noarch

Re: Question about OM5

2020-04-13 Thread ratatouille
Hello! It's not clear to me if I should have a Tomcat installed at all. I don't need it anymore on this server. Should I install a Tomcat9 or is this not needed and openmeetings will run nevertheless? Excuse my inexperience with java and tomcat please! Andreas Maxim Solodovnik schrieb am 13.

Re: Question about OM5

2020-04-13 Thread ratatouille
Thanks! Maxim Solodovnik schrieb am 13.04.20 um 17:49:39 Uhr: > > It's not clear to me if I should have a Tomcat installed at all. > > I don't need it anymore on this server. Should I install a Tomcat9 > > or is this not needed and openmeetings will run nevertheless? > > > > OpenMeetings bund

Re: Question about OM5

2020-04-13 Thread ratatouille
Hello! Alvaro schrieb am 13.04.20 um 10:16:48 Uhr: > ...only can say to follow the tuto: > https://cwiki.apache.org/confluence/download/attachments/27838216/Insta > llation%20OpenMeetings%205.0.0-M3%20on%20Centos%207.pdf > ...so i will know to where is. > With the information that is in this thr

Installation of OM5 fails

2020-04-13 Thread ratatouille
Hello again ;) Got OM5 running. Great experience! But installation does not finish. I get Installation fehlgeschlagen org.apache.wicket.WicketRuntimeException: There is no application attached to current thread Openmeetings - Installation at org.apache.wicket.Application.get(Application

Re: Installation of OM5 fails

2020-04-13 Thread ratatouille
Hello! I tried a second time and the installation went through. This is great! I am logged in now. Andreas ratatouille schrieb am 13.04.20 um 13:24:46 Uhr: > Got OM5 running. Great experience! But installation does not finish. > I get > > Installation fe

Multimedia server is inaccessible

2020-04-13 Thread ratatouille
Hello! What does this warning mean? I get it when I enter a room. WARN 04-13 14:08:20.698 o.a.o.c.r.KurentoHandler:112 [nio-5443-exec-7] - Media Server is not accessible Andreas

Re: Question about OM5

2020-04-13 Thread ratatouille
Hello! Allright, thank for that hint! Andreas Alvaro schrieb am 13.04.20 um 16:02:02 Uhr: > ...it's necessary to compile ffmpeg to record right at rooms. > > The nux ffmpeg version is 2.x.x and give error recordings. > > Alvaro schrieb am 13.04.20 um 10:16:48 Uhr: > > > > > ...only can

Re: Installation of OM5 fails

2020-04-13 Thread ratatouille
reproducible for me > > On Mon, 13 Apr 2020 at 18:48, ratatouille wrote: > > > Hello! > > > > I tried a second time and the installation went through. This is great! > > I am logged in now. > > > > Andreas

Re: Multimedia server is inaccessible

2020-04-13 Thread ratatouille
running/inaccessible > > On Mon, 13 Apr 2020 at 19:11, ratatouille wrote: > > > Hello! > > > > What does this warning mean? I get it when I enter a room. > > > > WARN 04-13 14:08:20.698 o.a.o.c.r.KurentoHandler:112 [nio-5443-exec-7] - > > Media Server is not accessible > > > > Andreas > > > >

Re: Installation of OM5 fails

2020-04-13 Thread ratatouille
4) go to URL `https://localhost:5443/openmeetings` > 5) enter these fields for screen1, select Next > .. > Expected result: everything is OK > Result: Errors on the screen > > So anyone (including me) can reproduce it > And I can improve it :)) > > On Tue, 14 Apr

Re: Installation of OM5 fails

2020-04-14 Thread ratatouille
... > Expected result: everything is OK > Result: Errors on the screen > > So anyone (including me) can reproduce it > And I can improve it :)) > > On Tue, 14 Apr 2020 at 01:50, ratatouille wrote: > > > Hello! > > > > I did the second try maybe 30 minute

Re: Installation of OM5 fails

2020-04-14 Thread ratatouille
Hi! Did it a third time using ./bin/startup.sh for installation and no errors occured. Don't know why the error occured at first time. Andreas ratatouille schrieb am 14.04.20 um 16:40:26 Uhr: > Hello Maxim! > > Did the steps below in a testfolder and installation went thr

Re: Installation of OM5 fails

2020-04-14 Thread ratatouille
Sorry, can't serve with that this time. Andreas Maxim Solodovnik schrieb am 14.04.20 um 22:34:00 Uhr: > weird :(( > I prefer reproducible errors :)) > > On Tue, 14 Apr 2020 at 22:00, ratatouille wrote: > > > Hi! > > > > Did it a third time using ./

Installing Kurento

2020-04-15 Thread ratatouille
Hello! For me it seems to be nearly impossible to install KMS on a CentOS 7. I have no clue how to achive that. The steps to do it are completely opaque to me. I read it can be done via docker but I have no experience with docker. Don't know what steps to take and what is nessesary to do it. Sad

Re: Installing Kurento

2020-04-16 Thread ratatouille
Hello! Juan Antonio Moreno Carmona schrieb am 15.04.20 um 17:51:29 Uhr: > @Andreas, I dont use Centos but if you can install docker, then it's > easy to install kurento. > > So, can you do following? > > yum install docker I have docker installed like that. But I struggle on understanding w

Re: Installing Kurento

2020-04-16 Thread ratatouille
HelloE Maxim Solodovnik schrieb am 16.04.20 um 14:58:57 Uhr: > Just run in terminal > > `docker run --name kms -d -p : kurento/kurento-media-server` ah fine. That worked. # ps aux |grep kurento root 7329 5.8 0.3 386428 23476 ?Ssl 10:40 0:00 /usr/bin/kurento-media-se

Re: Installing Kurento

2020-04-16 Thread ratatouille
Hello! Juan Antonio Moreno Carmona schrieb am 16.04.20 um 10:42:34 Uhr: > Well, if you have docker installed, what is the result of the below > command? Copy all four lines at once and paste them into a terminal. The > result should be that docker downloads the latest available version of >

Re: [HELP NEEDED] 5.0.0 release

2020-04-16 Thread ratatouille
Hi! Good suggestions! This was irritating too when I logged in to the software for the first time. Andreas i...@bureau-de-poste.net schrieb am 16.04.20 um 18:26:52 Uhr: > Hello Maxim and others, > > This is a very serious suggestion. I am seeing the following on the > public video and wh

Re: [HELP NEEDED] 5.0.0 release

2020-04-17 Thread ratatouille
Maxim Solodovnik schrieb am 17.04.20 um 11:02:10 Uhr: > > 1) In the left column user column when I mouse-over the nice green > > microphone icon and the nice green video camera icon, the text states "Turn > > off microphone" and "Turn off camera". Since we decided to have these > > icons repres

Re: change password encoding MD5

2020-04-19 Thread ratatouille
Hi! Does not work. 404 Andreas Maxim Solodovnik schrieb am 19.04.20 um 16:32:20 Uhr: > Works for me > Can anyone else check? > > On Sun, Apr 19, 2020, 15:01 K. Kamhamea wrote: > > > This link doesn't work either. Got a 404 > > :-( > > > > Am So., 19. Apr. 2020 um 02:47 Uhr schrieb Maxim S

Re: [DISCUSSION] Plans for the next release

2020-04-20 Thread ratatouille
Hello! What does the "M" mean in the releases? Yesterday a friend of mine created a new account. When she sent an invitation from within OM all users with an account in OM where suggested to her with their email addresses as recipient. Is it possible (maybe via ACL or userrights) to hide those s

Re: [DISCUSSION] Plans for the next release

2020-04-20 Thread ratatouille
bile browser support is even the goal of version 5.0.0 > => Do we have some sort of supported browser and OS versions ? And then if > a platform is not 100% supported you can mark it as beta for 5.0.0. > > @Ratatouille: > *Yesterday a friend of mine created a new account. When sh

Re: [DISCUSSION] Plans for the next release

2020-04-20 Thread ratatouille
ticket number and I am happy to look into > it. > > Cheers > Seb > > Sebastian Wagner > https://www.linkedin.com/in/sebastianwagner/ > > > On Tue, 21 Apr 2020 at 08:33, ratatouille wrote: > > > "seba.wag...@gmail.com" schrieb am 21.04.20 um > >

Re: [DISCUSSION] Plans for the next release

2020-04-21 Thread ratatouille
Maxim Solodovnik schrieb am 21.04.20 um 09:27:21 Uhr: > I thought this thread will be about new functionality > Something bigger than bug fixing > > Maybe this is good indicator 5.0.0 is almost ready for production :) > > >> What does the "M" mean in the releases? > > M === Milestone > Somet

Question on userrights and groups

2020-04-21 Thread ratatouille
Hello! Where can I read about permissions like the differences of moderator and presenter for example. What can each type do? What does "Group files are restricted" mean in the group configuration? Andreas

Re: 2 problems with 5.0.0 M3

2020-04-21 Thread ratatouille
"Chamberland, Martin" schrieb am 21.04.20 um 18:14:10 Uhr: > We are using ISO (installed) 5.0.0M3. It's working good, but we face two pr= > oblems. > > I will try to explain my best in English. > 1- With Winows 10 (firefox or chrome), if we close the left side bar = > > using the arro

Re: 2 problems with 5.0.0 M3

2020-04-21 Thread ratatouille
"Chamberland, Martin" schrieb am 21.04.20 um 19:34:14 Uhr: > You correctly understand the first problem. > I hope developers will be able to reproduce it on demo server and fix it. > For us here, we cannot use demo server 5.0.0 M3, they look down for now. > > For our second problem, let's try

Re: Installation of OM5 fails

2020-04-23 Thread ratatouille
Hi! Maxim Solodovnik schrieb am 14.04.20 um 13:27:20 Uhr: > I mean detailed steps in form > 1) download version XXX > 2) unpack to folder `test` > 3) run `./bin/catalina.sh run` > 4) go to URL `https://localhost:5443/openmeetings` > 5) enter these fields for screen1, select Next > .. > E

Re: Installation of OM5 fails

2020-04-23 Thread ratatouille
the second run went through, no error like the first time. I'll try again with fresh setup tonight. Andreas > I see no detailed steps :((( > Please share your steps so i can reproduce and fix this issue > > On Thu, 23 Apr 2020 at 23:48, ratatouille wrote: > > > >

Media server connection failed

2020-04-23 Thread ratatouille
Hello! Set up OM5 M4. I get "Media server connection for user xy failed, will try to re-connect". I stopped OM and KMS. Then I started KMS and then OM. Get the same message. Cannot test Video and Audio in the settings. When I choose "Start recording" nothing happens. What could be the problem?

Re: Media server connection failed

2020-04-23 Thread ratatouille
Hello! "seba.wag...@gmail.com" schrieb am 24.04.20 um 10:50:56 Uhr: > Whats your setup in terms of infrastructure ? > > You are running Kurento and OpenMeetings on the same physical server > instance I assume ? Yes > This physical instance is running over the internet or local/local network

Re: Media server connection failed

2020-04-24 Thread ratatouille
t; > > > Sebastian Wagner > > https://www.linkedin.com/in/sebastianwagner/ > > > > > > On Fri, 24 Apr 2020 at 11:14, ratatouille > > wrote: > > > >> Hello! > >> > >> "seba.wag...@gmail.com" schrieb am 24.04.20 um > >> 1

letsencrypt certificates for OM5M4

2020-04-24 Thread ratatouille
Hello! Can I use the steps I made with OM4.x to import certificates from letsencrypt with OM5M4 too? Andreas

Re: Media server connection failed

2020-04-24 Thread ratatouille
Hello! "seba.wag...@gmail.com" schrieb am 24.04.20 um 13:49:44 Uhr: > Did it work before or do you need to install STUN or TURN ? > > https://doc-kurento.readthedocs.io/en/stable/glossary.html#term-stun I think there is no need to install STUN because the server is not behind a NAT. Andrea

Re: Media server connection failed

2020-04-24 Thread ratatouille
Uhmm, that's a lot of stuff. Can I save this log somehow or do I have to use copy&paste? Andreas "seba.wag...@gmail.com" schrieb am 24.04.20 um 19:37:40 Uhr: > Can you open Firefox dev tools and copy any console errors ?

Re: Media server connection failed

2020-04-24 Thread ratatouille
ah, I can export it I guess. Andreas ratatouille schrieb am 24.04.20 um 09:52:18 Uhr: > Uhmm, that's a lot of stuff. Can I save this log somehow or do I > have to use copy&paste? > > Andreas > > "seba.wag...@gmail.com" schrieb am 24.04.20 um > 1

Re: Media server connection failed

2020-04-24 Thread ratatouille
Hello Sebastian! The log says 09:54:48.996 !!RTCPeerConnection state changed: connecting, user: Andreas Meyer, uid: 9db2f31d-befa-44c7-a757-c8997b861ca7 room-ver-1EF5F62C10C15DF8BF8D59DE114EB424.js:8:334 09:54:57.733 Strict-Transport-Security: Die Verbindung zur Website ist nicht vertrauenswür

Re: Media server connection failed

2020-04-24 Thread ratatouille
Why do I not need it with Chrome? Andreas Maxim Solodovnik schrieb am 24.04.20 um 15:46:50 Uhr: > "ICE failed, add a TURN server and see about:webrtc for more details" > > i.e. you need TURN > > On Fri, 24 Apr 2020 at 15:11, ratatouille wrote: > > > >

Re: Media server connection failed

2020-04-24 Thread ratatouille
OK, Thanks! I'll have a look how to use TURN. Andreas Maxim Solodovnik schrieb am 24.04.20 um 16:08:54 Uhr: > WebRTC is black-box for as :( > It is implemented natively and differently in browsers > So the answer: "just because", I guess ... > > On Fri, 24

Re: Media server connection failed

2020-04-24 Thread ratatouille
eas Maxim Solodovnik schrieb am 24.04.20 um 15:46:50 Uhr: > "ICE failed, add a TURN server and see about:webrtc for more details" > > i.e. you need TURN > > On Fri, 24 Apr 2020 at 15:11, ratatouille wrote: > > > > Hello Sebastian! > > > > The log

Re: Media server connection failed

2020-04-24 Thread ratatouille
et/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-FE568E6FE1565DF540F7560174724B60.js> > Remote ICE candidate received > Object { candidate: "candidate:9 2 TCP 1010828030 46.4.79.114 26751 typ > host tcptype passive", sdpMid: "0", sdpMLineIndex: 0

Re: Media server connection failed

2020-04-24 Thread ratatouille
org/webrtc/new-tool-debugging-webrtc/ > > Thanks > Seb > > Sebastian Wagner > https://www.linkedin.com/in/sebastianwagner/ > > > On Sat, 25 Apr 2020 at 08:33, ratatouille wrote: > > > Hello! > > > > 22:21:44.774 Remote ICE candidate received > &g

Re: Media server connection failed

2020-04-24 Thread ratatouille
ah, now it collects. Andreas ratatouille schrieb am 24.04.20 um 23:12:52 Uhr: > Did that but it does not record anything. Also allowed to be used in private > windows but it does not collect. > > Andreas > > "seba.wag...@gmail.com" schrieb am 25.04.20 um &g

Re: Media server connection failed

2020-04-24 Thread ratatouille
. Andreas "seba.wag...@gmail.com" schrieb am 25.04.20 um 08:46:47 Uhr: > Can you install and debug using the Firefox webRTC debugger ? > > https://blog.mozilla.org/webrtc/new-tool-debugging-webrtc/ > > Thanks > Seb > > Sebastian Wagner > https://www.linkedin

Re: Installation of OM5 fails

2020-04-24 Thread ratatouille
Hello! Maxim Solodovnik schrieb am 25.04.20 um 05:00:15 Uhr: > > Maxim Solodovnik schrieb am 24.04.20 um 00:31:17 Uhr: > > > > 1) download version apache-openmeetings-5.0.0-M4.tar.gz > > 2) unpack to folder `OM5M4` > > 3) run `./bin/catalina.sh run` > > 4) go to URL `https://bitclusive.de:5443`

Re: Media server connection failed

2020-04-24 Thread ratatouille
have only 3479 port opened > TURN requires pool of opened UDP ports (specified via min/max ports) > > Have you specified turn params in applicationContext.xml of OM? > > On Sat, 25 Apr 2020 at 04:32, ratatouille wrote: > > > > Hello! > > > > I foun

Re: Media server connection failed

2020-04-24 Thread ratatouille
Sebastian, I have the same problem with Firefox in a room of https://om.alteametasoft.com:8443 01:55:51.741 !!RTCPeerConnection state changed: connecting, user: Andreas Meyer, uid: 64461427-7b4d-4928-ac90-75357300d21a room-ver-1EF5F62C10C15DF8BF8D59DE114EB424.js:8:334 01:56:04.699 !!RTCPeerConn

Re: Media server connection failed

2020-04-24 Thread ratatouille
0 insert 'ice.tcp.disable' (char) succeeded: \000 +++ END Activated debug modus now. Andreas Maxim Solodovnik schrieb am 25.04.20 um 07:32:31 Uhr: > Any hints from about:webrtc? > > On Sat, Apr 25, 2020, 07:04 ratatouille wrote: > > > Sebasti

Re: Media server connection failed

2020-04-24 Thread ratatouille
25.04.20 um 07:55:01 Uhr: > This is something I don't understand :( > > On Sat, Apr 25, 2020, 07:41 ratatouille wrote: > > > Didn't know that exists. > > > > insert 'ice' (registry) succeeded: ice > > > > insert 'ice.pref'

Re: Media server connection failed

2020-04-25 Thread ratatouille
Hello! How do I reach demo-next? Andreas Maxim Solodovnik schrieb am 25.04.20 um 09:47:19 Uhr: > Is demo-next producing same errors? > > On Sat, 25 Apr 2020 at 08:24, ratatouille wrote: > > > > Just found the logfile after reloading about:webrtc > > > >

Re: Media server connection failed

2020-04-25 Thread ratatouille
Hello! I guess this is https://om.alteametasoft.com:8443/next That was what I was using. Andreas Maxim Solodovnik schrieb am 25.04.20 um 09:47:19 Uhr: > Is demo-next producing same errors? > > On Sat, 25 Apr 2020 at 08:24, ratatouille wrote: > > > > Just found the lo

Re: Media server connection failed

2020-04-25 Thread ratatouille
ing same errors? > > On Sat, 25 Apr 2020 at 08:24, ratatouille wrote: > > > > Just found the logfile after reloading about:webrtc > > > > https://www.bitclusive.de/WebRTC-Interne%20Daten.html > > > > I see something > > > > ICE(PC:1587775452

Re: Media server connection failed

2020-04-26 Thread ratatouille
e coturn is installed, those > messages stop appearing. > Regards. > > El 24/4/20 a las 0:19, ratatouille escribió: > > Hello! > > > > Set up OM5 M4. I get "Media server connection for user xy failed, will try > > to re-connect". > > I stopped OM and

Two suggestions

2020-04-26 Thread ratatouille
Hello! 1. When a new user registers, the actual date is inserted as birthday. I am not able to change it to the right date of birth. 2. In administration/conferencerooms there is an irritating setting in german language. Allow user questions Turn this off to prevent any user from disturbing you

Re: Two suggestions

2020-04-26 Thread ratatouille
Maxim Solodovnik schrieb am 26.04.20 um 19:55:14 Uhr: > On Sun, 26 Apr 2020 at 18:22, ratatouille wrote: > > > > Hello! > > > > 1. When a new user registers, the actual date is inserted as birthday. > > I am not able to change it to the right date of birth. &

Re: NAT Issue

2020-04-26 Thread ratatouille
Hello! Partha Datta schrieb am 24.04.20 um 00:34:14 Uhr: > I have installed OpenMeetings 5.0.0-M3. It is working in LAN both audio & > video. > I have Openmeeting server behind a Linux firewall with NAT and opened up > 5443 & ports. I can not see or hear the meeting participants nor he > c

Re: NAT Issue

2020-04-26 Thread ratatouille
didn't configure it to use yours. Is openmeetings reachable with https? > I've tried letsencrypt but there themes to be a broken package so that I > can't create a ssl certificate any other ideas how to create certs? > Thanks a lot for all your great help you all doing

Re: NAT Issue

2020-04-26 Thread ratatouille
04.20, 22:35 schrieb "ratatouille" : > > Hello! > > Julian Weiß schrieb am 26.04.20 um 20:22:27 Uhr: > > > Hey there thanks for your reply. Tried it but no results Audio and > video is still missing. > > The turnserver is working but only under sudo

Re: NAT Issue

2020-04-27 Thread ratatouille
Julian Weiß schrieb am 27.04.20 um 11:29:23 Uhr: > I’m using UBUNTU 18LTS You are not very familiar with Linuxsystems, are you? > Yes I edited the application Context xml file > > Any Ideas how to get the turnserver running is it a problem that only sudo > can see that it is working. As long

Re: Still a lot of Problems

2020-04-27 Thread ratatouille
Hello! Own machine for what? For a STUN-Server? I think it's the best to run such a server on the same machine like OM. What OS are you using? I use CentOS 7 with coturn as STUN-Server. Runs nice. Andreas kaffeesurrogat schrieb am 27.04.20 um 19:47:26 Uhr: > Should I setup my own machine or

Re: Still a lot of Problems

2020-04-27 Thread ratatouille
kaffeesurrogat schrieb am 27.04.20 um 21:30:26 Uhr: > On 27/04/2020 20:28, ratatouille wrote: > are there any instructions for the coturn stuff .. can send me a > link ? Never did that before . Look here https://markmail.org/search/?q=user%3Dkurento#query:user%3Dkuren

saving camera-resolution

2020-04-29 Thread ratatouille
Hello! Wouldn't it be nice one could save the choosen camera-resolution so that it is available next time a user logs in? Also when I am in a room a choose a different resolution for the cam it is not taken over emediatly. I have to leave the room and enter it again to get the new resolution.

Re: Error: org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun Error running socket processor

2020-04-29 Thread ratatouille
Hello! Please use your old thread so we can follow! Andreas Partha Datta schrieb am 28.04.20 um 02:00:21 Uhr: > Hi Maxim, > I am running the openmeetings server in lan with IP address 192.168.110.16 > , in this server the FW is off. I have another Linux server on the public > network with 2

Question on invitation

2020-04-30 Thread ratatouille
Hello! Yesterday I had a Video-Talk with a friend. He was sending me an invitation from his account. At that time I was loged in in openmeetings. I clicked on the link in the email of the inviation and got to another room where I couldn't see him, although he was inviting to the same room as I wa

Re: Question on invitation

2020-04-30 Thread ratatouille
ise I doubt I can investigate/fix this > > On Thu, 30 Apr 2020 at 14:24, ratatouille wrote: > > > > Hello! > > > > Yesterday I had a Video-Talk with a friend. He was sending me an invitation > > from his account. > > At that time I was loged in in openmeetings.

Re: Domain certificate not working

2020-05-04 Thread ratatouille
Hello! I made https available just by editing server.xml like this: and it worked, nothing else I did. Andreas "Ninnig, Alexander" schrieb am 04.05.20 um 13:55:43 Uhr: > Hi, > > I installed Openmeetings 504 on a virtual Ubuntu 18.04 Server, following

Re: kurento.MediaPipeline not found

2020-05-11 Thread ratatouille
Have you tried with firefox with a new profile? Andreas schrieb am 11.05.20 um 19:31:06 Uhr: > Tried again: with firefox the connection keeps getting interrupted, allowing > camera and microphone sometimes fixed it. Additional error message > „InvalidStateError: Cannot set remote answer in

Re: search email history

2020-05-14 Thread ratatouille
Hello! Is this what you are looking for? https://markmail.org/search/?q=openmeetings Andreas Tom Luo schrieb am 14.05.20 um 15:07:56 Uhr: > Hi, all, > > I remember there is a tool to search all emails in this list. > Could anyone tell me where I can find it? > > Thanks, > > Tom

Re: User groups in OM when user registers

2020-06-02 Thread ratatouille
What is this for a terrible post? It is nearly unreadable. From BigData Specifications schrieb am 02.06.20 um 19:39:34 Uhr: > HiI am now learning openmeetings configuration again. First of thank you to > all who have made this good application.I am appreciating really. > I was asked to config

Re: Email sending error

2020-07-12 Thread ratatouille
Hello! It would be helpfull to see the part of the logfile of the mailserver when connection fails. Andreas Online Use schrieb am 12.07.20 um 17:36:38 Uhr: > My email server requires secure connection using TLS1.2. It doesn't tolerate > less than that security level. I tried the configura

Re: Forget password link captcha is not working in latest build

2020-07-23 Thread ratatouille
Hi! There should be an option to resend the activation email, if it was deleted unwarily. Andreas Maxim Solodovnik schrieb am 23.07.20 um 22:56:57 Uhr: > Works as expected on demo-next: https://om.alteametasoft.com:8443/next/ > Anything suspicious in the logs or browser console? > > On Wed,

Re: Forget password link captcha is not working in latest build

2020-07-23 Thread ratatouille
e" it > :)) > > On Thu, 23 Jul 2020 at 23:30, ratatouille wrote: > > > Hi! > > > > There should be an option to resend the activation email, if it was deleted > > unwarily. > > > > Andreas > > > > Maxim Solodovnik sc

Re: Forget password link captcha is not working in latest build

2020-07-23 Thread ratatouille
I created another account meanwhile. I'll file JIRA. Andreas Maxim Solodovnik schrieb am 24.07.20 um 00:15:11 Uhr: > Please file JIRA :) > > As workaround you always can contact admin: me : > > On Thu, 23 Jul 2020 at 23:41, ratatouille wrote: > > > Ah,

Re: Safari/iOS issues on Openmeetings v5.0.0

2020-07-27 Thread ratatouille
Maxim Solodovnik schrieb am 27.07.20 um 13:14:34 Uhr: > @All, > Shall we release as-is or spent additional month+ trying to investigate > Safari 11 ? I vote for releasing it. Andreas

Re: [DISCUSSION] next release

2020-08-18 Thread ratatouille
Hi! When will it be released? Andreas Maxim Solodovnik schrieb am 17.08.20 um 13:34:20 Uhr: > Hello All, > > I'm ready to start release process > Could someone check > https://github.com/apache/openmeetings/blob/master/README.md#500 > Shall some other fixed be mentioned in README/main page

Re: [DISCUSSION] next release

2020-08-19 Thread ratatouille
>> https://www.apache.org/foundation/voting.html > >> > >> Cheers > >> Seb > >> > >> Sebastian Wagner > >> Director Arrakeen Solutions > >> http://arrakeen-solutions.co.nz/ > >> > >> <https://www.yourac

OM5 shutdown

2020-08-23 Thread ratatouille
Hello! Fine improvements with the new OM5, congratulations! One thing I'd like to mention. When I execute shutdown.sh the java process still exists after. Andreas

Re: OM5 shutdown

2020-08-26 Thread ratatouille
7;m using `openmeetings.service` from OM root folder > > On Sun, 23 Aug 2020 at 20:56, ratatouille wrote: > > > Hello! > > > > Fine improvements with the new OM5, congratulations! > > > > One thing I'd like to mention. When I execute shutdown.sh the java process > > still exists after. > > > > Andreas > > > > >

Re: Issue with cancel button of delete recording dialog

2020-09-04 Thread ratatouille
Hello! I wanted to test this too and requested a reset of my password which I didn't remember but the email with the link for reset does not arrive. Andreas Maxim Solodovnik schrieb am 03.09.20 um 22:32:59 Uhr: > Does anyone else can reproduce this issue?

Re: Issue with cancel button of delete recording dialog

2020-09-04 Thread ratatouille
ter :) > > On Fri, 4 Sep 2020 at 20:14, ratatouille wrote: > > > Hello! > > > > I wanted to test this too and requested a reset of my password which I > > didn't > > remember but the email with the link for reset does not arrive. > > > >

Re: Issue with cancel button of delete recording dialog

2020-09-04 Thread ratatouille
Ah yes, found it. I guess it is the screenrecording. I can confirm that when I want to delete the recording and press cancel the requestor comes up again and again. Andreas ratatouille schrieb am 04.09.20 um 15:45:04 Uhr: > Registered, worked! > > But it is not clear to me w

  1   2   >