incoming packet message processed

2020-10-05 Thread Ali Alhaidary
I am getting these two lines in the turn server log, I assume that 'success' is good while 'Unauthorized' is bad, and I do know that something is trying to access but was not authorized. I have followed and reviewed the setting so many times, it is as recommended by the installation manual so

Re: incoming packet message processed

2020-10-05 Thread Ali Alhaidary
Thank you max, I did check it over and over along with media server and googled it, looked in mailing threads, one thing I saw in it that we should either use realm or auth-secret, but in the installation manual configures both, could that be the reason? On 10/6/20 6:30 AM, Maxim Solodovnik

Re: ERROR

2020-10-05 Thread Ali Alhaidary
Thank you Max, it has the magic word "ignored"... :-) Ali On 10/6/20 4:21 AM, Maxim Solodovnik wrote: this one is usually reported when recording stream (of camera/microphone or screen-sharing) was not found on the file system it might be ignored if it is some small chunk created while

Re: ERROR

2020-10-05 Thread Maxim Solodovnik
this one is usually reported when recording stream (of camera/microphone or screen-sharing) was not found on the file system it might be ignored if it is some small chunk created while devices were switched on/off On Tue, 6 Oct 2020 at 03:01, Ali Alhaidary wrote: > ERROR 10-04 21:40:50.684

Re: incoming packet message processed

2020-10-05 Thread Maxim Solodovnik
Check TURN credentials from mobile (sorry for typos ;) On Tue, Oct 6, 2020, 10:16 Ali Alhaidary wrote: > I am getting these two lines in the turn server log, I assume that > 'success' is good while 'Unauthorized' is bad, and I do know that > something is trying to access but was not

Re: ERROR

2020-10-05 Thread Maxim Solodovnik
Well It can be ignored in case recording is OK ;) from mobile (sorry for typos ;) On Tue, Oct 6, 2020, 09:44 Ali Alhaidary wrote: > Thank you Max, it has the magic word "ignored"... :-) > > Ali > On 10/6/20 4:21 AM, Maxim Solodovnik wrote: > > this one is usually reported when recording

ERROR

2020-10-05 Thread Ali Alhaidary
ERROR 10-04 21:40:50.684 o.a.o.c.c.RecordingConverter:100 [taskExecutor-1] - [startConversion] org.apache.openmeetings.core.converter.ConversionException: screenMetaData is Null recordingId 59     at

Re: odd case or normal?

2020-10-05 Thread Maxim Solodovnik
Here https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/main/assembly/scripts/openmeetings.service#L32 you can see 2 options: -Xms1G -Xmx4G -Xms1G sets initially allocated memory (1GB in this case) -Xmx4G sets maximum amount of memory this java process can use so if you

Re: odd case or normal?

2020-10-05 Thread Denis Noctor
Hi there. I needed to make a clean install (OM 5 M4) before recording all changes and so on... but agree this might be a java process issue. Will set up another clean AWS instance setup with 5.0.1 most recent snapshot tomorrow, compare with current installation and report back tomorrow. Apart

Re: odd case or normal?

2020-10-05 Thread Denis Noctor
Thanks again Maxim. Will check this out in the morning. Apologies for causing upset... but curious also to know If other users expressed similar concerns on “upgrade” rather than a “fresh install”. Talk soon. All the best, Denis. Sent from my iPhone > On Oct 5, 2020, at 2:21 AM, Maxim

Re: odd case or normal?

2020-10-05 Thread Denis Noctor
Will check this out and report back tomorrow. Thanks Maxim for taking the time and effort to get back to this issue. Really much appreciated. Sent from my iPhone > On Oct 5, 2020, at 2:21 AM, Maxim Solodovnik wrote: > > Here >