Re: Help required to integrate openmeetings api

2020-06-01 Thread Maxim Solodovnik
Please re-read the article and provide you detailed steps

On Tue, 2 Jun 2020 at 12:40, pooja.kamra  wrote:

> Same. Not able to send the link.
>
>
>
> Regards,
>
> Pooja
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* 02 June 2020 10:54
> *To:* Openmeetings user-list 
> *Subject:* Re: Help required to integrate openmeetings api
>
>
>
> And the result is ... ?
>
>
>
> On Tue, 2 Jun 2020 at 12:23, pooja.kamra  wrote:
>
> Yes, already off the two step verification.
>
>
>
> Regards,
>
> Pooja
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* 02 June 2020 10:41
> *To:* Openmeetings user-list 
> *Subject:* Re: Help required to integrate openmeetings api
>
>
>
> Have you check the second link?
>
>
>
> On Tue, 2 Jun 2020 at 12:06, pooja.kamra  wrote:
>
> Hi Maxim,
>
>
>
> The error is clear but I am not able to understand why this is coming?
> Credentials are correct.
>
>
>
> Regards,
>
> Pooja
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* 02 June 2020 06:58
> *To:* Openmeetings user-list 
> *Subject:* Re: Help required to integrate openmeetings api
>
>
>
> The error description is very clear IMO:
>
>
>
> 535-5.7.8 Username and Password not accepted. Learn more at
>
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
> 143sm10186070pgb.65
> - gsmtp
>
>
>
> In addition to the link above please check this one:
> https://support.google.com/a/answer/176600?hl=en
>
>
>
> On Sun, 31 May 2020 at 17:38, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> Yes, as it is. I have followed the steps given in installation pdf. But
> not able to send email.
>
> Regards,
> Pooja Kamra
>
> On Sunday, 31-05-2020 at 15:30 Alvaro wrote:
>
> ...that is with Gmail account...
>
>
>
>
>
>
>
> ...
>
>
>
> El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:
>
> Hi Pooja,
>
>
>
> Your mail configuration is similar to this?
>
>
>
> Mail-Refer == j...@gmail.com
>
>
>
> SMTP-Server == smtp.gmail.com
>
>
>
> SMTP-Server Port (default
>
> Smtp-Server Port is 25)) == 587
>
>
>
> SMTP-Username == j...@gmail.com
>
>
>
> SMTP-Userpass == password of j...@gmail.com
>
>
>
> Enable TLS in Mail Server Auth == ...turn green the button to activate
>
>
>
>
>
> 
>
>
>
> El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:
>
> Dear Concerned,
>
> I am using Postman to request for queries to get session id and  then
> create room and so on.
> Now i am able to do it.
>
> One problem that i am facing is when i am using openmeetings UI itself and
> trying to send email after generating URL mail in not getting received. If
> possible, please help in this.
> URL generated:
>
> http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5=1
> Error found in email management:
>
> javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password
> not accepted. Learn more at
>
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials
> 143sm10186070pgb.65 - gsmtp
>
>
>
> at
> com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)
>
> at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)
>
> at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)
>
> at javax.mail.Service.connect(Service.java:388)
>
> at javax.mail.Service.connect(Service.java:246)
>
> at javax.mail.Service.connect(Service.java:195)
>
> at javax.mail.Transport.send0(Transport.java:254)
>
> at javax.mail.Transport.send(Transport.java:124)
>
> at
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)
>
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>
> at java.lang.Thread.run(Thread.java:748)
>
>
> I am not able to understand why this error is coming? I have set-up my
> gmail account while openmeetings installation. Also two step verification
> off in my gmail account. Still the mail is not going.
> Please help.
>
> Thanks and Regards,
> Pooja
>
> On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:
>
> In your initial email you wrote "Now i want to integrate openmeetings apis
> in my solution."
>
> What did you mean by your question?
>
>
>
> On Sat, 30 May 2020 at 15:22, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> I have installed 4.0.10. But i have not downloaded source code. To
> integrate the APIs do i need to download code as well?
> Also i am very new to JAVA sorry if it is silly question.
>
> Regards,
> Pooja Kamra
>
> On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:
>
> Hello Pooja,
>
>
>
> here is the API:
> https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html
>
> And the sample:
> https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html
>
>
>
> On Fri, 29 May 2020 at 22:26, Pooja Kamra 
> wrote:
>
> Dear Concerned,
> I have installed 

RE: Help required to integrate openmeetings api

2020-06-01 Thread pooja.kamra
Same. Not able to send the link.

 

Regards,

Pooja

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: 02 June 2020 10:54
To: Openmeetings user-list 
Subject: Re: Help required to integrate openmeetings api

 

And the result is ... ?

 

On Tue, 2 Jun 2020 at 12:23, pooja.kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Yes, already off the two step verification.

 

Regards,

Pooja

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com 
 ] 
Sent: 02 June 2020 10:41
To: Openmeetings user-list mailto:user@openmeetings.apache.org> >
Subject: Re: Help required to integrate openmeetings api

 

Have you check the second link?

 

On Tue, 2 Jun 2020 at 12:06, pooja.kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Hi Maxim,

 

The error is clear but I am not able to understand why this is coming? 
Credentials are correct.

 

Regards,

Pooja

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com 
 ] 
Sent: 02 June 2020 06:58
To: Openmeetings user-list mailto:user@openmeetings.apache.org> >
Subject: Re: Help required to integrate openmeetings api

 

The error description is very clear IMO:

 

535-5.7.8 Username and Password not accepted. Learn more at

535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
143sm10186070pgb.65 - gsmtp

 

In addition to the link above please check this one: 
https://support.google.com/a/answer/176600?hl=en

 

On Sun, 31 May 2020 at 17:38, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,

Yes, as it is. I have followed the steps given in installation pdf. But not 
able to send email.

Regards,
Pooja Kamra 

On Sunday, 31-05-2020 at 15:30 Alvaro wrote:

...that is with Gmail account...

 

 

 

...

 

El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:

Hi Pooja,

 

Your mail configuration is similar to this?

 

Mail-Refer == j...@gmail.com  

 

SMTP-Server == smtp.gmail.com  

 

SMTP-Server Port (default

Smtp-Server Port is 25)) == 587

 

SMTP-Username == j...@gmail.com  

 

SMTP-Userpass == password of j...@gmail.com  

 

Enable TLS in Mail Server Auth == ...turn green the button to activate

 

 



 

El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:

Dear Concerned,

I am using Postman to request for queries to get session id and  then create 
room and so on.
Now i am able to do it.

One problem that i am facing is when i am using openmeetings UI itself and 
trying to send email after generating URL mail in not getting received. If 
possible, please help in this.
URL generated:
http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5
 

 =1
Error found in email management:

javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not 
accepted. Learn more at

535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
143sm10186070pgb.65 - gsmtp

 

at 
com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)

at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)

at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)

at javax.mail.Service.connect(Service.java:388)

at javax.mail.Service.connect(Service.java:246)

at javax.mail.Service.connect(Service.java:195)

at javax.mail.Transport.send0(Transport.java:254)

at javax.mail.Transport.send(Transport.java:124)

at 
org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)


I am not able to understand why this error is coming? I have set-up my gmail 
account while openmeetings installation. Also two step verification off in my 
gmail account. Still the mail is not going.
Please help.

Thanks and Regards,
Pooja

On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:

In your initial email you wrote "Now i want to integrate openmeetings apis in 
my solution."

What did you mean by your question?

 

On Sat, 30 May 2020 at 15:22, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,

I have installed 4.0.10. But i have not downloaded source code. To integrate 
the APIs do i need to download code as well?
Also i am very new to JAVA sorry if it is silly question.

Regards,
Pooja Kamra 

On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:

Hello Pooja,

 

here is the API: 
https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html

And the sample: 
https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html

 

On Fri, 29 May 2020 at 22:26, Pooja Kamra 

Re: Help required to integrate openmeetings api

2020-06-01 Thread Maxim Solodovnik
And the result is ... ?

On Tue, 2 Jun 2020 at 12:23, pooja.kamra  wrote:

> Yes, already off the two step verification.
>
>
>
> Regards,
>
> Pooja
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* 02 June 2020 10:41
> *To:* Openmeetings user-list 
> *Subject:* Re: Help required to integrate openmeetings api
>
>
>
> Have you check the second link?
>
>
>
> On Tue, 2 Jun 2020 at 12:06, pooja.kamra  wrote:
>
> Hi Maxim,
>
>
>
> The error is clear but I am not able to understand why this is coming?
> Credentials are correct.
>
>
>
> Regards,
>
> Pooja
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* 02 June 2020 06:58
> *To:* Openmeetings user-list 
> *Subject:* Re: Help required to integrate openmeetings api
>
>
>
> The error description is very clear IMO:
>
>
>
> 535-5.7.8 Username and Password not accepted. Learn more at
>
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
> 143sm10186070pgb.65
> - gsmtp
>
>
>
> In addition to the link above please check this one:
> https://support.google.com/a/answer/176600?hl=en
>
>
>
> On Sun, 31 May 2020 at 17:38, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> Yes, as it is. I have followed the steps given in installation pdf. But
> not able to send email.
>
> Regards,
> Pooja Kamra
>
> On Sunday, 31-05-2020 at 15:30 Alvaro wrote:
>
> ...that is with Gmail account...
>
>
>
>
>
>
>
> ...
>
>
>
> El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:
>
> Hi Pooja,
>
>
>
> Your mail configuration is similar to this?
>
>
>
> Mail-Refer == j...@gmail.com
>
>
>
> SMTP-Server == smtp.gmail.com
>
>
>
> SMTP-Server Port (default
>
> Smtp-Server Port is 25)) == 587
>
>
>
> SMTP-Username == j...@gmail.com
>
>
>
> SMTP-Userpass == password of j...@gmail.com
>
>
>
> Enable TLS in Mail Server Auth == ...turn green the button to activate
>
>
>
>
>
> 
>
>
>
> El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:
>
> Dear Concerned,
>
> I am using Postman to request for queries to get session id and  then
> create room and so on.
> Now i am able to do it.
>
> One problem that i am facing is when i am using openmeetings UI itself and
> trying to send email after generating URL mail in not getting received. If
> possible, please help in this.
> URL generated:
>
> http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5=1
> Error found in email management:
>
> javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password
> not accepted. Learn more at
>
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials
> 143sm10186070pgb.65 - gsmtp
>
>
>
> at
> com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)
>
> at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)
>
> at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)
>
> at javax.mail.Service.connect(Service.java:388)
>
> at javax.mail.Service.connect(Service.java:246)
>
> at javax.mail.Service.connect(Service.java:195)
>
> at javax.mail.Transport.send0(Transport.java:254)
>
> at javax.mail.Transport.send(Transport.java:124)
>
> at
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)
>
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>
> at java.lang.Thread.run(Thread.java:748)
>
>
> I am not able to understand why this error is coming? I have set-up my
> gmail account while openmeetings installation. Also two step verification
> off in my gmail account. Still the mail is not going.
> Please help.
>
> Thanks and Regards,
> Pooja
>
> On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:
>
> In your initial email you wrote "Now i want to integrate openmeetings apis
> in my solution."
>
> What did you mean by your question?
>
>
>
> On Sat, 30 May 2020 at 15:22, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> I have installed 4.0.10. But i have not downloaded source code. To
> integrate the APIs do i need to download code as well?
> Also i am very new to JAVA sorry if it is silly question.
>
> Regards,
> Pooja Kamra
>
> On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:
>
> Hello Pooja,
>
>
>
> here is the API:
> https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html
>
> And the sample:
> https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html
>
>
>
> On Fri, 29 May 2020 at 22:26, Pooja Kamra 
> wrote:
>
> Dear Concerned,
> I have installed openmeetings 4.0.10 on my windows 10 machine.
> It got installed successfully.
> Now i want to integrate openmeetings apis in my solution.
> Please help how it can be integrated?
>
> Best regards
> Pooja Kamra
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> 

RE: Help required to integrate openmeetings api

2020-06-01 Thread pooja.kamra
Yes, already off the two step verification.

 

Regards,

Pooja

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: 02 June 2020 10:41
To: Openmeetings user-list 
Subject: Re: Help required to integrate openmeetings api

 

Have you check the second link?

 

On Tue, 2 Jun 2020 at 12:06, pooja.kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Hi Maxim,

 

The error is clear but I am not able to understand why this is coming? 
Credentials are correct.

 

Regards,

Pooja

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com 
 ] 
Sent: 02 June 2020 06:58
To: Openmeetings user-list mailto:user@openmeetings.apache.org> >
Subject: Re: Help required to integrate openmeetings api

 

The error description is very clear IMO:

 

535-5.7.8 Username and Password not accepted. Learn more at

535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
143sm10186070pgb.65 - gsmtp

 

In addition to the link above please check this one: 
https://support.google.com/a/answer/176600?hl=en

 

On Sun, 31 May 2020 at 17:38, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,

Yes, as it is. I have followed the steps given in installation pdf. But not 
able to send email.

Regards,
Pooja Kamra 

On Sunday, 31-05-2020 at 15:30 Alvaro wrote:

...that is with Gmail account...

 

 

 

...

 

El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:

Hi Pooja,

 

Your mail configuration is similar to this?

 

Mail-Refer == j...@gmail.com  

 

SMTP-Server == smtp.gmail.com  

 

SMTP-Server Port (default

Smtp-Server Port is 25)) == 587

 

SMTP-Username == j...@gmail.com  

 

SMTP-Userpass == password of j...@gmail.com  

 

Enable TLS in Mail Server Auth == ...turn green the button to activate

 

 



 

El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:

Dear Concerned,

I am using Postman to request for queries to get session id and  then create 
room and so on.
Now i am able to do it.

One problem that i am facing is when i am using openmeetings UI itself and 
trying to send email after generating URL mail in not getting received. If 
possible, please help in this.
URL generated:
http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5
 

 =1
Error found in email management:

javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not 
accepted. Learn more at

535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
143sm10186070pgb.65 - gsmtp

 

at 
com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)

at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)

at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)

at javax.mail.Service.connect(Service.java:388)

at javax.mail.Service.connect(Service.java:246)

at javax.mail.Service.connect(Service.java:195)

at javax.mail.Transport.send0(Transport.java:254)

at javax.mail.Transport.send(Transport.java:124)

at 
org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)


I am not able to understand why this error is coming? I have set-up my gmail 
account while openmeetings installation. Also two step verification off in my 
gmail account. Still the mail is not going.
Please help.

Thanks and Regards,
Pooja

On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:

In your initial email you wrote "Now i want to integrate openmeetings apis in 
my solution."

What did you mean by your question?

 

On Sat, 30 May 2020 at 15:22, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,

I have installed 4.0.10. But i have not downloaded source code. To integrate 
the APIs do i need to download code as well?
Also i am very new to JAVA sorry if it is silly question.

Regards,
Pooja Kamra 

On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:

Hello Pooja,

 

here is the API: 
https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html

And the sample: 
https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html

 

On Fri, 29 May 2020 at 22:26, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,
I have installed openmeetings 4.0.10 on my windows 10 machine.
It got installed successfully.
Now i want to integrate openmeetings apis in my solution.
Please help how it can be integrated?

Best regards
Pooja Kamra 

Disclaimer :- This e-mail and any attachment may contain confidential, 
proprietary or legally privileged information. If you are not the original 

Re: Help required to integrate openmeetings api

2020-06-01 Thread Maxim Solodovnik
Have you check the second link?

On Tue, 2 Jun 2020 at 12:06, pooja.kamra  wrote:

> Hi Maxim,
>
>
>
> The error is clear but I am not able to understand why this is coming?
> Credentials are correct.
>
>
>
> Regards,
>
> Pooja
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* 02 June 2020 06:58
> *To:* Openmeetings user-list 
> *Subject:* Re: Help required to integrate openmeetings api
>
>
>
> The error description is very clear IMO:
>
>
>
> 535-5.7.8 Username and Password not accepted. Learn more at
>
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
> 143sm10186070pgb.65
> - gsmtp
>
>
>
> In addition to the link above please check this one:
> https://support.google.com/a/answer/176600?hl=en
>
>
>
> On Sun, 31 May 2020 at 17:38, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> Yes, as it is. I have followed the steps given in installation pdf. But
> not able to send email.
>
> Regards,
> Pooja Kamra
>
> On Sunday, 31-05-2020 at 15:30 Alvaro wrote:
>
> ...that is with Gmail account...
>
>
>
>
>
>
>
> ...
>
>
>
> El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:
>
> Hi Pooja,
>
>
>
> Your mail configuration is similar to this?
>
>
>
> Mail-Refer == j...@gmail.com
>
>
>
> SMTP-Server == smtp.gmail.com
>
>
>
> SMTP-Server Port (default
>
> Smtp-Server Port is 25)) == 587
>
>
>
> SMTP-Username == j...@gmail.com
>
>
>
> SMTP-Userpass == password of j...@gmail.com
>
>
>
> Enable TLS in Mail Server Auth == ...turn green the button to activate
>
>
>
>
>
> 
>
>
>
> El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:
>
> Dear Concerned,
>
> I am using Postman to request for queries to get session id and  then
> create room and so on.
> Now i am able to do it.
>
> One problem that i am facing is when i am using openmeetings UI itself and
> trying to send email after generating URL mail in not getting received. If
> possible, please help in this.
> URL generated:
>
> http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5=1
> Error found in email management:
>
> javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password
> not accepted. Learn more at
>
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials
> 143sm10186070pgb.65 - gsmtp
>
>
>
> at
> com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)
>
> at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)
>
> at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)
>
> at javax.mail.Service.connect(Service.java:388)
>
> at javax.mail.Service.connect(Service.java:246)
>
> at javax.mail.Service.connect(Service.java:195)
>
> at javax.mail.Transport.send0(Transport.java:254)
>
> at javax.mail.Transport.send(Transport.java:124)
>
> at
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)
>
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>
> at java.lang.Thread.run(Thread.java:748)
>
>
> I am not able to understand why this error is coming? I have set-up my
> gmail account while openmeetings installation. Also two step verification
> off in my gmail account. Still the mail is not going.
> Please help.
>
> Thanks and Regards,
> Pooja
>
> On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:
>
> In your initial email you wrote "Now i want to integrate openmeetings apis
> in my solution."
>
> What did you mean by your question?
>
>
>
> On Sat, 30 May 2020 at 15:22, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> I have installed 4.0.10. But i have not downloaded source code. To
> integrate the APIs do i need to download code as well?
> Also i am very new to JAVA sorry if it is silly question.
>
> Regards,
> Pooja Kamra
>
> On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:
>
> Hello Pooja,
>
>
>
> here is the API:
> https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html
>
> And the sample:
> https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html
>
>
>
> On Fri, 29 May 2020 at 22:26, Pooja Kamra 
> wrote:
>
> Dear Concerned,
> I have installed openmeetings 4.0.10 on my windows 10 machine.
> It got installed successfully.
> Now i want to integrate openmeetings apis in my solution.
> Please help how it can be integrated?
>
> Best regards
> Pooja Kamra
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> intended recipient and have erroneously received this message, you are 
> prohibited from using, copying, altering or disclosing the content of this 
> message. Please delete it immediately and notify the sender. Newgen Software 
> Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage 
> arising from the use of the information 

RE: Help required to integrate openmeetings api

2020-06-01 Thread pooja.kamra
Hi Maxim,

 

The error is clear but I am not able to understand why this is coming? 
Credentials are correct.

 

Regards,

Pooja

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: 02 June 2020 06:58
To: Openmeetings user-list 
Subject: Re: Help required to integrate openmeetings api

 

The error description is very clear IMO:

 

535-5.7.8 Username and Password not accepted. Learn more at

535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
143sm10186070pgb.65 - gsmtp

 

In addition to the link above please check this one: 
https://support.google.com/a/answer/176600?hl=en

 

On Sun, 31 May 2020 at 17:38, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,

Yes, as it is. I have followed the steps given in installation pdf. But not 
able to send email.

Regards,
Pooja Kamra 

On Sunday, 31-05-2020 at 15:30 Alvaro wrote:



...that is with Gmail account...

 

 

 

...

 

El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:

Hi Pooja,

 

Your mail configuration is similar to this?

 

Mail-Refer == j...@gmail.com  

 

SMTP-Server == smtp.gmail.com  

 

SMTP-Server Port (default

Smtp-Server Port is 25)) == 587

 

SMTP-Username == j...@gmail.com  

 

SMTP-Userpass == password of j...@gmail.com  

 

Enable TLS in Mail Server Auth == ...turn green the button to activate

 

 



 

El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:

Dear Concerned,

I am using Postman to request for queries to get session id and  then create 
room and so on.
Now i am able to do it.

One problem that i am facing is when i am using openmeetings UI itself and 
trying to send email after generating URL mail in not getting received. If 
possible, please help in this.
URL generated:
http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5
 

 =1
Error found in email management:

javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not 
accepted. Learn more at

535 5.7.8  https://support.google.com/mail/?p=BadCredentials 
143sm10186070pgb.65 - gsmtp

 

at 
com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)

at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)

at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)

at javax.mail.Service.connect(Service.java:388)

at javax.mail.Service.connect(Service.java:246)

at javax.mail.Service.connect(Service.java:195)

at javax.mail.Transport.send0(Transport.java:254)

at javax.mail.Transport.send(Transport.java:124)

at 
org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)


I am not able to understand why this error is coming? I have set-up my gmail 
account while openmeetings installation. Also two step verification off in my 
gmail account. Still the mail is not going.
Please help.

Thanks and Regards,
Pooja

On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:



In your initial email you wrote "Now i want to integrate openmeetings apis in 
my solution."

What did you mean by your question?

 

On Sat, 30 May 2020 at 15:22, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,

I have installed 4.0.10. But i have not downloaded source code. To integrate 
the APIs do i need to download code as well?
Also i am very new to JAVA sorry if it is silly question.

Regards,
Pooja Kamra 

On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:



Hello Pooja,

 

here is the API: 
https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html

And the sample: 
https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html

 

On Fri, 29 May 2020 at 22:26, Pooja Kamra mailto:pooja.ka...@newgen.co.in> > wrote:

Dear Concerned,
I have installed openmeetings 4.0.10 on my windows 10 machine.
It got installed successfully.
Now i want to integrate openmeetings apis in my solution.
Please help how it can be integrated?

Best regards
Pooja Kamra 

Disclaimer :- This e-mail and any attachment may contain confidential, 
proprietary or legally privileged information. If you are not the original 
intended recipient and have erroneously received this message, you are 
prohibited from using, copying, altering or disclosing the content of this 
message. Please delete it immediately and notify the sender. Newgen Software 
Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage arising 
from the use of the information transmitted by this email including damages 
from virus and further 

Re: OM 5 - Android Tablet

2020-06-01 Thread Maxim Solodovnik
Hello Gerald,

On Mon, 1 Jun 2020 at 23:20, Rohrbach, Gerald 
wrote:

> Maxim,
>
>
>
> after some training with the windows resizing it works on Android table.
>
> Probably most users would give up. It´s really hard.
>

I'll try to make resize handle visible
https://stackoverflow.com/questions/16061117/jquery-ui-1-10-2-how-to-get-resize-handles-visible-inside-dialog
might help

could you create JIRA?


> Thinking about the feature to store the video window size and position by
> room maybe
>
> this can be done on the left side, where all users are listed.
>
> So by user, for the video standard position A,B,C,D and SizeA,SizeB, SizeC.
>
> If the window is moved manually, just the relative coordinates.
>
> Maybe like in Android, relative, percentages so if the room is called with
> a different resolution,
>
> It would looks similar.
>

Will try to answer in other thread


>
>
>
>
> We have also tested with Ipad. With Firefox on the Ipad no success,
>
> but Safari works. Video perfect, but no sound. Also no Screen sharing,
> browser not supported.
>
>
>
> Just to give some feedback. Maybe someone know a solution for the audio
> issue.
>
> Maybe just a security setting
>

Can't help right now :(
don't have Mac :(((



>
>
> Regards
>
>
>
> Gerald
>
>
>
>
>
>
>
>
>
> *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Gesendet:* Samstag, 30. Mai 2020 05:36
> *An:* Openmeetings user-list 
> *Betreff:* Re: OM 5 - Android Tablet
>
>
>
> Hello Gerald,
>
>
>
> On Fri, 29 May 2020 at 21:00, Rohrbach, Gerald 
> wrote:
>
> Maxim,
>
>
>
> OM 5 version is working fine. Also with new Chrome based browser Egde  it
> works fine.
>
> OM 5 Snapshot 5 OBE4245
>
>
>
>
>
> We have tested with Android tablets, also works fine in general.
>
> To resize the video windows is a little bit tricky, you need to find the
> right position with the finger to resize.
>
> Maybe you have an idea how to improve this.
>
>
>
> The only way I see: increase video pod and make bottom-right angle with
> resize icon more visible ...
>
> Any other ideas?
>
>
>
>
>
> Screen sharing is not working, NotAllowed: Invaild status.
>
> If I remember right there is a different technology in use to transfer the
> screen.
>
> Do you think there is an easy way to fix it?
>
> If you do not have an tablet, what information I should deliver.
>
>
>
> Android tablet is sort of single threaded
>
> So while you are in OM room you can share browser tab with OM room only
>
> (it sounds useless)
>
>
>
> I would expect browser sharing API shouldn't be available
>
> I'll try to reproduce using my Android phone and will report back
>
>
>
>
>
> Regards
>
>
>
> Gerald
>
>
>
>
> --
>
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: OM 5 - Android Tablet

2020-06-01 Thread Maxim Solodovnik
Hello Sebastian,

On Sun, 31 May 2020 at 05:34, seba.wag...@gmail.com 
wrote:

> Shall we disable sharing screen from Android/Mobile browser for the time
> being?
>

I see no "bulletproof" way to detect mobile :(
`kurentoUtils.WebRtcPeer.browser` have no field/method :(
And I don't want to bring another runtime dependency

Current error is more or less understandable IMO


>
> Sharing your screen does more make sense in a Desktop Environments too. On
> a Mobile/Tablet you are not likely to navigate to other apps. Cause in fact
> if you put the browser with OpenMeetings into the background, the browser
> will disconnect your conference session.
>
> It even currently turns off your screen if you do nothing for a while.
> Which can disconnect your session. Which is a problem on its own to prevent
> the tablet/mobile to go into sleep mode:
> https://issues.apache.org/jira/browse/OPENMEETINGS-2365
>
> But sharing screen on mobile: I just see little use of it.
>
> You essentially can't navigate away from the current Tab/Application.
> Otherwise the browser will stop your audio/video. And if you navigate away
> for 30sec++ it will essentially not be able to recover the session. So you
> will have to completely refresh the browser tab that runs OpenMeetings.
>
> So I just don't think Sharing screen from Android/iOS will make much sense
> in near future.
> And as such, recording neither.
>

+1



>
> Cheers
> Seb
>
> Sebastian Wagner
> Director Arrakeen Solutions
> http://arrakeen-solutions.co.nz/
> [image: image.png]
> [image: image.png]
>
> 
> 
>
>
> On Sat, 30 May 2020 at 15:51, Maxim Solodovnik 
> wrote:
>
>> According to
>> https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia#Browser_compatibility
>> Screensharing is unavailable on Mobiles 
>>
>> On Sat, 30 May 2020 at 10:36, Maxim Solodovnik 
>> wrote:
>>
>>> Hello Gerald,
>>>
>>> On Fri, 29 May 2020 at 21:00, Rohrbach, Gerald <
>>> g.rohrb...@funkegruppe.de> wrote:
>>>
 Maxim,



 OM 5 version is working fine. Also with new Chrome based browser Egde
  it works fine.

 OM 5 Snapshot 5 OBE4245





 We have tested with Android tablets, also works fine in general.

 To resize the video windows is a little bit tricky, you need to find
 the right position with the finger to resize.

 Maybe you have an idea how to improve this.

>>>
>>> The only way I see: increase video pod and make bottom-right angle with
>>> resize icon more visible ...
>>> Any other ideas?
>>>
>>>


 Screen sharing is not working, NotAllowed: Invaild status.

 If I remember right there is a different technology in use to transfer
 the screen.

 Do you think there is an easy way to fix it?

 If you do not have an tablet, what information I should deliver.

>>>
>>> Android tablet is sort of single threaded
>>> So while you are in OM room you can share browser tab with OM room only
>>> (it sounds useless)
>>>
>>> I would expect browser sharing API shouldn't be available
>>> I'll try to reproduce using my Android phone and will report back
>>>
>>>


 Regards



 Gerald

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

-- 
Best regards,
Maxim


Re: Не открывается OM 5.0.0-M4 через https в Chrome, в Firefox - нормально

2020-06-01 Thread Maxim Solodovnik
On Mon, 1 Jun 2020 at 18:23, Кирилл Карнаух  wrote:

> > в браузере в консоли есть что-нибудь?
> пусто. Браузер какое-то время висит в состоянии "Создание безопасного
> подключения", потом вываливается в ошибку ERR_TIMED_OUT
> Есть ощущение, что Chrome не  может договориться с OM о протоколе
> шифрования канала.
>
>
> > в какой операционной системе у вас проблемы?
> В любой Windows, из браузера Google Chrome новее 59 версии.
> На всех остальных браузерах во всех доступных мне ОС всё работает
> нормально.
>

Есть много репортов что всё работает в Хроме
(сам проверял на Win7+Chrome)

попробуйте режим "инкогнито" может плагин какой-то гадит?


>
> пн, 1 июн. 2020 г. в 09:08, Maxim Solodovnik :
>
> > Доброе утро,
> >
> > On Sat, 30 May 2020 at 19:57, Кирилл Карнаух 
> wrote:
> >
> > > Здравствуйте.
> > > Записи в openmeetings.log в момент выполнения попытки подключения из
> > Google
> > > Chrome (Версия 83.0.4103.61 (Официальная сборка), (64 бит)) под
> Windows;
> > > DEBUG 05-30 15:38:22.132 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-3]
> > -
> > > Sending WebSocket PING
> > > DEBUG 05-30 15:38:52.543 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-6]
> > -
> > > Sending WebSocket PING
> > > DEBUG 05-30 15:39:22.810 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-8]
> > -
> > > Sending WebSocket PING
> > > DEBUG 05-30 15:39:53.076 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-2]
> > -
> > > Sending WebSocket PING
> > > DEBUG 05-30 15:40:23.337 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-5]
> > -
> > > Sending WebSocket PING
> > > DEBUG 05-30 15:40:53.600 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-1]
> > -
> > > Sending WebSocket PING
> > > DEBUG 05-30 15:41:23.886 o.a.o.w.c.OmWebSocketPanel:88
> [nio-5443-exec-9]
> > -
> > > Sending WebSocket PING
> > >
> >
> > тут ошибок нет
> > в браузере в консоли есть что-нибудь?
> >
> >
> > >
> > > При этом нормально проходят подключения:
> > > - из Windows из браузеров:
> > > Firefox 68.8.0esr 64 bit, 76.0.1 64 bit, Google Chrome 56.0.2924.87;
> > > - из Linux: Chromium 80.0.3987.162 ;
> > > - из Android: Chrome 79.0.39.45.116 .
> > >
> > > А по http без tls/ssl работает и в Chrome.
> > >
> >
> > не вполне понял
> > в какой операционной системе у вас проблемы?
> >
> >
> > >
> > > пт, 29 мая 2020 г. в 04:06, Maxim Solodovnik :
> > >
> > > > ситуация, я бы сказал, фантастическая
> > > >
> > > > access.log не очень интересен
> > > > что в openmeetings.log?
> > > >
> > > >
> > > > On Thu, 28 May 2020 at 21:48, Кирилл Карнаух 
> > > wrote:
> > > >
> > > > > Здравствуйте. Подскажите, не сталкивались с таким:
> > > > > OM  5.0.0-M4 по https штатно открывается в Firefox, а Google Chome
> > > выдает
> > > > > ERR_TIMED_OUT.
> > > > >
> > > > > Всё настраивалось строго по мануалу
> > > > >
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+
> > > > > Версии обоих браузеров - самые свежие. Без TLS в обоих браузерах
> > > > > открывается нормально
> > > > >
> > > > > Попробовал на древней версии Chome 59 - нормально работает.
> > > > >
> > > > > Было подозрение, что Tomcat в OM настроен на использование
> > > какого-нибудь
> > > > > устаревшего протокола SSL или TLS, которые забанены в новом Chrome,
> > > > > прописал в server.xml sslEnabledProtocols="TLSv1.2,TLSv1.3",
> > результат
> > > -
> > > > > тот же.
> > > > >
> > > > > в логах Tomcat попытки входа со свежего Chrome выглядят так:
> > > > > 64.41.200.104 - - [28/May/2020:17:07:48 +0300] "-" 400 -
> > > > > 64.41.200.104 - - [28/May/2020:17:07:49 +0300] "-" 400 -
> > > > > 64.41.200.104 - - [28/May/2020:17:07:49 +0300] "-" 400 -
> > > > > 64.41.200.104 - - [28/May/2020:17:07:50 +0300] "-" 400 -
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > С уважением, Карнаух Кирилл
> > > > >
> > > >
> > > >
> > > > --
> > > > Best regards,
> > > > Maxim
> > > >
> > >
> > >
> > > --
> > > С уважением, Карнаух К.В.
> > >
> >
> >
> > --
> > Best regards,
> > Maxim
> >
>
>
> --
> С уважением, Карнаух К.В.
>


-- 
Best regards,
Maxim


Re: Смещение окна с видео участника в центр экрана при включении/выключении микрофона или камеры

2020-06-01 Thread Maxim Solodovnik
On Mon, 1 Jun 2020 at 18:17, Eugene  wrote:

> Хоткеи существенно облегчают жизнь. Спасибо. А можно их как-то твикнуть?
> Например, любая комбинация для ctrl-shift+key не работает для тех кто по
> такой комбинации (сtrl-shift) меняет раскладку.
>

Admin -> Configuration


>
> И еще, по shift-F8 происходит упорядовачение в ЛВУ, который всегда
> является рабочей областью. Как их по дефолту группировать справа? В
> идеале все видео фреймы было бы разместить вертикально в расшаренную с
> чатом область, которую при необходимости можно было бы скрывать.
>

это пока только обсуждается
я ссылку кинул)


> Собственно, чаще всего эти окошки нужны для контроля если кто-то
> вываливается из комнаты. А так, если все хорошо, то можно было бы все
> видики скрыть разом как чат. Потребность в вертикальном стакинге
> диктуется тем, что пользователи, как правило, на лаптопах с диагоналями
> 16:9 и места по горизонтали как раз не хватает, а вертикального
> пространства хоть лопатой греби, но только не слева (в письме
> слева-направо там начало).
>
> On 6/1/20 9:24 AM, Maxim Solodovnik wrote:
> > Добрый день,
> >
> > On Sat, 30 May 2020 at 20:20, Кирилл Карнаух 
> wrote:
> >
> >> Здравствуйте.
> >> OM  5.0.0-M, настроен по по мануалу
> >>
> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+
> >>
> >> Заметил, что если во время конференции я включаю или выключаю микрофон
> или
> >> камеру, у всех остальных участников окно с моим видео перемещается
> строго в
> >> центр экрана.
> >>
> > https://issues.apache.org/jira/browse/OPENMEETINGS-2314
> >
> >
> >> И так с каждым, кто решит включить или выключить камеру/микрофон.
> >> То же самое происходит, если кто-то отвалился от конференции и зашел
> >> заново.
> >> Приходится постоянно перемещать их в сторону вручную.
> >>
> >> Можно ли как-то зафиксировать окна с видео участников? Выстроить их по
> >> сетке или ограничить зону для их размещения в окне?
> >>
> > В англоязычном списке начали это обсуждать
> > https://markmail.org/message/4g4f3scbwcve5vkn
> >
> > идеи нужны :)
> >
> > пока можно пользовать HotKey:
> > video.arrange.keycode
> > video.arrange.resize.keycode
> > https://openmeetings.apache.org/GeneralConfiguration.html
> >
> >
> >
> >> --
> >> С уважением, Карнаух К.В.
> >>
> >
>


-- 
Best regards,
Maxim


Re: Upper limit of Threads

2020-06-01 Thread Maxim Solodovnik
Thanks for report!

I have added "TasksMax=infinity" to the default openmeetings.service
(any number might be exhausted if more users will enter)

On Sun, 31 May 2020 at 21:21, kaffeesurrogat 
wrote:

> Hello Everybody,
>
> i found some time to fiddle around with openmeetings. Did a fresh
> install of OM5.0.0-M5 Snapshot revision c5c0381 on ubuntu 18.04 LTS on VPS.
>
> In the beginning users lost their connections to the server and had to
> relogin. I used
>
> watch -n 1 systemctl status openmeetings
>
> to check the number of threads openmeetings is using. The upper limit
> was set to 165 which was quickly reached by turning the cam or mic on
> and off.
>
> I've modified the file openmeetings.service from Maxim which i copied to
> /etc/systemd/system/openmeetings.service to start openmeetings 
>
> The file looks like this right now:
>
>
> -
>
> ##
> # Licensed under the Apache License, Version 2.0 (the "License");
> # you may not use this file except in compliance with the License.
> # You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing, software
> # distributed under the License is distributed on an "AS IS" BASIS,
> # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> # See the License for the specific language governing permissions and
> # limitations under the License.
> ##
>
> # /etc/systemd/system/openmeetings.service
> # sudo systemctl daemon-reload
> # sudo systemctl restart openmeetings
>
> [Unit]
> Description=Apache OpenMeetings server
> After=network.target
>
> [Service]
> Type=forking
>
> Environment=JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
> Environment=CATALINA_PID=/var/run/openmeetings.pid
> WorkingDirectory=/opt/open505
> Environment=CATALINA_HOME=/opt/open505
> Environment=CATALINA_BASE=/opt/open505
> Environment='CATALINA_OPTS=-Xms1G -Xmx15G -server -XX:+UseParallelGC'
> Environment='JAVA_OPTS=-Djava.awt.headless=true
> -Djava.security.egd=file:/dev/./urandom'
>
> ExecStart=/opt/open505/bin/startup.sh
> ExecStop=/opt/open505/bin/shutdown.sh
>
> User=kurento
> Group=nogroup
> UMask=0007
> RestartSec=10
> Restart=always
>
> TasksMax=500
>
> [Install]
> WantedBy=multi-user.target
>
>
> -
>
> I've added the line TasksMax=500. Using
>
> watch -n 1 systemctl status openmeetings
>
> again, I could see, that the number of tasks  mounts up to 200 until it
> lowers to something like
> 100 again ...
>
> Did help, connections now stable ...
>
>
> catalina.out:
>
> ERROR 05-30 21:48:34.407 o.a.o.c.u.WebSocketHelper:77 [Thread-1666] -
> Error while sending message to client
> java.lang.OutOfMemoryError: unable to create native thread: possibly out
> of memory or process/resource limits reached
>
> ERROR 05-30 21:59:10.135 o.a.o.c.u.WebSocketHelper:64 [Thread-1213] -
> Error while sending binary message to client
> java.io.IOException: java.io.EOFException
>
> 354,835s][warning][os,thread] Failed to start thread - pthread_create
> failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
> [354,836s][warning][os,thread] Failed to start thread - pthread_create
> failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
>
>
> 30-May-2020 22:12:08.880 SCHWERWIEGEND [https-jsse-nio-5443-exec-3]
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process
> Verarbeitung der Anfrage fehlgeschlagen
> java.lang.OutOfMemoryError: unable to create native thread:
> possibly out of memory or process/resource limits reached
>
> Have fun and a happy weekend,
>
> Kaffeesurrogat
>
>
>
>
>
>
>
>

-- 
Best regards,
Maxim


Re: Guest Handling - Show nickname in Video Windows also

2020-06-01 Thread Maxim Solodovnik
The latest release is 5.0.0-M4
(I believe we should drop "M" and release 5.0.0 ASAP)

latest release is here https://openmeetings.apache.org/downloads.html
most recent unreleased version here
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

I would appreciate if you can test if the issue is reproducible using
latest SNAPSHOT :))

On Sun, 31 May 2020 at 19:46, Peter-Otto Weber  wrote:

> Sorry fort he late reply Maxim,
>
>
>
> i am using
>
> Version
>
> 5.0.0-M3
>
> Revision
>
> b739f87
>
> Build date
>
> 2019-12-11T11:42:09Z
>
>
>
> I am not sure what the latest „stable“ release ist.
>
>
>
> Tob e honest i am a bit confused with the versions 
>
>
>
> Best wishes
>
>
>
> POW
>
>
>
> *Von:* Maxim Solodovnik 
> *Gesendet:* Freitag, 29. Mai 2020 14:36
> *An:* Openmeetings user-list 
> *Betreff:* Re: Guest Handling - Show nickname in Video Windows also
>
>
>
> Hello Peter,
>
>
>
> What version are you using?
>
>
>
> If it is 5.0.0-M4 could you please file JIRA - I'll try to take a look
> ASAP :)
>
>
>
> On Thu, 28 May 2020 at 18:02, Peter-Otto Weber 
> wrote:
>
> Hello again,
>
>
>
> if i invit guests into my personal room, they receive a link with a
> generated invitation number.
>
>
>
> They click on it and are presented a window where they can select a
> „Nickname“.
>
>
>
> This NickName is shown Right to the dummy Image of the user.
>
>
>
> But on the Webcam (overlayed) Window there’s still the „guest“ Name shown.
>
>
>
> So having more than one guest in a session, even if they specify a
> Nickname, i can not differentiate the names.
>
>
>
> This is no Problem, if i know the guests personally.  But maybe it is
> possible to show the Nickname also on the cam-window.
>
>
>
> Best wishes
>
>
>
> POW
>
>
>
>
>
>
> --
>
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: Help required to integrate openmeetings api

2020-06-01 Thread Maxim Solodovnik
The error description is very clear IMO:

535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8  https://support.google.com/mail/?p=BadCredentials
143sm10186070pgb.65
- gsmtp

In addition to the link above please check this one:
https://support.google.com/a/answer/176600?hl=en

On Sun, 31 May 2020 at 17:38, Pooja Kamra  wrote:

> Dear Concerned,
>
> Yes, as it is. I have followed the steps given in installation pdf. But
> not able to send email.
>
> Regards,
> Pooja Kamra
>
> On Sunday, 31-05-2020 at 15:30 Alvaro wrote:
>
> ...that is with Gmail account...
>
>
>
> ...
>
> El dom, 31-05-2020 a las 11:59 +0200, Alvaro escribió:
>
> Hi Pooja,
>
> Your mail configuration is similar to this?
>
> Mail-Refer == j...@gmail.com
>
> SMTP-Server == smtp.gmail.com
>
> SMTP-Server Port (default
> Smtp-Server Port is 25)) == 587
>
> SMTP-Username == j...@gmail.com
>
> SMTP-Userpass == password of j...@gmail.com
>
> Enable TLS in Mail Server Auth == ...turn green the button to activate
>
>
> 
>
> El dom, 31-05-2020 a las 13:33 +0530, Pooja Kamra escribió:
>
> Dear Concerned,
>
> I am using Postman to request for queries to get session id and  then
> create room and so on.
> Now i am able to do it.
>
> One problem that i am facing is when i am using openmeetings UI itself and
> trying to send email after generating URL mail in not getting received. If
> possible, please help in this.
> URL generated:
>
> http://localhost:5080/openmeetings/hash?invitation=dfc0fab6-534b-4779-ad24-4e110ceba2e5=1
> Error found in email management:
>
> javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password
> not accepted. Learn more at
> 535 5.7.8  https://support.google.com/mail/?p=BadCredentials
> 143sm10186070pgb.65 - gsmtp
>
> at
> com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)
> at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)
> at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)
> at javax.mail.Service.connect(Service.java:388)
> at javax.mail.Service.connect(Service.java:246)
> at javax.mail.Service.connect(Service.java:195)
> at javax.mail.Transport.send0(Transport.java:254)
> at javax.mail.Transport.send(Transport.java:124)
> at
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:251)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
>
> I am not able to understand why this error is coming? I have set-up my
> gmail account while openmeetings installation. Also two step verification
> off in my gmail account. Still the mail is not going.
> Please help.
>
> Thanks and Regards,
> Pooja
>
> On Saturday, 30-05-2020 at 17:46 Maxim Solodovnik wrote:
>
> In your initial email you wrote "Now i want to integrate openmeetings apis
> in my solution."
> What did you mean by your question?
>
> On Sat, 30 May 2020 at 15:22, Pooja Kamra 
> wrote:
>
> Dear Concerned,
>
> I have installed 4.0.10. But i have not downloaded source code. To
> integrate the APIs do i need to download code as well?
> Also i am very new to JAVA sorry if it is silly question.
>
> Regards,
> Pooja Kamra
>
> On Saturday, 30-05-2020 at 09:25 Maxim Solodovnik wrote:
>
> Hello Pooja,
>
> here is the API:
> https://om.alteametasoft.com/openmeetings/docs/openmeetings-webservice/apidocs/index.html
> And the sample:
> https://om.alteametasoft.com/openmeetings/docs/RestAPISample.html
>
> On Fri, 29 May 2020 at 22:26, Pooja Kamra 
> wrote:
>
> Dear Concerned,
> I have installed openmeetings 4.0.10 on my windows 10 machine.
> It got installed successfully.
> Now i want to integrate openmeetings apis in my solution.
> Please help how it can be integrated?
>
> Best regards
> Pooja Kamra
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> intended recipient and have erroneously received this message, you are 
> prohibited from using, copying, altering or disclosing the content of this 
> message. Please delete it immediately and notify the sender. Newgen Software 
> Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage 
> arising from the use of the information transmitted by this email including 
> damages from virus and further acknowledges that no binding nature of the 
> message shall be implied or assumed unless the sender does so expressly with 
> due authority of NSTL.
>
>
>
>
>
>
>
> --
> Best regards,
> Maxim
>
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> intended recipient and have erroneously received this message, you are 
> prohibited from using, copying, altering or disclosing the content of 

Re: Downloads files from whiteboard

2020-06-01 Thread seba.wag...@gmail.com
Maxim will give you a better explanation, but this limit is the WebSocket
max message size.
If you increase it too high you will quickly exceed max memory on your
server when you start scaling up more users.

Thanks,
Seb

Sebastian Wagner
Director Arrakeen Solutions
http://arrakeen-solutions.co.nz/




On Tue, 2 Jun 2020 at 00:43, kaffeesurrogat 
wrote:

> as you said i did increase the value to 204857600.  Is that a way to big
> ? Am I risking my server ? What are the conditions for risking some
> troubles ?
>
> Many thanks,
>
> kaffeesurrogat
>
> On 28/05/2020 12:39, Maxim Solodovnik wrote:
> > You need to increase this value
> >
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/web.xml#L30
> >
> > ugly solution
> > Don't set too much, might kill your server
> >
> > On Thu, 28 May 2020 at 16:12, seba.wag...@gmail.com
> >   > > wrote:
> >
> > Hi There!
> >
> > This is a know issue:
> > https://issues.apache.org/jira/browse/OPENMEETINGS-2358
> >
> > We've been discussing addressing this. But unfortunate didn't get
> > to it yet.
> >
> > Cheers
> > Seb
> >
> > Sebastian Wagner
> > Director Arrakeen Solutions
> > http://arrakeen-solutions.co.nz/
> > <
> https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url
> ><
> https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url
> >
> >
> >
> > On Thu, 28 May 2020 at 20:56, kaffeesurrogat
> > mailto:kaffeesurro...@posteo.de>> wrote:
> >
> > Hello everybody,
> >
> > long time no see ;-) Right now I'm now I'm using openmeetings
> > on a daily
> > basis. Always with two participants in a room, so this is
> > still on small
> > scale, but I'm really happy about it ;-) Some things fail, a
> > restart is
> > necessary, a mac had trouble sharing a screen or turning on
> > the mix ...
> > but hey ... ;-) Hard to say more, cause i don't want or can't
> > bother my
> > participants with debugging :-)
> >
> > One more problem: I've added a pdf to the whiteboard added
> > some notes
> > and would love to download it as an pdf including the notes.
> > I choose ACTIONS -> DOWNLOAD AS PDF and . the connection
> > is lost.
> >
> > catalina.out
> >
> > Exception in thread "Thread-3023"
> > java.lang.IllegalStateException: The
> > connection is closed.
> > at
> > org.apache.wicket.protocol.ws
> >  >.javax.JavaxWebSocketConnection.checkClosed(JavaxWebSocketConnection.java:100)
> > at
> > org.apache.wicket.protocol.ws
> >  >.javax.JavaxWebSocketConnection.sendMessage(JavaxWebSocketConnection.java:79)
> > at
> >
>  
> org.apache.openmeetings.core.util.WebSocketHelper.doSend(WebSocketHelper.java:216)
> > at
> >
>  
> org.apache.openmeetings.core.util.WebSocketHelper.lambda$sendAll$8(WebSocketHelper.java:182)
> > at
> >
>  
> org.apache.openmeetings.core.util.WebSocketHelper.lambda$sendAll$9(WebSocketHelper.java:195)
> > at
> > org.apache.wicket.protocol.ws
> >  >.WebSocketSettings$SameThreadExecutor.run(WebSocketSettings.java:393)
> > at
> >
>  
> org.apache.openmeetings.core.util.WebSocketHelper.lambda$sendAll$10(WebSocketHelper.java:195)
> > at java.base/java.lang.Thread.run(Thread.java:834)
> >
> >
> > I'm using
> >
> > Version
> > 5.0.0-M5-SNAPSHOT
> > Revision
> > 5300fde
> > Build date
> > 2020-04-27T18:48:36Z
> >
> > on ubuntu 18.04 LTS 
> >
> > You need more information ?
> >
> > Many thanks again,
> >
> > kaffeesurrogat
> >
> >
> >
> > --
> > Best regards,
> > Maxim
>
>


AW: OM 5 - Android Tablet

2020-06-01 Thread Rohrbach, Gerald
Maxim,

after some training with the windows resizing it works on Android table.
Probably most users would give up. It´s really hard.
Thinking about the feature to store the video window size and position by room 
maybe
this can be done on the left side, where all users are listed.
So by user, for the video standard position A,B,C,D and SizeA,SizeB, SizeC.
If the window is moved manually, just the relative coordinates.
Maybe like in Android, relative, percentages so if the room is called with a 
different resolution,
It would looks similar.


We have also tested with Ipad. With Firefox on the Ipad no success,
but Safari works. Video perfect, but no sound. Also no Screen sharing, browser 
not supported.

Just to give some feedback. Maybe someone know a solution for the audio issue.
Maybe just a security setting

Regards

Gerald




Von: Maxim Solodovnik [mailto:solomax...@gmail.com]
Gesendet: Samstag, 30. Mai 2020 05:36
An: Openmeetings user-list 
Betreff: Re: OM 5 - Android Tablet

Hello Gerald,

On Fri, 29 May 2020 at 21:00, Rohrbach, Gerald 
mailto:g.rohrb...@funkegruppe.de>> wrote:
Maxim,

OM 5 version is working fine. Also with new Chrome based browser Egde  it works 
fine.
OM 5 Snapshot 5 OBE4245


We have tested with Android tablets, also works fine in general.
To resize the video windows is a little bit tricky, you need to find the right 
position with the finger to resize.
Maybe you have an idea how to improve this.

The only way I see: increase video pod and make bottom-right angle with resize 
icon more visible ...
Any other ideas?


Screen sharing is not working, NotAllowed: Invaild status.
If I remember right there is a different technology in use to transfer the 
screen.
Do you think there is an easy way to fix it?
If you do not have an tablet, what information I should deliver.

Android tablet is sort of single threaded
So while you are in OM room you can share browser tab with OM room only
(it sounds useless)

I would expect browser sharing API shouldn't be available
I'll try to reproduce using my Android phone and will report back


Regards

Gerald


--
Best regards,
Maxim


Re: Downloads files from whiteboard

2020-06-01 Thread kaffeesurrogat
as you said i did increase the value to 204857600.  Is that a way to big
? Am I risking my server ? What are the conditions for risking some
troubles ?

Many thanks,

kaffeesurrogat

On 28/05/2020 12:39, Maxim Solodovnik wrote:
> You need to increase this value
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/web.xml#L30
>
> ugly solution
> Don't set too much, might kill your server
>
> On Thu, 28 May 2020 at 16:12, seba.wag...@gmail.com
>   > wrote:
>
> Hi There!
>
> This is a know issue:
> https://issues.apache.org/jira/browse/OPENMEETINGS-2358
>
> We've been discussing addressing this. But unfortunate didn't get
> to it yet.
>
> Cheers
> Seb
>
> Sebastian Wagner
> Director Arrakeen Solutions
> http://arrakeen-solutions.co.nz/
> 
> 
>
>
> On Thu, 28 May 2020 at 20:56, kaffeesurrogat
> mailto:kaffeesurro...@posteo.de>> wrote:
>
> Hello everybody,
>
> long time no see ;-) Right now I'm now I'm using openmeetings
> on a daily
> basis. Always with two participants in a room, so this is
> still on small
> scale, but I'm really happy about it ;-) Some things fail, a
> restart is
> necessary, a mac had trouble sharing a screen or turning on
> the mix ...
> but hey ... ;-) Hard to say more, cause i don't want or can't 
> bother my
> participants with debugging :-)
>
> One more problem: I've added a pdf to the whiteboard added
> some notes
> and would love to download it as an pdf including the notes.
> I choose ACTIONS -> DOWNLOAD AS PDF and . the connection
> is lost.
>
> catalina.out
>
> Exception in thread "Thread-3023"
> java.lang.IllegalStateException: The
> connection is closed.
>     at
> org.apache.wicket.protocol.ws
> 
> .javax.JavaxWebSocketConnection.checkClosed(JavaxWebSocketConnection.java:100)
>     at
> org.apache.wicket.protocol.ws
> 
> .javax.JavaxWebSocketConnection.sendMessage(JavaxWebSocketConnection.java:79)
>     at
> 
> org.apache.openmeetings.core.util.WebSocketHelper.doSend(WebSocketHelper.java:216)
>     at
> 
> org.apache.openmeetings.core.util.WebSocketHelper.lambda$sendAll$8(WebSocketHelper.java:182)
>     at
> 
> org.apache.openmeetings.core.util.WebSocketHelper.lambda$sendAll$9(WebSocketHelper.java:195)
>     at
> org.apache.wicket.protocol.ws
> 
> .WebSocketSettings$SameThreadExecutor.run(WebSocketSettings.java:393)
>     at
> 
> org.apache.openmeetings.core.util.WebSocketHelper.lambda$sendAll$10(WebSocketHelper.java:195)
>     at java.base/java.lang.Thread.run(Thread.java:834)
>
>
> I'm using
>
> Version
> 5.0.0-M5-SNAPSHOT
> Revision
> 5300fde
> Build date
> 2020-04-27T18:48:36Z
>
> on ubuntu 18.04 LTS 
>
> You need more information ?
>
> Many thanks again,
>
> kaffeesurrogat
>
>
>
> -- 
> Best regards,
> Maxim



Re: Не открывается OM 5.0.0-M4 через https в Chrome, в Firefox - нормально

2020-06-01 Thread Кирилл Карнаух
> в браузере в консоли есть что-нибудь?
пусто. Браузер какое-то время висит в состоянии "Создание безопасного
подключения", потом вываливается в ошибку ERR_TIMED_OUT
Есть ощущение, что Chrome не  может договориться с OM о протоколе
шифрования канала.


> в какой операционной системе у вас проблемы?
В любой Windows, из браузера Google Chrome новее 59 версии.
На всех остальных браузерах во всех доступных мне ОС всё работает нормально.

пн, 1 июн. 2020 г. в 09:08, Maxim Solodovnik :

> Доброе утро,
>
> On Sat, 30 May 2020 at 19:57, Кирилл Карнаух  wrote:
>
> > Здравствуйте.
> > Записи в openmeetings.log в момент выполнения попытки подключения из
> Google
> > Chrome (Версия 83.0.4103.61 (Официальная сборка), (64 бит)) под Windows;
> > DEBUG 05-30 15:38:22.132 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-3]
> -
> > Sending WebSocket PING
> > DEBUG 05-30 15:38:52.543 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-6]
> -
> > Sending WebSocket PING
> > DEBUG 05-30 15:39:22.810 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-8]
> -
> > Sending WebSocket PING
> > DEBUG 05-30 15:39:53.076 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-2]
> -
> > Sending WebSocket PING
> > DEBUG 05-30 15:40:23.337 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-5]
> -
> > Sending WebSocket PING
> > DEBUG 05-30 15:40:53.600 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-1]
> -
> > Sending WebSocket PING
> > DEBUG 05-30 15:41:23.886 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-9]
> -
> > Sending WebSocket PING
> >
>
> тут ошибок нет
> в браузере в консоли есть что-нибудь?
>
>
> >
> > При этом нормально проходят подключения:
> > - из Windows из браузеров:
> > Firefox 68.8.0esr 64 bit, 76.0.1 64 bit, Google Chrome 56.0.2924.87;
> > - из Linux: Chromium 80.0.3987.162 ;
> > - из Android: Chrome 79.0.39.45.116 .
> >
> > А по http без tls/ssl работает и в Chrome.
> >
>
> не вполне понял
> в какой операционной системе у вас проблемы?
>
>
> >
> > пт, 29 мая 2020 г. в 04:06, Maxim Solodovnik :
> >
> > > ситуация, я бы сказал, фантастическая
> > >
> > > access.log не очень интересен
> > > что в openmeetings.log?
> > >
> > >
> > > On Thu, 28 May 2020 at 21:48, Кирилл Карнаух 
> > wrote:
> > >
> > > > Здравствуйте. Подскажите, не сталкивались с таким:
> > > > OM  5.0.0-M4 по https штатно открывается в Firefox, а Google Chome
> > выдает
> > > > ERR_TIMED_OUT.
> > > >
> > > > Всё настраивалось строго по мануалу
> > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+
> > > > Версии обоих браузеров - самые свежие. Без TLS в обоих браузерах
> > > > открывается нормально
> > > >
> > > > Попробовал на древней версии Chome 59 - нормально работает.
> > > >
> > > > Было подозрение, что Tomcat в OM настроен на использование
> > какого-нибудь
> > > > устаревшего протокола SSL или TLS, которые забанены в новом Chrome,
> > > > прописал в server.xml sslEnabledProtocols="TLSv1.2,TLSv1.3",
> результат
> > -
> > > > тот же.
> > > >
> > > > в логах Tomcat попытки входа со свежего Chrome выглядят так:
> > > > 64.41.200.104 - - [28/May/2020:17:07:48 +0300] "-" 400 -
> > > > 64.41.200.104 - - [28/May/2020:17:07:49 +0300] "-" 400 -
> > > > 64.41.200.104 - - [28/May/2020:17:07:49 +0300] "-" 400 -
> > > > 64.41.200.104 - - [28/May/2020:17:07:50 +0300] "-" 400 -
> > > >
> > > >
> > > >
> > > > --
> > > > С уважением, Карнаух Кирилл
> > > >
> > >
> > >
> > > --
> > > Best regards,
> > > Maxim
> > >
> >
> >
> > --
> > С уважением, Карнаух К.В.
> >
>
>
> --
> Best regards,
> Maxim
>


-- 
С уважением, Карнаух К.В.


Re: Смещение окна с видео участника в центр экрана при включении/выключении микрофона или камеры

2020-06-01 Thread Eugene
Хоткеи существенно облегчают жизнь. Спасибо. А можно их как-то твикнуть? 
Например, любая комбинация для ctrl-shift+key не работает для тех кто по 
такой комбинации (сtrl-shift) меняет раскладку.


И еще, по shift-F8 происходит упорядовачение в ЛВУ, который всегда 
является рабочей областью. Как их по дефолту группировать справа? В 
идеале все видео фреймы было бы разместить вертикально в расшаренную с 
чатом область, которую при необходимости можно было бы скрывать. 
Собственно, чаще всего эти окошки нужны для контроля если кто-то 
вываливается из комнаты. А так, если все хорошо, то можно было бы все 
видики скрыть разом как чат. Потребность в вертикальном стакинге 
диктуется тем, что пользователи, как правило, на лаптопах с диагоналями 
16:9 и места по горизонтали как раз не хватает, а вертикального 
пространства хоть лопатой греби, но только не слева (в письме 
слева-направо там начало).


On 6/1/20 9:24 AM, Maxim Solodovnik wrote:

Добрый день,

On Sat, 30 May 2020 at 20:20, Кирилл Карнаух  wrote:


Здравствуйте.
OM  5.0.0-M, настроен по по мануалу

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+

Заметил, что если во время конференции я включаю или выключаю микрофон или
камеру, у всех остальных участников окно с моим видео перемещается строго в
центр экрана.


https://issues.apache.org/jira/browse/OPENMEETINGS-2314



И так с каждым, кто решит включить или выключить камеру/микрофон.
То же самое происходит, если кто-то отвалился от конференции и зашел
заново.
Приходится постоянно перемещать их в сторону вручную.

Можно ли как-то зафиксировать окна с видео участников? Выстроить их по
сетке или ограничить зону для их размещения в окне?


В англоязычном списке начали это обсуждать
https://markmail.org/message/4g4f3scbwcve5vkn

идеи нужны :)

пока можно пользовать HotKey:
video.arrange.keycode
video.arrange.resize.keycode
https://openmeetings.apache.org/GeneralConfiguration.html




--
С уважением, Карнаух К.В.





Re: Configure openmeetings to use postfix mail server

2020-06-01 Thread Alvaro
...replace j...@gmail.com by your real gmail user account




El lun, 01-06-2020 a las 12:13 +0200, Alvaro escribió:
> Please, configure in OpenMeetings Configuration:
> 
> Mail-Refer == j...@gmail.com
> SMTP-Server == smtp.gmail.com
> SMTP-Server Port (defaultSmtp-Server Port is 25)) == 587
> SMTP-Username == j...@gmail.com
> SMTP-Userpass == password of j...@gmail.com
> Enable TLS in Mail Server Auth == ...turn green the button to
> activate
> 
> ---
> 
> El lun, 01-06-2020 a las 08:13 +, Rohit Dhamal escribió:
> > Hello everyone, Hope you are doing well,
> > 
> > I am not able to send mail from openmeeting interface. 
> > 
> > I have installed live iso OM5 M4. 
> > I have installed ssl certificates. 
> > I don't use apache server on port 443/80 
> > I directly connect from https://mydomain:5443/openmeetings
> > 
> > Now in the configuration panel, can anyone tell me how to configure
> > the email section to be able to send and receive emails? 
> > In the phpMyAdmin I can see postfix. Haven't done the configuration
> > of postfix earlier It is a new thing for me.
> > 
> > Do I need to use/configure Apache server on port 443? 
> > Any help/guidance please?
> > Thanks.
> > 
> > Best regards, 
> > Rohit.
> > 

Re: Configure openmeetings to use postfix mail server

2020-06-01 Thread Alvaro

Please, configure in OpenMeetings Configuration:

Mail-Refer == j...@gmail.com
SMTP-Server == smtp.gmail.com
SMTP-Server Port (defaultSmtp-Server Port is 25)) == 587
SMTP-Username == j...@gmail.com
SMTP-Userpass == password of j...@gmail.com
Enable TLS in Mail Server Auth == ...turn green the button to activate

---

El lun, 01-06-2020 a las 08:13 +, Rohit Dhamal escribió:
> Hello everyone, Hope you are doing well,
> 
> I am not able to send mail from openmeeting interface. 
> 
> I have installed live iso OM5 M4. 
> I have installed ssl certificates. 
> I don't use apache server on port 443/80 
> I directly connect from https://mydomain:5443/openmeetings
> 
> Now in the configuration panel, can anyone tell me how to configure
> the email section to be able to send and receive emails? 
> In the phpMyAdmin I can see postfix. Haven't done the configuration
> of postfix earlier It is a new thing for me.
> 
> Do I need to use/configure Apache server on port 443? 
> Any help/guidance please?
> Thanks.
> 
> Best regards, 
> Rohit.
> 

Configure openmeetings to use postfix mail server

2020-06-01 Thread Rohit Dhamal
Hello everyone, Hope you are doing well,
I am not able to send mail from openmeeting interface. 
I have installed live iso OM5 M4. I have installed ssl certificates. I don't 
use apache server on port 443/80 I directly connect from 
https://mydomain:5443/openmeetings
Now in the configuration panel, can anyone tell me how to configure the email 
section to be able to send and receive emails? In the phpMyAdmin I can see 
postfix. Haven't done the configuration of postfix earlier It is a new thing 
for me.
Do I need to use/configure Apache server on port 443? Any help/guidance 
please?Thanks.
Best regards, Rohit.


Re: Any Apache OpenMeetings Wiki page is "Service Unavailable"

2020-06-01 Thread Alvaro
Thanks,

..


El lun, 01-06-2020 a las 12:04 +1200, seba.wag...@gmail.com escribió:
> Seems fine now
> Sebastian Wagner
> Director Arrakeen Solutions
> http://arrakeen-solutions.co.nz/
> 
> 
> 
> 
> On Mon, 1 Jun 2020 at 02:56, Alvaro  wrote:
> > Hello Maxim,
> > 
> > Any Apache OpenMeetings Wiki page is:
> > 
> > Service Unavailable
> > 
> > 
> > https://cwiki.apache.org/confluence/
> > 
> > 
> > Maybe Apache is working on it...
> > 
> > 
> > 
> > 
> > ..

Re: Смещение окна с видео участника в центр экрана при включении/выключении микрофона или камеры

2020-06-01 Thread Maxim Solodovnik
Добрый день,

On Sat, 30 May 2020 at 20:20, Кирилл Карнаух  wrote:

> Здравствуйте.
> OM  5.0.0-M, настроен по по мануалу
>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+
>
> Заметил, что если во время конференции я включаю или выключаю микрофон или
> камеру, у всех остальных участников окно с моим видео перемещается строго в
> центр экрана.
>

https://issues.apache.org/jira/browse/OPENMEETINGS-2314


>
> И так с каждым, кто решит включить или выключить камеру/микрофон.
> То же самое происходит, если кто-то отвалился от конференции и зашел
> заново.
> Приходится постоянно перемещать их в сторону вручную.
>
> Можно ли как-то зафиксировать окна с видео участников? Выстроить их по
> сетке или ограничить зону для их размещения в окне?
>

В англоязычном списке начали это обсуждать
https://markmail.org/message/4g4f3scbwcve5vkn

идеи нужны :)

пока можно пользовать HotKey:
video.arrange.keycode
video.arrange.resize.keycode
https://openmeetings.apache.org/GeneralConfiguration.html



> --
> С уважением, Карнаух К.В.
>


-- 
Best regards,
Maxim


Re: Не открывается OM 5.0.0-M4 через https в Chrome, в Firefox - нормально

2020-06-01 Thread Maxim Solodovnik
Доброе утро,

On Sat, 30 May 2020 at 19:57, Кирилл Карнаух  wrote:

> Здравствуйте.
> Записи в openmeetings.log в момент выполнения попытки подключения из Google
> Chrome (Версия 83.0.4103.61 (Официальная сборка), (64 бит)) под Windows;
> DEBUG 05-30 15:38:22.132 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-3] -
> Sending WebSocket PING
> DEBUG 05-30 15:38:52.543 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-6] -
> Sending WebSocket PING
> DEBUG 05-30 15:39:22.810 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-8] -
> Sending WebSocket PING
> DEBUG 05-30 15:39:53.076 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-2] -
> Sending WebSocket PING
> DEBUG 05-30 15:40:23.337 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-5] -
> Sending WebSocket PING
> DEBUG 05-30 15:40:53.600 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-1] -
> Sending WebSocket PING
> DEBUG 05-30 15:41:23.886 o.a.o.w.c.OmWebSocketPanel:88 [nio-5443-exec-9] -
> Sending WebSocket PING
>

тут ошибок нет
в браузере в консоли есть что-нибудь?


>
> При этом нормально проходят подключения:
> - из Windows из браузеров:
> Firefox 68.8.0esr 64 bit, 76.0.1 64 bit, Google Chrome 56.0.2924.87;
> - из Linux: Chromium 80.0.3987.162 ;
> - из Android: Chrome 79.0.39.45.116 .
>
> А по http без tls/ssl работает и в Chrome.
>

не вполне понял
в какой операционной системе у вас проблемы?


>
> пт, 29 мая 2020 г. в 04:06, Maxim Solodovnik :
>
> > ситуация, я бы сказал, фантастическая
> >
> > access.log не очень интересен
> > что в openmeetings.log?
> >
> >
> > On Thu, 28 May 2020 at 21:48, Кирилл Карнаух 
> wrote:
> >
> > > Здравствуйте. Подскажите, не сталкивались с таким:
> > > OM  5.0.0-M4 по https штатно открывается в Firefox, а Google Chome
> выдает
> > > ERR_TIMED_OUT.
> > >
> > > Всё настраивалось строго по мануалу
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+
> > > Версии обоих браузеров - самые свежие. Без TLS в обоих браузерах
> > > открывается нормально
> > >
> > > Попробовал на древней версии Chome 59 - нормально работает.
> > >
> > > Было подозрение, что Tomcat в OM настроен на использование
> какого-нибудь
> > > устаревшего протокола SSL или TLS, которые забанены в новом Chrome,
> > > прописал в server.xml sslEnabledProtocols="TLSv1.2,TLSv1.3", результат
> -
> > > тот же.
> > >
> > > в логах Tomcat попытки входа со свежего Chrome выглядят так:
> > > 64.41.200.104 - - [28/May/2020:17:07:48 +0300] "-" 400 -
> > > 64.41.200.104 - - [28/May/2020:17:07:49 +0300] "-" 400 -
> > > 64.41.200.104 - - [28/May/2020:17:07:49 +0300] "-" 400 -
> > > 64.41.200.104 - - [28/May/2020:17:07:50 +0300] "-" 400 -
> > >
> > >
> > >
> > > --
> > > С уважением, Карнаух Кирилл
> > >
> >
> >
> > --
> > Best regards,
> > Maxim
> >
>
>
> --
> С уважением, Карнаух К.В.
>


-- 
Best regards,
Maxim