Re: Openmeetings cluster

2020-09-27 Thread Maxim Solodovnik
Hello, The logic is here https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/ClientManager.java#L379 1) if there is only one node in the cluster - just use it 2) if room with users already opened on some node - use it 3) find the node

Re: command line back up

2020-09-27 Thread Maxim Solodovnik
You can 1) unpack new snapshot to NEW location 2) set the same DATA_DIR 3) copy your old persistence.xml 3.1***) some other configs might need to be copied 4) start new instance and everything should work as before :) On Sun, 27 Sep 2020 at 12:16, Ali Alhaidary wrote: > Clarification: > > If

Re: Errors

2020-09-27 Thread Maxim Solodovnik
Hello Ali, I would recommend you to check this thread: https://groups.google.com/g/kurento/c/KOCNycXnFHI On demo server I'm currently using this KMS http://ubuntu.openvidu.io/fix-openh264 On Sun, 27 Sep 2020 at 20:35, Ali Alhaidary wrote: > I need your help to what these error are, and can

Re: Errors

2020-09-27 Thread Ali Alhaidary
Thank you, but I do not know how to make use of the docker, I followed the instructions of the installation manual... On 9/27/20 11:24 PM, seba.wag...@gmail.com wrote: Those are Kurento errors. You should probably for a start just use the pre-build Kurento Docker image. Instead of installing

Re: openmeetings log file

2020-09-27 Thread Maxim Solodovnik
On Sat, 26 Sep 2020 at 23:33, Ali Alhaidary wrote: > Sure you may, but what is the docker container? > Docker is virtualization technology: https://www.docker.com/ It allows to set everything one time and the use it on any server (well sometimes not that easy ... :)) > > On 9/26/20 7:17 PM,

Re: Turn server password

2020-09-27 Thread Ali Alhaidary
Thank you, I did not past the one I am using ;-) The manual specified the leading digits, and put the rest as 'x', so I assumed that I will get the exact leading digits and some other random ones for the 'x'. nice to know otherwise... On 9/27/20 11:15 PM, seba.wag...@gmail.com wrote: I

Re: Installation issue with Kurento Media Server

2020-09-27 Thread Maxim Solodovnik
Hello Ali, On Mon, 28 Sep 2020 at 00:04, Ali Alhaidary wrote: > This is the message I get: > > NotAllowedError: The request is not allowed by the user agent or the > platform in the current context. > Is this error displayed when you are using Moodle room? or when you are using standalone OM?

Re: Turn server password

2020-09-27 Thread seba.wag...@gmail.com
I don't know exactly what you mean, but this is a random string. Obviously if you re-generate it it will be a different one every time. There is also no mandatory length. You could also just generate a 16 char long string and use that one, for example via: openssl rand -hex 16 Or a 8 char long

Re: Errors

2020-09-27 Thread seba.wag...@gmail.com
Those are Kurento errors. You should probably for a start just use the pre-build Kurento Docker image. Instead of installing Kurento from source. Thanks Seb Sebastian Wagner Director Arrakeen Solutions http://arrakeen-solutions.co.nz/

Re: Errors

2020-09-27 Thread seba.wag...@gmail.com
Installation instructions explicitly link Docker as the easiest way to use it: https://doc-kurento.readthedocs.io/en/6.14.0/user/installation.html#docker-image Start KMS via: docker run -p : kurento/kurento-media-server And there are very detailed installation instructions at:

Re: Invalid Hash Access denied. You have no rights to enter this room.

2020-09-27 Thread Maxim Solodovnik
On Sun, 27 Sep 2020 at 03:11, mentor maxhuni wrote: > Thank you Maxim, i solved problem with your help i edited contex.xml file > in /opt/open500/conf/context.xml as you told me and now i can access > from all browsers in Moodle Plugin > I'm glad the solution is working :) > > I went to

Re: Invalid Hash Access denied. You have no rights to enter this room.

2020-09-27 Thread Maxim Solodovnik
On Sat, 26 Sep 2020 at 23:32, Ali Alhaidary wrote: > For me, it was sorted out, deleted the old link from moodle, and created a > new one, and it worked, however, it is either using OM from moodle, or > directly :-( > not sure I get this :( What do you mean by "deleted the old link from moodle,

Turn server password

2020-09-27 Thread Ali Alhaidary
when I do: sudo openssl rand -hex 32 I should get a password like: 751c45cae60a2839711a94c8d6bf0089e78b2149ca602fdX But instead, I get something like: d26a4d6a72013192c7da2d86133db657ee1ace66e64e4fdX Does this matter?

Re: Installation issue with Kurento Media Server

2020-09-27 Thread Ali Alhaidary
This is the message I get: NotAllowedError: The request is not allowed by the user agent or the platform in the current context. On 9/27/20 5:40 PM, Ali Alhaidary wrote: Here is what I get from the developer console: Content Security Policy: Ignoring “https://www.google-analytics.com”

Re: Installation issue with Kurento Media Server

2020-09-27 Thread Ali Alhaidary
Here is what I get from the developer console: Content Security Policy: Ignoring “https://www.google-analytics.com” within script-src: ‘strict-dynamic’ specified  (unknown) Content Security Policy: Ignoring “https://ssl.google-analytics.com” within script-src: ‘strict-dynamic’ specified 

Errors

2020-09-27 Thread Ali Alhaidary
I need your help to what these error are, and can it be rectified 2020-09-27T12:29:18+00:00 -- New execution 0:00:00.506780323  1436 0x55fc1c90b960 WARN ladspa gstladspa.c:455:plugin_init: no LADSPA plugins found, check LADSPA_PATH 0:00:00.629124610  1436 0x55fc1c90b960 WARN default

Re: Installation issue with Kurento Media Server

2020-09-27 Thread dww
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js#L273 function _sharingSupported() { const b = kurentoUtils.WebRtcPeer.browser; return (b.name === 'Edge' && b.major > 16)