Re: OpenMeetings

2020-03-15 Thread Maxim Solodovnik
Hello, please do not write personal emails, write to the list instead I only can test using my old Sony Xperia phone OM works as expected in Google Chrome what browser is being used by your users? On Thu, 12 Mar 2020 at 17:44, TaHa.Net wrote: > > Greetings and Regards > I used OpenMeetings 5.0

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread Maxim Solodovnik
Hello Yarema, I'm afraid you need to set-up turn server "visible to KMS" Which means 1) your KMS port should be opened OR 2) TURN server should be on the same server as KMS and TURN ports should be opened 3*) (I'm not nginx expert) maybe you can proxy TURN requests/responses, I'm not aware on such

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
It seems to me that I found what is happening. Firewall blocks all non http requests out to all ports except 443, 80, 8080 and 22. That is why I don't have connection to outside turn ans stun servers. Is it possible to connect to those server in such conditions? Tunnels? On Fri, Mar 13, 2020 at 1:

Re: another question about clustering

2020-03-15 Thread Maxim Solodovnik
Hello Peter, sorry for the late reply I'm using this config for my tests: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml line 61: make instance-name UNIQUE (I'm using server-1, server-2 etc.) line 64: enable multicast line 69 unco

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread Maxim Solodovnik
Maybe you can set up KMS to use 8080? TURN requires more open port to handle "totally closed" networks ... On Sun, 15 Mar 2020 at 14:18, YUP wrote: > > It seems to me that I found what is happening. Firewall blocks all non > http requests out to all ports except 443, 80, 8080 and 22. That is > wh

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
It nothing changes, only 443 is open to the world. On Sun, Mar 15, 2020 at 8:24 AM Maxim Solodovnik wrote: > > Maybe you can set up KMS to use 8080? > TURN requires more open port to handle "totally closed" networks ... > > On Sun, 15 Mar 2020 at 14:18, YUP wrote: > > > > It seems to me that I f

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread Maxim Solodovnik
It seems I misread your previous email "all ports except 443, 80, 8080 and 22." I'm afraid you need more open ports ... I'm not sure but I would investigate if KMS/TURN URLs can be set up for context i.e. yourserver:4278/turn, yourserver:/kms in this case you can proxy them On Sun, 15 Ma

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
Can we just proxify kurento websocket? Something like this https://gist.github.com/steve-ng/ed6de1fa702ef70bd6ce ? On Sun, Mar 15, 2020 at 8:41 AM Maxim Solodovnik wrote: > > It seems I misread your previous email "all ports except 443, 80, 8080 and > 22." > I'm afraid you need more open ports .

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
Just to inform you, I made proxified kurento websocket in nginx and I can connect to it: $ wscat -n --connect https://external_server_ip_address/kurento (node:24082) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a fu

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
Server has self-signed certificate, can it be a reason? On Sun, Mar 15, 2020 at 9:38 AM YUP wrote: > > Just to inform you, I made proxified kurento websocket in nginx and I > can connect to it: > $ wscat -n --connect https://external_server_ip_address/kurento > (node:24082) [DEP0123] Deprecation

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
No, it is not a reason, checked. On Sun, Mar 15, 2020 at 10:10 AM YUP wrote: > > Server has self-signed certificate, can it be a reason? > > On Sun, Mar 15, 2020 at 9:38 AM YUP wrote: > > > > Just to inform you, I made proxified kurento websocket in nginx and I > > can connect to it: > > $ wscat

Deploying Openmeeting 5 on Centos7

2020-03-15 Thread Patrick Bégou
Hi, I'm deploying Openmeetings on a CentOS7 VM in proxmoxVE. I follow the "Installation OpenMeetings 5.0.0-M3 on Centos 7.pdf" document.  I'm stalled at te step opening the browser on https://localhost:5443/openmeetings/ as the answer is "HTTP404 not found" I do not know tomcat at all, I've just

Cleanslide API call - meaning of slide

2020-03-15 Thread Daniel Baker
Hi Maxim, Can you clarify  what is meant  by  slide   and  how  can identify  slide  numbers ? cleanSlide @GET @Path("/cleanslide/{roomid}/{wbid}/{slide}") publicServiceResult

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
I was able to connect to kurento websocket which is proxified by nginx, the solution was very simple, put wss instead of https, probably for some reasons openmeetings needs to have ws or wss in the input url: - OM_KURENTO_WS_URL=wss://external_server_ip_address/kurento But it is not solved the issu

Re: Cleanslide API call - meaning of slide

2020-03-15 Thread Maxim Solodovnik
Hello Daniel, This function is useful when multipaged document is loaded to wb In this case you can clean each slide/page and not affect other work Another difference from cleanWb: document on wb is not affected On Mon, Mar 16, 2020, 00:36 Daniel Baker wrote: > Hi Maxim, > > > Can you clarify

Re: Openmeetings, kurento and TURN behind NAT

2020-03-15 Thread YUP
Maxim, I was also managed to install coturn on external server which listen on port 443. Kurento connects to this port (via TURN_URL, TURN_USER,TURN_PASS), I can see it in logs. I see in logs that openmeetings connects to kurento. But I don't understand why all my construction not working as needed

Re: Some noob question. dont trow me out yet please ;-)

2020-03-15 Thread Maxim Solodovnik
Hello again :) sorry for the late reply, was busy on other tasks Admin UI will not let you to create users without login/password Your option is to sent invitation from the room using following format "John Doe" "Jane Doe" .. As a result special type of users `contacts` will be cre