Re: Probably a bug in mp4.video.preset Configuration Dialog

2020-04-17 Thread Maxim Solodovnik
thanks
got notification :))

On Sat, 18 Apr 2020 at 03:25, K. Kamhamea  wrote:

> I did so.
> K.
>
> Am Fr., 17. Apr. 2020 um 16:05 Uhr schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>
>> You are right
>> Could you please file JIRA?
>>
>> On Fri, 17 Apr 2020 at 14:36, K. Kamhamea 
>> wrote:
>>
>>> mp4.video.preset is 'medium' by default, but as it is Type BOOL you can
>>> change is to true and false only. Of course you can change Type to STRING
>>> and enter the correct value, but I suppose this should be better corrected.
>>> I tested this in two separate installations.
>>> Best K.
>>> [image: grafik.png]
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: change password encoding MD5

2020-04-17 Thread Maxim Solodovnik
I can create example project for this (please ping me if i will be too
silent)

According to MD5 as password hash function: this is bad idea
https://security.stackexchange.com/questions/52461/how-weak-is-md5-as-a-password-hashing-function

On Sat, 18 Apr 2020 at 02:42, K. Kamhamea  wrote:

> OMG. I'm not experienced with Java. We are doing python mostly and
> Javascript and rarely some C++ but never Java.
>
> I tried to compile your MD5implementation file
>
> https://github.com/apache/openmeetings/blob/5.0.0-M3/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5Implementation.java
> but it failed because of missing dependencies. It probably requires the
> whole source of the project being downloaded and properly installed.
> So for the moment I decided I wouldn't spend my time to test all this I'm
> just going to copy your detailed instruction into the Manual.
>
> The reason why I was so interested in this topic is because of
> compatibility problems. I haven't found yet a python encryption library
> that is compatible. By contrast, MD5 is a standard that is widely used.
>
> Thank you again so much for your help
> K.
>
>
>
> Am Fr., 17. Apr. 2020 um 16:15 Uhr schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>
>>
>>
>> On Fri, 17 Apr 2020 at 18:54, K. Kamhamea 
>> wrote:
>>
>>> I was just about testing other encryption methods as described
>>> https://openmeetings.apache.org/CustomCryptMechanism.html
>>>
>>
>> I doubt anyone ever try this :)
>>
>>
>>>
>>> Here I run into the following undocumented problems
>>> 1. Where to copy the MD5Implementation.java
>>> 
>>> file into my file system
>>>
>>
>> This is basic JAVA question :)
>> Java programs need to be compiled
>> i.e. After you have created class (which MUST implement interface) you
>> need to
>> 1) compile this class
>> 2) Pack into JAR file
>> 3) Put jar to webapps/openmeetings/WEB-INF/lib
>>
>>
>>> 2. How to set the CLASSPATH so that it can be found anywhere in my
>>> filesystem
>>>
>>
>> jars from webapps/openmeetings/WEB-INF/lib are being loaded automatically
>>
>>
>>> 3. What is actually the text string to be added into the configuration
>>> variable " crypt.class.name "
>>>
>>
>> In JAVA classes are usually being created in packages (to resolve
>> possible name clashes)
>> so You need to write something like:
>>
>> package com.googlemail.kamhamea;
>>
>> public class MySecureCryptProvider implements ICrypt {
>>your secure algorithm here ..
>> }
>>
>> In config value you should write:
>> "com.googlemail.kamhamea.MySecureCryptProvider"
>>
>>
>>
>>> Alternatively I tried this class
>>>
>>> http://openmeetings.apache.org/openmeetings-util/apidocs/org/apache/openmeetings/util/crypt/MD5.html
>>>
>>> But changing the configuration variable to "
>>> org.apache.openmeetings.util.crypt.MD5 " creates but an error.
>>>
>>
>>
>> https://github.com/apache/openmeetings/blob/5.0.0-M3/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5.java
>> Can't be used due to it doesn't implements ICrypt
>>
>>
>>
>>>
>>> Best K.
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: [HELP NEEDED] 5.0.0 release

2020-04-17 Thread Maxim Solodovnik
Hello Andres,

Thanks for asking :)
The easiest way is to use Admin->Labels then export language XML and attach
it JIRA
If you know what you are doing you can edit on github
https://github.com/apache/openmeetings/tree/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app

I plan to create project here https://poeditor.com/
 to improve translations



On Sat, 18 Apr 2020 at 01:51, ratatouille  wrote:

> 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 represent "states" rather than "to-do actions", I recommend that
> the
> > > text be changed to:
> > >
> > > "Microphone is on. Click to turn off." and "Camera is on. Click to turn
> > > off."
> > >
> >
> > I personally very very hard to avoid changing text labels
> > Every change need to be done for all 32 languages
> > And then hope someone can translate these labels
> > Will do it :(
> >
> > p.s. thanks for English text
> > p.p.s @All if if speak any language and can translate couple of OM
> labels:
> > please contribute :)))
>
> What's the way to go to translate the labels?
>
>   Andreas
>
> > > The same should be done for the mouse-over text when these icons are
> > > orange (that is in the "off" state): the text should read: "Microphone
> is
> > > off. Click to turn on" and "Camera is off. Click to turn on".
>


-- 
Best regards,
Maxim


Re: user@openmeetings.apache.org

2020-04-17 Thread Christian Bautista
Hi Maxim,

May I know the command to execute that?

Regards.

On Fri, Apr 17, 2020 at 9:52 PM Maxim Solodovnik 
wrote:

> Can you try to increase RAM for OM and check if it will help?
>
> On Fri, 17 Apr 2020 at 01:59, Christian Bautista 
> wrote:
>
>> Hello Maxim,
>>
>> The process of recording stops automatically.
>>
>> CPU core is 4
>> RAM is 32gb
>>
>> Thank you.
>>
>>>
>
> --
> Best regards,
> Maxim
>


Re: SIP CLIENT FOR 5.0

2020-04-17 Thread Yah's Global Kingdom
thanks Maxim it really is needed


On Sun, Apr 12, 2020 at 11:27 PM Maxim Solodovnik 
wrote:

> I would like to release M4, then check what I can do with SIP integration
> https://issues.apache.org/jira/browse/OPENMEETINGS-2239
>
> On Sun, 12 Apr 2020 at 04:33, Yah's Global Kingdom 
> wrote:
>
>> Maxim, with the corona virus pandemic, it is imperative that we are able
>> to have a sip client for 5.0, ca we move this up in the priorities?
>>
>
>
> --
> Best regards,
> Maxim
>


Re: Probably a bug in mp4.video.preset Configuration Dialog

2020-04-17 Thread K. Kamhamea
I did so.
K.

Am Fr., 17. Apr. 2020 um 16:05 Uhr schrieb Maxim Solodovnik <
solomax...@gmail.com>:

> You are right
> Could you please file JIRA?
>
> On Fri, 17 Apr 2020 at 14:36, K. Kamhamea  wrote:
>
>> mp4.video.preset is 'medium' by default, but as it is Type BOOL you can
>> change is to true and false only. Of course you can change Type to STRING
>> and enter the correct value, but I suppose this should be better corrected.
>> I tested this in two separate installations.
>> Best K.
>> [image: grafik.png]
>>
>>
>
> --
> Best regards,
> Maxim
>


Re: change password encoding MD5

2020-04-17 Thread K. Kamhamea
OMG. I'm not experienced with Java. We are doing python mostly and
Javascript and rarely some C++ but never Java.

I tried to compile your MD5implementation file
https://github.com/apache/openmeetings/blob/5.0.0-M3/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5Implementation.java
but it failed because of missing dependencies. It probably requires the
whole source of the project being downloaded and properly installed.
So for the moment I decided I wouldn't spend my time to test all this I'm
just going to copy your detailed instruction into the Manual.

The reason why I was so interested in this topic is because of
compatibility problems. I haven't found yet a python encryption library
that is compatible. By contrast, MD5 is a standard that is widely used.

Thank you again so much for your help
K.



Am Fr., 17. Apr. 2020 um 16:15 Uhr schrieb Maxim Solodovnik <
solomax...@gmail.com>:

>
>
> On Fri, 17 Apr 2020 at 18:54, K. Kamhamea  wrote:
>
>> I was just about testing other encryption methods as described
>> https://openmeetings.apache.org/CustomCryptMechanism.html
>>
>
> I doubt anyone ever try this :)
>
>
>>
>> Here I run into the following undocumented problems
>> 1. Where to copy the MD5Implementation.java
>> 
>> file into my file system
>>
>
> This is basic JAVA question :)
> Java programs need to be compiled
> i.e. After you have created class (which MUST implement interface) you
> need to
> 1) compile this class
> 2) Pack into JAR file
> 3) Put jar to webapps/openmeetings/WEB-INF/lib
>
>
>> 2. How to set the CLASSPATH so that it can be found anywhere in my
>> filesystem
>>
>
> jars from webapps/openmeetings/WEB-INF/lib are being loaded automatically
>
>
>> 3. What is actually the text string to be added into the configuration
>> variable " crypt.class.name "
>>
>
> In JAVA classes are usually being created in packages (to resolve possible
> name clashes)
> so You need to write something like:
>
> package com.googlemail.kamhamea;
>
> public class MySecureCryptProvider implements ICrypt {
>your secure algorithm here ..
> }
>
> In config value you should write:
> "com.googlemail.kamhamea.MySecureCryptProvider"
>
>
>
>> Alternatively I tried this class
>>
>> http://openmeetings.apache.org/openmeetings-util/apidocs/org/apache/openmeetings/util/crypt/MD5.html
>>
>> But changing the configuration variable to "
>> org.apache.openmeetings.util.crypt.MD5 " creates but an error.
>>
>
>
> https://github.com/apache/openmeetings/blob/5.0.0-M3/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5.java
> Can't be used due to it doesn't implements ICrypt
>
>
>
>>
>> Best K.
>>
>
>
> --
> Best regards,
> Maxim
>


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 represent "states" rather than "to-do actions", I recommend that the
> > text be changed to:
> >
> > "Microphone is on. Click to turn off." and "Camera is on. Click to turn
> > off."
> >  
> 
> I personally very very hard to avoid changing text labels
> Every change need to be done for all 32 languages
> And then hope someone can translate these labels
> Will do it :(
> 
> p.s. thanks for English text
> p.p.s @All if if speak any language and can translate couple of OM labels:
> please contribute :)))

What's the way to go to translate the labels?

  Andreas

> > The same should be done for the mouse-over text when these icons are
> > orange (that is in the "off" state): the text should read: "Microphone is
> > off. Click to turn on" and "Camera is off. Click to turn on".


Re: Status SIP and OP 5.0.0 M3

2020-04-17 Thread Maxim Solodovnik
As I wrote in previous email SIP will NOT work
it is NOT implemented for 5.0

On Fri, 17 Apr 2020 at 22:09, Marcus Wellnitz 
wrote:

> Hello Maxim,
>
> thanks for the link. I'll try to get it runnung during the weekend with an
> external SIP-provider (linphone.org for testing, first)
>
> Asterisk is out of topic for me.
>
> I'll try to integrate it with ansible scripts like my current base
> installations of OM.
>
> Do I need a SIP account for each room? Or is OM/red5sip able to hande one
> SIP account with dialin-code for rooms?
>
> Many thanks
>
> Marcus
> Am 17.04.20 um 15:40 schrieb Maxim Solodovnik:
>
> Hello Marcus,
>
> SIP is not yet implemented in 5.0.0*
> The topic was recently discussed
> please use ML search :)
>
> The feature can be set-up any time after installations
> instructions are here
> https://openmeetings.apache.org/voip-sip-integration.html
>
> (sip rooms/users will be created, audio will not be transferred)
>
> On Fri, 17 Apr 2020 at 12:30, Marcus Wellnitz 
> wrote:
>
>> Hello,
>>
>> I've installed OM already. Within the installer I didn't configure SIP
>> settings.
>>
>> Now I want to connect my OM5.M3 to a sip account. I didn't find any
>> solutiuon or documentation about that toppic.
>>
>> -> Is it possible to integrate SIP into M3?
>>
>> -> are there some tutorials available?
>>
>> Thanks
>>
>> Marcus
>> --
>>
>> Marcus Wellnitz
>>
>>
>
> --
> Best regards,
> Maxim
>
> --
>
> Marcus Wellnitz
>
>

-- 
Best regards,
Maxim


Re: Status SIP and OP 5.0.0 M3

2020-04-17 Thread Marcus Wellnitz
Hello Maxim,

thanks for the link. I'll try to get it runnung during the weekend with
an external SIP-provider (linphone.org for testing, first)

Asterisk is out of topic for me.

I'll try to integrate it with ansible scripts like my current base
installations of OM.

Do I need a SIP account for each room? Or is OM/red5sip able to hande
one SIP account with dialin-code for rooms?

Many thanks

Marcus

Am 17.04.20 um 15:40 schrieb Maxim Solodovnik:
> Hello Marcus,
>
> SIP is not yet implemented in 5.0.0*
> The topic was recently discussed
> please use ML search :)
>
> The feature can be set-up any time after installations
> instructions are here
> https://openmeetings.apache.org/voip-sip-integration.html
>
> (sip rooms/users will be created, audio will not be transferred)
>
> On Fri, 17 Apr 2020 at 12:30, Marcus Wellnitz
> mailto:mar...@wellnitzfamily.de>> wrote:
>
> Hello,
>
> I've installed OM already. Within the installer I didn't configure
> SIP settings.
>
> Now I want to connect my OM5.M3 to a sip account. I didn't find
> any solutiuon or documentation about that toppic.
>
> -> Is it possible to integrate SIP into M3?
>
> -> are there some tutorials available?
>
> Thanks
>
> Marcus
>
> -- 
>
> Marcus Wellnitz
>
>
>
> -- 
> Best regards,
> Maxim
-- 

Marcus Wellnitz



Re: [HELP NEEDED] 5.0.0 release

2020-04-17 Thread Maxim Solodovnik
The release is blocked by these 2 issues:
https://issues.apache.org/jira/browse/OPENMEETINGS-2259
https://issues.apache.org/jira/browse/OPENMEETINGS-2247

stay tuned :)

On Fri, 17 Apr 2020 at 21:33, Maxim Solodovnik  wrote:

> Demo was just updated with most recent build
> Please check if everything is OK :)
>
> On Fri, 17 Apr 2020 at 11:25, Maxim Solodovnik 
> wrote:
>
>> Sorry for typos :(
>> Coffee doesn't help to wake up :(
>>
>> On Fri, 17 Apr 2020 at 11:02, Maxim Solodovnik 
>> wrote:
>>
>>>
>>>
>>> On Fri, 17 Apr 2020 at 01:52,  wrote:
>>>
 Hello Maxim and others,

 This is a very serious suggestion. I am seeing the following on the
 public video and whiteboard room on latest Chrome on Windows 10:

 https://om.alteametasoft.com:8443/next/#room/4

 My suggestions:

 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 represent "states" rather than "to-do actions", I recommend that the
 text be changed to:

 "Microphone is on. Click to turn off." and "Camera is on. Click to turn
 off."

>>>
>>> I personally very very hard to avoid changing text labels
>>> Every change need to be done for all 32 languages
>>> And then hope someone can translate these labels
>>> Will do it :(
>>>
>>> p.s. thanks for English text
>>> p.p.s @All if if speak any language and can translate couple of OM
>>> labels: please contribute :)))
>>>
>>>

 The same should be done for the mouse-over text when these icons are
 orange (that is in the "off" state): the text should read: "Microphone is
 off. Click to turn on" and "Camera is off. Click to turn on".

 Can we vote on this if you are unsure if this change is needed, please?

 Best regards,

 Ed



 Quoting Maxim Solodovnik :

 Demo-next is updated with latest build :)

 On Thu, 16 Apr 2020 at 15:24, Rohrbach, Gerald <
 g.rohrb...@funkegruppe.de> wrote:

> Maxim,
>
>
>
> *I will test the actual snapshot today, when the build is finished in
> 40 minutes.*
>
>
>
> *Gerald*
>
>
>
>
>
>
>
>
> *Von: Maxim Solodovnik [mailto:solomax...@gmail.com
> ] Gesendet: Donnerstag, 16. April 2020 10:06 An:
> Openmeetings user-list  > Betreff: Re: [HELP NEEDED] 5.0.0 release*
>
>
>
> *Hello All,*
>
>
>
> *I plan to start VOTE on M4 tomorrow,*
>
> *Please stop me if you will see any blockers :)*
>
>
>
> *On Tue, 14 Apr 2020 at 20:00, Peter Dähn  > wrote:*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Hi Maxim, no blockers found yet. Yesterday I tested clustering in my
> test-environment. Seemed to work so far. Greetings Peter Am 14.04.20 um
> 08:33 schrieb Maxim Solodovnik: > Hello All, > > I would like to start a
> VOTE for new release ASAP > Are there any blockers? > >*
>
>
>
>
>
> *--*
>
>
> *Best regards, Maxim*
>


 *--*

 *Best regards, Maxim*




>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: [HELP NEEDED] 5.0.0 release

2020-04-17 Thread Maxim Solodovnik
Demo was just updated with most recent build
Please check if everything is OK :)

On Fri, 17 Apr 2020 at 11:25, Maxim Solodovnik  wrote:

> Sorry for typos :(
> Coffee doesn't help to wake up :(
>
> On Fri, 17 Apr 2020 at 11:02, Maxim Solodovnik 
> wrote:
>
>>
>>
>> On Fri, 17 Apr 2020 at 01:52,  wrote:
>>
>>> Hello Maxim and others,
>>>
>>> This is a very serious suggestion. I am seeing the following on the
>>> public video and whiteboard room on latest Chrome on Windows 10:
>>>
>>> https://om.alteametasoft.com:8443/next/#room/4
>>>
>>> My suggestions:
>>>
>>> 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 represent "states" rather than "to-do actions", I recommend that the
>>> text be changed to:
>>>
>>> "Microphone is on. Click to turn off." and "Camera is on. Click to turn
>>> off."
>>>
>>
>> I personally very very hard to avoid changing text labels
>> Every change need to be done for all 32 languages
>> And then hope someone can translate these labels
>> Will do it :(
>>
>> p.s. thanks for English text
>> p.p.s @All if if speak any language and can translate couple of OM
>> labels: please contribute :)))
>>
>>
>>>
>>> The same should be done for the mouse-over text when these icons are
>>> orange (that is in the "off" state): the text should read: "Microphone is
>>> off. Click to turn on" and "Camera is off. Click to turn on".
>>>
>>> Can we vote on this if you are unsure if this change is needed, please?
>>>
>>> Best regards,
>>>
>>> Ed
>>>
>>>
>>>
>>> Quoting Maxim Solodovnik :
>>>
>>> Demo-next is updated with latest build :)
>>>
>>> On Thu, 16 Apr 2020 at 15:24, Rohrbach, Gerald <
>>> g.rohrb...@funkegruppe.de> wrote:
>>>
 Maxim,



 *I will test the actual snapshot today, when the build is finished in
 40 minutes.*



 *Gerald*








 *Von: Maxim Solodovnik [mailto:solomax...@gmail.com
 ] Gesendet: Donnerstag, 16. April 2020 10:06 An:
 Openmeetings user-list >>> > Betreff: Re: [HELP NEEDED] 5.0.0 release*



 *Hello All,*



 *I plan to start VOTE on M4 tomorrow,*

 *Please stop me if you will see any blockers :)*



 *On Tue, 14 Apr 2020 at 20:00, Peter Dähn >>> > wrote:*














 *Hi Maxim, no blockers found yet. Yesterday I tested clustering in my
 test-environment. Seemed to work so far. Greetings Peter Am 14.04.20 um
 08:33 schrieb Maxim Solodovnik: > Hello All, > > I would like to start a
 VOTE for new release ASAP > Are there any blockers? > >*





 *--*


 *Best regards, Maxim*

>>>
>>>
>>> *--*
>>>
>>> *Best regards, Maxim*
>>>
>>>
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: change password encoding MD5

2020-04-17 Thread Maxim Solodovnik
On Fri, 17 Apr 2020 at 18:54, K. Kamhamea  wrote:

> I was just about testing other encryption methods as described
> https://openmeetings.apache.org/CustomCryptMechanism.html
>

I doubt anyone ever try this :)


>
> Here I run into the following undocumented problems
> 1. Where to copy the MD5Implementation.java
> 
> file into my file system
>

This is basic JAVA question :)
Java programs need to be compiled
i.e. After you have created class (which MUST implement interface) you need
to
1) compile this class
2) Pack into JAR file
3) Put jar to webapps/openmeetings/WEB-INF/lib


> 2. How to set the CLASSPATH so that it can be found anywhere in my
> filesystem
>

jars from webapps/openmeetings/WEB-INF/lib are being loaded automatically


> 3. What is actually the text string to be added into the configuration
> variable " crypt.class.name "
>

In JAVA classes are usually being created in packages (to resolve possible
name clashes)
so You need to write something like:

package com.googlemail.kamhamea;

public class MySecureCryptProvider implements ICrypt {
   your secure algorithm here ..
}

In config value you should write:
"com.googlemail.kamhamea.MySecureCryptProvider"



> Alternatively I tried this class
>
> http://openmeetings.apache.org/openmeetings-util/apidocs/org/apache/openmeetings/util/crypt/MD5.html
>
> But changing the configuration variable to "
> org.apache.openmeetings.util.crypt.MD5 " creates but an error.
>

https://github.com/apache/openmeetings/blob/5.0.0-M3/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5.java
Can't be used due to it doesn't implements ICrypt



>
> Best K.
>


-- 
Best regards,
Maxim


Re: Probably a bug in mp4.video.preset Configuration Dialog

2020-04-17 Thread Maxim Solodovnik
You are right
Could you please file JIRA?

On Fri, 17 Apr 2020 at 14:36, K. Kamhamea  wrote:

> mp4.video.preset is 'medium' by default, but as it is Type BOOL you can
> change is to true and false only. Of course you can change Type to STRING
> and enter the correct value, but I suppose this should be better corrected.
> I tested this in two separate installations.
> Best K.
> [image: grafik.png]
>
>

-- 
Best regards,
Maxim


Re: user@openmeetings.apache.org

2020-04-17 Thread Maxim Solodovnik
Can you try to increase RAM for OM and check if it will help?

On Fri, 17 Apr 2020 at 01:59, Christian Bautista 
wrote:

> Hello Maxim,
>
> The process of recording stops automatically.
>
> CPU core is 4
> RAM is 32gb
>
> Thank you.
>
>>

-- 
Best regards,
Maxim


Re: Guest-Users Database records

2020-04-17 Thread Maxim Solodovnik
On Fri, 17 Apr 2020 at 18:32, Rohrbach, Gerald 
wrote:

> Maxim,
>
>
>
> do I understand right?
>
>
>
> If I send invitation to a none OM User, a user in the OM-UserDB is created
> with a prefix of the room?
>
> Modus is contact.
>
>
>
> I do found some database records with that layout..
>
> It seems that the prefix is the owner_id
>

correct


>
>
> After some time I would like to delete this records.
>
> I remember if deleted with the frontend, they are still shown.
>
> Can I delete just by sql query in the DB or will I mix up something there?
>

most probably this will lead to broken DB
But you can try :) at your own risk :)

Why it is so important to delete something from DB?


>
>
>
>
> Geral
>
>
>
>
>
>
>


-- 
Best regards,
Maxim


Re: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread Maxim Solodovnik
https://markmail.org/message/fu7vsmvbpvacn37f

On Fri, 17 Apr 2020 at 20:45, R. Scholz 
wrote:

> Hello
>
> if anybody find the specifications of Maxims Server - please give me a
> hint.
> And: Is it a dedicated one ore a V-Server?
>
> Best regards,
>
> René
>
>
>
> Am 17.04.2020 um 15:29 schrieb Maxim Solodovnik:
>
> I believe I posted demo server specs on this ML
> not too far ago
> can you please use search ? :)
>
> On Fri, 17 Apr 2020 at 17:20, Daniel Baker 
> wrote:
>
>> Should we have  more  details about this  server  ?
>>
>>
>>
>>
>> On 17/04/2020 11:07, Maxim Solodovnik wrote:
>>
>> I believe all kudos to Hetzner :))
>>
>> On Fri, 17 Apr 2020 at 16:57, R. Scholz <
>> rene.sch...@abakus-edv-systems.de> wrote:
>>
>>> Hello Maxim,
>>>
>>> no reconnection. All the time the connection was wonderful stable.
>>>
>>> Best regards,
>>>
>>> René
>>>
>>>
>>> Am 17.04.2020 um 11:24 schrieb Maxim Solodovnik:
>>>
>>> Great news :)
>>>
>>> Did you have re-connections?
>>> Was it disturbing?
>>>
>>> On Fri, 17 Apr 2020 at 14:06, R. Scholz <
>>> rene.sch...@abakus-edv-systems.de> wrote:
>>>
 Hello,

 thank you very much to Ed and BBS for the great discussion yesterday
 evening at the "Kurento-test".
 And a great "Thank you" at Maxim: Your demo-server works very good.
 The Audio is very clear all the time (only 1 "stutter", no broken
 connection), the video too.

 For me as result: With 3 video/audio-connections on Maxims demo-server
 it works great.

 Best regards,

 René


 Am 17.04.2020 um 08:02 schrieb Rohrbach, Gerald:

 Well, Rene for Germany that is already late….



 Gerald



 *Von:* R. Scholz [mailto:rene.sch...@abakus-edv-systems.de
 ]
 *Gesendet:* Donnerstag, 16. April 2020 20:41
 *An:* user@openmeetings.apache.org
 *Betreff:* Re: Invitation to: Test of Room 4 (public video and
 whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)



 Hello Ed,

 it seems that is the same thing like yesterday: no interest from the
 other to make a "Kurento-test".
 With two members it makes no sense.

 Best regards,

 René

 Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:

 I'm in GMT+7

 19:00 GMT will be 02:00 for me, so it will be impossible for me to
 participate

 Will update server and restart KMS so you can test without issues :))



 On Thu, 16 Apr 2020 at 14:35, BBS Technik  wrote:

 I will try to participate too.


 Regards Ed


 > Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
 > Von: i...@bureau-de-poste.net
 > An: user@openmeetings.apache.org
 > Betreff: Invitation to: Test of Room 4 (public video and whiteboard
 room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)
 >
 >  Hello All,
 > 
 >  I have an interesting idea, I think. The test server  (5.0.0
 M4)
 >  at https://om.alteametasoft.com:8443/next/signin seems to me
 to
 >  be very fast. Why don't many of us testers agree to meet
 >  tomorrow, Thursday, April 16 in a specific room - I suggest the
 >  Public Video and Whiteboard Room (room no. 4), and if we have 5
 >  or more people, we can see for ourselves how fast it is, and
 >  whether or not video conference participants need to exit and
 >  re-login to actively participate in a conference. I had a
 problem
 >  with 5.0.0 M3 with only 2 users, and I had to either refresh
 one
 >  user every once in a while, or - what worked better - re-login
 at
 >  least once.
 > 
 >  There are already two of us who will be there - can anyone else
 >  meet virtually in room number 4 to test it? tomorrow, Thursday
 at
 >  19:00 UTC (London, England time).
 > 
 >  Best regards,
 > 
 >  Ed
 >
 >
 >




 --

 Best regards,
 Maxim





>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>
>

-- 
Best regards,
Maxim


Re: Status SIP and OP 5.0.0 M3

2020-04-17 Thread Maxim Solodovnik
Hello Marcus,

SIP is not yet implemented in 5.0.0*
The topic was recently discussed
please use ML search :)

The feature can be set-up any time after installations
instructions are here
https://openmeetings.apache.org/voip-sip-integration.html

(sip rooms/users will be created, audio will not be transferred)

On Fri, 17 Apr 2020 at 12:30, Marcus Wellnitz 
wrote:

> Hello,
>
> I've installed OM already. Within the installer I didn't configure SIP
> settings.
>
> Now I want to connect my OM5.M3 to a sip account. I didn't find any
> solutiuon or documentation about that toppic.
>
> -> Is it possible to integrate SIP into M3?
>
> -> are there some tutorials available?
>
> Thanks
>
> Marcus
> --
>
> Marcus Wellnitz
>
>

-- 
Best regards,
Maxim


Re: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread R. Scholz

Hello

if anybody find the specifications of Maxims Server - please give me a hint.
And: Is it a dedicated one ore a V-Server?

Best regards,

René



Am 17.04.2020 um 15:29 schrieb Maxim Solodovnik:

I believe I posted demo server specs on this ML
not too far ago
can you please use search ? :)

On Fri, 17 Apr 2020 at 17:20, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Should we have  more  details about this  server  ?




On 17/04/2020 11:07, Maxim Solodovnik wrote:

I believe all kudos to Hetzner :))

On Fri, 17 Apr 2020 at 16:57, R. Scholz
mailto:rene.sch...@abakus-edv-systems.de>> wrote:

Hello Maxim,

no reconnection. All the time the connection was wonderful
stable.

Best regards,

René


Am 17.04.2020 um 11:24 schrieb Maxim Solodovnik:

Great news :)

Did you have re-connections?
Was it disturbing?

On Fri, 17 Apr 2020 at 14:06, R. Scholz
mailto:rene.sch...@abakus-edv-systems.de>> wrote:

Hello,

thank you very much to Ed and BBS for the great
discussion yesterday evening at the "Kurento-test".
And a great "Thank you" at Maxim: Your demo-server works
very good.
The Audio is very clear all the time (only 1 "stutter",
no broken connection), the video too.

For me as result: With 3 video/audio-connections on
Maxims demo-server it works great.

Best regards,

René


Am 17.04.2020 um 08:02 schrieb Rohrbach, Gerald:


Well, Rene for Germany that is already late….

Gerald

*Von:*R. Scholz [mailto:rene.sch...@abakus-edv-systems.de]
*Gesendet:* Donnerstag, 16. April 2020 20:41
*An:* user@openmeetings.apache.org

*Betreff:* Re: Invitation to: Test of Room 4 (public
video and whiteboard room) tomorrow, Thursday APril 16
at 19:00 UTC (London time)

Hello Ed,

it seems that is the same thing like yesterday: no
interest from the other to make a "Kurento-test".
With two members it makes no sense.

Best regards,

René

Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:

I'm in GMT+7

19:00 GMT will be 02:00 for me, so it will be
impossible for me to participate

Will update server and restart KMS so you can test
without issues :))

On Thu, 16 Apr 2020 at 14:35, BBS Technik
mailto:dormiti...@gmx.de>> wrote:

I will try to participate too.


Regards Ed


> Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
> Von: i...@bureau-de-poste.net

> An: user@openmeetings.apache.org

> Betreff: Invitation to: Test of Room 4
(public video and whiteboard room) tomorrow,
Thursday APril 16 at 19:00 UTC (London time)
>
>  Hello All,
> 
>  I have an interesting idea, I think. The
test server  (5.0.0 M4)
>  at
https://om.alteametasoft.com:8443/next/signin seems
to me to
>  be very fast. Why don't many of us
testers agree to meet
>  tomorrow, Thursday, April 16 in a
specific room - I suggest the
>  Public Video and Whiteboard Room (room
no. 4), and if we have 5
>  or more people, we can see for ourselves
how fast it is, and
>  whether or not video conference
participants need to exit and
>  re-login to actively participate in a
conference. I had a problem
>  with 5.0.0 M3 with only 2 users, and I
had to either refresh one
>  user every once in a while, or - what
worked better - re-login at
>  least once.
> 
>  There are already two of us who will be
there - can anyone else
>  meet virtually in room number 4 to test
it? tomorrow, Thursday at
>  19:00 UTC (London, England time).
> 
>  Best regards,
> 
>  Ed
  

change password encoding MD5

2020-04-17 Thread K. Kamhamea
I was just about testing other encryption methods as described
https://openmeetings.apache.org/CustomCryptMechanism.html

Here I run into the following undocumented problems
1. Where to copy the MD5Implementation.java

file into my file system
2. How to set the CLASSPATH so that it can be found anywhere in my
filesystem
3. What is actually the text string to be added into the configuration
variable " crypt.class.name "

Alternatively I tried this class
http://openmeetings.apache.org/openmeetings-util/apidocs/org/apache/openmeetings/util/crypt/MD5.html

But changing the configuration variable to "
org.apache.openmeetings.util.crypt.MD5 " creates but an error.

Best K.


Re: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread Daniel Baker

Should we have  more  details about this  server  ?




On 17/04/2020 11:07, Maxim Solodovnik wrote:

I believe all kudos to Hetzner :))

On Fri, 17 Apr 2020 at 16:57, R. Scholz 
> wrote:


Hello Maxim,

no reconnection. All the time the connection was wonderful stable.

Best regards,

René


Am 17.04.2020 um 11:24 schrieb Maxim Solodovnik:

Great news :)

Did you have re-connections?
Was it disturbing?

On Fri, 17 Apr 2020 at 14:06, R. Scholz
mailto:rene.sch...@abakus-edv-systems.de>> wrote:

Hello,

thank you very much to Ed and BBS for the great discussion
yesterday evening at the "Kurento-test".
And a great "Thank you" at Maxim: Your demo-server works very
good.
The Audio is very clear all the time (only 1 "stutter", no
broken connection), the video too.

For me as result: With 3 video/audio-connections on Maxims
demo-server it works great.

Best regards,

René


Am 17.04.2020 um 08:02 schrieb Rohrbach, Gerald:


Well, Rene for Germany that is already late….

Gerald

*Von:*R. Scholz [mailto:rene.sch...@abakus-edv-systems.de]
*Gesendet:* Donnerstag, 16. April 2020 20:41
*An:* user@openmeetings.apache.org

*Betreff:* Re: Invitation to: Test of Room 4 (public video
and whiteboard room) tomorrow, Thursday APril 16 at 19:00
UTC (London time)

Hello Ed,

it seems that is the same thing like yesterday: no interest
from the other to make a "Kurento-test".
With two members it makes no sense.

Best regards,

René

Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:

I'm in GMT+7

19:00 GMT will be 02:00 for me, so it will be impossible
for me to participate

Will update server and restart KMS so you can test
without issues :))

On Thu, 16 Apr 2020 at 14:35, BBS Technik
mailto:dormiti...@gmx.de>> wrote:

I will try to participate too.


Regards Ed


> Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
> Von: i...@bureau-de-poste.net

> An: user@openmeetings.apache.org

> Betreff: Invitation to: Test of Room 4 (public
video and whiteboard room) tomorrow, Thursday APril
16 at 19:00 UTC (London time)
>
>  Hello All,
> 
>  I have an interesting idea, I think. The test
server  (5.0.0 M4)
>  at
https://om.alteametasoft.com:8443/next/signin seems
to me to
>  be very fast. Why don't many of us testers
agree to meet
>  tomorrow, Thursday, April 16 in a specific
room - I suggest the
>  Public Video and Whiteboard Room (room no.
4), and if we have 5
>  or more people, we can see for ourselves how
fast it is, and
>  whether or not video conference participants
need to exit and
>  re-login to actively participate in a
conference. I had a problem
>  with 5.0.0 M3 with only 2 users, and I had to
either refresh one
>  user every once in a while, or - what worked
better - re-login at
>  least once.
> 
>  There are already two of us who will be there
- can anyone else
>  meet virtually in room number 4 to test it?
tomorrow, Thursday at
>  19:00 UTC (London, England time).
> 
>  Best regards,
> 
>  Ed
>
>
>


-- 


Best regards,
Maxim





-- 
Best regards,

Maxim




--
Best regards,
Maxim


Re: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread Maxim Solodovnik
I believe all kudos to Hetzner :))

On Fri, 17 Apr 2020 at 16:57, R. Scholz 
wrote:

> Hello Maxim,
>
> no reconnection. All the time the connection was wonderful stable.
>
> Best regards,
>
> René
>
>
> Am 17.04.2020 um 11:24 schrieb Maxim Solodovnik:
>
> Great news :)
>
> Did you have re-connections?
> Was it disturbing?
>
> On Fri, 17 Apr 2020 at 14:06, R. Scholz 
> wrote:
>
>> Hello,
>>
>> thank you very much to Ed and BBS for the great discussion yesterday
>> evening at the "Kurento-test".
>> And a great "Thank you" at Maxim: Your demo-server works very good.
>> The Audio is very clear all the time (only 1 "stutter", no broken
>> connection), the video too.
>>
>> For me as result: With 3 video/audio-connections on Maxims demo-server it
>> works great.
>>
>> Best regards,
>>
>> René
>>
>>
>> Am 17.04.2020 um 08:02 schrieb Rohrbach, Gerald:
>>
>> Well, Rene for Germany that is already late….
>>
>>
>>
>> Gerald
>>
>>
>>
>> *Von:* R. Scholz [mailto:rene.sch...@abakus-edv-systems.de
>> ]
>> *Gesendet:* Donnerstag, 16. April 2020 20:41
>> *An:* user@openmeetings.apache.org
>> *Betreff:* Re: Invitation to: Test of Room 4 (public video and
>> whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)
>>
>>
>>
>> Hello Ed,
>>
>> it seems that is the same thing like yesterday: no interest from the
>> other to make a "Kurento-test".
>> With two members it makes no sense.
>>
>> Best regards,
>>
>> René
>>
>> Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:
>>
>> I'm in GMT+7
>>
>> 19:00 GMT will be 02:00 for me, so it will be impossible for me to
>> participate
>>
>> Will update server and restart KMS so you can test without issues :))
>>
>>
>>
>> On Thu, 16 Apr 2020 at 14:35, BBS Technik  wrote:
>>
>> I will try to participate too.
>>
>>
>> Regards Ed
>>
>>
>> > Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
>> > Von: i...@bureau-de-poste.net
>> > An: user@openmeetings.apache.org
>> > Betreff: Invitation to: Test of Room 4 (public video and whiteboard
>> room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)
>> >
>> >  Hello All,
>> > 
>> >  I have an interesting idea, I think. The test server  (5.0.0 M4)
>> >  at https://om.alteametasoft.com:8443/next/signin seems to me to
>> >  be very fast. Why don't many of us testers agree to meet
>> >  tomorrow, Thursday, April 16 in a specific room - I suggest the
>> >  Public Video and Whiteboard Room (room no. 4), and if we have 5
>> >  or more people, we can see for ourselves how fast it is, and
>> >  whether or not video conference participants need to exit and
>> >  re-login to actively participate in a conference. I had a problem
>> >  with 5.0.0 M3 with only 2 users, and I had to either refresh one
>> >  user every once in a while, or - what worked better - re-login at
>> >  least once.
>> > 
>> >  There are already two of us who will be there - can anyone else
>> >  meet virtually in room number 4 to test it? tomorrow, Thursday at
>> >  19:00 UTC (London, England time).
>> > 
>> >  Best regards,
>> > 
>> >  Ed
>> >
>> >
>> >
>>
>>
>>
>>
>> --
>>
>> Best regards,
>> Maxim
>>
>>
>>
>>
>>
>
> --
> Best regards,
> Maxim
>
>
>

-- 
Best regards,
Maxim


Re: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread R. Scholz

Hello Maxim,

no reconnection. All the time the connection was wonderful stable.

Best regards,

René


Am 17.04.2020 um 11:24 schrieb Maxim Solodovnik:

Great news :)

Did you have re-connections?
Was it disturbing?

On Fri, 17 Apr 2020 at 14:06, R. Scholz 
> wrote:


Hello,

thank you very much to Ed and BBS for the great discussion
yesterday evening at the "Kurento-test".
And a great "Thank you" at Maxim: Your demo-server works very good.
The Audio is very clear all the time (only 1 "stutter", no broken
connection), the video too.

For me as result: With 3 video/audio-connections on Maxims
demo-server it works great.

Best regards,

René


Am 17.04.2020 um 08:02 schrieb Rohrbach, Gerald:


Well, Rene for Germany that is already late….

Gerald

*Von:*R. Scholz [mailto:rene.sch...@abakus-edv-systems.de]
*Gesendet:* Donnerstag, 16. April 2020 20:41
*An:* user@openmeetings.apache.org

*Betreff:* Re: Invitation to: Test of Room 4 (public video and
whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London
time)

Hello Ed,

it seems that is the same thing like yesterday: no interest from
the other to make a "Kurento-test".
With two members it makes no sense.

Best regards,

René

Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:

I'm in GMT+7

19:00 GMT will be 02:00 for me, so it will be impossible for
me to participate

Will update server and restart KMS so you can test without
issues :))

On Thu, 16 Apr 2020 at 14:35, BBS Technik mailto:dormiti...@gmx.de>> wrote:

I will try to participate too.


Regards Ed


> Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
> Von: i...@bureau-de-poste.net

> An: user@openmeetings.apache.org

> Betreff: Invitation to: Test of Room 4 (public video
and whiteboard room) tomorrow, Thursday APril 16 at 19:00
UTC (London time)
>
>  Hello All,
> 
>  I have an interesting idea, I think. The test
server  (5.0.0 M4)
>  at
https://om.alteametasoft.com:8443/next/signin seems to me to
>  be very fast. Why don't many of us testers agree
to meet
>  tomorrow, Thursday, April 16 in a specific room -
I suggest the
>  Public Video and Whiteboard Room (room no. 4), and
if we have 5
>  or more people, we can see for ourselves how fast
it is, and
>  whether or not video conference participants need
to exit and
>  re-login to actively participate in a conference.
I had a problem
>  with 5.0.0 M3 with only 2 users, and I had to
either refresh one
>  user every once in a while, or - what worked
better - re-login at
>  least once.
> 
>  There are already two of us who will be there -
can anyone else
>  meet virtually in room number 4 to test it?
tomorrow, Thursday at
>  19:00 UTC (London, England time).
> 
>  Best regards,
> 
>  Ed
>
>
>


-- 


Best regards,
Maxim





--
Best regards,
Maxim




Re: Customizable feedback

2020-04-17 Thread Maxim Solodovnik
News
Help and support
Are customizable via Language Editor
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml#L143

Link to JIRA can be changed by editing of HTML:
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/MainPanel.html#L28


On Fri, 17 Apr 2020 at 15:13, K. Kamhamea  wrote:

> 8) "It would be easier for unexperienced users to just drop a line or send
> a message to developers. If unexperienced with this technique this website
> demands a lot of time to familiarize with the procedure."
> In case user will just drop the message (at any installation in the world,
> with possible VERY restricted FW how he/she can get an answer?
> Right now this is customizable and site admin can set it to anything
>
> Such a customizable link is a very good idea because many of the questions
> common users have are better answered by the site admin and not developers
> bothered with.
>
> Where is this customization taking place actually? I didn't find it in
> Configurations.
>
> Best K.
>
>

-- 
Best regards,
Maxim


Re: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread Maxim Solodovnik
Great news :)

Did you have re-connections?
Was it disturbing?

On Fri, 17 Apr 2020 at 14:06, R. Scholz 
wrote:

> Hello,
>
> thank you very much to Ed and BBS for the great discussion yesterday
> evening at the "Kurento-test".
> And a great "Thank you" at Maxim: Your demo-server works very good.
> The Audio is very clear all the time (only 1 "stutter", no broken
> connection), the video too.
>
> For me as result: With 3 video/audio-connections on Maxims demo-server it
> works great.
>
> Best regards,
>
> René
>
>
> Am 17.04.2020 um 08:02 schrieb Rohrbach, Gerald:
>
> Well, Rene for Germany that is already late….
>
>
>
> Gerald
>
>
>
> *Von:* R. Scholz [mailto:rene.sch...@abakus-edv-systems.de
> ]
> *Gesendet:* Donnerstag, 16. April 2020 20:41
> *An:* user@openmeetings.apache.org
> *Betreff:* Re: Invitation to: Test of Room 4 (public video and whiteboard
> room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)
>
>
>
> Hello Ed,
>
> it seems that is the same thing like yesterday: no interest from the other
> to make a "Kurento-test".
> With two members it makes no sense.
>
> Best regards,
>
> René
>
> Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:
>
> I'm in GMT+7
>
> 19:00 GMT will be 02:00 for me, so it will be impossible for me to
> participate
>
> Will update server and restart KMS so you can test without issues :))
>
>
>
> On Thu, 16 Apr 2020 at 14:35, BBS Technik  wrote:
>
> I will try to participate too.
>
>
> Regards Ed
>
>
> > Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
> > Von: i...@bureau-de-poste.net
> > An: user@openmeetings.apache.org
> > Betreff: Invitation to: Test of Room 4 (public video and whiteboard
> room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)
> >
> >  Hello All,
> > 
> >  I have an interesting idea, I think. The test server  (5.0.0 M4)
> >  at https://om.alteametasoft.com:8443/next/signin seems to me to
> >  be very fast. Why don't many of us testers agree to meet
> >  tomorrow, Thursday, April 16 in a specific room - I suggest the
> >  Public Video and Whiteboard Room (room no. 4), and if we have 5
> >  or more people, we can see for ourselves how fast it is, and
> >  whether or not video conference participants need to exit and
> >  re-login to actively participate in a conference. I had a problem
> >  with 5.0.0 M3 with only 2 users, and I had to either refresh one
> >  user every once in a while, or - what worked better - re-login at
> >  least once.
> > 
> >  There are already two of us who will be there - can anyone else
> >  meet virtually in room number 4 to test it? tomorrow, Thursday at
> >  19:00 UTC (London, England time).
> > 
> >  Best regards,
> > 
> >  Ed
> >
> >
> >
>
>
>
>
> --
>
> Best regards,
> Maxim
>
>
>
>
>

-- 
Best regards,
Maxim


Re: How return to original OM theme

2020-04-17 Thread Maxim Solodovnik
Hello Alvaro,

There is no simple way
One need to create custom theme for this
Maybe we can add theme switcher,
One of these themes https://bootswatch.com/ can be selected
But this is definitely not for M4


On Fri, 17 Apr 2020 at 15:27, Alvaro  wrote:

> Hello Maxim,
>
> Could you please say me a simple way, if is, to return
> my OM 5-4 pc installation to the classic interface theme?
>
> Thanks
>
> Alvaro
>


-- 
Best regards,
Maxim


How return to original OM theme

2020-04-17 Thread Alvaro
Hello Maxim,

Could you please say me a simple way, if is, to return
my OM 5-4 pc installation to the classic interface theme?

Thanks

Alvaro


Customizable feedback

2020-04-17 Thread K. Kamhamea
 8) "It would be easier for unexperienced users to just drop a line or send
a message to developers. If unexperienced with this technique this website
demands a lot of time to familiarize with the procedure."
In case user will just drop the message (at any installation in the world,
with possible VERY restricted FW how he/she can get an answer?
Right now this is customizable and site admin can set it to anything

Such a customizable link is a very good idea because many of the questions
common users have are better answered by the site admin and not developers
bothered with.

Where is this customization taking place actually? I didn't find it in
Configurations.

Best K.


Probably a bug in mp4.video.preset Configuration Dialog

2020-04-17 Thread K. Kamhamea
mp4.video.preset is 'medium' by default, but as it is Type BOOL you can
change is to true and false only. Of course you can change Type to STRING
and enter the correct value, but I suppose this should be better corrected.
I tested this in two separate installations.
Best K.
[image: grafik.png]


Re: Information about OAuth2

2020-04-17 Thread Maxim Solodovnik
You have to register in JIRA to comment

Privacy statement will NOT be customizable via Admin
You can modify the text in HTML
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/PrivacyPage.html
and restart OM

On Fri, 17 Apr 2020 at 13:52, K. Kamhamea  wrote:

> I'm not sure, do I have a login to comment on that? My Confluence Login
> doesn't work.
>
> :-)
> I would like to add: A customizable link set in Administration >
> Configuration, so every client who uses this software in his/her own
> environment can provide a specifically tailored one. This link is shown
> only if specified and can be omitted if empty.
> (The parameter could have been of the same Type/Key/Value combination as
> "dashboard.rss.feed1" for instance.)
> Best K.
>
> Am Fr., 17. Apr. 2020 um 08:25 Uhr schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>
>> OK
>> Let it be: https://issues.apache.org/jira/browse/OPENMEETINGS-2271
>>
>> On Fri, 17 Apr 2020 at 01:34, K. Kamhamea 
>> wrote:
>>
>>> Oh, please don't get me wrong, I don't want to cause you any trouble.
>>> I'm not one of these greedy lawyers, and I suppose you will never be
>>> pestered by such a person as it is an non-for-profit-open-source-project,
>>> and for that purpose everything seems fine. What I'm concerned about is the
>>> clients who will use your software on their own server. They may get
>>> inadvertently into trouble. Maybe not in your country but here in my
>>> country there are enough people who have nothing else to do as searching
>>> opportunities to legally steal, and a court is of no help as judges here
>>> belong to the same category. Believe me I know what I'm talking about, I
>>> lost a lot of money to them. Look at Facebook for instance they do have a
>>> bullet proof login page, probably checked by lots of layers.
>>>
>>> In summary: you guys do an excellent job, but those who use your
>>> software would better be warned, and maybe you decide to offer a custom
>>> login page.
>>> Best K.
>>>
>>>
>>>
>>> Am Do., 16. Apr. 2020 um 09:25 Uhr schrieb Maxim Solodovnik <
>>> solomax...@gmail.com>:
>>>
 Well,

 actually google asks for the direct link
 And here is the link: https://om.alteametasoft.com:8443/next/privacy i.e.
 I still see no issue here

 Could quote Google where it states: " they explicitly want the link to
 Terms and Data Policy provided on the Login page" ?

 On Thu, 16 Apr 2020 at 13:53, K. Kamhamea 
 wrote:

> I see. I have to register with an OAuth2 provider first to get ID and
> Secret. However OAuth2 makes the legal issue even more prominent as we
> discussed elsewhere.
>
> 1) "Here is a legal issue."
> The link to the "privacy statement" is on registration form and in
> user profile
> So both registered and non-registered users can review it
> I can contact Alache legal if you believe this is the issue
>
> 1 - OAuth users will never reach the registration form.
> 2 - When asking Google for ID and Secret, they explicitly want the
> link to Terms and Data Policy provided on the Login page.
>
> I don't know about the other providers, but think it will be tha same
> story.
>
> K.
>
> Am Do., 16. Apr. 2020 um 04:12 Uhr schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>
>> It works at our demo :)
>> In addition to 'allow.oauth.register'
>> You need to go to Admin-> OAuth and set up integration with provider
>> chosen
>>
>> On Thu, 16 Apr 2020 at 03:04, K. Kamhamea 
>> wrote:
>>
>>> Hello,
>>> please can someone provide information how OAuth works with OM5. If
>>> 'allow.oauth.register' in Administration > Configuration is turned true,
>>> one would expect login with Facebook or Google is allowed. Why I don't 
>>> find
>>> a Facebook, Google link on the Login Dialog?
>>>
>>> K.
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

 --
 Best regards,
 Maxim

>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: Information about OAuth2

2020-04-17 Thread Maxim Solodovnik
OK
Let it be: https://issues.apache.org/jira/browse/OPENMEETINGS-2271

On Fri, 17 Apr 2020 at 01:34, K. Kamhamea  wrote:

> Oh, please don't get me wrong, I don't want to cause you any trouble. I'm
> not one of these greedy lawyers, and I suppose you will never be pestered
> by such a person as it is an non-for-profit-open-source-project, and for
> that purpose everything seems fine. What I'm concerned about is the clients
> who will use your software on their own server. They may get inadvertently
> into trouble. Maybe not in your country but here in my country there are
> enough people who have nothing else to do as searching opportunities to
> legally steal, and a court is of no help as judges here belong to the same
> category. Believe me I know what I'm talking about, I lost a lot of money
> to them. Look at Facebook for instance they do have a bullet proof login
> page, probably checked by lots of layers.
>
> In summary: you guys do an excellent job, but those who use your software
> would better be warned, and maybe you decide to offer a custom login page.
> Best K.
>
>
>
> Am Do., 16. Apr. 2020 um 09:25 Uhr schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>
>> Well,
>>
>> actually google asks for the direct link
>> And here is the link: https://om.alteametasoft.com:8443/next/privacy i.e.
>> I still see no issue here
>>
>> Could quote Google where it states: " they explicitly want the link to
>> Terms and Data Policy provided on the Login page" ?
>>
>> On Thu, 16 Apr 2020 at 13:53, K. Kamhamea 
>> wrote:
>>
>>> I see. I have to register with an OAuth2 provider first to get ID and
>>> Secret. However OAuth2 makes the legal issue even more prominent as we
>>> discussed elsewhere.
>>>
>>> 1) "Here is a legal issue."
>>> The link to the "privacy statement" is on registration form and in user
>>> profile
>>> So both registered and non-registered users can review it
>>> I can contact Alache legal if you believe this is the issue
>>>
>>> 1 - OAuth users will never reach the registration form.
>>> 2 - When asking Google for ID and Secret, they explicitly want the link
>>> to Terms and Data Policy provided on the Login page.
>>>
>>> I don't know about the other providers, but think it will be tha same
>>> story.
>>>
>>> K.
>>>
>>> Am Do., 16. Apr. 2020 um 04:12 Uhr schrieb Maxim Solodovnik <
>>> solomax...@gmail.com>:
>>>
 It works at our demo :)
 In addition to 'allow.oauth.register'
 You need to go to Admin-> OAuth and set up integration with provider
 chosen

 On Thu, 16 Apr 2020 at 03:04, K. Kamhamea 
 wrote:

> Hello,
> please can someone provide information how OAuth works with OM5. If
> 'allow.oauth.register' in Administration > Configuration is turned true,
> one would expect login with Facebook or Google is allowed. Why I don't 
> find
> a Facebook, Google link on the Login Dialog?
>
> K.
>


 --
 Best regards,
 Maxim

>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


AW: Problem with recording session

2020-04-17 Thread Peter-Otto Weber
Hello Maxim,

maybe you should read it as it is available on the project side:

My sincere thanks to Maxim Solodovnik for his help, without
which i could not have finished this tutorial satisfactorily.
It is made step by step.
14-12-2019

O.K. i do not want to bring this discussion on the wrong way as i am really 
happy with your support.

I did some testing and recording seems to work in my config.

Even 1920 x 1080 with 30 fps.

Only 3840 x 2160 did not work but this is not a problem only a test.

If there’s no more problem in my config (hopefully) we might finish here.

Have a good time

POW
Von: Maxim Solodovnik 
Gesendet: Freitag, 17. April 2020 08:06
An: Openmeetings user-list 
Betreff: Re: Problem with recording session

I never read instructions you are referring to
I only answering questions:

You have asked "How can I start OM as user kurento" - I gave you the command :)
The command will be slightly different you the question will be "How can I 
start OM as user nobody" :)))

Actually you can use __any__ user
The only recommended restriction: you should use same user for OM and KMS :)


On Fri, 17 Apr 2020 at 13:02, Peter-Otto Weber 
mailto:cyber...@hotmail.de>> wrote:
Hello Maxim,

this is all very confusing.

In the basic setup there’s a hint to change

...and replace in the line number 7:
DAEMON_USER="kurento"
...to
DAEMON_USER="nobody"

In „Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3.pdf“ is 
written

...and modifie if is a different user name at the following line, leaving it 
like this:
DAEMON_USER="kurento"

So the kurento daemon user finaly is kurento?

How does this suite to running everything as „nobody“???

And even if you say that tomcat has to be started as „kurento“ and not „nobody“.

Please be aware, that not everybody knows the dependencies of all the parts in 
the OM system.

Maybe an explanation or a simple „map“ could explain this to beginners.

So – what about my current configuration?

I have changed the password of kurento user in ubunto to match one of my own 
passwords.

Than i  logged in as kurento and started the system.

Everything at least came up but now i need to test the functions.

Is this a working setup or is there still a problem in this config?

Best wishes

POW




--
Best regards,
Maxim


Re: Problem with recording session

2020-04-17 Thread Maxim Solodovnik
I never read instructions you are referring to
I only answering questions:

You have asked "How can I start OM as user kurento" - I gave you the
command :)
The command will be slightly different you the question will be "How can I
start OM as user nobody" :)))

Actually you can use __any__ user
The only recommended restriction: you should use same user for OM and KMS :)


On Fri, 17 Apr 2020 at 13:02, Peter-Otto Weber  wrote:

> Hello Maxim,
>
>
>
> this is all very confusing.
>
>
>
> In the basic setup there’s a hint to change
>
>
>
> ...and replace in the line number 7:
>
> DAEMON_USER="kurento"
>
> ...to
>
> DAEMON_USER="nobody"
>
>
>
> In „Installation SSL certificates and Coturn for OpenMeetings
> 5.0.0-M3.pdf“ is written
>
>
>
> ...and modifie if is a different user name at the following line, leaving
> it like this:
>
> DAEMON_USER="kurento"
>
>
>
> So the kurento daemon user finaly is kurento?
>
>
>
> How does this suite to running everything as „nobody“???
>
>
>
> And even if you say that tomcat has to be started as „kurento“ and not
> „nobody“.
>
>
>
> Please be aware, that not everybody knows the dependencies of all the
> parts in the OM system.
>
>
>
> Maybe an explanation or a simple „map“ could explain this to beginners.
>
>
>
> So – what about my current configuration?
>
>
>
> I have changed the password of kurento user in ubunto to match one of my
> own passwords.
>
>
>
> Than i  logged in as kurento and started the system.
>
>
>
> Everything at least came up but now i need to test the functions.
>
>
>
> Is this a working setup or is there still a problem in this config?
>
>
>
> Best wishes
>
>
>
> POW
>
>
>
>
>


-- 
Best regards,
Maxim


AW: Invitation to: Test of Room 4 (public video and whiteboard room) tomorrow, Thursday APril 16 at 19:00 UTC (London time)

2020-04-17 Thread Rohrbach, Gerald
Well, Rene for Germany that is already late….

Gerald

Von: R. Scholz [mailto:rene.sch...@abakus-edv-systems.de]
Gesendet: Donnerstag, 16. April 2020 20:41
An: user@openmeetings.apache.org
Betreff: Re: Invitation to: Test of Room 4 (public video and whiteboard room) 
tomorrow, Thursday APril 16 at 19:00 UTC (London time)

Hello Ed,

it seems that is the same thing like yesterday: no interest from the other to 
make a "Kurento-test".
With two members it makes no sense.

Best regards,

René

Am 16.04.2020 um 09:39 schrieb Maxim Solodovnik:
I'm in GMT+7
19:00 GMT will be 02:00 for me, so it will be impossible for me to participate
Will update server and restart KMS so you can test without issues :))

On Thu, 16 Apr 2020 at 14:35, BBS Technik 
mailto:dormiti...@gmx.de>> wrote:
I will try to participate too.


Regards Ed


> Gesendet: Mittwoch, 15. April 2020 um 16:58 Uhr
> Von: i...@bureau-de-poste.net
> An: user@openmeetings.apache.org
> Betreff: Invitation to: Test of Room 4 (public video and whiteboard room) 
> tomorrow, Thursday APril 16 at 19:00 UTC (London time)
>
>  Hello All,
> 
>  I have an interesting idea, I think. The test server  (5.0.0 M4)
>  at https://om.alteametasoft.com:8443/next/signin seems to me to
>  be very fast. Why don't many of us testers agree to meet
>  tomorrow, Thursday, April 16 in a specific room - I suggest the
>  Public Video and Whiteboard Room (room no. 4), and if we have 5
>  or more people, we can see for ourselves how fast it is, and
>  whether or not video conference participants need to exit and
>  re-login to actively participate in a conference. I had a problem
>  with 5.0.0 M3 with only 2 users, and I had to either refresh one
>  user every once in a while, or - what worked better - re-login at
>  least once.
> 
>  There are already two of us who will be there - can anyone else
>  meet virtually in room number 4 to test it? tomorrow, Thursday at
>  19:00 UTC (London, England time).
> 
>  Best regards,
> 
>  Ed
>
>
>


--
Best regards,
Maxim



AW: Problem with recording session

2020-04-17 Thread Peter-Otto Weber
Hello Maxim,

this is all very confusing.

In the basic setup there’s a hint to change

...and replace in the line number 7:
DAEMON_USER="kurento"
...to
DAEMON_USER="nobody"

In „Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3.pdf“ is 
written

...and modifie if is a different user name at the following line, leaving it 
like this:
DAEMON_USER="kurento"

So the kurento daemon user finaly is kurento?

How does this suite to running everything as „nobody“???

And even if you say that tomcat has to be started as „kurento“ and not „nobody“.

Please be aware, that not everybody knows the dependencies of all the parts in 
the OM system.

Maybe an explanation or a simple „map“ could explain this to beginners.

So – what about my current configuration?

I have changed the password of kurento user in ubunto to match one of my own 
passwords.

Than i  logged in as kurento and started the system.

Everything at least came up but now i need to test the functions.

Is this a working setup or is there still a problem in this config?

Best wishes

POW