You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Maxim Solodovnik <so...@gmail.com> on 2019/03/06 02:07:23 UTC

Re: OM 5

Hello All,

4.0.8 VOTE is on the way
So it's time for this DISCUSSION :)

I was able to implement some missing features (recording+screen-sharing)

And I believe now it's time to deploy current 5.0.0 version to
demo-next and perform couple of rounds of "community testing"
WDYT?

On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Good to know it is not OM issue :)
> You can use postgres as DB, should work out of the box :)
> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >
> > Ok Maxim. 've follow your link and run:
> >
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >
> > That have changed something in my Debian 9 that affect also to my
> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> > (two hours less). After this tryied install OM 5 and...WINNER!
> >
> > The problem it was relationed with tzdata, as you said.
> >
> > Thank you.
> >
> > Alvaro
> >
> > .............................................................
> >
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >
> > Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >
> >
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> >
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >
> > ...i will try in Fedora 28.
> >
> > Here is it you ask:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> >
> > Warning: The system is configured to read the RTC time in the local time zone.
> >          This mode can not be fully supported. It will create various problems
> >          with time zone changes and daylight saving time adjustments. The RTC
> >          time is never updated, it relies on external facilities to maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> >
> >
> > ...then i run: timedatectl set-local-rtc 0
> >
> > ...and after again:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> >
> >
> > ................................................................
> >
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >
> > Everything works as expected
> >
> > Maybe there are some more TZ settings in MariaDB?
> >
> > What is the output of
> >
> > `timedatectl`
> >
> >
> >
> >
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >
> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > with Europe/Madrid, but the resultat is the same.
> >
> > With OM 4.0.7 is no problem installation.
> >
> >
> > ........................................
> >
> >
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >
> > The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
> >
> > MySql for some reason don't like if time zone is set as CEST, can you run
> >
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> >
> >
> >
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >
> > Please take a look attached files.
> >
> >
> > ..........................
> >
> >
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >
> > Will try to reproduce
> > Anything useful in the logs?
> >
> >
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >
> > OM 5 - Snapshot 2605
> >
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> >
> > Debian 9, mysql-connector-java-8.0.12.jar
> >
> > Alvaro
> >
> >
> > ..................................
> >
> >
> >
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >
> > Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
> >
> >
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Hello Alvaro,
> >
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> >
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> >
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >
> > Hello Maxim,
> >
> > I've got the attached capture trying install OM 5 (first Snapshot
> > of today 18-10-2018).
> >
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> >
> > Alvaro
> >
> > ....................................
> >
> >
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >
> > Hello All,
> >
> > some news regarding WebRTC
> >
> > Settings dialog is made more user friendly: less "silent fails", less JS errors
> >
> > BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> >
> > I have issues with #2 and everything works as expected on #1
> >
> > Additionally there is an issue with Edge browser: [2]
> >
> > Would appreciate if you can test latest version on "demo-apache" [3]
> >
> > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be wrong :(
> >
> >
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > I'm going to perform additional code-review and will check this
> >
> > This is only initial version :)
> > Hopefully will be improved :))
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> > Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> > Stefan
> >
> >
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >
> > It is now working properly in Edge.
> >
> >
> >
> >
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> > Stefan
> >
> >
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> >
> > I'll fix some more errors with settings dialog later ...
> >
> > Thanks for the reports
> >
> >
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> >
> >
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> >
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
> >
> > Stefan
> >
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with every nightly build ...
> > Site contents should be ready to 5.0 release, so all pages need to checked/updated
> >
> > news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
> >
> >
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >
> > is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
> >
> > Thanks. Dan
> >
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > I just checked in Edge but there is a problem.
> >
> >
> >
> >
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> >
> > Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > and report any outdated/missing/unclear page ....
> >
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
> >
> > I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
> >
> > I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
> >
> > Dan
> >
> >
> >
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Hello Daniel,
> >
> > yes, this is WebRTC :)
> >
> > Nettesing and Video setup seems to work as expected and most probably will not be changed too much
> >
> > Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding add/remove rights
> >
> > This version should not work in IE11, Does in work in Safari/Edge?
> >
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
> >
> > Thanks. Dan
> >
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > OK,
> >
> > current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely some issues, but this version is "playable"
> >
> > It would be great to get some early feedback ...
> >
> >
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
> >
> > Best of luck... J
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> >
> > Hello Aaron,
> >
> > I'm currently trying to set up demo with somehow working version of 5.0
> > Will let you know if it will be successful :)
> >
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
> >
> > Didn't know how far out it was for live testing.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

Actually Docker is a must if you have NOT Ubuntu server OS,
Ubuntu 16.04 (and 18.04/18.10 with some hacks) has native KMS.

Some basic steps are described:
1)
https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/site/markdown/InstallMediaServer.md
2) https://issues.apache.org/jira/browse/OPENMEETINGS-2039

I believe InstallMediaServer.md
<https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/site/markdown/InstallMediaServer.md>
can
be enhanced, PRs are welcome :)
(you can improve it using link above :) )

On Sun, 24 Mar 2019 at 09:08, Daniel Baker <in...@collisiondetection.biz>
wrote:

> Seems  like a good  idea.  Can   we  have a  tutorial  on how  to set  up
> as  I am  seeing  you  are  using  Docker .
> On 3/22/2019 10:32 PM, Maxim Solodovnik wrote:
>
> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be not
> production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Hmm,
>> It seems to be the same issue with Audio in Safari +
>> Screen-sharing/Recording is not working
>> I'll to deal with Audio (will ask you to test)
>>
>> And will try to check screen-sharing using "real" Mac
>> most probably next week
>>
>> Please file JIRA regarding this :)
>> Thanks in advance!
>>
>> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
>> >
>> >
>> > Ok, now it is installed kurento on Ubuntu 18.04.
>> >
>> >
>> > # Server: OM 5.0.0 - Ubuntu 18.04
>> >
>> > # Client: Safari - Firefox in Mojave
>> >
>> > Please take a look the videos:
>> >
>> >
>> > OM 5.0.0 Firefox recording in room.mov
>> >
>> > OM 5.0.0 Safari recording in room.mov
>> >
>> > OM 5.0.0 kurento Firefox and Safari.mov
>> >
>> >
>> > -----------------------------
>> >
>> >
>> >
>> >
>> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
>> >
>> > Please do not hesitate to report any issues
>> > It is really hard to develop OM5 without user feedback :)
>> >
>> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > OK,
>> >
>> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>> > I would like to get feedback
>> >
>> > complex multiuser scenarious are welcome :)
>> >
>> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > Hello James,
>> >
>> > what version are you running? and what are the issues?
>> >
>> > Is it nightly build from our build server? or are you building from
>> sources?
>> >
>> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
>> wrote:
>> >
>> >
>> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to
>> test. I've got an aws ubuntu 16 instance running and will happily provide
>> feedback. I have had some issues with the current version doing desktop
>> sharing and can't wait to see it possibly working.
>> >
>> > Thank you,
>> > James Judge
>> > www.JamesJudge.info
>> > (570) 230-4933
>> >
>> >
>> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > Hello All,
>> >
>> > 4.0.8 VOTE is on the way
>> > So it's time for this DISCUSSION :)
>> >
>> > I was able to implement some missing features (recording+screen-sharing)
>> >
>> > And I believe now it's time to deploy current 5.0.0 version to
>> > demo-next and perform couple of rounds of "community testing"
>> > WDYT?
>> >
>> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > Good to know it is not OM issue :)
>> > You can use postgres as DB, should work out of the box :)
>> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>> >
>> >
>> > Ok Maxim. 've follow your link and run:
>> >
>> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>> >
>> > That have changed something in my Debian 9 that affect also to my
>> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>> >
>> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>> >
>> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
>> Atlantic/Azores
>> > (two hours less). After this tryied install OM 5 and...WINNER!
>> >
>> > The problem it was relationed with tzdata, as you said.
>> >
>> > Thank you.
>> >
>> > Alvaro
>> >
>> > .............................................................
>> >
>> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>> >
>> > Check this article:
>> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>> >
>> >
>> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > It is weird you have both: Europe/Madrid (CEST, +0200)
>> > I'll try to Google this error, should be something well-known
>> >
>> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>> >
>> > ...i will try in Fedora 28.
>> >
>> > Here is it you ask:
>> >
>> > root@cor:/home/guadal# timedatectl
>> >       Local time: vie 2018-10-19 11:37:19 CEST
>> >   Universal time: vie 2018-10-19 09:37:19 UTC
>> >         RTC time: vie 2018-10-19 11:37:19
>> >        Time zone: Europe/Madrid (CEST, +0200)
>> >  Network time on: yes
>> > NTP synchronized: no
>> >  RTC in local TZ: yes
>> >
>> > Warning: The system is configured to read the RTC time in the local
>> time zone.
>> >          This mode can not be fully supported. It will create various
>> problems
>> >          with time zone changes and daylight saving time adjustments.
>> The RTC
>> >          time is never updated, it relies on external facilities to
>> maintain it.
>> >          If at all possible, use RTC in UTC by calling
>> >          'timedatectl set-local-rtc 0'.
>> >
>> >
>> > ...then i run: timedatectl set-local-rtc 0
>> >
>> > ...and after again:
>> >
>> > root@cor:/home/guadal# timedatectl
>> >       Local time: vie 2018-10-19 11:39:11 CEST
>> >   Universal time: vie 2018-10-19 09:39:11 UTC
>> >         RTC time: vie 2018-10-19 09:39:11
>> >        Time zone: Europe/Madrid (CEST, +0200)
>> >  Network time on: yes
>> > NTP synchronized: no
>> >  RTC in local TZ: no
>> >
>> >
>> > ................................................................
>> >
>> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>> >
>> > Just have checked with
>> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>> >
>> > Everything works as expected
>> >
>> > Maybe there are some more TZ settings in MariaDB?
>> >
>> > What is the output of
>> >
>> > `timedatectl`
>> >
>> >
>> >
>> >
>> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>> >
>> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>> > with Europe/Madrid, but the resultat is the same.
>> >
>> > With OM 4.0.7 is no problem installation.
>> >
>> >
>> > ........................................
>> >
>> >
>> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>> >
>> > The error is "The server time zone value 'CEST' is unrecognized or
>> represents more than one time zone. You must configure either the server or
>> JDBC driver (via the serverTimezone configuration property) to use a more
>> specifc time zone value if you want to utilize time zone support."
>> >
>> > MySql for some reason don't like if time zone is set as CEST, can you
>> run
>> >
>> > `dpkg-reconfigure tzdata`
>> > and set something like 'Europe/Madrid' as time zone?
>> >
>> >
>> >
>> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>> >
>> > Please take a look attached files.
>> >
>> >
>> > ..........................
>> >
>> >
>> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>> >
>> > Will try to reproduce
>> > Anything useful in the logs?
>> >
>> >
>> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>> >
>> > OM 5 - Snapshot 2605
>> >
>> > When try install it say: Could not create connection to
>> > database.... (attached capture).
>> >
>> > Debian 9, mysql-connector-java-8.0.12.jar
>> >
>> > Alvaro
>> >
>> >
>> > ..................................
>> >
>> >
>> >
>> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>> >
>> > Correction: OM5 will work with MySql driver 5.x but you need to change
>> driver class in mysql_persistense.xml to achieve this
>> > Driver class name has been changed in 8.x and was producing warning in
>> the logs, this is why I have changed it
>> >
>> >
>> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > Hello Alvaro,
>> >
>> > OM5 requires latest MySql driver 8.0.12 [1]
>> > OM4 can use both 5.x and 8.x
>> >
>> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>> >
>> >
>> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>> >
>> > Hello Maxim,
>> >
>> > I've got the attached capture trying install OM 5 (first Snapshot
>> > of today 18-10-2018).
>> >
>> > With mysql-connector-java-5.1.46.jar and
>> > mysql-connector-java-5.1.47.jar
>> >
>> > Alvaro
>> >
>> > ....................................
>> >
>> >
>> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>> >
>> > Hello All,
>> >
>> > some news regarding WebRTC
>> >
>> > Settings dialog is made more user friendly: less "silent fails", less
>> JS errors
>> >
>> > BUT it seems some RTC features are not working if you have MS Edge and
>> Win 10 NOT pro or Enterprise [1]
>> > I have 2 identical VMs
>> > 1) with Win 10 Pro
>> > 2) with Win 10 Pro.N
>> >
>> > I have issues with #2 and everything works as expected on #1
>> >
>> > Additionally there is an issue with Edge browser: [2]
>> >
>> > Would appreciate if you can test latest version on "demo-apache" [3]
>> >
>> > [1]
>> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>> > [3] https://demo-openmeetings.apache.org/openmeetings
>> >
>> >
>> >
>> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > Document conversion is actually broken on this demo server
>> > This seems to be caused by server configuration
>> > No sure yet what is wrong
>> > Will try to fix it in a week or two, have no idea what can be wrong :(
>> >
>> >
>> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > I'm going to perform additional code-review and will check this
>> >
>> > This is only initial version :)
>> > Hopefully will be improved :))
>> >
>> >
>> >
>> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> >
>> > Checked it again with Win10 und FF, but with a USB Headset and it works
>> well! (I just recognize that my voice was also in my headphones?!)
>> > Retry it with the non USB Headset und it won't work. I mentioned that
>> FF and Chrome didn't ask for permission to use the the microphone of the
>> non-USB Headset. Maybe, this a the point we should draw our attention too?
>> > Stefan
>> >
>> >
>> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>> >
>> > It is now working properly in Edge.
>> >
>> >
>> >
>> >
>> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
>> wrote:
>> >
>> > Nothing changes. Got another test on an virtual Win10 and fresh firefox
>> installtion. Same behaviour.
>> > Stefan
>> >
>> >
>> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>> > It is weird: you got "MS Edge" errors on Chrome+FF :((
>> > I have fixed some "Edge" errors, so demo should behave better
>> >
>> > I'll fix some more errors with settings dialog later ...
>> >
>> > Thanks for the reports
>> >
>> >
>> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> >
>> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
>> behaviour in chrome 69.0.329 and ubuntu 18.04.
>> > Also tried with root and sudo to avoid restrictions.
>> > Stefan
>> >
>> >
>> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>> > What OS/Browser are you using?
>> >
>> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> >
>> > Hi,
>> > tried the OM 5 Demo with plugged in headset. But no chance to choose
>> it. The "Choose microphone" option remains in "Loading data, please wait"
>> and everytime i try to reload, the red error message appears. Headset is
>> not USB but chinch.
>> >
>> > Stefan
>> >
>> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>> > Actually it is not one page it is OM site being re-build with every
>> nightly build ...
>> > Site contents should be ready to 5.0 release, so all pages need to
>> checked/updated
>> >
>> > news, changelog and announces will be updated during release process,
>> so it displays 4.0.5 right now :)
>> >
>> >
>> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > This page:
>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> >
>> > is set up for version 4.0.5, correct? Is that what you want me to check
>> for errors/updates? Or do you want something mentioning version 5.0?
>> >
>> > Thanks. Dan
>> >
>> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > I just checked in Edge but there is a problem.
>> >
>> >
>> >
>> >
>> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > document upload seems to be jodConverter and/or server issue, hopelly
>> will be able to address
>> > Was 5.0.0 working under Edge? Any issues?
>> >
>> > Additional task might be to check site of 5.0 version:
>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> > and report any outdated/missing/unclear page ....
>> >
>> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > It's really great that you got WebRTC going!! I'm sure it's been a lot
>> of hard work.
>> >
>> > I tried uploading a document but it didn't work. I assume that the
>> document conversion stuff isn't configured yet so that is why I asked what
>> needs to be tested.
>> >
>> > I'll try using it in Edge and do some of the testing you mentioned. Let
>> me know if there is anything else I can help with.
>> >
>> > Dan
>> >
>> >
>> >
>> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > Hello Daniel,
>> >
>> > yes, this is WebRTC :)
>> >
>> > Nettesing and Video setup seems to work as expected and most probably
>> will not be changed too much
>> >
>> > Room Audio/Video is in "early-alpha" stage and I would like to know:
>> how good is it so far?
>> > Is on/off audio/video being correctly handled? Same regarding
>> add/remove rights
>> >
>> > This version should not work in IE11, Does in work in Safari/Edge?
>> >
>> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
>> What would you like us to check for when we are trying it out?
>> >
>> > Thanks. Dan
>> >
>> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > OK,
>> >
>> > current (I would say alpha version) is available on our demo server:
>> https://demo-openmeetings.apache.org/openmeetings
>> > Something still not implemented, and there are definitely some issues,
>> but this version is "playable"
>> >
>> > It would be great to get some early feedback ...
>> >
>> >
>> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
>> wrote:
>> >
>> > Best of luck... J
>> >
>> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>> > Sent: Wednesday, October 3, 2018 4:44 PM
>> > To: Openmeetings user-list <us...@openmeetings.apache.org>
>> > Subject: Re: OM 5
>> >
>> > Hello Aaron,
>> >
>> > I'm currently trying to set up demo with somehow working version of 5.0
>> > Will let you know if it will be successful :)
>> >
>> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>> > How close do you think it is for going into live testing with OM5?
>> Reason I ask is with the most recent update to Chrome, even with a valid
>> cert, and even if you told the website to allow flash, users are having to
>> click allow flash in the audio/video box.  And then it has to refresh the
>> page to do so.  Looks like it is across the board with all flash content on
>> any website now within Chrome.
>> >
>> > Didn't know how far out it was for live testing.
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> > The information contained in this electronic message and any
>> attachments to this message are intended for the exclusive use of the
>> addressee(s) and may contain proprietary, confidential or privileged
>> information. If you are not the intended recipient, you should not
>> disseminate, distribute or copy this e-mail. Please notify the sender
>> immediately and destroy all copies of this message and any attachments.
>> WARNING: Computer viruses can be transmitted via email. The recipient
>> should check this email and any attachments for the presence of viruses.
>> The company accepts no liability for any damage caused by any
>> virus/trojan/worms/malicious code transmitted by this email.
>> www.motherson.com
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> > --
>> > Daniel Ascher, M.Ed.
>> > President
>> > A+ Test Prep and Tutoring
>> > "Creating Bright Futures"
>> >
>> > 505 York Road, Suite 6
>> > Jenkintown, PA 19046
>> > Office: 215.886.9188
>> > Direct: 267.242.9640
>> > Click here to schedule a phone call with me.
>> > Sign Up for A+ News and Test Prep Tips!
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> > --
>> > Daniel Ascher, M.Ed.
>> > President
>> > A+ Test Prep and Tutoring
>> > "Creating Bright Futures"
>> >
>> > 505 York Road, Suite 6
>> > Jenkintown, PA 19046
>> > Office: 215.886.9188
>> > Direct: 267.242.9640
>> > Click here to schedule a phone call with me.
>> > Sign Up for A+ News and Test Prep Tips!
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Daniel Baker <in...@collisiondetection.biz>.
Seems  like a good  idea.  Can   we  have a  tutorial  on how  to set  
up  as  I am  seeing  you  are  using  Docker .

On 3/22/2019 10:32 PM, Maxim Solodovnik wrote:
> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be 
> not production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Hmm,
>     It seems to be the same issue with Audio in Safari +
>     Screen-sharing/Recording is not working
>     I'll to deal with Audio (will ask you to test)
>
>     And will try to check screen-sharing using "real" Mac
>     most probably next week
>
>     Please file JIRA regarding this :)
>     Thanks in advance!
>
>     On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     >
>     > Ok, now it is installed kurento on Ubuntu 18.04.
>     >
>     >
>     > # Server: OM 5.0.0 - Ubuntu 18.04
>     >
>     > # Client: Safari - Firefox in Mojave
>     >
>     > Please take a look the videos:
>     >
>     >
>     > OM 5.0.0 Firefox recording in room.mov
>     >
>     > OM 5.0.0 Safari recording in room.mov
>     >
>     > OM 5.0.0 kurento Firefox and Safari.mov
>     >
>     >
>     > -----------------------------
>     >
>     >
>     >
>     >
>     > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
>     >
>     > Please do not hesitate to report any issues
>     > It is really hard to develop OM5 without user feedback :)
>     >
>     > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     >
>     > OK,
>     >
>     > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>     > I would like to get feedback
>     >
>     > complex multiuser scenarious are welcome :)
>     >
>     > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     >
>     > Hello James,
>     >
>     > what version are you running? and what are the issues?
>     >
>     > Is it nightly build from our build server? or are you building
>     from sources?
>     >
>     > On Wed, 6 Mar 2019 at 18:53, james judge
>     <jjudge.developer83@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     >
>     > I know I am new to the group,. but I welcome 5.0.0 and will be
>     happy to test. I've got an aws ubuntu 16 instance running and will
>     happily provide feedback. I have had some issues with the current
>     version doing desktop sharing and can't wait to see it possibly
>     working.
>     >
>     > Thank you,
>     > James Judge
>     > www.JamesJudge.info <http://www.JamesJudge.info>
>     > (570) 230-4933
>     >
>     >
>     > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     >
>     > Hello All,
>     >
>     > 4.0.8 VOTE is on the way
>     > So it's time for this DISCUSSION :)
>     >
>     > I was able to implement some missing features
>     (recording+screen-sharing)
>     >
>     > And I believe now it's time to deploy current 5.0.0 version to
>     > demo-next and perform couple of rounds of "community testing"
>     > WDYT?
>     >
>     > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     >
>     > Good to know it is not OM issue :)
>     > You can use postgres as DB, should work out of the box :)
>     > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     >
>     > Ok Maxim. 've follow your link and run:
>     >
>     > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>     >
>     > That have changed something in my Debian 9 that affect also to my
>     > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>     >
>     > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>     >
>     > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
>     Atlantic/Azores
>     > (two hours less). After this tryied install OM 5 and...WINNER!
>     >
>     > The problem it was relationed with tzdata, as you said.
>     >
>     > Thank you.
>     >
>     > Alvaro
>     >
>     > .............................................................
>     >
>     > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>     >
>     > Check this article:
>     https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>     >
>     >
>     > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > It is weird you have both: Europe/Madrid (CEST, +0200)
>     > I'll try to Google this error, should be something well-known
>     >
>     > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     > ...i will try in Fedora 28.
>     >
>     > Here is it you ask:
>     >
>     > root@cor:/home/guadal# timedatectl
>     >       Local time: vie 2018-10-19 11:37:19 CEST
>     >   Universal time: vie 2018-10-19 09:37:19 UTC
>     >         RTC time: vie 2018-10-19 11:37:19
>     >        Time zone: Europe/Madrid (CEST, +0200)
>     >  Network time on: yes
>     > NTP synchronized: no
>     >  RTC in local TZ: yes
>     >
>     > Warning: The system is configured to read the RTC time in the
>     local time zone.
>     >          This mode can not be fully supported. It will create
>     various problems
>     >          with time zone changes and daylight saving time
>     adjustments. The RTC
>     >          time is never updated, it relies on external facilities
>     to maintain it.
>     >          If at all possible, use RTC in UTC by calling
>     >          'timedatectl set-local-rtc 0'.
>     >
>     >
>     > ...then i run: timedatectl set-local-rtc 0
>     >
>     > ...and after again:
>     >
>     > root@cor:/home/guadal# timedatectl
>     >       Local time: vie 2018-10-19 11:39:11 CEST
>     >   Universal time: vie 2018-10-19 09:39:11 UTC
>     >         RTC time: vie 2018-10-19 09:39:11
>     >        Time zone: Europe/Madrid (CEST, +0200)
>     >  Network time on: yes
>     > NTP synchronized: no
>     >  RTC in local TZ: no
>     >
>     >
>     > ................................................................
>     >
>     > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>     >
>     > Just have checked with
>     > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>     >
>     > Everything works as expected
>     >
>     > Maybe there are some more TZ settings in MariaDB?
>     >
>     > What is the output of
>     >
>     > `timedatectl`
>     >
>     >
>     >
>     >
>     > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured
>     tzdata
>     > with Europe/Madrid, but the resultat is the same.
>     >
>     > With OM 4.0.7 is no problem installation.
>     >
>     >
>     > ........................................
>     >
>     >
>     > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>     >
>     > The error is "The server time zone value 'CEST' is unrecognized
>     or represents more than one time zone. You must configure either
>     the server or JDBC driver (via the serverTimezone configuration
>     property) to use a more specifc time zone value if you want to
>     utilize time zone support."
>     >
>     > MySql for some reason don't like if time zone is set as CEST,
>     can you run
>     >
>     > `dpkg-reconfigure tzdata`
>     > and set something like 'Europe/Madrid' as time zone?
>     >
>     >
>     >
>     > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     > Please take a look attached files.
>     >
>     >
>     > ..........................
>     >
>     >
>     > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>     >
>     > Will try to reproduce
>     > Anything useful in the logs?
>     >
>     >
>     > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     > OM 5 - Snapshot 2605
>     >
>     > When try install it say: Could not create connection to
>     > database.... (attached capture).
>     >
>     > Debian 9, mysql-connector-java-8.0.12.jar
>     >
>     > Alvaro
>     >
>     >
>     > ..................................
>     >
>     >
>     >
>     > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>     >
>     > Correction: OM5 will work with MySql driver 5.x but you need to
>     change driver class in mysql_persistense.xml to achieve this
>     > Driver class name has been changed in 8.x and was producing
>     warning in the logs, this is why I have changed it
>     >
>     >
>     > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > Hello Alvaro,
>     >
>     > OM5 requires latest MySql driver 8.0.12 [1]
>     > OM4 can use both 5.x and 8.x
>     >
>     > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>     >
>     >
>     > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@gmail.com
>     <ma...@gmail.com>> wrote:
>     >
>     > Hello Maxim,
>     >
>     > I've got the attached capture trying install OM 5 (first Snapshot
>     > of today 18-10-2018).
>     >
>     > With mysql-connector-java-5.1.46.jar and
>     > mysql-connector-java-5.1.47.jar
>     >
>     > Alvaro
>     >
>     > ....................................
>     >
>     >
>     > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>     >
>     > Hello All,
>     >
>     > some news regarding WebRTC
>     >
>     > Settings dialog is made more user friendly: less "silent fails",
>     less JS errors
>     >
>     > BUT it seems some RTC features are not working if you have MS
>     Edge and Win 10 NOT pro or Enterprise [1]
>     > I have 2 identical VMs
>     > 1) with Win 10 Pro
>     > 2) with Win 10 Pro.N
>     >
>     > I have issues with #2 and everything works as expected on #1
>     >
>     > Additionally there is an issue with Edge browser: [2]
>     >
>     > Would appreciate if you can test latest version on "demo-apache" [3]
>     >
>     > [1]
>     https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>     > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>     > [3] https://demo-openmeetings.apache.org/openmeetings
>     >
>     >
>     >
>     > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > Document conversion is actually broken on this demo server
>     > This seems to be caused by server configuration
>     > No sure yet what is wrong
>     > Will try to fix it in a week or two, have no idea what can be
>     wrong :(
>     >
>     >
>     > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > I'm going to perform additional code-review and will check this
>     >
>     > This is only initial version :)
>     > Hopefully will be improved :))
>     >
>     >
>     >
>     > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.eu
>     <ma...@quatrekuehl.eu>> wrote:
>     >
>     > Checked it again with Win10 und FF, but with a USB Headset and
>     it works well! (I just recognize that my voice was also in my
>     headphones?!)
>     > Retry it with the non USB Headset und it won't work. I mentioned
>     that FF and Chrome didn't ask for permission to use the the
>     microphone of the non-USB Headset. Maybe, this a the point we
>     should draw our attention too?
>     > Stefan
>     >
>     >
>     > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>     >
>     > It is now working properly in Edge.
>     >
>     >
>     >
>     >
>     > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl
>     <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote:
>     >
>     > Nothing changes. Got another test on an virtual Win10 and fresh
>     firefox installtion. Same behaviour.
>     > Stefan
>     >
>     >
>     > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>     > It is weird: you got "MS Edge" errors on Chrome+FF :((
>     > I have fixed some "Edge" errors, so demo should behave better
>     >
>     > I'll fix some more errors with settings dialog later ...
>     >
>     > Thanks for the reports
>     >
>     >
>     > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.eu
>     <ma...@quatrekuehl.eu>> wrote:
>     >
>     > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
>     same behaviour in chrome 69.0.329 and ubuntu 18.04.
>     > Also tried with root and sudo to avoid restrictions.
>     > Stefan
>     >
>     >
>     > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>     > What OS/Browser are you using?
>     >
>     > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.eu
>     <ma...@quatrekuehl.eu>> wrote:
>     >
>     > Hi,
>     > tried the OM 5 Demo with plugged in headset. But no chance to
>     choose it. The "Choose microphone" option remains in "Loading
>     data, please wait" and everytime i try to reload, the red error
>     message appears. Headset is not USB but chinch.
>     >
>     > Stefan
>     >
>     > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>     > Actually it is not one page it is OM site being re-build with
>     every nightly build ...
>     > Site contents should be ready to 5.0 release, so all pages need
>     to checked/updated
>     >
>     > news, changelog and announces will be updated during release
>     process, so it displays 4.0.5 right now :)
>     >
>     >
>     > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher
>     <aplusadmin@aplustutoring.com
>     <ma...@aplustutoring.com>> wrote:
>     >
>     > This page:
>     https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>     >
>     > is set up for version 4.0.5, correct? Is that what you want me
>     to check for errors/updates? Or do you want something mentioning
>     version 5.0?
>     >
>     > Thanks. Dan
>     >
>     > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher
>     <aplusadmin@aplustutoring.com
>     <ma...@aplustutoring.com>> wrote:
>     >
>     > I just checked in Edge but there is a problem.
>     >
>     >
>     >
>     >
>     > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > document upload seems to be jodConverter and/or server issue,
>     hopelly will be able to address
>     > Was 5.0.0 working under Edge? Any issues?
>     >
>     > Additional task might be to check site of 5.0 version:
>     https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>     > and report any outdated/missing/unclear page ....
>     >
>     > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher
>     <aplusadmin@aplustutoring.com
>     <ma...@aplustutoring.com>> wrote:
>     >
>     > It's really great that you got WebRTC going!! I'm sure it's been
>     a lot of hard work.
>     >
>     > I tried uploading a document but it didn't work. I assume that
>     the document conversion stuff isn't configured yet so that is why
>     I asked what needs to be tested.
>     >
>     > I'll try using it in Edge and do some of the testing you
>     mentioned. Let me know if there is anything else I can help with.
>     >
>     > Dan
>     >
>     >
>     >
>     > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > Hello Daniel,
>     >
>     > yes, this is WebRTC :)
>     >
>     > Nettesing and Video setup seems to work as expected and most
>     probably will not be changed too much
>     >
>     > Room Audio/Video is in "early-alpha" stage and I would like to
>     know: how good is it so far?
>     > Is on/off audio/video being correctly handled? Same regarding
>     add/remove rights
>     >
>     > This version should not work in IE11, Does in work in Safari/Edge?
>     >
>     > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher
>     <aplusadmin@aplustutoring.com
>     <ma...@aplustutoring.com>> wrote:
>     >
>     > Hi Maxim. I see that the webcam and audio are working. Is this
>     WebRTC? What would you like us to check for when we are trying it out?
>     >
>     > Thanks. Dan
>     >
>     > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>     >
>     > OK,
>     >
>     > current (I would say alpha version) is available on our demo
>     server: https://demo-openmeetings.apache.org/openmeetings
>     > Something still not implemented, and there are definitely some
>     issues, but this version is "playable"
>     >
>     > It would be great to get some early feedback ...
>     >
>     >
>     > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND)
>     <Amit.K@mind-infotech.com <ma...@mind-infotech.com>> wrote:
>     >
>     > Best of luck... J
>     >
>     > From: Maxim Solodovnik [mailto:solomax666@gmail.com
>     <ma...@gmail.com>]
>     > Sent: Wednesday, October 3, 2018 4:44 PM
>     > To: Openmeetings user-list <user@openmeetings.apache.org
>     <ma...@openmeetings.apache.org>>
>     > Subject: Re: OM 5
>     >
>     > Hello Aaron,
>     >
>     > I'm currently trying to set up demo with somehow working version
>     of 5.0
>     > Will let you know if it will be successful :)
>     >
>     > On Tue, 2 Oct 2018 at 23:35, <aaron.hepp@gmail.com
>     <ma...@gmail.com>> wrote:
>     > How close do you think it is for going into live testing with
>     OM5?  Reason I ask is with the most recent update to Chrome, even
>     with a valid cert, and even if you told the website to allow
>     flash, users are having to click allow flash in the audio/video
>     box.  And then it has to refresh the page to do so.  Looks like it
>     is across the board with all flash content on any website now
>     within Chrome.
>     >
>     > Didn't know how far out it was for live testing.
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     > The information contained in this electronic message and any
>     attachments to this message are intended for the exclusive use of
>     the addressee(s) and may contain proprietary, confidential or
>     privileged information. If you are not the intended recipient, you
>     should not disseminate, distribute or copy this e-mail. Please
>     notify the sender immediately and destroy all copies of this
>     message and any attachments. WARNING: Computer viruses can be
>     transmitted via email. The recipient should check this email and
>     any attachments for the presence of viruses. The company accepts
>     no liability for any damage caused by any
>     virus/trojan/worms/malicious code transmitted by this email.
>     www.motherson.com <http://www.motherson.com>
>     >
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     > --
>     > Daniel Ascher, M.Ed.
>     > President
>     > A+ Test Prep and Tutoring
>     > "Creating Bright Futures"
>     >
>     > 505 York Road, Suite 6
>     > Jenkintown, PA 19046
>     > Office: 215.886.9188
>     > Direct: 267.242.9640
>     > Click here to schedule a phone call with me.
>     > Sign Up for A+ News and Test Prep Tips!
>     >
>     >
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     > --
>     > Daniel Ascher, M.Ed.
>     > President
>     > A+ Test Prep and Tutoring
>     > "Creating Bright Futures"
>     >
>     > 505 York Road, Suite 6
>     > Jenkintown, PA 19046
>     > Office: 215.886.9188
>     > Direct: 267.242.9640
>     > Click here to schedule a phone call with me.
>     > Sign Up for A+ News and Test Prep Tips!
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     >
>     > --
>     > WBR
>     > Maxim aka solomax
>     >
>     >
>     >
>     >
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Could you please file JIRA?
I might drop "region" support to simplify "Desktop sharer" dialog :)

On Wed, 6 Mar 2019 at 21:54, Aaron Hepp <aa...@gmail.com> wrote:
>
> When I was testing BBB a long time ago FF I know supported the region sharing.  Granted this was many version ago, but I do not think they would exclude that.
>
> If not too much trouble to add that option could you and I will go through the list of browsers.  Which thanks to Microsoft will be a short list here in the coming months with them leaving Edge and IE and moving toward Chromium,
>
> On 3/6/19 9:51 AM, Maxim Solodovnik wrote:
>
> Hello Aaron,
>
> actually screen-sharing is natively being made by browser
> different browsers do support different modes
>
> I can add "region screen-sharing" if you find browser which support it :)
> Then if this particular browser will be used: this type of sharing can
> be selected :)
>
> On Wed, 6 Mar 2019 at 21:46, Aaron Hepp <aa...@gmail.com> wrote:
>
> Only thing I see from my testing.  Is there going to be an option added in the screen sharing for a region?
>
> On 3/6/19 9:22 AM, Maxim Solodovnik wrote:
>
> Please do not hesitate to report any issues
> It is really hard to develop OM5 without user feedback :)
>
> On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
> OK,
>
> OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> I would like to get feedback
>
> complex multiuser scenarious are welcome :)
>
> On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello James,
>
> what version are you running? and what are the issues?
>
> Is it nightly build from our build server? or are you building from sources?
>
> On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
>
> I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
>
> Thank you,
> James Judge
> www.JamesJudge.info
> (570) 230-4933
>
>
> On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello All,
>
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
>
> I was able to implement some missing features (recording+screen-sharing)
>
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
>
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Good to know it is not OM issue :)
> You can use postgres as DB, should work out of the box :)
> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>
> Ok Maxim. 've follow your link and run:
>
> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>
> That have changed something in my Debian 9 that affect also to my
> Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>
> So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>
> Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> (two hours less). After this tryied install OM 5 and...WINNER!
>
> The problem it was relationed with tzdata, as you said.
>
> Thank you.
>
> Alvaro
>
> .............................................................
>
> El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>
> Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>
>
> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
>
> It is weird you have both: Europe/Madrid (CEST, +0200)
> I'll try to Google this error, should be something well-known
>
> On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>
> ...i will try in Fedora 28.
>
> Here is it you ask:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:37:19 CEST
>   Universal time: vie 2018-10-19 09:37:19 UTC
>         RTC time: vie 2018-10-19 11:37:19
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: yes
>
> Warning: The system is configured to read the RTC time in the local time zone.
>          This mode can not be fully supported. It will create various problems
>          with time zone changes and daylight saving time adjustments. The RTC
>          time is never updated, it relies on external facilities to maintain it.
>          If at all possible, use RTC in UTC by calling
>          'timedatectl set-local-rtc 0'.
>
>
> ...then i run: timedatectl set-local-rtc 0
>
> ...and after again:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:39:11 CEST
>   Universal time: vie 2018-10-19 09:39:11 UTC
>         RTC time: vie 2018-10-19 09:39:11
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: no
>
>
> ................................................................
>
> El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>
> Just have checked with
> mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>
> Everything works as expected
>
> Maybe there are some more TZ settings in MariaDB?
>
> What is the output of
>
> `timedatectl`
>
>
>
>
> On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>
> ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> with Europe/Madrid, but the resultat is the same.
>
> With OM 4.0.7 is no problem installation.
>
>
> ........................................
>
>
> El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>
> The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
>
> MySql for some reason don't like if time zone is set as CEST, can you run
>
> `dpkg-reconfigure tzdata`
> and set something like 'Europe/Madrid' as time zone?
>
>
>
> On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>
> Please take a look attached files.
>
>
> ..........................
>
>
> El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>
> Will try to reproduce
> Anything useful in the logs?
>
>
> On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>
> OM 5 - Snapshot 2605
>
> When try install it say: Could not create connection to
> database.... (attached capture).
>
> Debian 9, mysql-connector-java-8.0.12.jar
>
> Alvaro
>
>
> ..................................
>
>
>
> El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>
> Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
>
>
> On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello Alvaro,
>
> OM5 requires latest MySql driver 8.0.12 [1]
> OM4 can use both 5.x and 8.x
>
> [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>
>
> On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>
> Hello Maxim,
>
> I've got the attached capture trying install OM 5 (first Snapshot
> of today 18-10-2018).
>
> With mysql-connector-java-5.1.46.jar and
> mysql-connector-java-5.1.47.jar
>
> Alvaro
>
> ....................................
>
>
> El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> some news regarding WebRTC
>
> Settings dialog is made more user friendly: less "silent fails", less JS errors
>
> BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> I have 2 identical VMs
> 1) with Win 10 Pro
> 2) with Win 10 Pro.N
>
> I have issues with #2 and everything works as expected on #1
>
> Additionally there is an issue with Edge browser: [2]
>
> Would appreciate if you can test latest version on "demo-apache" [3]
>
> [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> [3] https://demo-openmeetings.apache.org/openmeetings
>
>
>
> On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Document conversion is actually broken on this demo server
> This seems to be caused by server configuration
> No sure yet what is wrong
> Will try to fix it in a week or two, have no idea what can be wrong :(
>
>
> On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
>
> I'm going to perform additional code-review and will check this
>
> This is only initial version :)
> Hopefully will be improved :))
>
>
>
> On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> Stefan
>
>
> Am 09.10.2018 15:49, schrieb Daniel Ascher:
>
> It is now working properly in Edge.
>
>
>
>
> On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> Stefan
>
>
> Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> It is weird: you got "MS Edge" errors on Chrome+FF :((
> I have fixed some "Edge" errors, so demo should behave better
>
> I'll fix some more errors with settings dialog later ...
>
> Thanks for the reports
>
>
> On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> Also tried with root and sudo to avoid restrictions.
> Stefan
>
>
> Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> What OS/Browser are you using?
>
> On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Hi,
> tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
>
> Stefan
>
> Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> Actually it is not one page it is OM site being re-build with every nightly build ...
> Site contents should be ready to 5.0 release, so all pages need to checked/updated
>
> news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
>
>
> On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>
> is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
>
> Thanks. Dan
>
> On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> I just checked in Edge but there is a problem.
>
>
>
>
> On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> Was 5.0.0 working under Edge? Any issues?
>
> Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> and report any outdated/missing/unclear page ....
>
> On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
>
> I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
>
> I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
>
> Dan
>
>
>
> On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello Daniel,
>
> yes, this is WebRTC :)
>
> Nettesing and Video setup seems to work as expected and most probably will not be changed too much
>
> Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> Is on/off audio/video being correctly handled? Same regarding add/remove rights
>
> This version should not work in IE11, Does in work in Safari/Edge?
>
> On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
>
> Thanks. Dan
>
> On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
>
> OK,
>
> current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> Something still not implemented, and there are definitely some issues, but this version is "playable"
>
> It would be great to get some early feedback ...
>
>
> On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
>
> Best of luck... J
>
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, October 3, 2018 4:44 PM
> To: Openmeetings user-list <us...@openmeetings.apache.org>
> Subject: Re: OM 5
>
> Hello Aaron,
>
> I'm currently trying to set up demo with somehow working version of 5.0
> Will let you know if it will be successful :)
>
> On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
>
> Didn't know how far out it was for live testing.
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
> --
> WBR
> Maxim aka solomax
>
>
> --
> WBR
> Maxim aka solomax
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>


-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Aaron Hepp <aa...@gmail.com>.
When I was testing BBB a long time ago FF I know supported the region 
sharing.  Granted this was many version ago, but I do not think they 
would exclude that.

If not too much trouble to add that option could you and I will go 
through the list of browsers.  Which thanks to Microsoft will be a short 
list here in the coming months with them leaving Edge and IE and moving 
toward Chromium,

On 3/6/19 9:51 AM, Maxim Solodovnik wrote:
> Hello Aaron,
>
> actually screen-sharing is natively being made by browser
> different browsers do support different modes
>
> I can add "region screen-sharing" if you find browser which support it :)
> Then if this particular browser will be used: this type of sharing can
> be selected :)
>
> On Wed, 6 Mar 2019 at 21:46, Aaron Hepp <aa...@gmail.com> wrote:
>> Only thing I see from my testing.  Is there going to be an option added in the screen sharing for a region?
>>
>> On 3/6/19 9:22 AM, Maxim Solodovnik wrote:
>>
>> Please do not hesitate to report any issues
>> It is really hard to develop OM5 without user feedback :)
>>
>> On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> OK,
>>
>> OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>> I would like to get feedback
>>
>> complex multiuser scenarious are welcome :)
>>
>> On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Hello James,
>>
>> what version are you running? and what are the issues?
>>
>> Is it nightly build from our build server? or are you building from sources?
>>
>> On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
>>
>> I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
>>
>> Thank you,
>> James Judge
>> www.JamesJudge.info
>> (570) 230-4933
>>
>>
>> On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Hello All,
>>
>> 4.0.8 VOTE is on the way
>> So it's time for this DISCUSSION :)
>>
>> I was able to implement some missing features (recording+screen-sharing)
>>
>> And I believe now it's time to deploy current 5.0.0 version to
>> demo-next and perform couple of rounds of "community testing"
>> WDYT?
>>
>> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Good to know it is not OM issue :)
>> You can use postgres as DB, should work out of the box :)
>> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>>
>> Ok Maxim. 've follow your link and run:
>>
>> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>>
>> That have changed something in my Debian 9 that affect also to my
>> Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>>
>> So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>>
>> Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
>> (two hours less). After this tryied install OM 5 and...WINNER!
>>
>> The problem it was relationed with tzdata, as you said.
>>
>> Thank you.
>>
>> Alvaro
>>
>> .............................................................
>>
>> El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>>
>> Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>>
>>
>> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> It is weird you have both: Europe/Madrid (CEST, +0200)
>> I'll try to Google this error, should be something well-known
>>
>> On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>>
>> ...i will try in Fedora 28.
>>
>> Here is it you ask:
>>
>> root@cor:/home/guadal# timedatectl
>>        Local time: vie 2018-10-19 11:37:19 CEST
>>    Universal time: vie 2018-10-19 09:37:19 UTC
>>          RTC time: vie 2018-10-19 11:37:19
>>         Time zone: Europe/Madrid (CEST, +0200)
>>   Network time on: yes
>> NTP synchronized: no
>>   RTC in local TZ: yes
>>
>> Warning: The system is configured to read the RTC time in the local time zone.
>>           This mode can not be fully supported. It will create various problems
>>           with time zone changes and daylight saving time adjustments. The RTC
>>           time is never updated, it relies on external facilities to maintain it.
>>           If at all possible, use RTC in UTC by calling
>>           'timedatectl set-local-rtc 0'.
>>
>>
>> ...then i run: timedatectl set-local-rtc 0
>>
>> ...and after again:
>>
>> root@cor:/home/guadal# timedatectl
>>        Local time: vie 2018-10-19 11:39:11 CEST
>>    Universal time: vie 2018-10-19 09:39:11 UTC
>>          RTC time: vie 2018-10-19 09:39:11
>>         Time zone: Europe/Madrid (CEST, +0200)
>>   Network time on: yes
>> NTP synchronized: no
>>   RTC in local TZ: no
>>
>>
>> ................................................................
>>
>> El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>>
>> Just have checked with
>> mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>>
>> Everything works as expected
>>
>> Maybe there are some more TZ settings in MariaDB?
>>
>> What is the output of
>>
>> `timedatectl`
>>
>>
>>
>>
>> On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>>
>> ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>> with Europe/Madrid, but the resultat is the same.
>>
>> With OM 4.0.7 is no problem installation.
>>
>>
>> ........................................
>>
>>
>> El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>>
>> The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
>>
>> MySql for some reason don't like if time zone is set as CEST, can you run
>>
>> `dpkg-reconfigure tzdata`
>> and set something like 'Europe/Madrid' as time zone?
>>
>>
>>
>> On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>>
>> Please take a look attached files.
>>
>>
>> ..........................
>>
>>
>> El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>>
>> Will try to reproduce
>> Anything useful in the logs?
>>
>>
>> On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>>
>> OM 5 - Snapshot 2605
>>
>> When try install it say: Could not create connection to
>> database.... (attached capture).
>>
>> Debian 9, mysql-connector-java-8.0.12.jar
>>
>> Alvaro
>>
>>
>> ..................................
>>
>>
>>
>> El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>>
>> Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
>> Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
>>
>>
>> On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Hello Alvaro,
>>
>> OM5 requires latest MySql driver 8.0.12 [1]
>> OM4 can use both 5.x and 8.x
>>
>> [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>>
>>
>> On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>>
>> Hello Maxim,
>>
>> I've got the attached capture trying install OM 5 (first Snapshot
>> of today 18-10-2018).
>>
>> With mysql-connector-java-5.1.46.jar and
>> mysql-connector-java-5.1.47.jar
>>
>> Alvaro
>>
>> ....................................
>>
>>
>> El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>>
>> Hello All,
>>
>> some news regarding WebRTC
>>
>> Settings dialog is made more user friendly: less "silent fails", less JS errors
>>
>> BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
>> I have 2 identical VMs
>> 1) with Win 10 Pro
>> 2) with Win 10 Pro.N
>>
>> I have issues with #2 and everything works as expected on #1
>>
>> Additionally there is an issue with Edge browser: [2]
>>
>> Would appreciate if you can test latest version on "demo-apache" [3]
>>
>> [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>> [3] https://demo-openmeetings.apache.org/openmeetings
>>
>>
>>
>> On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Document conversion is actually broken on this demo server
>> This seems to be caused by server configuration
>> No sure yet what is wrong
>> Will try to fix it in a week or two, have no idea what can be wrong :(
>>
>>
>> On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> I'm going to perform additional code-review and will check this
>>
>> This is only initial version :)
>> Hopefully will be improved :))
>>
>>
>>
>> On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>
>> Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
>> Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
>> Stefan
>>
>>
>> Am 09.10.2018 15:49, schrieb Daniel Ascher:
>>
>> It is now working properly in Edge.
>>
>>
>>
>>
>> On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>
>> Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
>> Stefan
>>
>>
>> Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>> It is weird: you got "MS Edge" errors on Chrome+FF :((
>> I have fixed some "Edge" errors, so demo should behave better
>>
>> I'll fix some more errors with settings dialog later ...
>>
>> Thanks for the reports
>>
>>
>> On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>
>> The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
>> Also tried with root and sudo to avoid restrictions.
>> Stefan
>>
>>
>> Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>> What OS/Browser are you using?
>>
>> On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>
>> Hi,
>> tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
>>
>> Stefan
>>
>> Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>> Actually it is not one page it is OM site being re-build with every nightly build ...
>> Site contents should be ready to 5.0 release, so all pages need to checked/updated
>>
>> news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
>>
>>
>> On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
>>
>> This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>
>> is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
>>
>> Thanks. Dan
>>
>> On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
>>
>> I just checked in Edge but there is a problem.
>>
>>
>>
>>
>> On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> document upload seems to be jodConverter and/or server issue, hopelly will be able to address
>> Was 5.0.0 working under Edge? Any issues?
>>
>> Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> and report any outdated/missing/unclear page ....
>>
>> On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
>>
>> It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
>>
>> I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
>>
>> I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
>>
>> Dan
>>
>>
>>
>> On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Hello Daniel,
>>
>> yes, this is WebRTC :)
>>
>> Nettesing and Video setup seems to work as expected and most probably will not be changed too much
>>
>> Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
>> Is on/off audio/video being correctly handled? Same regarding add/remove rights
>>
>> This version should not work in IE11, Does in work in Safari/Edge?
>>
>> On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
>>
>> Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
>>
>> Thanks. Dan
>>
>> On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> OK,
>>
>> current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
>> Something still not implemented, and there are definitely some issues, but this version is "playable"
>>
>> It would be great to get some early feedback ...
>>
>>
>> On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
>>
>> Best of luck... J
>>
>> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>> Sent: Wednesday, October 3, 2018 4:44 PM
>> To: Openmeetings user-list <us...@openmeetings.apache.org>
>> Subject: Re: OM 5
>>
>> Hello Aaron,
>>
>> I'm currently trying to set up demo with somehow working version of 5.0
>> Will let you know if it will be successful :)
>>
>> On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>> How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
>>
>> Didn't know how far out it was for live testing.
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>> --
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Office: 215.886.9188
>> Direct: 267.242.9640
>> Click here to schedule a phone call with me.
>> Sign Up for A+ News and Test Prep Tips!
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>> --
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Office: 215.886.9188
>> Direct: 267.242.9640
>> Click here to schedule a phone call with me.
>> Sign Up for A+ News and Test Prep Tips!
>>
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>


Re: OM 5

Posted by Peter Dähn <da...@vcrp.de>.
Hi Maxim,

I didn't had the time to test something, but as far as I read the list
it should be time to go one step forward. And if this makes your life
easier, it could just speed up the final development of 5.0.0.

so +1

Greetings Peter

Am 25.03.19 um 15:11 schrieb Maxim Solodovnik:
> Hello Alvaro,
>
> I would recomment to use port 5443 only in your tutorial
> 5080 will cause WebRTC problems :)
>
> Yep link to the SNAPSHOT is OK :)
>
> @All
> Can I pack 5.0.0-M1 RC1?
> WDYT?
>
> On Mon, 25 Mar 2019 at 17:40, Alvaro <zurcamos@gmail.com
> <ma...@gmail.com>> wrote:
>
>     ...this link can be?:
>
>     https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-5.0.0-M1-SNAPSHOT.zip
>
>
>     ------------
>
>
>     El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
>>
>>     Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
>>     but i need a link to OM 5 file (maybe the snapshot?) to download
>>     and to know the ports to open: 5080 and...
>>
>>     ....................
>>
>>
>>     El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
>>>     Hello Alvaro,
>>>
>>>     First released WebRTC version will be 5.0.0-M1
>>>
>>>     According to "How configure "nobody" user in kurento-docker?"
>>>     It is described here [1] "Kurento Configuration" section
>>>
>>>     I would copy `/etc/default/kurento-media-server` file from
>>>     "real" KMS installation
>>>     To some local folder for ex. /opt/kurento-config
>>>     Change DAEMON_USER
>>>     and then add another `--mount` command to `docker run`
>>>     --mount type=bind,source=/opt/kurento-config,target=/etc/default/kurento-media-server
>>>
>>>     [1] https://hub.docker.com/r/kurento/kurento-media-server/
>>>
>>>     On Sat, 23 Mar 2019 at 02:11, Alvaro <zurcamos@gmail.com
>>>     <ma...@gmail.com>> wrote:
>>>>
>>>>     Please Maxim, could you let me know:
>>>>
>>>>     # Number of OM 5.x.x release
>>>>
>>>>     # This is the last point i need: How configure "nobody" user in
>>>>     kurento-docker?
>>>>
>>>>     Thank you...
>>>>
>>>>
>>>>     ...................................
>>>>
>>>>
>>>>     El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
>>>>>     ...sorry, Google transllation works not very right.
>>>>>     I mean, not lies but "Main"...
>>>>>
>>>>>
>>>>>     ................
>>>>>
>>>>>     El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
>>>>>>     My interest lies in the time required for the preparation of
>>>>>>     OM 5 tutorials. 
>>>>>>     Relax a little, taste your work and give me a time to prepare
>>>>>>     the tutorials.
>>>>>>     I also think that OM 5 may be the only next release 
>>>>>>
>>>>>>     ...............................
>>>>>>
>>>>>>     El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
>>>>>>>     My idea was to release 5.0.0-M1 (so "WebRTC train" can start
>>>>>>>     moving)
>>>>>>>     Then perform some merge between 4.0.x and 5.0.0 branches (to
>>>>>>>     make my life easier)
>>>>>>>     Then we can discuss if it worth to release 4.0.9 :)
>>>>>>>
>>>>>>>     On Fri, 22 Mar 2019 at 23:17, Alvaro <zurcamos@gmail.com
>>>>>>>     <ma...@gmail.com>> wrote:
>>>>>>>>
>>>>>>>>     Could you please tell when will be the next 4.0.9 release?
>>>>>>>>
>>>>>>>>     I think you should let it ripen about two more weeks. 
>>>>>>>>     This will polish possible issues and i'll have time to
>>>>>>>>     prepare the installation tutorials.
>>>>>>>>
>>>>>>>>     .......................
>>>>>>>>
>>>>>>>>
>>>>>>>>     El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik
>>>>>>>>     escribió:
>>>>>>>>>     Hello All,
>>>>>>>>>
>>>>>>>>>     It seems all major issues for 5.0.x were fixed
>>>>>>>>>     Any objections to release 5.0.0-M1? 
>>>>>>>>>
>>>>>>>>>     M1 == Milestone 1, i.e. this version worth wider testing
>>>>>>>>>     but might be not production ready
>>>>>>>>>
>>>>>>>>>     WDYT?
>>>>>>>>>
>>>>>>>>>     On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik
>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     Hmm,
>>>>>>>>>>     It seems to be the same issue with Audio in Safari +
>>>>>>>>>>     Screen-sharing/Recording is not working
>>>>>>>>>>     I'll to deal with Audio (will ask you to test)
>>>>>>>>>>
>>>>>>>>>>     And will try to check screen-sharing using "real" Mac
>>>>>>>>>>     most probably next week
>>>>>>>>>>
>>>>>>>>>>     Please file JIRA regarding this :)
>>>>>>>>>>     Thanks in advance!
>>>>>>>>>>
>>>>>>>>>>     On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gmail.com
>>>>>>>>>>     <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Ok, now it is installed kurento on Ubuntu 18.04.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > # Server: OM 5.0.0 - Ubuntu 18.04
>>>>>>>>>>     >
>>>>>>>>>>     > # Client: Safari - Firefox in Mojave
>>>>>>>>>>     >
>>>>>>>>>>     > Please take a look the videos:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > OM 5.0.0 Firefox recording in room.mov
>>>>>>>>>>     >
>>>>>>>>>>     > OM 5.0.0 Safari recording in room.mov
>>>>>>>>>>     >
>>>>>>>>>>     > OM 5.0.0 kurento Firefox and Safari.mov
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > -----------------------------
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > Please do not hesitate to report any issues
>>>>>>>>>>     > It is really hard to develop OM5 without user feedback :)
>>>>>>>>>>     >
>>>>>>>>>>     > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > OK,
>>>>>>>>>>     >
>>>>>>>>>>     > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>>>>>>>>>>     > I would like to get feedback
>>>>>>>>>>     >
>>>>>>>>>>     > complex multiuser scenarious are welcome :)
>>>>>>>>>>     >
>>>>>>>>>>     > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Hello James,
>>>>>>>>>>     >
>>>>>>>>>>     > what version are you running? and what are the issues?
>>>>>>>>>>     >
>>>>>>>>>>     > Is it nightly build from our build server? or are you
>>>>>>>>>>     building from sources?
>>>>>>>>>>     >
>>>>>>>>>>     > On Wed, 6 Mar 2019 at 18:53, james judge
>>>>>>>>>>     <jjudge.developer83@gmail.com
>>>>>>>>>>     <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > I know I am new to the group,. but I welcome 5.0.0 and
>>>>>>>>>>     will be happy to test. I've got an aws ubuntu 16 instance
>>>>>>>>>>     running and will happily provide feedback. I have had
>>>>>>>>>>     some issues with the current version doing desktop
>>>>>>>>>>     sharing and can't wait to see it possibly working.
>>>>>>>>>>     >
>>>>>>>>>>     > Thank you,
>>>>>>>>>>     > James Judge
>>>>>>>>>>     > www.JamesJudge.info <http://www.JamesJudge.info>
>>>>>>>>>>     > (570) 230-4933
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Hello All,
>>>>>>>>>>     >
>>>>>>>>>>     > 4.0.8 VOTE is on the way
>>>>>>>>>>     > So it's time for this DISCUSSION :)
>>>>>>>>>>     >
>>>>>>>>>>     > I was able to implement some missing features
>>>>>>>>>>     (recording+screen-sharing)
>>>>>>>>>>     >
>>>>>>>>>>     > And I believe now it's time to deploy current 5.0.0
>>>>>>>>>>     version to
>>>>>>>>>>     > demo-next and perform couple of rounds of "community
>>>>>>>>>>     testing"
>>>>>>>>>>     > WDYT?
>>>>>>>>>>     >
>>>>>>>>>>     > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Good to know it is not OM issue :)
>>>>>>>>>>     > You can use postgres as DB, should work out of the box :)
>>>>>>>>>>     > On Sat, 20 Oct 2018 at 16:12, Alvaro
>>>>>>>>>>     <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Ok Maxim. 've follow your link and run:
>>>>>>>>>>     >
>>>>>>>>>>     > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root
>>>>>>>>>>     -p mysql
>>>>>>>>>>     >
>>>>>>>>>>     > That have changed something in my Debian 9 that affect
>>>>>>>>>>     also to my
>>>>>>>>>>     > Windows 10 (two hours less) but could'nt install OM 5
>>>>>>>>>>     on Debian 9.
>>>>>>>>>>     >
>>>>>>>>>>     > So, in Debian 9 was 10 hours AM, and in Windows was 8
>>>>>>>>>>     hours AM.
>>>>>>>>>>     >
>>>>>>>>>>     > Today, in Debian 9, 've changed tzdata from
>>>>>>>>>>     Europe/Madrid to Atlantic/Azores
>>>>>>>>>>     > (two hours less). After this tryied install OM 5
>>>>>>>>>>     and...WINNER!
>>>>>>>>>>     >
>>>>>>>>>>     > The problem it was relationed with tzdata, as you said.
>>>>>>>>>>     >
>>>>>>>>>>     > Thank you.
>>>>>>>>>>     >
>>>>>>>>>>     > Alvaro
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     .............................................................
>>>>>>>>>>     >
>>>>>>>>>>     > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > Check this article:
>>>>>>>>>>     https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > It is weird you have both: Europe/Madrid (CEST, +0200)
>>>>>>>>>>     > I'll try to Google this error, should be something
>>>>>>>>>>     well-known
>>>>>>>>>>     >
>>>>>>>>>>     > On Fri, 19 Oct 2018 at 16:55, Alvaro
>>>>>>>>>>     <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > ...i will try in Fedora 28.
>>>>>>>>>>     >
>>>>>>>>>>     > Here is it you ask:
>>>>>>>>>>     >
>>>>>>>>>>     > root@cor:/home/guadal# timedatectl
>>>>>>>>>>     >       Local time: vie 2018-10-19 11:37:19 CEST
>>>>>>>>>>     >   Universal time: vie 2018-10-19 09:37:19 UTC
>>>>>>>>>>     >         RTC time: vie 2018-10-19 11:37:19
>>>>>>>>>>     >        Time zone: Europe/Madrid (CEST, +0200)
>>>>>>>>>>     >  Network time on: yes
>>>>>>>>>>     > NTP synchronized: no
>>>>>>>>>>     >  RTC in local TZ: yes
>>>>>>>>>>     >
>>>>>>>>>>     > Warning: The system is configured to read the RTC time
>>>>>>>>>>     in the local time zone.
>>>>>>>>>>     >          This mode can not be fully supported. It will
>>>>>>>>>>     create various problems
>>>>>>>>>>     >          with time zone changes and daylight saving
>>>>>>>>>>     time adjustments. The RTC
>>>>>>>>>>     >          time is never updated, it relies on external
>>>>>>>>>>     facilities to maintain it.
>>>>>>>>>>     >          If at all possible, use RTC in UTC by calling
>>>>>>>>>>     >          'timedatectl set-local-rtc 0'.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > ...then i run: timedatectl set-local-rtc 0
>>>>>>>>>>     >
>>>>>>>>>>     > ...and after again:
>>>>>>>>>>     >
>>>>>>>>>>     > root@cor:/home/guadal# timedatectl
>>>>>>>>>>     >       Local time: vie 2018-10-19 11:39:11 CEST
>>>>>>>>>>     >   Universal time: vie 2018-10-19 09:39:11 UTC
>>>>>>>>>>     >         RTC time: vie 2018-10-19 09:39:11
>>>>>>>>>>     >        Time zone: Europe/Madrid (CEST, +0200)
>>>>>>>>>>     >  Network time on: yes
>>>>>>>>>>     > NTP synchronized: no
>>>>>>>>>>     >  RTC in local TZ: no
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     ................................................................
>>>>>>>>>>     >
>>>>>>>>>>     > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > Just have checked with
>>>>>>>>>>     > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
>>>>>>>>>>     ((Ubuntu))
>>>>>>>>>>     >
>>>>>>>>>>     > Everything works as expected
>>>>>>>>>>     >
>>>>>>>>>>     > Maybe there are some more TZ settings in MariaDB?
>>>>>>>>>>     >
>>>>>>>>>>     > What is the output of
>>>>>>>>>>     >
>>>>>>>>>>     > `timedatectl`
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Fri, 19 Oct 2018 at 16:18, Alvaro
>>>>>>>>>>     <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > ...in: /etc/timezone ...is Europe/Madrid, but i've
>>>>>>>>>>     reconfigured tzdata
>>>>>>>>>>     > with Europe/Madrid, but the resultat is the same.
>>>>>>>>>>     >
>>>>>>>>>>     > With OM 4.0.7 is no problem installation.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > ........................................
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > The error is "The server time zone value 'CEST' is
>>>>>>>>>>     unrecognized or represents more than one time zone. You
>>>>>>>>>>     must configure either the server or JDBC driver (via the
>>>>>>>>>>     serverTimezone configuration property) to use a more
>>>>>>>>>>     specifc time zone value if you want to utilize time zone
>>>>>>>>>>     support."
>>>>>>>>>>     >
>>>>>>>>>>     > MySql for some reason don't like if time zone is set as
>>>>>>>>>>     CEST, can you run
>>>>>>>>>>     >
>>>>>>>>>>     > `dpkg-reconfigure tzdata`
>>>>>>>>>>     > and set something like 'Europe/Madrid' as time zone?
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Fri, 19 Oct 2018 at 15:43, Alvaro
>>>>>>>>>>     <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Please take a look attached files.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > ..........................
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > Will try to reproduce
>>>>>>>>>>     > Anything useful in the logs?
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Fri, 19 Oct 2018 at 15:32, Alvaro
>>>>>>>>>>     <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > OM 5 - Snapshot 2605
>>>>>>>>>>     >
>>>>>>>>>>     > When try install it say: Could not create connection to
>>>>>>>>>>     > database.... (attached capture).
>>>>>>>>>>     >
>>>>>>>>>>     > Debian 9, mysql-connector-java-8.0.12.jar
>>>>>>>>>>     >
>>>>>>>>>>     > Alvaro
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > ..................................
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > Correction: OM5 will work with MySql driver 5.x but you
>>>>>>>>>>     need to change driver class in mysql_persistense.xml to
>>>>>>>>>>     achieve this
>>>>>>>>>>     > Driver class name has been changed in 8.x and was
>>>>>>>>>>     producing warning in the logs, this is why I have changed it
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Hello Alvaro,
>>>>>>>>>>     >
>>>>>>>>>>     > OM5 requires latest MySql driver 8.0.12 [1]
>>>>>>>>>>     > OM4 can use both 5.x and 8.x
>>>>>>>>>>     >
>>>>>>>>>>     > [1]
>>>>>>>>>>     https://mvnrepository.com/artifact/mysql/mysql-connector-java
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Thu, 18 Oct 2018 at 23:38, Alvaro
>>>>>>>>>>     <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Hello Maxim,
>>>>>>>>>>     >
>>>>>>>>>>     > I've got the attached capture trying install OM 5
>>>>>>>>>>     (first Snapshot
>>>>>>>>>>     > of today 18-10-2018).
>>>>>>>>>>     >
>>>>>>>>>>     > With mysql-connector-java-5.1.46.jar and
>>>>>>>>>>     > mysql-connector-java-5.1.47.jar
>>>>>>>>>>     >
>>>>>>>>>>     > Alvaro
>>>>>>>>>>     >
>>>>>>>>>>     > ....................................
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
>>>>>>>>>>     escribió:
>>>>>>>>>>     >
>>>>>>>>>>     > Hello All,
>>>>>>>>>>     >
>>>>>>>>>>     > some news regarding WebRTC
>>>>>>>>>>     >
>>>>>>>>>>     > Settings dialog is made more user friendly: less
>>>>>>>>>>     "silent fails", less JS errors
>>>>>>>>>>     >
>>>>>>>>>>     > BUT it seems some RTC features are not working if you
>>>>>>>>>>     have MS Edge and Win 10 NOT pro or Enterprise [1]
>>>>>>>>>>     > I have 2 identical VMs
>>>>>>>>>>     > 1) with Win 10 Pro
>>>>>>>>>>     > 2) with Win 10 Pro.N
>>>>>>>>>>     >
>>>>>>>>>>     > I have issues with #2 and everything works as expected
>>>>>>>>>>     on #1
>>>>>>>>>>     >
>>>>>>>>>>     > Additionally there is an issue with Edge browser: [2]
>>>>>>>>>>     >
>>>>>>>>>>     > Would appreciate if you can test latest version on
>>>>>>>>>>     "demo-apache" [3]
>>>>>>>>>>     >
>>>>>>>>>>     > [1]
>>>>>>>>>>     https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>>>>>>>>>>     > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>>>>>>>>>>     > [3] https://demo-openmeetings.apache.org/openmeetings
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Document conversion is actually broken on this demo server
>>>>>>>>>>     > This seems to be caused by server configuration
>>>>>>>>>>     > No sure yet what is wrong
>>>>>>>>>>     > Will try to fix it in a week or two, have no idea what
>>>>>>>>>>     can be wrong :(
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > I'm going to perform additional code-review and will
>>>>>>>>>>     check this
>>>>>>>>>>     >
>>>>>>>>>>     > This is only initial version :)
>>>>>>>>>>     > Hopefully will be improved :))
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl
>>>>>>>>>>     <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Checked it again with Win10 und FF, but with a USB
>>>>>>>>>>     Headset and it works well! (I just recognize that my
>>>>>>>>>>     voice was also in my headphones?!)
>>>>>>>>>>     > Retry it with the non USB Headset und it won't work. I
>>>>>>>>>>     mentioned that FF and Chrome didn't ask for permission to
>>>>>>>>>>     use the the microphone of the non-USB Headset. Maybe,
>>>>>>>>>>     this a the point we should draw our attention too?
>>>>>>>>>>     > Stefan
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>>>>>>>>>>     >
>>>>>>>>>>     > It is now working properly in Edge.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl
>>>>>>>>>>     <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Nothing changes. Got another test on an virtual Win10
>>>>>>>>>>     and fresh firefox installtion. Same behaviour.
>>>>>>>>>>     > Stefan
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>>>>>>>>>>     > It is weird: you got "MS Edge" errors on Chrome+FF :((
>>>>>>>>>>     > I have fixed some "Edge" errors, so demo should behave
>>>>>>>>>>     better
>>>>>>>>>>     >
>>>>>>>>>>     > I'll fix some more errors with settings dialog later ...
>>>>>>>>>>     >
>>>>>>>>>>     > Thanks for the reports
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl
>>>>>>>>>>     <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > The screenshot was taken in firefox 62.0.3 and ubuntu
>>>>>>>>>>     18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
>>>>>>>>>>     > Also tried with root and sudo to avoid restrictions.
>>>>>>>>>>     > Stefan
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>>>>>>>>>>     > What OS/Browser are you using?
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl
>>>>>>>>>>     <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Hi,
>>>>>>>>>>     > tried the OM 5 Demo with plugged in headset. But no
>>>>>>>>>>     chance to choose it. The "Choose microphone" option
>>>>>>>>>>     remains in "Loading data, please wait" and everytime i
>>>>>>>>>>     try to reload, the red error message appears. Headset is
>>>>>>>>>>     not USB but chinch.
>>>>>>>>>>     >
>>>>>>>>>>     > Stefan
>>>>>>>>>>     >
>>>>>>>>>>     > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>>>>>>>>>>     > Actually it is not one page it is OM site being
>>>>>>>>>>     re-build with every nightly build ...
>>>>>>>>>>     > Site contents should be ready to 5.0 release, so all
>>>>>>>>>>     pages need to checked/updated
>>>>>>>>>>     >
>>>>>>>>>>     > news, changelog and announces will be updated during
>>>>>>>>>>     release process, so it displays 4.0.5 right now :)
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher
>>>>>>>>>>     <aplusadmin@aplustutoring.com
>>>>>>>>>>     <ma...@aplustutoring.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > This page:
>>>>>>>>>>     https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>>>>>>>>     >
>>>>>>>>>>     > is set up for version 4.0.5, correct? Is that what you
>>>>>>>>>>     want me to check for errors/updates? Or do you want
>>>>>>>>>>     something mentioning version 5.0?
>>>>>>>>>>     >
>>>>>>>>>>     > Thanks. Dan
>>>>>>>>>>     >
>>>>>>>>>>     > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher
>>>>>>>>>>     <aplusadmin@aplustutoring.com
>>>>>>>>>>     <ma...@aplustutoring.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > I just checked in Edge but there is a problem.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > document upload seems to be jodConverter and/or server
>>>>>>>>>>     issue, hopelly will be able to address
>>>>>>>>>>     > Was 5.0.0 working under Edge? Any issues?
>>>>>>>>>>     >
>>>>>>>>>>     > Additional task might be to check site of 5.0 version:
>>>>>>>>>>     https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>>>>>>>>     > and report any outdated/missing/unclear page ....
>>>>>>>>>>     >
>>>>>>>>>>     > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher
>>>>>>>>>>     <aplusadmin@aplustutoring.com
>>>>>>>>>>     <ma...@aplustutoring.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > It's really great that you got WebRTC going!! I'm sure
>>>>>>>>>>     it's been a lot of hard work.
>>>>>>>>>>     >
>>>>>>>>>>     > I tried uploading a document but it didn't work. I
>>>>>>>>>>     assume that the document conversion stuff isn't
>>>>>>>>>>     configured yet so that is why I asked what needs to be
>>>>>>>>>>     tested.
>>>>>>>>>>     >
>>>>>>>>>>     > I'll try using it in Edge and do some of the testing
>>>>>>>>>>     you mentioned. Let me know if there is anything else I
>>>>>>>>>>     can help with.
>>>>>>>>>>     >
>>>>>>>>>>     > Dan
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Hello Daniel,
>>>>>>>>>>     >
>>>>>>>>>>     > yes, this is WebRTC :)
>>>>>>>>>>     >
>>>>>>>>>>     > Nettesing and Video setup seems to work as expected and
>>>>>>>>>>     most probably will not be changed too much
>>>>>>>>>>     >
>>>>>>>>>>     > Room Audio/Video is in "early-alpha" stage and I would
>>>>>>>>>>     like to know: how good is it so far?
>>>>>>>>>>     > Is on/off audio/video being correctly handled? Same
>>>>>>>>>>     regarding add/remove rights
>>>>>>>>>>     >
>>>>>>>>>>     > This version should not work in IE11, Does in work in
>>>>>>>>>>     Safari/Edge?
>>>>>>>>>>     >
>>>>>>>>>>     > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher
>>>>>>>>>>     <aplusadmin@aplustutoring.com
>>>>>>>>>>     <ma...@aplustutoring.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Hi Maxim. I see that the webcam and audio are working.
>>>>>>>>>>     Is this WebRTC? What would you like us to check for when
>>>>>>>>>>     we are trying it out?
>>>>>>>>>>     >
>>>>>>>>>>     > Thanks. Dan
>>>>>>>>>>     >
>>>>>>>>>>     > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik
>>>>>>>>>>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > OK,
>>>>>>>>>>     >
>>>>>>>>>>     > current (I would say alpha version) is available on our
>>>>>>>>>>     demo server:
>>>>>>>>>>     https://demo-openmeetings.apache.org/openmeetings
>>>>>>>>>>     > Something still not implemented, and there are
>>>>>>>>>>     definitely some issues, but this version is "playable"
>>>>>>>>>>     >
>>>>>>>>>>     > It would be great to get some early feedback ...
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND)
>>>>>>>>>>     <Amit.K@mind-infotech.com
>>>>>>>>>>     <ma...@mind-infotech.com>> wrote:
>>>>>>>>>>     >
>>>>>>>>>>     > Best of luck... J
>>>>>>>>>>     >
>>>>>>>>>>     > From: Maxim Solodovnik [mailto:solomax666@gmail.com
>>>>>>>>>>     <ma...@gmail.com>]
>>>>>>>>>>     > Sent: Wednesday, October 3, 2018 4:44 PM
>>>>>>>>>>     > To: Openmeetings user-list
>>>>>>>>>>     <user@openmeetings.apache.org
>>>>>>>>>>     <ma...@openmeetings.apache.org>>
>>>>>>>>>>     > Subject: Re: OM 5
>>>>>>>>>>     >
>>>>>>>>>>     > Hello Aaron,
>>>>>>>>>>     >
>>>>>>>>>>     > I'm currently trying to set up demo with somehow
>>>>>>>>>>     working version of 5.0
>>>>>>>>>>     > Will let you know if it will be successful :)
>>>>>>>>>>     >
>>>>>>>>>>     > On Tue, 2 Oct 2018 at 23:35, <aaron.hepp@gmail.com
>>>>>>>>>>     <ma...@gmail.com>> wrote:
>>>>>>>>>>     > How close do you think it is for going into live
>>>>>>>>>>     testing with OM5?  Reason I ask is with the most recent
>>>>>>>>>>     update to Chrome, even with a valid cert, and even if you
>>>>>>>>>>     told the website to allow flash, users are having to
>>>>>>>>>>     click allow flash in the audio/video box.  And then it
>>>>>>>>>>     has to refresh the page to do so.  Looks like it is
>>>>>>>>>>     across the board with all flash content on any website
>>>>>>>>>>     now within Chrome.
>>>>>>>>>>     >
>>>>>>>>>>     > Didn't know how far out it was for live testing.
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > The information contained in this electronic message
>>>>>>>>>>     and any attachments to this message are intended for the
>>>>>>>>>>     exclusive use of the addressee(s) and may contain
>>>>>>>>>>     proprietary, confidential or privileged information. If
>>>>>>>>>>     you are not the intended recipient, you should not
>>>>>>>>>>     disseminate, distribute or copy this e-mail. Please
>>>>>>>>>>     notify the sender immediately and destroy all copies of
>>>>>>>>>>     this message and any attachments. WARNING: Computer
>>>>>>>>>>     viruses can be transmitted via email. The recipient
>>>>>>>>>>     should check this email and any attachments for the
>>>>>>>>>>     presence of viruses. The company accepts no liability for
>>>>>>>>>>     any damage caused by any virus/trojan/worms/malicious
>>>>>>>>>>     code transmitted by this email. www.motherson.com
>>>>>>>>>>     <http://www.motherson.com>
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > Daniel Ascher, M.Ed.
>>>>>>>>>>     > President
>>>>>>>>>>     > A+ Test Prep and Tutoring
>>>>>>>>>>     > "Creating Bright Futures"
>>>>>>>>>>     >
>>>>>>>>>>     > 505 York Road, Suite 6
>>>>>>>>>>     > Jenkintown, PA 19046
>>>>>>>>>>     > Office: 215.886.9188
>>>>>>>>>>     > Direct: 267.242.9640
>>>>>>>>>>     > Click here to schedule a phone call with me.
>>>>>>>>>>     > Sign Up for A+ News and Test Prep Tips!
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > Daniel Ascher, M.Ed.
>>>>>>>>>>     > President
>>>>>>>>>>     > A+ Test Prep and Tutoring
>>>>>>>>>>     > "Creating Bright Futures"
>>>>>>>>>>     >
>>>>>>>>>>     > 505 York Road, Suite 6
>>>>>>>>>>     > Jenkintown, PA 19046
>>>>>>>>>>     > Office: 215.886.9188
>>>>>>>>>>     > Direct: 267.242.9640
>>>>>>>>>>     > Click here to schedule a phone call with me.
>>>>>>>>>>     > Sign Up for A+ News and Test Prep Tips!
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     > --
>>>>>>>>>>     > WBR
>>>>>>>>>>     > Maxim aka solomax
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>     >
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>     -- 
>>>>>>>     WBR
>>>>>>>     Maxim aka solomax
>>>>
>>>
>>>
>>>     -- 
>>>     WBR
>>>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Aaron,

actually screen-sharing is natively being made by browser
different browsers do support different modes

I can add "region screen-sharing" if you find browser which support it :)
Then if this particular browser will be used: this type of sharing can
be selected :)

On Wed, 6 Mar 2019 at 21:46, Aaron Hepp <aa...@gmail.com> wrote:
>
> Only thing I see from my testing.  Is there going to be an option added in the screen sharing for a region?
>
> On 3/6/19 9:22 AM, Maxim Solodovnik wrote:
>
> Please do not hesitate to report any issues
> It is really hard to develop OM5 without user feedback :)
>
> On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
> OK,
>
> OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> I would like to get feedback
>
> complex multiuser scenarious are welcome :)
>
> On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello James,
>
> what version are you running? and what are the issues?
>
> Is it nightly build from our build server? or are you building from sources?
>
> On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
>
> I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
>
> Thank you,
> James Judge
> www.JamesJudge.info
> (570) 230-4933
>
>
> On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello All,
>
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
>
> I was able to implement some missing features (recording+screen-sharing)
>
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
>
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Good to know it is not OM issue :)
> You can use postgres as DB, should work out of the box :)
> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>
> Ok Maxim. 've follow your link and run:
>
> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>
> That have changed something in my Debian 9 that affect also to my
> Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>
> So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>
> Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> (two hours less). After this tryied install OM 5 and...WINNER!
>
> The problem it was relationed with tzdata, as you said.
>
> Thank you.
>
> Alvaro
>
> .............................................................
>
> El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>
> Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>
>
> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
>
> It is weird you have both: Europe/Madrid (CEST, +0200)
> I'll try to Google this error, should be something well-known
>
> On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>
> ...i will try in Fedora 28.
>
> Here is it you ask:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:37:19 CEST
>   Universal time: vie 2018-10-19 09:37:19 UTC
>         RTC time: vie 2018-10-19 11:37:19
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: yes
>
> Warning: The system is configured to read the RTC time in the local time zone.
>          This mode can not be fully supported. It will create various problems
>          with time zone changes and daylight saving time adjustments. The RTC
>          time is never updated, it relies on external facilities to maintain it.
>          If at all possible, use RTC in UTC by calling
>          'timedatectl set-local-rtc 0'.
>
>
> ...then i run: timedatectl set-local-rtc 0
>
> ...and after again:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:39:11 CEST
>   Universal time: vie 2018-10-19 09:39:11 UTC
>         RTC time: vie 2018-10-19 09:39:11
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: no
>
>
> ................................................................
>
> El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>
> Just have checked with
> mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>
> Everything works as expected
>
> Maybe there are some more TZ settings in MariaDB?
>
> What is the output of
>
> `timedatectl`
>
>
>
>
> On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>
> ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> with Europe/Madrid, but the resultat is the same.
>
> With OM 4.0.7 is no problem installation.
>
>
> ........................................
>
>
> El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>
> The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
>
> MySql for some reason don't like if time zone is set as CEST, can you run
>
> `dpkg-reconfigure tzdata`
> and set something like 'Europe/Madrid' as time zone?
>
>
>
> On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>
> Please take a look attached files.
>
>
> ..........................
>
>
> El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>
> Will try to reproduce
> Anything useful in the logs?
>
>
> On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>
> OM 5 - Snapshot 2605
>
> When try install it say: Could not create connection to
> database.... (attached capture).
>
> Debian 9, mysql-connector-java-8.0.12.jar
>
> Alvaro
>
>
> ..................................
>
>
>
> El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>
> Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
>
>
> On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello Alvaro,
>
> OM5 requires latest MySql driver 8.0.12 [1]
> OM4 can use both 5.x and 8.x
>
> [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>
>
> On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>
> Hello Maxim,
>
> I've got the attached capture trying install OM 5 (first Snapshot
> of today 18-10-2018).
>
> With mysql-connector-java-5.1.46.jar and
> mysql-connector-java-5.1.47.jar
>
> Alvaro
>
> ....................................
>
>
> El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> some news regarding WebRTC
>
> Settings dialog is made more user friendly: less "silent fails", less JS errors
>
> BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> I have 2 identical VMs
> 1) with Win 10 Pro
> 2) with Win 10 Pro.N
>
> I have issues with #2 and everything works as expected on #1
>
> Additionally there is an issue with Edge browser: [2]
>
> Would appreciate if you can test latest version on "demo-apache" [3]
>
> [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> [3] https://demo-openmeetings.apache.org/openmeetings
>
>
>
> On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Document conversion is actually broken on this demo server
> This seems to be caused by server configuration
> No sure yet what is wrong
> Will try to fix it in a week or two, have no idea what can be wrong :(
>
>
> On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
>
> I'm going to perform additional code-review and will check this
>
> This is only initial version :)
> Hopefully will be improved :))
>
>
>
> On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> Stefan
>
>
> Am 09.10.2018 15:49, schrieb Daniel Ascher:
>
> It is now working properly in Edge.
>
>
>
>
> On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> Stefan
>
>
> Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> It is weird: you got "MS Edge" errors on Chrome+FF :((
> I have fixed some "Edge" errors, so demo should behave better
>
> I'll fix some more errors with settings dialog later ...
>
> Thanks for the reports
>
>
> On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> Also tried with root and sudo to avoid restrictions.
> Stefan
>
>
> Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> What OS/Browser are you using?
>
> On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Hi,
> tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
>
> Stefan
>
> Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> Actually it is not one page it is OM site being re-build with every nightly build ...
> Site contents should be ready to 5.0 release, so all pages need to checked/updated
>
> news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
>
>
> On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>
> is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
>
> Thanks. Dan
>
> On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> I just checked in Edge but there is a problem.
>
>
>
>
> On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> Was 5.0.0 working under Edge? Any issues?
>
> Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> and report any outdated/missing/unclear page ....
>
> On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
>
> I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
>
> I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
>
> Dan
>
>
>
> On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello Daniel,
>
> yes, this is WebRTC :)
>
> Nettesing and Video setup seems to work as expected and most probably will not be changed too much
>
> Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> Is on/off audio/video being correctly handled? Same regarding add/remove rights
>
> This version should not work in IE11, Does in work in Safari/Edge?
>
> On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
>
> Thanks. Dan
>
> On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
>
> OK,
>
> current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> Something still not implemented, and there are definitely some issues, but this version is "playable"
>
> It would be great to get some early feedback ...
>
>
> On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
>
> Best of luck... J
>
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, October 3, 2018 4:44 PM
> To: Openmeetings user-list <us...@openmeetings.apache.org>
> Subject: Re: OM 5
>
> Hello Aaron,
>
> I'm currently trying to set up demo with somehow working version of 5.0
> Will let you know if it will be successful :)
>
> On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
>
> Didn't know how far out it was for live testing.
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
> --
> WBR
> Maxim aka solomax
>
>
> --
> WBR
> Maxim aka solomax
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Aaron Hepp <aa...@gmail.com>.
Only thing I see from my testing.  Is there going to be an option added 
in the screen sharing for a region?

On 3/6/19 9:22 AM, Maxim Solodovnik wrote:
> Please do not hesitate to report any issues
> It is really hard to develop OM5 without user feedback :)
>
> On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
>> OK,
>>
>> OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>> I would like to get feedback
>>
>> complex multiuser scenarious are welcome :)
>>
>> On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
>>> Hello James,
>>>
>>> what version are you running? and what are the issues?
>>>
>>> Is it nightly build from our build server? or are you building from sources?
>>>
>>> On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
>>>> I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
>>>>
>>>> Thank you,
>>>> James Judge
>>>> www.JamesJudge.info
>>>> (570) 230-4933
>>>>
>>>>
>>>> On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>>>> Hello All,
>>>>>
>>>>> 4.0.8 VOTE is on the way
>>>>> So it's time for this DISCUSSION :)
>>>>>
>>>>> I was able to implement some missing features (recording+screen-sharing)
>>>>>
>>>>> And I believe now it's time to deploy current 5.0.0 version to
>>>>> demo-next and perform couple of rounds of "community testing"
>>>>> WDYT?
>>>>>
>>>>> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>> Good to know it is not OM issue :)
>>>>>> You can use postgres as DB, should work out of the box :)
>>>>>> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>>>>>>> Ok Maxim. 've follow your link and run:
>>>>>>>
>>>>>>> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>>>>>>>
>>>>>>> That have changed something in my Debian 9 that affect also to my
>>>>>>> Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>>>>>>>
>>>>>>> So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>>>>>>>
>>>>>>> Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
>>>>>>> (two hours less). After this tryied install OM 5 and...WINNER!
>>>>>>>
>>>>>>> The problem it was relationed with tzdata, as you said.
>>>>>>>
>>>>>>> Thank you.
>>>>>>>
>>>>>>> Alvaro
>>>>>>>
>>>>>>> .............................................................
>>>>>>>
>>>>>>> El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>>>>>>>
>>>>>>> Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>>>>>>>
>>>>>>>
>>>>>>> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> It is weird you have both: Europe/Madrid (CEST, +0200)
>>>>>>> I'll try to Google this error, should be something well-known
>>>>>>>
>>>>>>> On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>>>>>>>
>>>>>>> ...i will try in Fedora 28.
>>>>>>>
>>>>>>> Here is it you ask:
>>>>>>>
>>>>>>> root@cor:/home/guadal# timedatectl
>>>>>>>        Local time: vie 2018-10-19 11:37:19 CEST
>>>>>>>    Universal time: vie 2018-10-19 09:37:19 UTC
>>>>>>>          RTC time: vie 2018-10-19 11:37:19
>>>>>>>         Time zone: Europe/Madrid (CEST, +0200)
>>>>>>>   Network time on: yes
>>>>>>> NTP synchronized: no
>>>>>>>   RTC in local TZ: yes
>>>>>>>
>>>>>>> Warning: The system is configured to read the RTC time in the local time zone.
>>>>>>>           This mode can not be fully supported. It will create various problems
>>>>>>>           with time zone changes and daylight saving time adjustments. The RTC
>>>>>>>           time is never updated, it relies on external facilities to maintain it.
>>>>>>>           If at all possible, use RTC in UTC by calling
>>>>>>>           'timedatectl set-local-rtc 0'.
>>>>>>>
>>>>>>>
>>>>>>> ...then i run: timedatectl set-local-rtc 0
>>>>>>>
>>>>>>> ...and after again:
>>>>>>>
>>>>>>> root@cor:/home/guadal# timedatectl
>>>>>>>        Local time: vie 2018-10-19 11:39:11 CEST
>>>>>>>    Universal time: vie 2018-10-19 09:39:11 UTC
>>>>>>>          RTC time: vie 2018-10-19 09:39:11
>>>>>>>         Time zone: Europe/Madrid (CEST, +0200)
>>>>>>>   Network time on: yes
>>>>>>> NTP synchronized: no
>>>>>>>   RTC in local TZ: no
>>>>>>>
>>>>>>>
>>>>>>> ................................................................
>>>>>>>
>>>>>>> El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>>>>>>>
>>>>>>> Just have checked with
>>>>>>> mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>>>>>>>
>>>>>>> Everything works as expected
>>>>>>>
>>>>>>> Maybe there are some more TZ settings in MariaDB?
>>>>>>>
>>>>>>> What is the output of
>>>>>>>
>>>>>>> `timedatectl`
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>>>>>>>
>>>>>>> ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>>>>>>> with Europe/Madrid, but the resultat is the same.
>>>>>>>
>>>>>>> With OM 4.0.7 is no problem installation.
>>>>>>>
>>>>>>>
>>>>>>> ........................................
>>>>>>>
>>>>>>>
>>>>>>> El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>>>>>>>
>>>>>>> The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
>>>>>>>
>>>>>>> MySql for some reason don't like if time zone is set as CEST, can you run
>>>>>>>
>>>>>>> `dpkg-reconfigure tzdata`
>>>>>>> and set something like 'Europe/Madrid' as time zone?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>>>>>>>
>>>>>>> Please take a look attached files.
>>>>>>>
>>>>>>>
>>>>>>> ..........................
>>>>>>>
>>>>>>>
>>>>>>> El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>>>>>>>
>>>>>>> Will try to reproduce
>>>>>>> Anything useful in the logs?
>>>>>>>
>>>>>>>
>>>>>>> On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>>>>>>>
>>>>>>> OM 5 - Snapshot 2605
>>>>>>>
>>>>>>> When try install it say: Could not create connection to
>>>>>>> database.... (attached capture).
>>>>>>>
>>>>>>> Debian 9, mysql-connector-java-8.0.12.jar
>>>>>>>
>>>>>>> Alvaro
>>>>>>>
>>>>>>>
>>>>>>> ..................................
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>>>>>>>
>>>>>>> Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
>>>>>>> Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
>>>>>>>
>>>>>>>
>>>>>>> On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> Hello Alvaro,
>>>>>>>
>>>>>>> OM5 requires latest MySql driver 8.0.12 [1]
>>>>>>> OM4 can use both 5.x and 8.x
>>>>>>>
>>>>>>> [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>>>>>>>
>>>>>>>
>>>>>>> On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>>>>>>>
>>>>>>> Hello Maxim,
>>>>>>>
>>>>>>> I've got the attached capture trying install OM 5 (first Snapshot
>>>>>>> of today 18-10-2018).
>>>>>>>
>>>>>>> With mysql-connector-java-5.1.46.jar and
>>>>>>> mysql-connector-java-5.1.47.jar
>>>>>>>
>>>>>>> Alvaro
>>>>>>>
>>>>>>> ....................................
>>>>>>>
>>>>>>>
>>>>>>> El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>>>>>>>
>>>>>>> Hello All,
>>>>>>>
>>>>>>> some news regarding WebRTC
>>>>>>>
>>>>>>> Settings dialog is made more user friendly: less "silent fails", less JS errors
>>>>>>>
>>>>>>> BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
>>>>>>> I have 2 identical VMs
>>>>>>> 1) with Win 10 Pro
>>>>>>> 2) with Win 10 Pro.N
>>>>>>>
>>>>>>> I have issues with #2 and everything works as expected on #1
>>>>>>>
>>>>>>> Additionally there is an issue with Edge browser: [2]
>>>>>>>
>>>>>>> Would appreciate if you can test latest version on "demo-apache" [3]
>>>>>>>
>>>>>>> [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>>>>>>> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>>>>>>> [3] https://demo-openmeetings.apache.org/openmeetings
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> Document conversion is actually broken on this demo server
>>>>>>> This seems to be caused by server configuration
>>>>>>> No sure yet what is wrong
>>>>>>> Will try to fix it in a week or two, have no idea what can be wrong :(
>>>>>>>
>>>>>>>
>>>>>>> On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> I'm going to perform additional code-review and will check this
>>>>>>>
>>>>>>> This is only initial version :)
>>>>>>> Hopefully will be improved :))
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>>>>>>
>>>>>>> Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
>>>>>>> Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
>>>>>>> Stefan
>>>>>>>
>>>>>>>
>>>>>>> Am 09.10.2018 15:49, schrieb Daniel Ascher:
>>>>>>>
>>>>>>> It is now working properly in Edge.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>>>>>>
>>>>>>> Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
>>>>>>> Stefan
>>>>>>>
>>>>>>>
>>>>>>> Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>>>>>>> It is weird: you got "MS Edge" errors on Chrome+FF :((
>>>>>>> I have fixed some "Edge" errors, so demo should behave better
>>>>>>>
>>>>>>> I'll fix some more errors with settings dialog later ...
>>>>>>>
>>>>>>> Thanks for the reports
>>>>>>>
>>>>>>>
>>>>>>> On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>>>>>>
>>>>>>> The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
>>>>>>> Also tried with root and sudo to avoid restrictions.
>>>>>>> Stefan
>>>>>>>
>>>>>>>
>>>>>>> Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>>>>>>> What OS/Browser are you using?
>>>>>>>
>>>>>>> On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>> tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
>>>>>>>
>>>>>>> Stefan
>>>>>>>
>>>>>>> Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>>>>>>> Actually it is not one page it is OM site being re-build with every nightly build ...
>>>>>>> Site contents should be ready to 5.0 release, so all pages need to checked/updated
>>>>>>>
>>>>>>> news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
>>>>>>>
>>>>>>>
>>>>>>> On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
>>>>>>>
>>>>>>> This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>>>>>
>>>>>>> is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
>>>>>>>
>>>>>>> Thanks. Dan
>>>>>>>
>>>>>>> On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
>>>>>>>
>>>>>>> I just checked in Edge but there is a problem.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> document upload seems to be jodConverter and/or server issue, hopelly will be able to address
>>>>>>> Was 5.0.0 working under Edge? Any issues?
>>>>>>>
>>>>>>> Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>>>>> and report any outdated/missing/unclear page ....
>>>>>>>
>>>>>>> On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
>>>>>>>
>>>>>>> It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
>>>>>>>
>>>>>>> I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
>>>>>>>
>>>>>>> I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
>>>>>>>
>>>>>>> Dan
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> Hello Daniel,
>>>>>>>
>>>>>>> yes, this is WebRTC :)
>>>>>>>
>>>>>>> Nettesing and Video setup seems to work as expected and most probably will not be changed too much
>>>>>>>
>>>>>>> Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
>>>>>>> Is on/off audio/video being correctly handled? Same regarding add/remove rights
>>>>>>>
>>>>>>> This version should not work in IE11, Does in work in Safari/Edge?
>>>>>>>
>>>>>>> On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
>>>>>>>
>>>>>>> Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
>>>>>>>
>>>>>>> Thanks. Dan
>>>>>>>
>>>>>>> On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>
>>>>>>> OK,
>>>>>>>
>>>>>>> current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
>>>>>>> Something still not implemented, and there are definitely some issues, but this version is "playable"
>>>>>>>
>>>>>>> It would be great to get some early feedback ...
>>>>>>>
>>>>>>>
>>>>>>> On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
>>>>>>>
>>>>>>> Best of luck... J
>>>>>>>
>>>>>>> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>>>>>>> Sent: Wednesday, October 3, 2018 4:44 PM
>>>>>>> To: Openmeetings user-list <us...@openmeetings.apache.org>
>>>>>>> Subject: Re: OM 5
>>>>>>>
>>>>>>> Hello Aaron,
>>>>>>>
>>>>>>> I'm currently trying to set up demo with somehow working version of 5.0
>>>>>>> Will let you know if it will be successful :)
>>>>>>>
>>>>>>> On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>>>>>>> How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
>>>>>>>
>>>>>>> Didn't know how far out it was for live testing.
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Daniel Ascher, M.Ed.
>>>>>>> President
>>>>>>> A+ Test Prep and Tutoring
>>>>>>> "Creating Bright Futures"
>>>>>>>
>>>>>>> 505 York Road, Suite 6
>>>>>>> Jenkintown, PA 19046
>>>>>>> Office: 215.886.9188
>>>>>>> Direct: 267.242.9640
>>>>>>> Click here to schedule a phone call with me.
>>>>>>> Sign Up for A+ News and Test Prep Tips!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Daniel Ascher, M.Ed.
>>>>>>> President
>>>>>>> A+ Test Prep and Tutoring
>>>>>>> "Creating Bright Futures"
>>>>>>>
>>>>>>> 505 York Road, Suite 6
>>>>>>> Jenkintown, PA 19046
>>>>>>> Office: 215.886.9188
>>>>>>> Direct: 267.242.9640
>>>>>>> Click here to schedule a phone call with me.
>>>>>>> Sign Up for A+ News and Test Prep Tips!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


Re: OM 5

Posted by Daniel Ascher <ap...@aplustutoring.com>.
Will do! :)

On Fri, Mar 22, 2019 at 12:03 PM Maxim Solodovnik <so...@gmail.com>
wrote:

> Thanks for the report Daniel!
> Could you please file JIRA
>
> The issue might be minor, but it's "User eXperience" so worth fixing :)
>
> On Fri, 22 Mar 2019 at 22:45, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
>
>> I haven't had a chance to test it out yet. However I just went into a
>> conference room and noticed an issue.
>>
>> If the camera and mic are already on, and one clicks on the gear icon to
>> change camera and mic settings, there is terrible audio feedback (like when
>> you have computers side by side with both mics on). Hope that's not a major
>> issue to fix. It seems that the mic should be turned off as soon as one
>> clicks the settings gear icon.
>>
>> I look forward to testing this out more! Thanks for all your hard work
>> everyone. Dan
>>
>>
>>
>> On Fri, Mar 22, 2019 at 11:33 AM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> Hello All,
>>>
>>> It seems all major issues for 5.0.x were fixed
>>> Any objections to release 5.0.0-M1?
>>>
>>> M1 == Milestone 1, i.e. this version worth wider testing but might be
>>> not production ready
>>>
>>> WDYT?
>>>
>>> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>>
>>>> Hmm,
>>>> It seems to be the same issue with Audio in Safari +
>>>> Screen-sharing/Recording is not working
>>>> I'll to deal with Audio (will ask you to test)
>>>>
>>>> And will try to check screen-sharing using "real" Mac
>>>> most probably next week
>>>>
>>>> Please file JIRA regarding this :)
>>>> Thanks in advance!
>>>>
>>>> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> >
>>>> > Ok, now it is installed kurento on Ubuntu 18.04.
>>>> >
>>>> >
>>>> > # Server: OM 5.0.0 - Ubuntu 18.04
>>>> >
>>>> > # Client: Safari - Firefox in Mojave
>>>> >
>>>> > Please take a look the videos:
>>>> >
>>>> >
>>>> > OM 5.0.0 Firefox recording in room.mov
>>>> >
>>>> > OM 5.0.0 Safari recording in room.mov
>>>> >
>>>> > OM 5.0.0 kurento Firefox and Safari.mov
>>>> >
>>>> >
>>>> > -----------------------------
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > Please do not hesitate to report any issues
>>>> > It is really hard to develop OM5 without user feedback :)
>>>> >
>>>> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> >
>>>> > OK,
>>>> >
>>>> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>>>> > I would like to get feedback
>>>> >
>>>> > complex multiuser scenarious are welcome :)
>>>> >
>>>> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> >
>>>> > Hello James,
>>>> >
>>>> > what version are you running? and what are the issues?
>>>> >
>>>> > Is it nightly build from our build server? or are you building from
>>>> sources?
>>>> >
>>>> > On Wed, 6 Mar 2019 at 18:53, james judge <
>>>> jjudge.developer83@gmail.com> wrote:
>>>> >
>>>> >
>>>> > I know I am new to the group,. but I welcome 5.0.0 and will be happy
>>>> to test. I've got an aws ubuntu 16 instance running and will happily
>>>> provide feedback. I have had some issues with the current version doing
>>>> desktop sharing and can't wait to see it possibly working.
>>>> >
>>>> > Thank you,
>>>> > James Judge
>>>> > www.JamesJudge.info
>>>> > (570) 230-4933
>>>> >
>>>> >
>>>> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> >
>>>> > Hello All,
>>>> >
>>>> > 4.0.8 VOTE is on the way
>>>> > So it's time for this DISCUSSION :)
>>>> >
>>>> > I was able to implement some missing features
>>>> (recording+screen-sharing)
>>>> >
>>>> > And I believe now it's time to deploy current 5.0.0 version to
>>>> > demo-next and perform couple of rounds of "community testing"
>>>> > WDYT?
>>>> >
>>>> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> >
>>>> > Good to know it is not OM issue :)
>>>> > You can use postgres as DB, should work out of the box :)
>>>> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> >
>>>> > Ok Maxim. 've follow your link and run:
>>>> >
>>>> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>>>> >
>>>> > That have changed something in my Debian 9 that affect also to my
>>>> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>>>> >
>>>> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>>>> >
>>>> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
>>>> Atlantic/Azores
>>>> > (two hours less). After this tryied install OM 5 and...WINNER!
>>>> >
>>>> > The problem it was relationed with tzdata, as you said.
>>>> >
>>>> > Thank you.
>>>> >
>>>> > Alvaro
>>>> >
>>>> > .............................................................
>>>> >
>>>> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > Check this article:
>>>> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>>>> >
>>>> >
>>>> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> > It is weird you have both: Europe/Madrid (CEST, +0200)
>>>> > I'll try to Google this error, should be something well-known
>>>> >
>>>> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> > ...i will try in Fedora 28.
>>>> >
>>>> > Here is it you ask:
>>>> >
>>>> > root@cor:/home/guadal# timedatectl
>>>> >       Local time: vie 2018-10-19 11:37:19 CEST
>>>> >   Universal time: vie 2018-10-19 09:37:19 UTC
>>>> >         RTC time: vie 2018-10-19 11:37:19
>>>> >        Time zone: Europe/Madrid (CEST, +0200)
>>>> >  Network time on: yes
>>>> > NTP synchronized: no
>>>> >  RTC in local TZ: yes
>>>> >
>>>> > Warning: The system is configured to read the RTC time in the local
>>>> time zone.
>>>> >          This mode can not be fully supported. It will create various
>>>> problems
>>>> >          with time zone changes and daylight saving time adjustments.
>>>> The RTC
>>>> >          time is never updated, it relies on external facilities to
>>>> maintain it.
>>>> >          If at all possible, use RTC in UTC by calling
>>>> >          'timedatectl set-local-rtc 0'.
>>>> >
>>>> >
>>>> > ...then i run: timedatectl set-local-rtc 0
>>>> >
>>>> > ...and after again:
>>>> >
>>>> > root@cor:/home/guadal# timedatectl
>>>> >       Local time: vie 2018-10-19 11:39:11 CEST
>>>> >   Universal time: vie 2018-10-19 09:39:11 UTC
>>>> >         RTC time: vie 2018-10-19 09:39:11
>>>> >        Time zone: Europe/Madrid (CEST, +0200)
>>>> >  Network time on: yes
>>>> > NTP synchronized: no
>>>> >  RTC in local TZ: no
>>>> >
>>>> >
>>>> > ................................................................
>>>> >
>>>> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > Just have checked with
>>>> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>>>> >
>>>> > Everything works as expected
>>>> >
>>>> > Maybe there are some more TZ settings in MariaDB?
>>>> >
>>>> > What is the output of
>>>> >
>>>> > `timedatectl`
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>>>> > with Europe/Madrid, but the resultat is the same.
>>>> >
>>>> > With OM 4.0.7 is no problem installation.
>>>> >
>>>> >
>>>> > ........................................
>>>> >
>>>> >
>>>> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > The error is "The server time zone value 'CEST' is unrecognized or
>>>> represents more than one time zone. You must configure either the server or
>>>> JDBC driver (via the serverTimezone configuration property) to use a more
>>>> specifc time zone value if you want to utilize time zone support."
>>>> >
>>>> > MySql for some reason don't like if time zone is set as CEST, can you
>>>> run
>>>> >
>>>> > `dpkg-reconfigure tzdata`
>>>> > and set something like 'Europe/Madrid' as time zone?
>>>> >
>>>> >
>>>> >
>>>> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> > Please take a look attached files.
>>>> >
>>>> >
>>>> > ..........................
>>>> >
>>>> >
>>>> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > Will try to reproduce
>>>> > Anything useful in the logs?
>>>> >
>>>> >
>>>> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> > OM 5 - Snapshot 2605
>>>> >
>>>> > When try install it say: Could not create connection to
>>>> > database.... (attached capture).
>>>> >
>>>> > Debian 9, mysql-connector-java-8.0.12.jar
>>>> >
>>>> > Alvaro
>>>> >
>>>> >
>>>> > ..................................
>>>> >
>>>> >
>>>> >
>>>> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > Correction: OM5 will work with MySql driver 5.x but you need to
>>>> change driver class in mysql_persistense.xml to achieve this
>>>> > Driver class name has been changed in 8.x and was producing warning
>>>> in the logs, this is why I have changed it
>>>> >
>>>> >
>>>> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> > Hello Alvaro,
>>>> >
>>>> > OM5 requires latest MySql driver 8.0.12 [1]
>>>> > OM4 can use both 5.x and 8.x
>>>> >
>>>> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>>>> >
>>>> >
>>>> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>>>> >
>>>> > Hello Maxim,
>>>> >
>>>> > I've got the attached capture trying install OM 5 (first Snapshot
>>>> > of today 18-10-2018).
>>>> >
>>>> > With mysql-connector-java-5.1.46.jar and
>>>> > mysql-connector-java-5.1.47.jar
>>>> >
>>>> > Alvaro
>>>> >
>>>> > ....................................
>>>> >
>>>> >
>>>> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>>>> >
>>>> > Hello All,
>>>> >
>>>> > some news regarding WebRTC
>>>> >
>>>> > Settings dialog is made more user friendly: less "silent fails", less
>>>> JS errors
>>>> >
>>>> > BUT it seems some RTC features are not working if you have MS Edge
>>>> and Win 10 NOT pro or Enterprise [1]
>>>> > I have 2 identical VMs
>>>> > 1) with Win 10 Pro
>>>> > 2) with Win 10 Pro.N
>>>> >
>>>> > I have issues with #2 and everything works as expected on #1
>>>> >
>>>> > Additionally there is an issue with Edge browser: [2]
>>>> >
>>>> > Would appreciate if you can test latest version on "demo-apache" [3]
>>>> >
>>>> > [1]
>>>> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>>>> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>>>> > [3] https://demo-openmeetings.apache.org/openmeetings
>>>> >
>>>> >
>>>> >
>>>> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> > Document conversion is actually broken on this demo server
>>>> > This seems to be caused by server configuration
>>>> > No sure yet what is wrong
>>>> > Will try to fix it in a week or two, have no idea what can be wrong :(
>>>> >
>>>> >
>>>> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> > I'm going to perform additional code-review and will check this
>>>> >
>>>> > This is only initial version :)
>>>> > Hopefully will be improved :))
>>>> >
>>>> >
>>>> >
>>>> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
>>>> wrote:
>>>> >
>>>> > Checked it again with Win10 und FF, but with a USB Headset and it
>>>> works well! (I just recognize that my voice was also in my headphones?!)
>>>> > Retry it with the non USB Headset und it won't work. I mentioned that
>>>> FF and Chrome didn't ask for permission to use the the microphone of the
>>>> non-USB Headset. Maybe, this a the point we should draw our attention too?
>>>> > Stefan
>>>> >
>>>> >
>>>> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>>>> >
>>>> > It is now working properly in Edge.
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
>>>> wrote:
>>>> >
>>>> > Nothing changes. Got another test on an virtual Win10 and fresh
>>>> firefox installtion. Same behaviour.
>>>> > Stefan
>>>> >
>>>> >
>>>> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>>>> > It is weird: you got "MS Edge" errors on Chrome+FF :((
>>>> > I have fixed some "Edge" errors, so demo should behave better
>>>> >
>>>> > I'll fix some more errors with settings dialog later ...
>>>> >
>>>> > Thanks for the reports
>>>> >
>>>> >
>>>> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
>>>> wrote:
>>>> >
>>>> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
>>>> behaviour in chrome 69.0.329 and ubuntu 18.04.
>>>> > Also tried with root and sudo to avoid restrictions.
>>>> > Stefan
>>>> >
>>>> >
>>>> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>>>> > What OS/Browser are you using?
>>>> >
>>>> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
>>>> wrote:
>>>> >
>>>> > Hi,
>>>> > tried the OM 5 Demo with plugged in headset. But no chance to choose
>>>> it. The "Choose microphone" option remains in "Loading data, please wait"
>>>> and everytime i try to reload, the red error message appears. Headset is
>>>> not USB but chinch.
>>>> >
>>>> > Stefan
>>>> >
>>>> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>>>> > Actually it is not one page it is OM site being re-build with every
>>>> nightly build ...
>>>> > Site contents should be ready to 5.0 release, so all pages need to
>>>> checked/updated
>>>> >
>>>> > news, changelog and announces will be updated during release process,
>>>> so it displays 4.0.5 right now :)
>>>> >
>>>> >
>>>> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <
>>>> aplusadmin@aplustutoring.com> wrote:
>>>> >
>>>> > This page:
>>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>> >
>>>> > is set up for version 4.0.5, correct? Is that what you want me to
>>>> check for errors/updates? Or do you want something mentioning version 5.0?
>>>> >
>>>> > Thanks. Dan
>>>> >
>>>> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
>>>> aplusadmin@aplustutoring.com> wrote:
>>>> >
>>>> > I just checked in Edge but there is a problem.
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>> >
>>>> > document upload seems to be jodConverter and/or server issue, hopelly
>>>> will be able to address
>>>> > Was 5.0.0 working under Edge? Any issues?
>>>> >
>>>> > Additional task might be to check site of 5.0 version:
>>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>> > and report any outdated/missing/unclear page ....
>>>> >
>>>> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <
>>>> aplusadmin@aplustutoring.com> wrote:
>>>> >
>>>> > It's really great that you got WebRTC going!! I'm sure it's been a
>>>> lot of hard work.
>>>> >
>>>> > I tried uploading a document but it didn't work. I assume that the
>>>> document conversion stuff isn't configured yet so that is why I asked what
>>>> needs to be tested.
>>>> >
>>>> > I'll try using it in Edge and do some of the testing you mentioned.
>>>> Let me know if there is anything else I can help with.
>>>> >
>>>> > Dan
>>>> >
>>>> >
>>>> >
>>>> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>> >
>>>> > Hello Daniel,
>>>> >
>>>> > yes, this is WebRTC :)
>>>> >
>>>> > Nettesing and Video setup seems to work as expected and most probably
>>>> will not be changed too much
>>>> >
>>>> > Room Audio/Video is in "early-alpha" stage and I would like to know:
>>>> how good is it so far?
>>>> > Is on/off audio/video being correctly handled? Same regarding
>>>> add/remove rights
>>>> >
>>>> > This version should not work in IE11, Does in work in Safari/Edge?
>>>> >
>>>> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <
>>>> aplusadmin@aplustutoring.com> wrote:
>>>> >
>>>> > Hi Maxim. I see that the webcam and audio are working. Is this
>>>> WebRTC? What would you like us to check for when we are trying it out?
>>>> >
>>>> > Thanks. Dan
>>>> >
>>>> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>> >
>>>> > OK,
>>>> >
>>>> > current (I would say alpha version) is available on our demo server:
>>>> https://demo-openmeetings.apache.org/openmeetings
>>>> > Something still not implemented, and there are definitely some
>>>> issues, but this version is "playable"
>>>> >
>>>> > It would be great to get some early feedback ...
>>>> >
>>>> >
>>>> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
>>>> wrote:
>>>> >
>>>> > Best of luck... J
>>>> >
>>>> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>>>> > Sent: Wednesday, October 3, 2018 4:44 PM
>>>> > To: Openmeetings user-list <us...@openmeetings.apache.org>
>>>> > Subject: Re: OM 5
>>>> >
>>>> > Hello Aaron,
>>>> >
>>>> > I'm currently trying to set up demo with somehow working version of
>>>> 5.0
>>>> > Will let you know if it will be successful :)
>>>> >
>>>> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>>>> > How close do you think it is for going into live testing with OM5?
>>>> Reason I ask is with the most recent update to Chrome, even with a valid
>>>> cert, and even if you told the website to allow flash, users are having to
>>>> click allow flash in the audio/video box.  And then it has to refresh the
>>>> page to do so.  Looks like it is across the board with all flash content on
>>>> any website now within Chrome.
>>>> >
>>>> > Didn't know how far out it was for live testing.
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> > The information contained in this electronic message and any
>>>> attachments to this message are intended for the exclusive use of the
>>>> addressee(s) and may contain proprietary, confidential or privileged
>>>> information. If you are not the intended recipient, you should not
>>>> disseminate, distribute or copy this e-mail. Please notify the sender
>>>> immediately and destroy all copies of this message and any attachments.
>>>> WARNING: Computer viruses can be transmitted via email. The recipient
>>>> should check this email and any attachments for the presence of viruses.
>>>> The company accepts no liability for any damage caused by any
>>>> virus/trojan/worms/malicious code transmitted by this email.
>>>> www.motherson.com
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > Daniel Ascher, M.Ed.
>>>> > President
>>>> > A+ Test Prep and Tutoring
>>>> > "Creating Bright Futures"
>>>> >
>>>> > 505 York Road, Suite 6
>>>> > Jenkintown, PA 19046
>>>> > Office: 215.886.9188
>>>> > Direct: 267.242.9640
>>>> > Click here to schedule a phone call with me.
>>>> > Sign Up for A+ News and Test Prep Tips!
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > Daniel Ascher, M.Ed.
>>>> > President
>>>> > A+ Test Prep and Tutoring
>>>> > "Creating Bright Futures"
>>>> >
>>>> > 505 York Road, Suite 6
>>>> > Jenkintown, PA 19046
>>>> > Office: 215.886.9188
>>>> > Direct: 267.242.9640
>>>> > Click here to schedule a phone call with me.
>>>> > Sign Up for A+ News and Test Prep Tips!
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > WBR
>>>> > Maxim aka solomax
>>>> >
>>>> >
>>>> >
>>>> >
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>> --
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Office: 215.886.9188
>> Direct: 267.242.9640
>> Click here to schedule a phone call with me.
>> <https://www.aplustutoring.com/meetings/aplusadmin/phone-call>
>> Sign Up for A+ News and Test Prep Tips!
>> <https://www.aplustutoring.com/educational-blog-articles-subscription>
>> <http://aplustutoring.com>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.
<https://www.aplustutoring.com/meetings/aplusadmin/phone-call>
Sign Up for A+ News and Test Prep Tips!
<https://www.aplustutoring.com/educational-blog-articles-subscription>
<http://aplustutoring.com>

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks for the report Daniel!
Could you please file JIRA

The issue might be minor, but it's "User eXperience" so worth fixing :)

On Fri, 22 Mar 2019 at 22:45, Daniel Ascher <ap...@aplustutoring.com>
wrote:

> I haven't had a chance to test it out yet. However I just went into a
> conference room and noticed an issue.
>
> If the camera and mic are already on, and one clicks on the gear icon to
> change camera and mic settings, there is terrible audio feedback (like when
> you have computers side by side with both mics on). Hope that's not a major
> issue to fix. It seems that the mic should be turned off as soon as one
> clicks the settings gear icon.
>
> I look forward to testing this out more! Thanks for all your hard work
> everyone. Dan
>
>
>
> On Fri, Mar 22, 2019 at 11:33 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Hello All,
>>
>> It seems all major issues for 5.0.x were fixed
>> Any objections to release 5.0.0-M1?
>>
>> M1 == Milestone 1, i.e. this version worth wider testing but might be not
>> production ready
>>
>> WDYT?
>>
>> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> Hmm,
>>> It seems to be the same issue with Audio in Safari +
>>> Screen-sharing/Recording is not working
>>> I'll to deal with Audio (will ask you to test)
>>>
>>> And will try to check screen-sharing using "real" Mac
>>> most probably next week
>>>
>>> Please file JIRA regarding this :)
>>> Thanks in advance!
>>>
>>> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> >
>>> > Ok, now it is installed kurento on Ubuntu 18.04.
>>> >
>>> >
>>> > # Server: OM 5.0.0 - Ubuntu 18.04
>>> >
>>> > # Client: Safari - Firefox in Mojave
>>> >
>>> > Please take a look the videos:
>>> >
>>> >
>>> > OM 5.0.0 Firefox recording in room.mov
>>> >
>>> > OM 5.0.0 Safari recording in room.mov
>>> >
>>> > OM 5.0.0 kurento Firefox and Safari.mov
>>> >
>>> >
>>> > -----------------------------
>>> >
>>> >
>>> >
>>> >
>>> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
>>> >
>>> > Please do not hesitate to report any issues
>>> > It is really hard to develop OM5 without user feedback :)
>>> >
>>> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> >
>>> > OK,
>>> >
>>> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>>> > I would like to get feedback
>>> >
>>> > complex multiuser scenarious are welcome :)
>>> >
>>> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> >
>>> > Hello James,
>>> >
>>> > what version are you running? and what are the issues?
>>> >
>>> > Is it nightly build from our build server? or are you building from
>>> sources?
>>> >
>>> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
>>> wrote:
>>> >
>>> >
>>> > I know I am new to the group,. but I welcome 5.0.0 and will be happy
>>> to test. I've got an aws ubuntu 16 instance running and will happily
>>> provide feedback. I have had some issues with the current version doing
>>> desktop sharing and can't wait to see it possibly working.
>>> >
>>> > Thank you,
>>> > James Judge
>>> > www.JamesJudge.info
>>> > (570) 230-4933
>>> >
>>> >
>>> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> >
>>> > Hello All,
>>> >
>>> > 4.0.8 VOTE is on the way
>>> > So it's time for this DISCUSSION :)
>>> >
>>> > I was able to implement some missing features
>>> (recording+screen-sharing)
>>> >
>>> > And I believe now it's time to deploy current 5.0.0 version to
>>> > demo-next and perform couple of rounds of "community testing"
>>> > WDYT?
>>> >
>>> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> >
>>> > Good to know it is not OM issue :)
>>> > You can use postgres as DB, should work out of the box :)
>>> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> >
>>> > Ok Maxim. 've follow your link and run:
>>> >
>>> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>>> >
>>> > That have changed something in my Debian 9 that affect also to my
>>> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>>> >
>>> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>>> >
>>> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
>>> Atlantic/Azores
>>> > (two hours less). After this tryied install OM 5 and...WINNER!
>>> >
>>> > The problem it was relationed with tzdata, as you said.
>>> >
>>> > Thank you.
>>> >
>>> > Alvaro
>>> >
>>> > .............................................................
>>> >
>>> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>>> >
>>> > Check this article:
>>> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>>> >
>>> >
>>> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > It is weird you have both: Europe/Madrid (CEST, +0200)
>>> > I'll try to Google this error, should be something well-known
>>> >
>>> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> > ...i will try in Fedora 28.
>>> >
>>> > Here is it you ask:
>>> >
>>> > root@cor:/home/guadal# timedatectl
>>> >       Local time: vie 2018-10-19 11:37:19 CEST
>>> >   Universal time: vie 2018-10-19 09:37:19 UTC
>>> >         RTC time: vie 2018-10-19 11:37:19
>>> >        Time zone: Europe/Madrid (CEST, +0200)
>>> >  Network time on: yes
>>> > NTP synchronized: no
>>> >  RTC in local TZ: yes
>>> >
>>> > Warning: The system is configured to read the RTC time in the local
>>> time zone.
>>> >          This mode can not be fully supported. It will create various
>>> problems
>>> >          with time zone changes and daylight saving time adjustments.
>>> The RTC
>>> >          time is never updated, it relies on external facilities to
>>> maintain it.
>>> >          If at all possible, use RTC in UTC by calling
>>> >          'timedatectl set-local-rtc 0'.
>>> >
>>> >
>>> > ...then i run: timedatectl set-local-rtc 0
>>> >
>>> > ...and after again:
>>> >
>>> > root@cor:/home/guadal# timedatectl
>>> >       Local time: vie 2018-10-19 11:39:11 CEST
>>> >   Universal time: vie 2018-10-19 09:39:11 UTC
>>> >         RTC time: vie 2018-10-19 09:39:11
>>> >        Time zone: Europe/Madrid (CEST, +0200)
>>> >  Network time on: yes
>>> > NTP synchronized: no
>>> >  RTC in local TZ: no
>>> >
>>> >
>>> > ................................................................
>>> >
>>> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>>> >
>>> > Just have checked with
>>> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>>> >
>>> > Everything works as expected
>>> >
>>> > Maybe there are some more TZ settings in MariaDB?
>>> >
>>> > What is the output of
>>> >
>>> > `timedatectl`
>>> >
>>> >
>>> >
>>> >
>>> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>>> > with Europe/Madrid, but the resultat is the same.
>>> >
>>> > With OM 4.0.7 is no problem installation.
>>> >
>>> >
>>> > ........................................
>>> >
>>> >
>>> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>>> >
>>> > The error is "The server time zone value 'CEST' is unrecognized or
>>> represents more than one time zone. You must configure either the server or
>>> JDBC driver (via the serverTimezone configuration property) to use a more
>>> specifc time zone value if you want to utilize time zone support."
>>> >
>>> > MySql for some reason don't like if time zone is set as CEST, can you
>>> run
>>> >
>>> > `dpkg-reconfigure tzdata`
>>> > and set something like 'Europe/Madrid' as time zone?
>>> >
>>> >
>>> >
>>> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> > Please take a look attached files.
>>> >
>>> >
>>> > ..........................
>>> >
>>> >
>>> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>>> >
>>> > Will try to reproduce
>>> > Anything useful in the logs?
>>> >
>>> >
>>> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> > OM 5 - Snapshot 2605
>>> >
>>> > When try install it say: Could not create connection to
>>> > database.... (attached capture).
>>> >
>>> > Debian 9, mysql-connector-java-8.0.12.jar
>>> >
>>> > Alvaro
>>> >
>>> >
>>> > ..................................
>>> >
>>> >
>>> >
>>> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>>> >
>>> > Correction: OM5 will work with MySql driver 5.x but you need to change
>>> driver class in mysql_persistense.xml to achieve this
>>> > Driver class name has been changed in 8.x and was producing warning in
>>> the logs, this is why I have changed it
>>> >
>>> >
>>> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > Hello Alvaro,
>>> >
>>> > OM5 requires latest MySql driver 8.0.12 [1]
>>> > OM4 can use both 5.x and 8.x
>>> >
>>> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>>> >
>>> >
>>> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>>> >
>>> > Hello Maxim,
>>> >
>>> > I've got the attached capture trying install OM 5 (first Snapshot
>>> > of today 18-10-2018).
>>> >
>>> > With mysql-connector-java-5.1.46.jar and
>>> > mysql-connector-java-5.1.47.jar
>>> >
>>> > Alvaro
>>> >
>>> > ....................................
>>> >
>>> >
>>> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>>> >
>>> > Hello All,
>>> >
>>> > some news regarding WebRTC
>>> >
>>> > Settings dialog is made more user friendly: less "silent fails", less
>>> JS errors
>>> >
>>> > BUT it seems some RTC features are not working if you have MS Edge and
>>> Win 10 NOT pro or Enterprise [1]
>>> > I have 2 identical VMs
>>> > 1) with Win 10 Pro
>>> > 2) with Win 10 Pro.N
>>> >
>>> > I have issues with #2 and everything works as expected on #1
>>> >
>>> > Additionally there is an issue with Edge browser: [2]
>>> >
>>> > Would appreciate if you can test latest version on "demo-apache" [3]
>>> >
>>> > [1]
>>> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>>> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>>> > [3] https://demo-openmeetings.apache.org/openmeetings
>>> >
>>> >
>>> >
>>> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > Document conversion is actually broken on this demo server
>>> > This seems to be caused by server configuration
>>> > No sure yet what is wrong
>>> > Will try to fix it in a week or two, have no idea what can be wrong :(
>>> >
>>> >
>>> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > I'm going to perform additional code-review and will check this
>>> >
>>> > This is only initial version :)
>>> > Hopefully will be improved :))
>>> >
>>> >
>>> >
>>> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
>>> wrote:
>>> >
>>> > Checked it again with Win10 und FF, but with a USB Headset and it
>>> works well! (I just recognize that my voice was also in my headphones?!)
>>> > Retry it with the non USB Headset und it won't work. I mentioned that
>>> FF and Chrome didn't ask for permission to use the the microphone of the
>>> non-USB Headset. Maybe, this a the point we should draw our attention too?
>>> > Stefan
>>> >
>>> >
>>> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>>> >
>>> > It is now working properly in Edge.
>>> >
>>> >
>>> >
>>> >
>>> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
>>> wrote:
>>> >
>>> > Nothing changes. Got another test on an virtual Win10 and fresh
>>> firefox installtion. Same behaviour.
>>> > Stefan
>>> >
>>> >
>>> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>>> > It is weird: you got "MS Edge" errors on Chrome+FF :((
>>> > I have fixed some "Edge" errors, so demo should behave better
>>> >
>>> > I'll fix some more errors with settings dialog later ...
>>> >
>>> > Thanks for the reports
>>> >
>>> >
>>> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
>>> wrote:
>>> >
>>> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
>>> behaviour in chrome 69.0.329 and ubuntu 18.04.
>>> > Also tried with root and sudo to avoid restrictions.
>>> > Stefan
>>> >
>>> >
>>> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>>> > What OS/Browser are you using?
>>> >
>>> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
>>> wrote:
>>> >
>>> > Hi,
>>> > tried the OM 5 Demo with plugged in headset. But no chance to choose
>>> it. The "Choose microphone" option remains in "Loading data, please wait"
>>> and everytime i try to reload, the red error message appears. Headset is
>>> not USB but chinch.
>>> >
>>> > Stefan
>>> >
>>> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>>> > Actually it is not one page it is OM site being re-build with every
>>> nightly build ...
>>> > Site contents should be ready to 5.0 release, so all pages need to
>>> checked/updated
>>> >
>>> > news, changelog and announces will be updated during release process,
>>> so it displays 4.0.5 right now :)
>>> >
>>> >
>>> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <
>>> aplusadmin@aplustutoring.com> wrote:
>>> >
>>> > This page:
>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>> >
>>> > is set up for version 4.0.5, correct? Is that what you want me to
>>> check for errors/updates? Or do you want something mentioning version 5.0?
>>> >
>>> > Thanks. Dan
>>> >
>>> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
>>> aplusadmin@aplustutoring.com> wrote:
>>> >
>>> > I just checked in Edge but there is a problem.
>>> >
>>> >
>>> >
>>> >
>>> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > document upload seems to be jodConverter and/or server issue, hopelly
>>> will be able to address
>>> > Was 5.0.0 working under Edge? Any issues?
>>> >
>>> > Additional task might be to check site of 5.0 version:
>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>> > and report any outdated/missing/unclear page ....
>>> >
>>> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <
>>> aplusadmin@aplustutoring.com> wrote:
>>> >
>>> > It's really great that you got WebRTC going!! I'm sure it's been a lot
>>> of hard work.
>>> >
>>> > I tried uploading a document but it didn't work. I assume that the
>>> document conversion stuff isn't configured yet so that is why I asked what
>>> needs to be tested.
>>> >
>>> > I'll try using it in Edge and do some of the testing you mentioned.
>>> Let me know if there is anything else I can help with.
>>> >
>>> > Dan
>>> >
>>> >
>>> >
>>> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > Hello Daniel,
>>> >
>>> > yes, this is WebRTC :)
>>> >
>>> > Nettesing and Video setup seems to work as expected and most probably
>>> will not be changed too much
>>> >
>>> > Room Audio/Video is in "early-alpha" stage and I would like to know:
>>> how good is it so far?
>>> > Is on/off audio/video being correctly handled? Same regarding
>>> add/remove rights
>>> >
>>> > This version should not work in IE11, Does in work in Safari/Edge?
>>> >
>>> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <
>>> aplusadmin@aplustutoring.com> wrote:
>>> >
>>> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
>>> What would you like us to check for when we are trying it out?
>>> >
>>> > Thanks. Dan
>>> >
>>> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>> >
>>> > OK,
>>> >
>>> > current (I would say alpha version) is available on our demo server:
>>> https://demo-openmeetings.apache.org/openmeetings
>>> > Something still not implemented, and there are definitely some issues,
>>> but this version is "playable"
>>> >
>>> > It would be great to get some early feedback ...
>>> >
>>> >
>>> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
>>> wrote:
>>> >
>>> > Best of luck... J
>>> >
>>> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>>> > Sent: Wednesday, October 3, 2018 4:44 PM
>>> > To: Openmeetings user-list <us...@openmeetings.apache.org>
>>> > Subject: Re: OM 5
>>> >
>>> > Hello Aaron,
>>> >
>>> > I'm currently trying to set up demo with somehow working version of 5.0
>>> > Will let you know if it will be successful :)
>>> >
>>> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>>> > How close do you think it is for going into live testing with OM5?
>>> Reason I ask is with the most recent update to Chrome, even with a valid
>>> cert, and even if you told the website to allow flash, users are having to
>>> click allow flash in the audio/video box.  And then it has to refresh the
>>> page to do so.  Looks like it is across the board with all flash content on
>>> any website now within Chrome.
>>> >
>>> > Didn't know how far out it was for live testing.
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> > The information contained in this electronic message and any
>>> attachments to this message are intended for the exclusive use of the
>>> addressee(s) and may contain proprietary, confidential or privileged
>>> information. If you are not the intended recipient, you should not
>>> disseminate, distribute or copy this e-mail. Please notify the sender
>>> immediately and destroy all copies of this message and any attachments.
>>> WARNING: Computer viruses can be transmitted via email. The recipient
>>> should check this email and any attachments for the presence of viruses.
>>> The company accepts no liability for any damage caused by any
>>> virus/trojan/worms/malicious code transmitted by this email.
>>> www.motherson.com
>>> >
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> > --
>>> > Daniel Ascher, M.Ed.
>>> > President
>>> > A+ Test Prep and Tutoring
>>> > "Creating Bright Futures"
>>> >
>>> > 505 York Road, Suite 6
>>> > Jenkintown, PA 19046
>>> > Office: 215.886.9188
>>> > Direct: 267.242.9640
>>> > Click here to schedule a phone call with me.
>>> > Sign Up for A+ News and Test Prep Tips!
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> > --
>>> > Daniel Ascher, M.Ed.
>>> > President
>>> > A+ Test Prep and Tutoring
>>> > "Creating Bright Futures"
>>> >
>>> > 505 York Road, Suite 6
>>> > Jenkintown, PA 19046
>>> > Office: 215.886.9188
>>> > Direct: 267.242.9640
>>> > Click here to schedule a phone call with me.
>>> > Sign Up for A+ News and Test Prep Tips!
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > WBR
>>> > Maxim aka solomax
>>> >
>>> >
>>> >
>>> >
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> <https://www.aplustutoring.com/meetings/aplusadmin/phone-call>
> Sign Up for A+ News and Test Prep Tips!
> <https://www.aplustutoring.com/educational-blog-articles-subscription>
> <http://aplustutoring.com>
>


-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Daniel Ascher <ap...@aplustutoring.com>.
I haven't had a chance to test it out yet. However I just went into a
conference room and noticed an issue.

If the camera and mic are already on, and one clicks on the gear icon to
change camera and mic settings, there is terrible audio feedback (like when
you have computers side by side with both mics on). Hope that's not a major
issue to fix. It seems that the mic should be turned off as soon as one
clicks the settings gear icon.

I look forward to testing this out more! Thanks for all your hard work
everyone. Dan



On Fri, Mar 22, 2019 at 11:33 AM Maxim Solodovnik <so...@gmail.com>
wrote:

> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be not
> production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Hmm,
>> It seems to be the same issue with Audio in Safari +
>> Screen-sharing/Recording is not working
>> I'll to deal with Audio (will ask you to test)
>>
>> And will try to check screen-sharing using "real" Mac
>> most probably next week
>>
>> Please file JIRA regarding this :)
>> Thanks in advance!
>>
>> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
>> >
>> >
>> > Ok, now it is installed kurento on Ubuntu 18.04.
>> >
>> >
>> > # Server: OM 5.0.0 - Ubuntu 18.04
>> >
>> > # Client: Safari - Firefox in Mojave
>> >
>> > Please take a look the videos:
>> >
>> >
>> > OM 5.0.0 Firefox recording in room.mov
>> >
>> > OM 5.0.0 Safari recording in room.mov
>> >
>> > OM 5.0.0 kurento Firefox and Safari.mov
>> >
>> >
>> > -----------------------------
>> >
>> >
>> >
>> >
>> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
>> >
>> > Please do not hesitate to report any issues
>> > It is really hard to develop OM5 without user feedback :)
>> >
>> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > OK,
>> >
>> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
>> > I would like to get feedback
>> >
>> > complex multiuser scenarious are welcome :)
>> >
>> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > Hello James,
>> >
>> > what version are you running? and what are the issues?
>> >
>> > Is it nightly build from our build server? or are you building from
>> sources?
>> >
>> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
>> wrote:
>> >
>> >
>> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to
>> test. I've got an aws ubuntu 16 instance running and will happily provide
>> feedback. I have had some issues with the current version doing desktop
>> sharing and can't wait to see it possibly working.
>> >
>> > Thank you,
>> > James Judge
>> > www.JamesJudge.info
>> > (570) 230-4933
>> >
>> >
>> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > Hello All,
>> >
>> > 4.0.8 VOTE is on the way
>> > So it's time for this DISCUSSION :)
>> >
>> > I was able to implement some missing features (recording+screen-sharing)
>> >
>> > And I believe now it's time to deploy current 5.0.0 version to
>> > demo-next and perform couple of rounds of "community testing"
>> > WDYT?
>> >
>> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> >
>> > Good to know it is not OM issue :)
>> > You can use postgres as DB, should work out of the box :)
>> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>> >
>> >
>> > Ok Maxim. 've follow your link and run:
>> >
>> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>> >
>> > That have changed something in my Debian 9 that affect also to my
>> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>> >
>> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>> >
>> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
>> Atlantic/Azores
>> > (two hours less). After this tryied install OM 5 and...WINNER!
>> >
>> > The problem it was relationed with tzdata, as you said.
>> >
>> > Thank you.
>> >
>> > Alvaro
>> >
>> > .............................................................
>> >
>> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>> >
>> > Check this article:
>> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>> >
>> >
>> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > It is weird you have both: Europe/Madrid (CEST, +0200)
>> > I'll try to Google this error, should be something well-known
>> >
>> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>> >
>> > ...i will try in Fedora 28.
>> >
>> > Here is it you ask:
>> >
>> > root@cor:/home/guadal# timedatectl
>> >       Local time: vie 2018-10-19 11:37:19 CEST
>> >   Universal time: vie 2018-10-19 09:37:19 UTC
>> >         RTC time: vie 2018-10-19 11:37:19
>> >        Time zone: Europe/Madrid (CEST, +0200)
>> >  Network time on: yes
>> > NTP synchronized: no
>> >  RTC in local TZ: yes
>> >
>> > Warning: The system is configured to read the RTC time in the local
>> time zone.
>> >          This mode can not be fully supported. It will create various
>> problems
>> >          with time zone changes and daylight saving time adjustments.
>> The RTC
>> >          time is never updated, it relies on external facilities to
>> maintain it.
>> >          If at all possible, use RTC in UTC by calling
>> >          'timedatectl set-local-rtc 0'.
>> >
>> >
>> > ...then i run: timedatectl set-local-rtc 0
>> >
>> > ...and after again:
>> >
>> > root@cor:/home/guadal# timedatectl
>> >       Local time: vie 2018-10-19 11:39:11 CEST
>> >   Universal time: vie 2018-10-19 09:39:11 UTC
>> >         RTC time: vie 2018-10-19 09:39:11
>> >        Time zone: Europe/Madrid (CEST, +0200)
>> >  Network time on: yes
>> > NTP synchronized: no
>> >  RTC in local TZ: no
>> >
>> >
>> > ................................................................
>> >
>> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>> >
>> > Just have checked with
>> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>> >
>> > Everything works as expected
>> >
>> > Maybe there are some more TZ settings in MariaDB?
>> >
>> > What is the output of
>> >
>> > `timedatectl`
>> >
>> >
>> >
>> >
>> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>> >
>> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>> > with Europe/Madrid, but the resultat is the same.
>> >
>> > With OM 4.0.7 is no problem installation.
>> >
>> >
>> > ........................................
>> >
>> >
>> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>> >
>> > The error is "The server time zone value 'CEST' is unrecognized or
>> represents more than one time zone. You must configure either the server or
>> JDBC driver (via the serverTimezone configuration property) to use a more
>> specifc time zone value if you want to utilize time zone support."
>> >
>> > MySql for some reason don't like if time zone is set as CEST, can you
>> run
>> >
>> > `dpkg-reconfigure tzdata`
>> > and set something like 'Europe/Madrid' as time zone?
>> >
>> >
>> >
>> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>> >
>> > Please take a look attached files.
>> >
>> >
>> > ..........................
>> >
>> >
>> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>> >
>> > Will try to reproduce
>> > Anything useful in the logs?
>> >
>> >
>> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>> >
>> > OM 5 - Snapshot 2605
>> >
>> > When try install it say: Could not create connection to
>> > database.... (attached capture).
>> >
>> > Debian 9, mysql-connector-java-8.0.12.jar
>> >
>> > Alvaro
>> >
>> >
>> > ..................................
>> >
>> >
>> >
>> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>> >
>> > Correction: OM5 will work with MySql driver 5.x but you need to change
>> driver class in mysql_persistense.xml to achieve this
>> > Driver class name has been changed in 8.x and was producing warning in
>> the logs, this is why I have changed it
>> >
>> >
>> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > Hello Alvaro,
>> >
>> > OM5 requires latest MySql driver 8.0.12 [1]
>> > OM4 can use both 5.x and 8.x
>> >
>> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>> >
>> >
>> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>> >
>> > Hello Maxim,
>> >
>> > I've got the attached capture trying install OM 5 (first Snapshot
>> > of today 18-10-2018).
>> >
>> > With mysql-connector-java-5.1.46.jar and
>> > mysql-connector-java-5.1.47.jar
>> >
>> > Alvaro
>> >
>> > ....................................
>> >
>> >
>> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>> >
>> > Hello All,
>> >
>> > some news regarding WebRTC
>> >
>> > Settings dialog is made more user friendly: less "silent fails", less
>> JS errors
>> >
>> > BUT it seems some RTC features are not working if you have MS Edge and
>> Win 10 NOT pro or Enterprise [1]
>> > I have 2 identical VMs
>> > 1) with Win 10 Pro
>> > 2) with Win 10 Pro.N
>> >
>> > I have issues with #2 and everything works as expected on #1
>> >
>> > Additionally there is an issue with Edge browser: [2]
>> >
>> > Would appreciate if you can test latest version on "demo-apache" [3]
>> >
>> > [1]
>> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>> > [3] https://demo-openmeetings.apache.org/openmeetings
>> >
>> >
>> >
>> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > Document conversion is actually broken on this demo server
>> > This seems to be caused by server configuration
>> > No sure yet what is wrong
>> > Will try to fix it in a week or two, have no idea what can be wrong :(
>> >
>> >
>> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > I'm going to perform additional code-review and will check this
>> >
>> > This is only initial version :)
>> > Hopefully will be improved :))
>> >
>> >
>> >
>> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> >
>> > Checked it again with Win10 und FF, but with a USB Headset and it works
>> well! (I just recognize that my voice was also in my headphones?!)
>> > Retry it with the non USB Headset und it won't work. I mentioned that
>> FF and Chrome didn't ask for permission to use the the microphone of the
>> non-USB Headset. Maybe, this a the point we should draw our attention too?
>> > Stefan
>> >
>> >
>> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>> >
>> > It is now working properly in Edge.
>> >
>> >
>> >
>> >
>> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
>> wrote:
>> >
>> > Nothing changes. Got another test on an virtual Win10 and fresh firefox
>> installtion. Same behaviour.
>> > Stefan
>> >
>> >
>> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>> > It is weird: you got "MS Edge" errors on Chrome+FF :((
>> > I have fixed some "Edge" errors, so demo should behave better
>> >
>> > I'll fix some more errors with settings dialog later ...
>> >
>> > Thanks for the reports
>> >
>> >
>> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> >
>> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
>> behaviour in chrome 69.0.329 and ubuntu 18.04.
>> > Also tried with root and sudo to avoid restrictions.
>> > Stefan
>> >
>> >
>> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>> > What OS/Browser are you using?
>> >
>> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> >
>> > Hi,
>> > tried the OM 5 Demo with plugged in headset. But no chance to choose
>> it. The "Choose microphone" option remains in "Loading data, please wait"
>> and everytime i try to reload, the red error message appears. Headset is
>> not USB but chinch.
>> >
>> > Stefan
>> >
>> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>> > Actually it is not one page it is OM site being re-build with every
>> nightly build ...
>> > Site contents should be ready to 5.0 release, so all pages need to
>> checked/updated
>> >
>> > news, changelog and announces will be updated during release process,
>> so it displays 4.0.5 right now :)
>> >
>> >
>> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > This page:
>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> >
>> > is set up for version 4.0.5, correct? Is that what you want me to check
>> for errors/updates? Or do you want something mentioning version 5.0?
>> >
>> > Thanks. Dan
>> >
>> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > I just checked in Edge but there is a problem.
>> >
>> >
>> >
>> >
>> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > document upload seems to be jodConverter and/or server issue, hopelly
>> will be able to address
>> > Was 5.0.0 working under Edge? Any issues?
>> >
>> > Additional task might be to check site of 5.0 version:
>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> > and report any outdated/missing/unclear page ....
>> >
>> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > It's really great that you got WebRTC going!! I'm sure it's been a lot
>> of hard work.
>> >
>> > I tried uploading a document but it didn't work. I assume that the
>> document conversion stuff isn't configured yet so that is why I asked what
>> needs to be tested.
>> >
>> > I'll try using it in Edge and do some of the testing you mentioned. Let
>> me know if there is anything else I can help with.
>> >
>> > Dan
>> >
>> >
>> >
>> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > Hello Daniel,
>> >
>> > yes, this is WebRTC :)
>> >
>> > Nettesing and Video setup seems to work as expected and most probably
>> will not be changed too much
>> >
>> > Room Audio/Video is in "early-alpha" stage and I would like to know:
>> how good is it so far?
>> > Is on/off audio/video being correctly handled? Same regarding
>> add/remove rights
>> >
>> > This version should not work in IE11, Does in work in Safari/Edge?
>> >
>> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>> >
>> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
>> What would you like us to check for when we are trying it out?
>> >
>> > Thanks. Dan
>> >
>> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >
>> > OK,
>> >
>> > current (I would say alpha version) is available on our demo server:
>> https://demo-openmeetings.apache.org/openmeetings
>> > Something still not implemented, and there are definitely some issues,
>> but this version is "playable"
>> >
>> > It would be great to get some early feedback ...
>> >
>> >
>> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
>> wrote:
>> >
>> > Best of luck... J
>> >
>> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>> > Sent: Wednesday, October 3, 2018 4:44 PM
>> > To: Openmeetings user-list <us...@openmeetings.apache.org>
>> > Subject: Re: OM 5
>> >
>> > Hello Aaron,
>> >
>> > I'm currently trying to set up demo with somehow working version of 5.0
>> > Will let you know if it will be successful :)
>> >
>> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>> > How close do you think it is for going into live testing with OM5?
>> Reason I ask is with the most recent update to Chrome, even with a valid
>> cert, and even if you told the website to allow flash, users are having to
>> click allow flash in the audio/video box.  And then it has to refresh the
>> page to do so.  Looks like it is across the board with all flash content on
>> any website now within Chrome.
>> >
>> > Didn't know how far out it was for live testing.
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> > The information contained in this electronic message and any
>> attachments to this message are intended for the exclusive use of the
>> addressee(s) and may contain proprietary, confidential or privileged
>> information. If you are not the intended recipient, you should not
>> disseminate, distribute or copy this e-mail. Please notify the sender
>> immediately and destroy all copies of this message and any attachments.
>> WARNING: Computer viruses can be transmitted via email. The recipient
>> should check this email and any attachments for the presence of viruses.
>> The company accepts no liability for any damage caused by any
>> virus/trojan/worms/malicious code transmitted by this email.
>> www.motherson.com
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> > --
>> > Daniel Ascher, M.Ed.
>> > President
>> > A+ Test Prep and Tutoring
>> > "Creating Bright Futures"
>> >
>> > 505 York Road, Suite 6
>> > Jenkintown, PA 19046
>> > Office: 215.886.9188
>> > Direct: 267.242.9640
>> > Click here to schedule a phone call with me.
>> > Sign Up for A+ News and Test Prep Tips!
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> > --
>> > Daniel Ascher, M.Ed.
>> > President
>> > A+ Test Prep and Tutoring
>> > "Creating Bright Futures"
>> >
>> > 505 York Road, Suite 6
>> > Jenkintown, PA 19046
>> > Office: 215.886.9188
>> > Direct: 267.242.9640
>> > Click here to schedule a phone call with me.
>> > Sign Up for A+ News and Test Prep Tips!
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.
<https://www.aplustutoring.com/meetings/aplusadmin/phone-call>
Sign Up for A+ News and Test Prep Tips!
<https://www.aplustutoring.com/educational-blog-articles-subscription>
<http://aplustutoring.com>

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Thank you Maxim!

...............

El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> First released WebRTC version will be 5.0.0-M1
> 
> According to "How configure "nobody" user in kurento-docker?"
> It is described here [1] "Kurento Configuration" section
> 
> I would copy `/etc/default/kurento-media-server` file from "real" KMS
> installation
> To some local folder for ex. /opt/kurento-config
> Change DAEMON_USER
> and then add another `--mount` command to `docker run`
> --mount type=bind,source=/opt/kurento-
> config,target=/etc/default/kurento-media-server
> 
> [1] https://hub.docker.com/r/kurento/kurento-media-server/
> On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:
> > Please Maxim, could you let me know:
> > # Number of OM 5.x.x release
> > # This is the last point i need: How configure "nobody" user in
> > kurento-docker?
> > Thank you...
> > 
> > ...................................
> > 
> > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > > ...sorry, Google transllation works not very right.I mean, not
> > > lies but "Main"...
> > > 
> > > ................
> > > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > > > My interest lies in the time required for the preparation of OM
> > > > 5 tutorials. Relax a little, taste your work and give me a time
> > > > to prepare the tutorials.I also think that OM 5 may be the only
> > > > next release 
> > > > ...............................
> > > > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > My idea was to release 5.0.0-M1 (so "WebRTC train" can start
> > > > > moving)Then perform some merge between 4.0.x and 5.0.0
> > > > > branches (to make my life easier)
> > > > > Then we can discuss if it worth to release 4.0.9 :)
> > > > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > Could you please tell when will be the next 4.0.9 release?
> > > > > > I think you should let it ripen about two more weeks. This
> > > > > > will polish possible issues and i'll have time toprepare
> > > > > > the installation tutorials.
> > > > > > .......................
> > > > > > 
> > > > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > > Hello All,
> > > > > > > It seems all major issues for 5.0.x were fixed
> > > > > > > Any objections to release 5.0.0-M1? 
> > > > > > > 
> > > > > > > M1 == Milestone 1, i.e. this version worth wider testing
> > > > > > > but might be not production ready
> > > > > > > 
> > > > > > > WDYT?
> > > > > > > 
> > > > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666
> > > > > > > @gmail.com> wrote:
> > > > > > > > Hmm,
> > > > > > > > 
> > > > > > > > It seems to be the same issue with Audio in Safari +
> > > > > > > > 
> > > > > > > > Screen-sharing/Recording is not working
> > > > > > > > 
> > > > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > And will try to check screen-sharing using "real" Mac
> > > > > > > > 
> > > > > > > > most probably next week
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Please file JIRA regarding this :)
> > > > > > > > 
> > > > > > > > Thanks in advance!
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gmail.com
> > > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Please take a look the videos:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > -----------------------------
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Please do not hesitate to report any issues
> > > > > > > > 
> > > > > > > > > It is really hard to develop OM5 without user
> > > > > > > > feedback :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OK,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > > > > > > > 
> > > > > > > > > I would like to get feedback
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > complex multiuser scenarious are welcome :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello James,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > what version are you running? and what are the
> > > > > > > > issues?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Is it nightly build from our build server? or are you
> > > > > > > > building from sources?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.deve
> > > > > > > > loper83@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I know I am new to the group,. but I welcome 5.0.0
> > > > > > > > and will be happy to test. I've got an aws ubuntu 16
> > > > > > > > instance running and will happily provide feedback. I
> > > > > > > > have had some issues with the current version doing
> > > > > > > > desktop sharing and can't wait to see it possibly
> > > > > > > > working.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thank you,
> > > > > > > > 
> > > > > > > > > James Judge
> > > > > > > > 
> > > > > > > > > www.JamesJudge.info
> > > > > > > > 
> > > > > > > > > (570) 230-4933
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solo
> > > > > > > > max666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello All,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > 4.0.8 VOTE is on the way
> > > > > > > > 
> > > > > > > > > So it's time for this DISCUSSION :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I was able to implement some missing features
> > > > > > > > (recording+screen-sharing)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > And I believe now it's time to deploy current 5.0.0
> > > > > > > > version to
> > > > > > > > 
> > > > > > > > > demo-next and perform couple of rounds of "community
> > > > > > > > testing"
> > > > > > > > 
> > > > > > > > > WDYT?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solom
> > > > > > > > ax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Good to know it is not OM issue :)
> > > > > > > > 
> > > > > > > > > You can use postgres as DB, should work out of the
> > > > > > > > box :)
> > > > > > > > 
> > > > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u
> > > > > > > > root -p mysql
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > That have changed something in my Debian 9 that
> > > > > > > > affect also to my
> > > > > > > > 
> > > > > > > > > Windows 10 (two hours less) but could'nt install OM 5
> > > > > > > > on Debian 9.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8
> > > > > > > > hours AM.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Today, in Debian 9, 've changed tzdata from
> > > > > > > > Europe/Madrid to Atlantic/Azores
> > > > > > > > 
> > > > > > > > > (two hours less). After this tryied install OM 5
> > > > > > > > and...WINNER!
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The problem it was relationed with tzdata, as you
> > > > > > > > said.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thank you.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > .......................................................
> > > > > > > > ......
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Check this article: https://stackoverflow.com/questio
> > > > > > > > ns/49518683/the-server-time-zone-value-cest-is-
> > > > > > > > unrecognized
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solom
> > > > > > > > ax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It is weird you have both: Europe/Madrid (CEST,
> > > > > > > > +0200)
> > > > > > > > 
> > > > > > > > > I'll try to Google this error, should be something
> > > > > > > > well-known
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...i will try in Fedora 28.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Here is it you ask:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > 
> > > > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > > > 
> > > > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > > > 
> > > > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > > > 
> > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > 
> > > > > > > > >  Network time on: yes
> > > > > > > > 
> > > > > > > > > NTP synchronized: no
> > > > > > > > 
> > > > > > > > >  RTC in local TZ: yes
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Warning: The system is configured to read the RTC
> > > > > > > > time in the local time zone.
> > > > > > > > 
> > > > > > > > >          This mode can not be fully supported. It
> > > > > > > > will create various problems
> > > > > > > > 
> > > > > > > > >          with time zone changes and daylight saving
> > > > > > > > time adjustments. The RTC
> > > > > > > > 
> > > > > > > > >          time is never updated, it relies on external
> > > > > > > > facilities to maintain it.
> > > > > > > > 
> > > > > > > > >          If at all possible, use RTC in UTC by
> > > > > > > > calling
> > > > > > > > 
> > > > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...and after again:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > 
> > > > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > > > 
> > > > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > > > 
> > > > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > > > 
> > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > 
> > > > > > > > >  Network time on: yes
> > > > > > > > 
> > > > > > > > > NTP synchronized: no
> > > > > > > > 
> > > > > > > > >  RTC in local TZ: no
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > .......................................................
> > > > > > > > .........
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Just have checked with
> > > > > > > > 
> > > > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on
> > > > > > > > x86_64 ((Ubuntu))
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Everything works as expected
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > What is the output of
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > `timedatectl`
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > > > reconfigured tzdata
> > > > > > > > 
> > > > > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ........................................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The error is "The server time zone value 'CEST' is
> > > > > > > > unrecognized or represents more than one time zone. You
> > > > > > > > must configure either the server or JDBC driver (via
> > > > > > > > the serverTimezone configuration property) to use a
> > > > > > > > more specifc time zone value if you want to utilize
> > > > > > > > time zone support."
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > MySql for some reason don't like if time zone is set
> > > > > > > > as CEST, can you run
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > > 
> > > > > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Please take a look attached files.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ..........................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Will try to reproduce
> > > > > > > > 
> > > > > > > > > Anything useful in the logs?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5 - Snapshot 2605
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > When try install it say: Could not create connection
> > > > > > > > to
> > > > > > > > 
> > > > > > > > > database.... (attached capture).
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ..................................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Correction: OM5 will work with MySql driver 5.x but
> > > > > > > > you need to change driver class in
> > > > > > > > mysql_persistense.xml to achieve this
> > > > > > > > 
> > > > > > > > > Driver class name has been changed in 8.x and was
> > > > > > > > producing warning in the logs, this is why I have
> > > > > > > > changed it
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solom
> > > > > > > > ax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Alvaro,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > > 
> > > > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-co
> > > > > > > > nnector-java
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Maxim,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I've got the attached capture trying install OM 5
> > > > > > > > (first Snapshot
> > > > > > > > 
> > > > > > > > > of today 18-10-2018).
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > > 
> > > > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ....................................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello All,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > some news regarding WebRTC
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Settings dialog is made more user friendly: less
> > > > > > > > "silent fails", less JS errors
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > BUT it seems some RTC features are not working if you
> > > > > > > > have MS Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > > > 
> > > > > > > > > I have 2 identical VMs
> > > > > > > > 
> > > > > > > > > 1) with Win 10 Pro
> > > > > > > > 
> > > > > > > > > 2) with Win 10 Pro.N
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I have issues with #2 and everything works as
> > > > > > > > expected on #1
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Would appreciate if you can test latest version on
> > > > > > > > "demo-apache" [3]
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > [1] https://developer.microsoft.com/en-us/microsoft-e
> > > > > > > > dge/platform/issues/17357055/#comment-5
> > > > > > > > 
> > > > > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETING
> > > > > > > > S-1956
> > > > > > > > 
> > > > > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Document conversion is actually broken on this demo
> > > > > > > > server
> > > > > > > > 
> > > > > > > > > This seems to be caused by server configuration
> > > > > > > > 
> > > > > > > > > No sure yet what is wrong
> > > > > > > > 
> > > > > > > > > Will try to fix it in a week or two, have no idea
> > > > > > > > what can be wrong :(
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'm going to perform additional code-review and will
> > > > > > > > check this
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > This is only initial version :)
> > > > > > > > 
> > > > > > > > > Hopefully will be improved :))
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quat
> > > > > > > > rekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Checked it again with Win10 und FF, but with a USB
> > > > > > > > Headset and it works well! (I just recognize that my
> > > > > > > > voice was also in my headphones?!)
> > > > > > > > 
> > > > > > > > > Retry it with the non USB Headset und it won't work.
> > > > > > > > I mentioned that FF and Chrome didn't ask for
> > > > > > > > permission to use the the microphone of the non-USB
> > > > > > > > Headset. Maybe, this a the point we should draw our
> > > > > > > > attention too?
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It is now working properly in Edge.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@qu
> > > > > > > > atrekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Nothing changes. Got another test on an virtual Win10
> > > > > > > > and fresh firefox installtion. Same behaviour.
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > > 
> > > > > > > > > It is weird: you got "MS Edge" errors on Chrome+FF
> > > > > > > > :((
> > > > > > > > 
> > > > > > > > > I have fixed some "Edge" errors, so demo should
> > > > > > > > behave better
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'll fix some more errors with settings dialog later
> > > > > > > > ...
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thanks for the reports
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quat
> > > > > > > > rekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu
> > > > > > > > 18.04., same behaviour in chrome 69.0.329 and ubuntu
> > > > > > > > 18.04.
> > > > > > > > 
> > > > > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > > 
> > > > > > > > > What OS/Browser are you using?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quat
> > > > > > > > rekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hi,
> > > > > > > > 
> > > > > > > > > tried the OM 5 Demo with plugged in headset. But no
> > > > > > > > chance to choose it. The "Choose microphone" option
> > > > > > > > remains in "Loading data, please wait" and everytime i
> > > > > > > > try to reload, the red error message appears. Headset
> > > > > > > > is not USB but chinch.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > > 
> > > > > > > > > Actually it is not one page it is OM site being re-
> > > > > > > > build with every nightly build ...
> > > > > > > > 
> > > > > > > > > Site contents should be ready to 5.0 release, so all
> > > > > > > > pages need to checked/updated
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > news, changelog and announces will be updated during
> > > > > > > > release process, so it displays 4.0.5 right now :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmi
> > > > > > > > n@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > This page: https://builds.apache.org/view/M-R/view/Op
> > > > > > > > enMeetings/job/openmeetings/site/openmeetings-
> > > > > > > > server/index.html
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > is set up for version 4.0.5, correct? Is that what
> > > > > > > > you want me to check for errors/updates? Or do you want
> > > > > > > > something mentioning version 5.0?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thanks. Dan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusa
> > > > > > > > dmin@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I just checked in Edge but there is a problem.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <sol
> > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > document upload seems to be jodConverter and/or
> > > > > > > > server issue, hopelly will be able to address
> > > > > > > > 
> > > > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Additional task might be to check site of 5.0
> > > > > > > > version: https://builds.apache.org/view/M-R/view/OpenMe
> > > > > > > > etings/job/openmeetings/site/openmeetings-
> > > > > > > > server/index.html
> > > > > > > > 
> > > > > > > > > and report any outdated/missing/unclear page ....
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmi
> > > > > > > > n@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It's really great that you got WebRTC going!! I'm
> > > > > > > > sure it's been a lot of hard work.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I tried uploading a document but it didn't work. I
> > > > > > > > assume that the document conversion stuff isn't
> > > > > > > > configured yet so that is why I asked what needs to be
> > > > > > > > tested.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'll try using it in Edge and do some of the testing
> > > > > > > > you mentioned. Let me know if there is anything else I
> > > > > > > > can help with.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Dan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solo
> > > > > > > > max666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Daniel,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > yes, this is WebRTC :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Nettesing and Video setup seems to work as expected
> > > > > > > > and most probably will not be changed too much
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Room Audio/Video is in "early-alpha" stage and I
> > > > > > > > would like to know: how good is it so far?
> > > > > > > > 
> > > > > > > > > Is on/off audio/video being correctly handled? Same
> > > > > > > > regarding add/remove rights
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > This version should not work in IE11, Does in work in
> > > > > > > > Safari/Edge?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmi
> > > > > > > > n@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hi Maxim. I see that the webcam and audio are
> > > > > > > > working. Is this WebRTC? What would you like us to
> > > > > > > > check for when we are trying it out?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thanks. Dan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <sol
> > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OK,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > current (I would say alpha version) is available on
> > > > > > > > our demo server: https://demo-openmeetings.apache.org/o
> > > > > > > > penmeetings
> > > > > > > > 
> > > > > > > > > Something still not implemented, and there are
> > > > > > > > definitely some issues, but this version is "playable"
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It would be great to get some early feedback ...
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@m
> > > > > > > > ind-infotech.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Best of luck... J
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > > > > 
> > > > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > > 
> > > > > > > > > To: Openmeetings user-list <user@openmeetings.apache.
> > > > > > > > org>
> > > > > > > > 
> > > > > > > > > Subject: Re: OM 5
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Aaron,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'm currently trying to set up demo with somehow
> > > > > > > > working version of 5.0
> > > > > > > > 
> > > > > > > > > Will let you know if it will be successful :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > > How close do you think it is for going into live
> > > > > > > > testing with OM5?  Reason I ask is with the most recent
> > > > > > > > update to Chrome, even with a valid cert, and even if
> > > > > > > > you told the website to allow flash, users are having
> > > > > > > > to click allow flash in the audio/video box.  And then
> > > > > > > > it has to refresh the page to do so.  Looks like it is
> > > > > > > > across the board with all flash content on any website
> > > > > > > > now within Chrome.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Didn't know how far out it was for live testing.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The information contained in this electronic message
> > > > > > > > and any attachments to this message are intended for
> > > > > > > > the exclusive use of the addressee(s) and may contain
> > > > > > > > proprietary, confidential or privileged information. If
> > > > > > > > you are not the intended recipient, you should not
> > > > > > > > disseminate, distribute or copy this e-mail. Please
> > > > > > > > notify the sender immediately and destroy all copies of
> > > > > > > > this message and any attachments. WARNING: Computer
> > > > > > > > viruses can be transmitted via email. The recipient
> > > > > > > > should check this email and any attachments for the
> > > > > > > > presence of viruses. The company accepts no liability
> > > > > > > > for any damage caused by any
> > > > > > > > virus/trojan/worms/malicious code transmitted by this
> > > > > > > > email. www.motherson.com
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > 
> > > > > > > > > President
> > > > > > > > 
> > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > 
> > > > > > > > > "Creating Bright Futures"
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > 505 York Road, Suite 6
> > > > > > > > 
> > > > > > > > > Jenkintown, PA 19046
> > > > > > > > 
> > > > > > > > > Office: 215.886.9188
> > > > > > > > 
> > > > > > > > > Direct: 267.242.9640
> > > > > > > > 
> > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > 
> > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > 
> > > > > > > > > President
> > > > > > > > 
> > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > 
> > > > > > > > > "Creating Bright Futures"
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > 505 York Road, Suite 6
> > > > > > > > 
> > > > > > > > > Jenkintown, PA 19046
> > > > > > > > 
> > > > > > > > > Office: 215.886.9188
> > > > > > > > 
> > > > > > > > > Direct: 267.242.9640
> > > > > > > > 
> > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > 
> > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Ok, i'll do it.


........................

El lun, 25-03-2019 a las 21:11 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> I would recomment to use port 5443 only in your tutorial
> 5080 will cause WebRTC problems :)
> 
> Yep link to the SNAPSHOT is OK :)
> 
> @All
> Can I pack 5.0.0-M1 RC1?
> WDYT?
> On Mon, 25 Mar 2019 at 17:40, Alvaro <zu...@gmail.com> wrote:
> > ...this link can be?:
> > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetin
> > gs/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-
> > openmeetings-5.0.0-M1-SNAPSHOT.zip
> > 
> > ------------
> > 
> > El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
> > > Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> > > but i need a link to OM 5 file (maybe the snapshot?) to download
> > > and to know the ports to open: 5080 and...
> > > 
> > > ....................
> > > 
> > > 
> > > El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
> > > > Hello Alvaro,
> > > > First released WebRTC version will be 5.0.0-M1
> > > > 
> > > > According to "How configure "nobody" user in kurento-docker?"
> > > > It is described here [1] "Kurento Configuration" section
> > > > 
> > > > I would copy `/etc/default/kurento-media-server` file from
> > > > "real" KMS installation
> > > > To some local folder for ex. /opt/kurento-config
> > > > Change DAEMON_USER
> > > > and then add another `--mount` command to `docker run`
> > > > --mount type=bind,source=/opt/kurento-
> > > > config,target=/etc/default/kurento-media-server
> > > > 
> > > > [1] https://hub.docker.com/r/kurento/kurento-media-server/
> > > > On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > > Please Maxim, could you let me know:
> > > > > # Number of OM 5.x.x release
> > > > > # This is the last point i need: How configure "nobody" user
> > > > > in kurento-docker?
> > > > > Thank you...
> > > > > 
> > > > > ...................................
> > > > > 
> > > > > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > > > > > ...sorry, Google transllation works not very right.I mean,
> > > > > > not lies but "Main"...
> > > > > > 
> > > > > > ................
> > > > > > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > > > > > > My interest lies in the time required for the preparation
> > > > > > > of OM 5 tutorials. Relax a little, taste your work and
> > > > > > > give me a time to prepare the tutorials.I also think that
> > > > > > > OM 5 may be the only next release 
> > > > > > > ...............................
> > > > > > > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > My idea was to release 5.0.0-M1 (so "WebRTC train" can
> > > > > > > > start moving)Then perform some merge between 4.0.x and
> > > > > > > > 5.0.0 branches (to make my life easier)
> > > > > > > > Then we can discuss if it worth to release 4.0.9 :)
> > > > > > > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zurcamos@gmail.co
> > > > > > > > m> wrote:
> > > > > > > > > Could you please tell when will be the next 4.0.9
> > > > > > > > > release?
> > > > > > > > > I think you should let it ripen about two more
> > > > > > > > > weeks. This will polish possible issues and i'll have
> > > > > > > > > time toprepare the installation tutorials.
> > > > > > > > > .......................
> > > > > > > > > 
> > > > > > > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Hello All,
> > > > > > > > > > It seems all major issues for 5.0.x were fixed
> > > > > > > > > > Any objections to release 5.0.0-M1? 
> > > > > > > > > > 
> > > > > > > > > > M1 == Milestone 1, i.e. this version worth wider
> > > > > > > > > > testing but might be not production ready
> > > > > > > > > > 
> > > > > > > > > > WDYT?
> > > > > > > > > > 
> > > > > > > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solo
> > > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > > > Hmm,
> > > > > > > > > > > 
> > > > > > > > > > > It seems to be the same issue with Audio in
> > > > > > > > > > > Safari +
> > > > > > > > > > > 
> > > > > > > > > > > Screen-sharing/Recording is not working
> > > > > > > > > > > 
> > > > > > > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > And will try to check screen-sharing using "real"
> > > > > > > > > > > Mac
> > > > > > > > > > > 
> > > > > > > > > > > most probably next week
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > Please file JIRA regarding this :)
> > > > > > > > > > > 
> > > > > > > > > > > Thanks in advance!
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gma
> > > > > > > > > > > il.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Ok, now it is installed kurento on Ubuntu
> > > > > > > > > > > 18.04.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Please take a look the videos:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > -----------------------------
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Please do not hesitate to report any issues
> > > > > > > > > > > 
> > > > > > > > > > > > It is really hard to develop OM5 without user
> > > > > > > > > > > feedback :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OK,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:844
> > > > > > > > > > > 3/next
> > > > > > > > > > > 
> > > > > > > > > > > > I would like to get feedback
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > complex multiuser scenarious are welcome :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello James,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > what version are you running? and what are the
> > > > > > > > > > > issues?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Is it nightly build from our build server? or
> > > > > > > > > > > are you building from sources?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudg
> > > > > > > > > > > e.developer83@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I know I am new to the group,. but I welcome
> > > > > > > > > > > 5.0.0 and will be happy to test. I've got an aws
> > > > > > > > > > > ubuntu 16 instance running and will happily
> > > > > > > > > > > provide feedback. I have had some issues with the
> > > > > > > > > > > current version doing desktop sharing and can't
> > > > > > > > > > > wait to see it possibly working.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thank you,
> > > > > > > > > > > 
> > > > > > > > > > > > James Judge
> > > > > > > > > > > 
> > > > > > > > > > > > www.JamesJudge.info
> > > > > > > > > > > 
> > > > > > > > > > > > (570) 230-4933
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello All,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > 4.0.8 VOTE is on the way
> > > > > > > > > > > 
> > > > > > > > > > > > So it's time for this DISCUSSION :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I was able to implement some missing features
> > > > > > > > > > > (recording+screen-sharing)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > And I believe now it's time to deploy current
> > > > > > > > > > > 5.0.0 version to
> > > > > > > > > > > 
> > > > > > > > > > > > demo-next and perform couple of rounds of
> > > > > > > > > > > "community testing"
> > > > > > > > > > > 
> > > > > > > > > > > > WDYT?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Good to know it is not OM issue :)
> > > > > > > > > > > 
> > > > > > > > > > > > You can use postgres as DB, should work out of
> > > > > > > > > > > the box :)
> > > > > > > > > > > 
> > > > > > > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql
> > > > > > > > > > > -u root -p mysql
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > That have changed something in my Debian 9 that
> > > > > > > > > > > affect also to my
> > > > > > > > > > > 
> > > > > > > > > > > > Windows 10 (two hours less) but could'nt
> > > > > > > > > > > install OM 5 on Debian 9.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > So, in Debian 9 was 10 hours AM, and in Windows
> > > > > > > > > > > was 8 hours AM.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Today, in Debian 9, 've changed tzdata from
> > > > > > > > > > > Europe/Madrid to Atlantic/Azores
> > > > > > > > > > > 
> > > > > > > > > > > > (two hours less). After this tryied install OM
> > > > > > > > > > > 5 and...WINNER!
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The problem it was relationed with tzdata, as
> > > > > > > > > > > you said.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thank you.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > .................................................
> > > > > > > > > > > ............
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Check this article: https://stackoverflow.com/q
> > > > > > > > > > > uestions/49518683/the-server-time-zone-value-
> > > > > > > > > > > cest-is-unrecognized
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It is weird you have both: Europe/Madrid (CEST,
> > > > > > > > > > > +0200)
> > > > > > > > > > > 
> > > > > > > > > > > > I'll try to Google this error, should be
> > > > > > > > > > > something well-known
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...i will try in Fedora 28.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Here is it you ask:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > > > 
> > > > > > > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > > > > > > 
> > > > > > > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > > > > > > 
> > > > > > > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > > > > > > 
> > > > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > > > 
> > > > > > > > > > > >  Network time on: yes
> > > > > > > > > > > 
> > > > > > > > > > > > NTP synchronized: no
> > > > > > > > > > > 
> > > > > > > > > > > >  RTC in local TZ: yes
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Warning: The system is configured to read the
> > > > > > > > > > > RTC time in the local time zone.
> > > > > > > > > > > 
> > > > > > > > > > > >          This mode can not be fully supported.
> > > > > > > > > > > It will create various problems
> > > > > > > > > > > 
> > > > > > > > > > > >          with time zone changes and daylight
> > > > > > > > > > > saving time adjustments. The RTC
> > > > > > > > > > > 
> > > > > > > > > > > >          time is never updated, it relies on
> > > > > > > > > > > external facilities to maintain it.
> > > > > > > > > > > 
> > > > > > > > > > > >          If at all possible, use RTC in UTC by
> > > > > > > > > > > calling
> > > > > > > > > > > 
> > > > > > > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...and after again:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > > > 
> > > > > > > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > > > > > > 
> > > > > > > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > > > > > > 
> > > > > > > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > > > > > > 
> > > > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > > > 
> > > > > > > > > > > >  Network time on: yes
> > > > > > > > > > > 
> > > > > > > > > > > > NTP synchronized: no
> > > > > > > > > > > 
> > > > > > > > > > > >  RTC in local TZ: no
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > .................................................
> > > > > > > > > > > ...............
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Just have checked with
> > > > > > > > > > > 
> > > > > > > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux
> > > > > > > > > > > on x86_64 ((Ubuntu))
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Everything works as expected
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Maybe there are some more TZ settings in
> > > > > > > > > > > MariaDB?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > What is the output of
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > `timedatectl`
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but
> > > > > > > > > > > i've reconfigured tzdata
> > > > > > > > > > > 
> > > > > > > > > > > > with Europe/Madrid, but the resultat is the
> > > > > > > > > > > same.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ........................................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The error is "The server time zone value 'CEST'
> > > > > > > > > > > is unrecognized or represents more than one time
> > > > > > > > > > > zone. You must configure either the server or
> > > > > > > > > > > JDBC driver (via the serverTimezone configuration
> > > > > > > > > > > property) to use a more specifc time zone value
> > > > > > > > > > > if you want to utilize time zone support."
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > MySql for some reason don't like if time zone
> > > > > > > > > > > is set as CEST, can you run
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > > > > > 
> > > > > > > > > > > > and set something like 'Europe/Madrid' as time
> > > > > > > > > > > zone?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Please take a look attached files.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ..........................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Will try to reproduce
> > > > > > > > > > > 
> > > > > > > > > > > > Anything useful in the logs?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5 - Snapshot 2605
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > When try install it say: Could not create
> > > > > > > > > > > connection to
> > > > > > > > > > > 
> > > > > > > > > > > > database.... (attached capture).
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ..................................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Correction: OM5 will work with MySql driver 5.x
> > > > > > > > > > > but you need to change driver class in
> > > > > > > > > > > mysql_persistense.xml to achieve this
> > > > > > > > > > > 
> > > > > > > > > > > > Driver class name has been changed in 8.x and
> > > > > > > > > > > was producing warning in the logs, this is why I
> > > > > > > > > > > have changed it
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Alvaro,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > > > > > 
> > > > > > > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > [1] https://mvnrepository.com/artifact/mysql/my
> > > > > > > > > > > sql-connector-java
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Maxim,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I've got the attached capture trying install OM
> > > > > > > > > > > 5 (first Snapshot
> > > > > > > > > > > 
> > > > > > > > > > > > of today 18-10-2018).
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > > > > > 
> > > > > > > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ....................................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello All,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > some news regarding WebRTC
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Settings dialog is made more user friendly:
> > > > > > > > > > > less "silent fails", less JS errors
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > BUT it seems some RTC features are not working
> > > > > > > > > > > if you have MS Edge and Win 10 NOT pro or
> > > > > > > > > > > Enterprise [1]
> > > > > > > > > > > 
> > > > > > > > > > > > I have 2 identical VMs
> > > > > > > > > > > 
> > > > > > > > > > > > 1) with Win 10 Pro
> > > > > > > > > > > 
> > > > > > > > > > > > 2) with Win 10 Pro.N
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I have issues with #2 and everything works as
> > > > > > > > > > > expected on #1
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Additionally there is an issue with Edge
> > > > > > > > > > > browser: [2]
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Would appreciate if you can test latest version
> > > > > > > > > > > on "demo-apache" [3]
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > [1] https://developer.microsoft.com/en-us/micro
> > > > > > > > > > > soft-edge/platform/issues/17357055/#comment-5
> > > > > > > > > > > 
> > > > > > > > > > > > [2] https://issues.apache.org/jira/browse/OPENM
> > > > > > > > > > > EETINGS-1956
> > > > > > > > > > > 
> > > > > > > > > > > > [3] https://demo-openmeetings.apache.org/openme
> > > > > > > > > > > etings
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Document conversion is actually broken on this
> > > > > > > > > > > demo server
> > > > > > > > > > > 
> > > > > > > > > > > > This seems to be caused by server configuration
> > > > > > > > > > > 
> > > > > > > > > > > > No sure yet what is wrong
> > > > > > > > > > > 
> > > > > > > > > > > > Will try to fix it in a week or two, have no
> > > > > > > > > > > idea what can be wrong :(
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'm going to perform additional code-review and
> > > > > > > > > > > will check this
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > This is only initial version :)
> > > > > > > > > > > 
> > > > > > > > > > > > Hopefully will be improved :))
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefa
> > > > > > > > > > > n@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Checked it again with Win10 und FF, but with a
> > > > > > > > > > > USB Headset and it works well! (I just recognize
> > > > > > > > > > > that my voice was also in my headphones?!)
> > > > > > > > > > > 
> > > > > > > > > > > > Retry it with the non USB Headset und it won't
> > > > > > > > > > > work. I mentioned that FF and Chrome didn't ask
> > > > > > > > > > > for permission to use the the microphone of the
> > > > > > > > > > > non-USB Headset. Maybe, this a the point we
> > > > > > > > > > > should draw our attention too?
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It is now working properly in Edge.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <ste
> > > > > > > > > > > fan@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Nothing changes. Got another test on an virtual
> > > > > > > > > > > Win10 and fresh firefox installtion. Same
> > > > > > > > > > > behaviour.
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > > > > > 
> > > > > > > > > > > > It is weird: you got "MS Edge" errors on
> > > > > > > > > > > Chrome+FF :((
> > > > > > > > > > > 
> > > > > > > > > > > > I have fixed some "Edge" errors, so demo should
> > > > > > > > > > > behave better
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'll fix some more errors with settings dialog
> > > > > > > > > > > later ...
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thanks for the reports
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefa
> > > > > > > > > > > n@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The screenshot was taken in firefox 62.0.3 and
> > > > > > > > > > > ubuntu 18.04., same behaviour in chrome 69.0.329
> > > > > > > > > > > and ubuntu 18.04.
> > > > > > > > > > > 
> > > > > > > > > > > > Also tried with root and sudo to avoid
> > > > > > > > > > > restrictions.
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > > > > > 
> > > > > > > > > > > > What OS/Browser are you using?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefa
> > > > > > > > > > > n@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hi,
> > > > > > > > > > > 
> > > > > > > > > > > > tried the OM 5 Demo with plugged in headset.
> > > > > > > > > > > But no chance to choose it. The "Choose
> > > > > > > > > > > microphone" option remains in "Loading data,
> > > > > > > > > > > please wait" and everytime i try to reload, the
> > > > > > > > > > > red error message appears. Headset is not USB but
> > > > > > > > > > > chinch.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > > > > > 
> > > > > > > > > > > > Actually it is not one page it is OM site being
> > > > > > > > > > > re-build with every nightly build ...
> > > > > > > > > > > 
> > > > > > > > > > > > Site contents should be ready to 5.0 release,
> > > > > > > > > > > so all pages need to checked/updated
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > news, changelog and announces will be updated
> > > > > > > > > > > during release process, so it displays 4.0.5
> > > > > > > > > > > right now :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <apl
> > > > > > > > > > > usadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > This page: https://builds.apache.org/view/M-R/v
> > > > > > > > > > > iew/OpenMeetings/job/openmeetings/site/openmeetin
> > > > > > > > > > > gs-server/index.html
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > is set up for version 4.0.5, correct? Is that
> > > > > > > > > > > what you want me to check for errors/updates? Or
> > > > > > > > > > > do you want something mentioning version 5.0?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thanks. Dan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> > > > > > > > > > > aplusadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I just checked in Edge but there is a problem.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > document upload seems to be jodConverter and/or
> > > > > > > > > > > server issue, hopelly will be able to address
> > > > > > > > > > > 
> > > > > > > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Additional task might be to check site of 5.0
> > > > > > > > > > > version: https://builds.apache.org/view/M-R/view/
> > > > > > > > > > > OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > > > > > > server/index.html
> > > > > > > > > > > 
> > > > > > > > > > > > and report any outdated/missing/unclear page
> > > > > > > > > > > ....
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <apl
> > > > > > > > > > > usadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It's really great that you got WebRTC going!!
> > > > > > > > > > > I'm sure it's been a lot of hard work.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I tried uploading a document but it didn't
> > > > > > > > > > > work. I assume that the document conversion stuff
> > > > > > > > > > > isn't configured yet so that is why I asked what
> > > > > > > > > > > needs to be tested.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'll try using it in Edge and do some of the
> > > > > > > > > > > testing you mentioned. Let me know if there is
> > > > > > > > > > > anything else I can help with.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Dan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Daniel,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > yes, this is WebRTC :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Nettesing and Video setup seems to work as
> > > > > > > > > > > expected and most probably will not be changed
> > > > > > > > > > > too much
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Room Audio/Video is in "early-alpha" stage and
> > > > > > > > > > > I would like to know: how good is it so far?
> > > > > > > > > > > 
> > > > > > > > > > > > Is on/off audio/video being correctly handled?
> > > > > > > > > > > Same regarding add/remove rights
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > This version should not work in IE11, Does in
> > > > > > > > > > > work in Safari/Edge?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <apl
> > > > > > > > > > > usadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hi Maxim. I see that the webcam and audio are
> > > > > > > > > > > working. Is this WebRTC? What would you like us
> > > > > > > > > > > to check for when we are trying it out?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thanks. Dan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OK,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > current (I would say alpha version) is
> > > > > > > > > > > available on our demo server: https://demo-openme
> > > > > > > > > > > etings.apache.org/openmeetings
> > > > > > > > > > > 
> > > > > > > > > > > > Something still not implemented, and there are
> > > > > > > > > > > definitely some issues, but this version is
> > > > > > > > > > > "playable"
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It would be great to get some early feedback
> > > > > > > > > > > ...
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am
> > > > > > > > > > > it.K@mind-infotech.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Best of luck... J
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail
> > > > > > > > > > > .com]
> > > > > > > > > > > 
> > > > > > > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > > > > > 
> > > > > > > > > > > > To: Openmeetings user-list <user@openmeetings.a
> > > > > > > > > > > pache.org>
> > > > > > > > > > > 
> > > > > > > > > > > > Subject: Re: OM 5
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Aaron,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'm currently trying to set up demo with
> > > > > > > > > > > somehow working version of 5.0
> > > > > > > > > > > 
> > > > > > > > > > > > Will let you know if it will be successful :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 2 Oct 2018 at 23:35, <aaron.hepp@gmail.
> > > > > > > > > > > com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > How close do you think it is for going into
> > > > > > > > > > > live testing with OM5?  Reason I ask is with the
> > > > > > > > > > > most recent update to Chrome, even with a valid
> > > > > > > > > > > cert, and even if you told the website to allow
> > > > > > > > > > > flash, users are having to click allow flash in
> > > > > > > > > > > the audio/video box.  And then it has to refresh
> > > > > > > > > > > the page to do so.  Looks like it is across the
> > > > > > > > > > > board with all flash content on any website now
> > > > > > > > > > > within Chrome.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Didn't know how far out it was for live
> > > > > > > > > > > testing.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The information contained in this electronic
> > > > > > > > > > > message and any attachments to this message are
> > > > > > > > > > > intended for the exclusive use of the
> > > > > > > > > > > addressee(s) and may contain proprietary,
> > > > > > > > > > > confidential or privileged information. If you
> > > > > > > > > > > are not the intended recipient, you should not
> > > > > > > > > > > disseminate, distribute or copy this e-mail.
> > > > > > > > > > > Please notify the sender immediately and destroy
> > > > > > > > > > > all copies of this message and any attachments.
> > > > > > > > > > > WARNING: Computer viruses can be transmitted via
> > > > > > > > > > > email. The recipient should check this email and
> > > > > > > > > > > any attachments for the presence of viruses. The
> > > > > > > > > > > company accepts no liability for any damage
> > > > > > > > > > > caused by any virus/trojan/worms/malicious code
> > > > > > > > > > > transmitted by this email. www.motherson.com
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > > > 
> > > > > > > > > > > > President
> > > > > > > > > > > 
> > > > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > > > 
> > > > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > > > 
> > > > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > > > 
> > > > > > > > > > > > Office: 215.886.9188
> > > > > > > > > > > 
> > > > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > > > 
> > > > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > > > 
> > > > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > > > 
> > > > > > > > > > > > President
> > > > > > > > > > > 
> > > > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > > > 
> > > > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > > > 
> > > > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > > > 
> > > > > > > > > > > > Office: 215.886.9188
> > > > > > > > > > > 
> > > > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > > > 
> > > > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > > > 
> > > > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > 
> > > > -- 
> > > > WBR
> > > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax
> 

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Ok,


--------------------



El lun, 25-03-2019 a las 22:35 +0700, Maxim Solodovnik escribió:
> 5443 and 8888 (i guess)
> 
> real KMS installations usually involves STUN/TURN server to be able
> to
> bypass firewalls
> So "it depends" :(
> 
> On Mon, 25 Mar 2019 at 22:33, Alvaro <zu...@gmail.com> wrote:
> > 
> > ...sorry: 5443 and...
> > 
> > 
> > ....
> > 
> > 
> > El lun, 25-03-2019 a las 16:31 +0100, Alvaro escribió:
> > 
> > ...and ports to open: 5080 and...
> > 
> > 
> > .............
> > 
> > El lun, 25-03-2019 a las 21:11 +0700, Maxim Solodovnik escribió:
> > 
> > Hello Alvaro,
> > 
> > I would recomment to use port 5443 only in your tutorial
> > 5080 will cause WebRTC problems :)
> > 
> > Yep link to the SNAPSHOT is OK :)
> > 
> > @All
> > Can I pack 5.0.0-M1 RC1?
> > WDYT?
> > 
> > On Mon, 25 Mar 2019 at 17:40, Alvaro <zu...@gmail.com> wrote:
> > 
> > ...this link can be?:
> > 
> > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetin
> > gs/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-
> > openmeetings-5.0.0-M1-SNAPSHOT.zip
> > 
> > 
> > ------------
> > 
> > 
> > El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
> > 
> > 
> > Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> > but i need a link to OM 5 file (maybe the snapshot?) to download
> > and to know the ports to open: 5080 and...
> > 
> > ....................
> > 
> > 
> > El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
> > 
> > Hello Alvaro,
> > 
> > First released WebRTC version will be 5.0.0-M1
> > 
> > According to "How configure "nobody" user in kurento-docker?"
> > It is described here [1] "Kurento Configuration" section
> > 
> > I would copy `/etc/default/kurento-media-server` file from "real"
> > KMS installation
> > To some local folder for ex. /opt/kurento-config
> > Change DAEMON_USER
> > and then add another `--mount` command to `docker run`
> > 
> > --mount type=bind,source=/opt/kurento-
> > config,target=/etc/default/kurento-media-server
> > 
> > 
> > [1] https://hub.docker.com/r/kurento/kurento-media-server/
> > 
> > On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > Please Maxim, could you let me know:
> > 
> > # Number of OM 5.x.x release
> > 
> > # This is the last point i need: How configure "nobody" user in
> > kurento-docker?
> > 
> > Thank you...
> > 
> > 
> > ...................................
> > 
> > 
> > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > 
> > ...sorry, Google transllation works not very right.
> > I mean, not lies but "Main"...
> > 
> > 
> > ................
> > 
> > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > 
> > My interest lies in the time required for the preparation of OM 5
> > tutorials.
> > Relax a little, taste your work and give me a time to prepare the
> > tutorials.
> > I also think that OM 5 may be the only next release
> > 
> > ...............................
> > 
> > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
> > 
> > My idea was to release 5.0.0-M1 (so "WebRTC train" can start
> > moving)
> > Then perform some merge between 4.0.x and 5.0.0 branches (to make
> > my life easier)
> > Then we can discuss if it worth to release 4.0.9 :)
> > 
> > On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > Could you please tell when will be the next 4.0.9 release?
> > 
> > I think you should let it ripen about two more weeks.
> > This will polish possible issues and i'll have time to
> > prepare the installation tutorials.
> > 
> > .......................
> > 
> > 
> > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
> > 
> > Hello All,
> > 
> > It seems all major issues for 5.0.x were fixed
> > Any objections to release 5.0.0-M1?
> > 
> > M1 == Milestone 1, i.e. this version worth wider testing but might
> > be not production ready
> > 
> > WDYT?
> > 
> > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666@gmail.com
> > > wrote:
> > 
> > Hmm,
> > It seems to be the same issue with Audio in Safari +
> > Screen-sharing/Recording is not working
> > I'll to deal with Audio (will ask you to test)
> > 
> > And will try to check screen-sharing using "real" Mac
> > most probably next week
> > 
> > Please file JIRA regarding this :)
> > Thanks in advance!
> > 
> > On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > 
> > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > 
> > > 
> > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > 
> > > # Client: Safari - Firefox in Mojave
> > > 
> > > Please take a look the videos:
> > > 
> > > 
> > > OM 5.0.0 Firefox recording in room.mov
> > > 
> > > OM 5.0.0 Safari recording in room.mov
> > > 
> > > OM 5.0.0 kurento Firefox and Safari.mov
> > > 
> > > 
> > > -----------------------------
> > > 
> > > 
> > > 
> > > 
> > > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> > > 
> > > Please do not hesitate to report any issues
> > > It is really hard to develop OM5 without user feedback :)
> > > 
> > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > 
> > > 
> > > OK,
> > > 
> > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > > I would like to get feedback
> > > 
> > > complex multiuser scenarious are welcome :)
> > > 
> > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > 
> > > 
> > > Hello James,
> > > 
> > > what version are you running? and what are the issues?
> > > 
> > > Is it nightly build from our build server? or are you building
> > > from sources?
> > > 
> > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.developer83@gmai
> > > l.com> wrote:
> > > 
> > > 
> > > I know I am new to the group,. but I welcome 5.0.0 and will be
> > > happy to test. I've got an aws ubuntu 16 instance running and
> > > will happily provide feedback. I have had some issues with the
> > > current version doing desktop sharing and can't wait to see it
> > > possibly working.
> > > 
> > > Thank you,
> > > James Judge
> > > www.JamesJudge.info
> > > (570) 230-4933
> > > 
> > > 
> > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solomax666@gmail
> > > .com> wrote:
> > > 
> > > 
> > > Hello All,
> > > 
> > > 4.0.8 VOTE is on the way
> > > So it's time for this DISCUSSION :)
> > > 
> > > I was able to implement some missing features (recording+screen-
> > > sharing)
> > > 
> > > And I believe now it's time to deploy current 5.0.0 version to
> > > demo-next and perform couple of rounds of "community testing"
> > > WDYT?
> > > 
> > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > > com> wrote:
> > > 
> > > 
> > > Good to know it is not OM issue :)
> > > You can use postgres as DB, should work out of the box :)
> > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > 
> > > Ok Maxim. 've follow your link and run:
> > > 
> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> > > 
> > > That have changed something in my Debian 9 that affect also to my
> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian
> > > 9.
> > > 
> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> > > 
> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > Atlantic/Azores
> > > (two hours less). After this tryied install OM 5 and...WINNER!
> > > 
> > > The problem it was relationed with tzdata, as you said.
> > > 
> > > Thank you.
> > > 
> > > Alvaro
> > > 
> > > .............................................................
> > > 
> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> > > 
> > > Check this article: https://stackoverflow.com/questions/49518683/
> > > the-server-time-zone-value-cest-is-unrecognized
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gmail.
> > > com> wrote:
> > > 
> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > I'll try to Google this error, should be something well-known
> > > 
> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > ...i will try in Fedora 28.
> > > 
> > > Here is it you ask:
> > > 
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:37:19 CEST
> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > >         RTC time: vie 2018-10-19 11:37:19
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: yes
> > > 
> > > Warning: The system is configured to read the RTC time in the
> > > local time zone.
> > >          This mode can not be fully supported. It will create
> > > various problems
> > >          with time zone changes and daylight saving time
> > > adjustments. The RTC
> > >          time is never updated, it relies on external facilities
> > > to maintain it.
> > >          If at all possible, use RTC in UTC by calling
> > >          'timedatectl set-local-rtc 0'.
> > > 
> > > 
> > > ...then i run: timedatectl set-local-rtc 0
> > > 
> > > ...and after again:
> > > 
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:39:11 CEST
> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > >         RTC time: vie 2018-10-19 09:39:11
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: no
> > > 
> > > 
> > > ................................................................
> > > 
> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> > > 
> > > Just have checked with
> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > ((Ubuntu))
> > > 
> > > Everything works as expected
> > > 
> > > Maybe there are some more TZ settings in MariaDB?
> > > 
> > > What is the output of
> > > 
> > > `timedatectl`
> > > 
> > > 
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured
> > > tzdata
> > > with Europe/Madrid, but the resultat is the same.
> > > 
> > > With OM 4.0.7 is no problem installation.
> > > 
> > > 
> > > ........................................
> > > 
> > > 
> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> > > 
> > > The error is "The server time zone value 'CEST' is unrecognized
> > > or represents more than one time zone. You must configure either
> > > the server or JDBC driver (via the serverTimezone configuration
> > > property) to use a more specifc time zone value if you want to
> > > utilize time zone support."
> > > 
> > > MySql for some reason don't like if time zone is set as CEST, can
> > > you run
> > > 
> > > `dpkg-reconfigure tzdata`
> > > and set something like 'Europe/Madrid' as time zone?
> > > 
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > Please take a look attached files.
> > > 
> > > 
> > > ..........................
> > > 
> > > 
> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> > > 
> > > Will try to reproduce
> > > Anything useful in the logs?
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > OM 5 - Snapshot 2605
> > > 
> > > When try install it say: Could not create connection to
> > > database.... (attached capture).
> > > 
> > > Debian 9, mysql-connector-java-8.0.12.jar
> > > 
> > > Alvaro
> > > 
> > > 
> > > ..................................
> > > 
> > > 
> > > 
> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> > > 
> > > Correction: OM5 will work with MySql driver 5.x but you need to
> > > change driver class in mysql_persistense.xml to achieve this
> > > Driver class name has been changed in 8.x and was producing
> > > warning in the logs, this is why I have changed it
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gmail.
> > > com> wrote:
> > > 
> > > Hello Alvaro,
> > > 
> > > OM5 requires latest MySql driver 8.0.12 [1]
> > > OM4 can use both 5.x and 8.x
> > > 
> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> > > 
> > > 
> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > Hello Maxim,
> > > 
> > > I've got the attached capture trying install OM 5 (first Snapshot
> > > of today 18-10-2018).
> > > 
> > > With mysql-connector-java-5.1.46.jar and
> > > mysql-connector-java-5.1.47.jar
> > > 
> > > Alvaro
> > > 
> > > ....................................
> > > 
> > > 
> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> > > 
> > > Hello All,
> > > 
> > > some news regarding WebRTC
> > > 
> > > Settings dialog is made more user friendly: less "silent fails",
> > > less JS errors
> > > 
> > > BUT it seems some RTC features are not working if you have MS
> > > Edge and Win 10 NOT pro or Enterprise [1]
> > > I have 2 identical VMs
> > > 1) with Win 10 Pro
> > > 2) with Win 10 Pro.N
> > > 
> > > I have issues with #2 and everything works as expected on #1
> > > 
> > > Additionally there is an issue with Edge browser: [2]
> > > 
> > > Would appreciate if you can test latest version on "demo-apache"
> > > [3]
> > > 
> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform
> > > /issues/17357055/#comment-5
> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > 
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > 
> > > Document conversion is actually broken on this demo server
> > > This seems to be caused by server configuration
> > > No sure yet what is wrong
> > > Will try to fix it in a week or two, have no idea what can be
> > > wrong :(
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > 
> > > I'm going to perform additional code-review and will check this
> > > 
> > > This is only initial version :)
> > > Hopefully will be improved :))
> > > 
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
> > > wrote:
> > > 
> > > Checked it again with Win10 und FF, but with a USB Headset and it
> > > works well! (I just recognize that my voice was also in my
> > > headphones?!)
> > > Retry it with the non USB Headset und it won't work. I mentioned
> > > that FF and Chrome didn't ask for permission to use the the
> > > microphone of the non-USB Headset. Maybe, this a the point we
> > > should draw our attention too?
> > > Stefan
> > > 
> > > 
> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > 
> > > It is now working properly in Edge.
> > > 
> > > 
> > > 
> > > 
> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekuehl.eu
> > > > wrote:
> > > 
> > > Nothing changes. Got another test on an virtual Win10 and fresh
> > > firefox installtion. Same behaviour.
> > > Stefan
> > > 
> > > 
> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > I have fixed some "Edge" errors, so demo should behave better
> > > 
> > > I'll fix some more errors with settings dialog later ...
> > > 
> > > Thanks for the reports
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
> > > wrote:
> > > 
> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > Also tried with root and sudo to avoid restrictions.
> > > Stefan
> > > 
> > > 
> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > What OS/Browser are you using?
> > > 
> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
> > > wrote:
> > > 
> > > Hi,
> > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > choose it. The "Choose microphone" option remains in "Loading
> > > data, please wait" and everytime i try to reload, the red error
> > > message appears. Headset is not USB but chinch.
> > > 
> > > Stefan
> > > 
> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > Actually it is not one page it is OM site being re-build with
> > > every nightly build ...
> > > Site contents should be ready to 5.0 release, so all pages need
> > > to checked/updated
> > > 
> > > news, changelog and announces will be updated during release
> > > process, so it displays 4.0.5 right now :)
> > > 
> > > 
> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplustutor
> > > ing.com> wrote:
> > > 
> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/j
> > > ob/openmeetings/site/openmeetings-server/index.html
> > > 
> > > is set up for version 4.0.5, correct? Is that what you want me to
> > > check for errors/updates? Or do you want something mentioning
> > > version 5.0?
> > > 
> > > Thanks. Dan
> > > 
> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@aplustu
> > > toring.com> wrote:
> > > 
> > > I just checked in Edge but there is a problem.
> > > 
> > > 
> > > 
> > > 
> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@gmai
> > > l.com> wrote:
> > > 
> > > document upload seems to be jodConverter and/or server issue,
> > > hopelly will be able to address
> > > Was 5.0.0 working under Edge? Any issues?
> > > 
> > > Additional task might be to check site of 5.0 version: https://bu
> > > ilds.apache.org/view/M-
> > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > server/index.html
> > > and report any outdated/missing/unclear page ....
> > > 
> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplustutor
> > > ing.com> wrote:
> > > 
> > > It's really great that you got WebRTC going!! I'm sure it's been
> > > a lot of hard work.
> > > 
> > > I tried uploading a document but it didn't work. I assume that
> > > the document conversion stuff isn't configured yet so that is why
> > > I asked what needs to be tested.
> > > 
> > > I'll try using it in Edge and do some of the testing you
> > > mentioned. Let me know if there is anything else I can help with.
> > > 
> > > Dan
> > > 
> > > 
> > > 
> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@gmail
> > > .com> wrote:
> > > 
> > > Hello Daniel,
> > > 
> > > yes, this is WebRTC :)
> > > 
> > > Nettesing and Video setup seems to work as expected and most
> > > probably will not be changed too much
> > > 
> > > Room Audio/Video is in "early-alpha" stage and I would like to
> > > know: how good is it so far?
> > > Is on/off audio/video being correctly handled? Same regarding
> > > add/remove rights
> > > 
> > > This version should not work in IE11, Does in work in
> > > Safari/Edge?
> > > 
> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplustutor
> > > ing.com> wrote:
> > > 
> > > Hi Maxim. I see that the webcam and audio are working. Is this
> > > WebRTC? What would you like us to check for when we are trying it
> > > out?
> > > 
> > > Thanks. Dan
> > > 
> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@gmai
> > > l.com> wrote:
> > > 
> > > OK,
> > > 
> > > current (I would say alpha version) is available on our demo
> > > server: https://demo-openmeetings.apache.org/openmeetings
> > > Something still not implemented, and there are definitely some
> > > issues, but this version is "playable"
> > > 
> > > It would be great to get some early feedback ...
> > > 
> > > 
> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-infotech
> > > .com> wrote:
> > > 
> > > Best of luck... J
> > > 
> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > Subject: Re: OM 5
> > > 
> > > Hello Aaron,
> > > 
> > > I'm currently trying to set up demo with somehow working version
> > > of 5.0
> > > Will let you know if it will be successful :)
> > > 
> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > How close do you think it is for going into live testing with
> > > OM5?  Reason I ask is with the most recent update to Chrome, even
> > > with a valid cert, and even if you told the website to allow
> > > flash, users are having to click allow flash in the audio/video
> > > box.  And then it has to refresh the page to do so.  Looks like
> > > it is across the board with all flash content on any website now
> > > within Chrome.
> > > 
> > > Didn't know how far out it was for live testing.
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > The information contained in this electronic message and any
> > > attachments to this message are intended for the exclusive use of
> > > the addressee(s) and may contain proprietary, confidential or
> > > privileged information. If you are not the intended recipient,
> > > you should not disseminate, distribute or copy this e-mail.
> > > Please notify the sender immediately and destroy all copies of
> > > this message and any attachments. WARNING: Computer viruses can
> > > be transmitted via email. The recipient should check this email
> > > and any attachments for the presence of viruses. The company
> > > accepts no liability for any damage caused by any
> > > virus/trojan/worms/malicious code transmitted by this email. www.
> > > motherson.com
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > > 
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > > 
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > > 
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> 
> 
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
5443 and 8888 (i guess)

real KMS installations usually involves STUN/TURN server to be able to
bypass firewalls
So "it depends" :(

On Mon, 25 Mar 2019 at 22:33, Alvaro <zu...@gmail.com> wrote:
>
> ...sorry: 5443 and...
>
>
> ....
>
>
> El lun, 25-03-2019 a las 16:31 +0100, Alvaro escribió:
>
> ...and ports to open: 5080 and...
>
>
> .............
>
> El lun, 25-03-2019 a las 21:11 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would recomment to use port 5443 only in your tutorial
> 5080 will cause WebRTC problems :)
>
> Yep link to the SNAPSHOT is OK :)
>
> @All
> Can I pack 5.0.0-M1 RC1?
> WDYT?
>
> On Mon, 25 Mar 2019 at 17:40, Alvaro <zu...@gmail.com> wrote:
>
> ...this link can be?:
>
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-5.0.0-M1-SNAPSHOT.zip
>
>
> ------------
>
>
> El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
>
>
> Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> but i need a link to OM 5 file (maybe the snapshot?) to download
> and to know the ports to open: 5080 and...
>
> ....................
>
>
> El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> First released WebRTC version will be 5.0.0-M1
>
> According to "How configure "nobody" user in kurento-docker?"
> It is described here [1] "Kurento Configuration" section
>
> I would copy `/etc/default/kurento-media-server` file from "real" KMS installation
> To some local folder for ex. /opt/kurento-config
> Change DAEMON_USER
> and then add another `--mount` command to `docker run`
>
> --mount type=bind,source=/opt/kurento-config,target=/etc/default/kurento-media-server
>
>
> [1] https://hub.docker.com/r/kurento/kurento-media-server/
>
> On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:
>
>
> Please Maxim, could you let me know:
>
> # Number of OM 5.x.x release
>
> # This is the last point i need: How configure "nobody" user in kurento-docker?
>
> Thank you...
>
>
> ...................................
>
>
> El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
>
> ...sorry, Google transllation works not very right.
> I mean, not lies but "Main"...
>
>
> ................
>
> El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
>
> My interest lies in the time required for the preparation of OM 5 tutorials.
> Relax a little, taste your work and give me a time to prepare the tutorials.
> I also think that OM 5 may be the only next release
>
> ...............................
>
> El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
>
> My idea was to release 5.0.0-M1 (so "WebRTC train" can start moving)
> Then perform some merge between 4.0.x and 5.0.0 branches (to make my life easier)
> Then we can discuss if it worth to release 4.0.9 :)
>
> On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
>
>
> Could you please tell when will be the next 4.0.9 release?
>
> I think you should let it ripen about two more weeks.
> This will polish possible issues and i'll have time to
> prepare the installation tutorials.
>
> .......................
>
>
> El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be not production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hmm,
> It seems to be the same issue with Audio in Safari +
> Screen-sharing/Recording is not working
> I'll to deal with Audio (will ask you to test)
>
> And will try to check screen-sharing using "real" Mac
> most probably next week
>
> Please file JIRA regarding this :)
> Thanks in advance!
>
> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok, now it is installed kurento on Ubuntu 18.04.
> >
> >
> > # Server: OM 5.0.0 - Ubuntu 18.04
> >
> > # Client: Safari - Firefox in Mojave
> >
> > Please take a look the videos:
> >
> >
> > OM 5.0.0 Firefox recording in room.mov
> >
> > OM 5.0.0 Safari recording in room.mov
> >
> > OM 5.0.0 kurento Firefox and Safari.mov
> >
> >
> > -----------------------------
> >
> >
> >
> >
> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> >
> > Please do not hesitate to report any issues
> > It is really hard to develop OM5 without user feedback :)
> >
> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> >
> > OK,
> >
> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > I would like to get feedback
> >
> > complex multiuser scenarious are welcome :)
> >
> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> >
> > Hello James,
> >
> > what version are you running? and what are the issues?
> >
> > Is it nightly build from our build server? or are you building from sources?
> >
> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
> >
> >
> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
> >
> > Thank you,
> > James Judge
> > www.JamesJudge.info
> > (570) 230-4933
> >
> >
> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> >
> > Hello All,
> >
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> >
> > I was able to implement some missing features (recording+screen-sharing)
> >
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> >
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> >
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok Maxim. 've follow your link and run:
> >
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >
> > That have changed something in my Debian 9 that affect also to my
> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> > (two hours less). After this tryied install OM 5 and...WINNER!
> >
> > The problem it was relationed with tzdata, as you said.
> >
> > Thank you.
> >
> > Alvaro
> >
> > .............................................................
> >
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >
> > Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >
> >
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> >
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >
> > ...i will try in Fedora 28.
> >
> > Here is it you ask:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> >
> > Warning: The system is configured to read the RTC time in the local time zone.
> >          This mode can not be fully supported. It will create various problems
> >          with time zone changes and daylight saving time adjustments. The RTC
> >          time is never updated, it relies on external facilities to maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> >
> >
> > ...then i run: timedatectl set-local-rtc 0
> >
> > ...and after again:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> >
> >
> > ................................................................
> >
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >
> > Everything works as expected
> >
> > Maybe there are some more TZ settings in MariaDB?
> >
> > What is the output of
> >
> > `timedatectl`
> >
> >
> >
> >
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >
> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > with Europe/Madrid, but the resultat is the same.
> >
> > With OM 4.0.7 is no problem installation.
> >
> >
> > ........................................
> >
> >
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >
> > The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
> >
> > MySql for some reason don't like if time zone is set as CEST, can you run
> >
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> >
> >
> >
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >
> > Please take a look attached files.
> >
> >
> > ..........................
> >
> >
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >
> > Will try to reproduce
> > Anything useful in the logs?
> >
> >
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >
> > OM 5 - Snapshot 2605
> >
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> >
> > Debian 9, mysql-connector-java-8.0.12.jar
> >
> > Alvaro
> >
> >
> > ..................................
> >
> >
> >
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >
> > Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
> >
> >
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Hello Alvaro,
> >
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> >
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> >
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >
> > Hello Maxim,
> >
> > I've got the attached capture trying install OM 5 (first Snapshot
> > of today 18-10-2018).
> >
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> >
> > Alvaro
> >
> > ....................................
> >
> >
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >
> > Hello All,
> >
> > some news regarding WebRTC
> >
> > Settings dialog is made more user friendly: less "silent fails", less JS errors
> >
> > BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> >
> > I have issues with #2 and everything works as expected on #1
> >
> > Additionally there is an issue with Edge browser: [2]
> >
> > Would appreciate if you can test latest version on "demo-apache" [3]
> >
> > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be wrong :(
> >
> >
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > I'm going to perform additional code-review and will check this
> >
> > This is only initial version :)
> > Hopefully will be improved :))
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> > Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> > Stefan
> >
> >
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >
> > It is now working properly in Edge.
> >
> >
> >
> >
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> > Stefan
> >
> >
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> >
> > I'll fix some more errors with settings dialog later ...
> >
> > Thanks for the reports
> >
> >
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> >
> >
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> >
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
> >
> > Stefan
> >
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with every nightly build ...
> > Site contents should be ready to 5.0 release, so all pages need to checked/updated
> >
> > news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
> >
> >
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >
> > is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
> >
> > Thanks. Dan
> >
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > I just checked in Edge but there is a problem.
> >
> >
> >
> >
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> >
> > Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > and report any outdated/missing/unclear page ....
> >
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
> >
> > I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
> >
> > I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
> >
> > Dan
> >
> >
> >
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Hello Daniel,
> >
> > yes, this is WebRTC :)
> >
> > Nettesing and Video setup seems to work as expected and most probably will not be changed too much
> >
> > Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding add/remove rights
> >
> > This version should not work in IE11, Does in work in Safari/Edge?
> >
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >
> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
> >
> > Thanks. Dan
> >
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > OK,
> >
> > current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely some issues, but this version is "playable"
> >
> > It would be great to get some early feedback ...
> >
> >
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
> >
> > Best of luck... J
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> >
> > Hello Aaron,
> >
> > I'm currently trying to set up demo with somehow working version of 5.0
> > Will let you know if it will be successful :)
> >
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
> >
> > Didn't know how far out it was for live testing.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
...sorry: 5443 and...


....


El lun, 25-03-2019 a las 16:31 +0100, Alvaro escribió:
> ...and ports to open: 5080 and...
> 
> .............
> El lun, 25-03-2019 a las 21:11 +0700, Maxim Solodovnik escribió:
> > Hello Alvaro,
> > I would recomment to use port 5443 only in your tutorial
> > 5080 will cause WebRTC problems :)
> > 
> > Yep link to the SNAPSHOT is OK :)
> > 
> > @All
> > Can I pack 5.0.0-M1 RC1?
> > WDYT?
> > On Mon, 25 Mar 2019 at 17:40, Alvaro <zu...@gmail.com> wrote:
> > > ...this link can be?:
> > > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeet
> > > ings/lastSuccessfulBuild/artifact/openmeetings-
> > > server/target/apache-openmeetings-5.0.0-M1-SNAPSHOT.zip
> > > 
> > > ------------
> > > 
> > > El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
> > > > Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> > > > but i need a link to OM 5 file (maybe the snapshot?) to
> > > > download
> > > > and to know the ports to open: 5080 and...
> > > > 
> > > > ....................
> > > > 
> > > > 
> > > > El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hello Alvaro,
> > > > > First released WebRTC version will be 5.0.0-M1
> > > > > 
> > > > > According to "How configure "nobody" user in kurento-docker?"
> > > > > It is described here [1] "Kurento Configuration" section
> > > > > 
> > > > > I would copy `/etc/default/kurento-media-server` file from
> > > > > "real" KMS installation
> > > > > To some local folder for ex. /opt/kurento-config
> > > > > Change DAEMON_USER
> > > > > and then add another `--mount` command to `docker run`
> > > > > --mount type=bind,source=/opt/kurento-
> > > > > config,target=/etc/default/kurento-media-server
> > > > > 
> > > > > [1] https://hub.docker.com/r/kurento/kurento-media-server/
> > > > > On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > Please Maxim, could you let me know:
> > > > > > # Number of OM 5.x.x release
> > > > > > # This is the last point i need: How configure "nobody"
> > > > > > user in kurento-docker?
> > > > > > Thank you...
> > > > > > 
> > > > > > ...................................
> > > > > > 
> > > > > > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > > > > > > ...sorry, Google transllation works not very right.I
> > > > > > > mean, not lies but "Main"...
> > > > > > > 
> > > > > > > ................
> > > > > > > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > > > > > > > My interest lies in the time required for the
> > > > > > > > preparation of OM 5 tutorials. Relax a little, taste
> > > > > > > > your work and give me a time to prepare the tutorials.I
> > > > > > > > also think that OM 5 may be the only next release 
> > > > > > > > ...............................
> > > > > > > > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik
> > > > > > > > escribió:
> > > > > > > > > My idea was to release 5.0.0-M1 (so "WebRTC train"
> > > > > > > > > can start moving)Then perform some merge between
> > > > > > > > > 4.0.x and 5.0.0 branches (to make my life easier)
> > > > > > > > > Then we can discuss if it worth to release 4.0.9 :)
> > > > > > > > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zurcamos@gmail.
> > > > > > > > > com> wrote:
> > > > > > > > > > Could you please tell when will be the next 4.0.9
> > > > > > > > > > release?
> > > > > > > > > > I think you should let it ripen about two more
> > > > > > > > > > weeks. This will polish possible issues and i'll
> > > > > > > > > > have time toprepare the installation tutorials.
> > > > > > > > > > .......................
> > > > > > > > > > 
> > > > > > > > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim
> > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > Hello All,
> > > > > > > > > > > It seems all major issues for 5.0.x were fixed
> > > > > > > > > > > Any objections to release 5.0.0-M1? 
> > > > > > > > > > > 
> > > > > > > > > > > M1 == Milestone 1, i.e. this version worth wider
> > > > > > > > > > > testing but might be not production ready
> > > > > > > > > > > 
> > > > > > > > > > > WDYT?
> > > > > > > > > > > 
> > > > > > > > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so
> > > > > > > > > > > lomax666@gmail.com> wrote:
> > > > > > > > > > > > Hmm,
> > > > > > > > > > > > 
> > > > > > > > > > > > It seems to be the same issue with Audio in
> > > > > > > > > > > > Safari +
> > > > > > > > > > > > 
> > > > > > > > > > > > Screen-sharing/Recording is not working
> > > > > > > > > > > > 
> > > > > > > > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > And will try to check screen-sharing using
> > > > > > > > > > > > "real" Mac
> > > > > > > > > > > > 
> > > > > > > > > > > > most probably next week
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > Please file JIRA regarding this :)
> > > > > > > > > > > > 
> > > > > > > > > > > > Thanks in advance!
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@g
> > > > > > > > > > > > mail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Ok, now it is installed kurento on Ubuntu
> > > > > > > > > > > > 18.04.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Please take a look the videos:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > -----------------------------
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Please do not hesitate to report any issues
> > > > > > > > > > > > 
> > > > > > > > > > > > > It is really hard to develop OM5 without user
> > > > > > > > > > > > feedback :)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik
> > > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OK,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:8
> > > > > > > > > > > > 443/next
> > > > > > > > > > > > 
> > > > > > > > > > > > > I would like to get feedback
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > complex multiuser scenarious are welcome :)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik
> > > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello James,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > what version are you running? and what are
> > > > > > > > > > > > the issues?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Is it nightly build from our build server? or
> > > > > > > > > > > > are you building from sources?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jju
> > > > > > > > > > > > dge.developer83@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I know I am new to the group,. but I welcome
> > > > > > > > > > > > 5.0.0 and will be happy to test. I've got an
> > > > > > > > > > > > aws ubuntu 16 instance running and will happily
> > > > > > > > > > > > provide feedback. I have had some issues with
> > > > > > > > > > > > the current version doing desktop sharing and
> > > > > > > > > > > > can't wait to see it possibly working.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Thank you,
> > > > > > > > > > > > 
> > > > > > > > > > > > > James Judge
> > > > > > > > > > > > 
> > > > > > > > > > > > > www.JamesJudge.info
> > > > > > > > > > > > 
> > > > > > > > > > > > > (570) 230-4933
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello All,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > 4.0.8 VOTE is on the way
> > > > > > > > > > > > 
> > > > > > > > > > > > > So it's time for this DISCUSSION :)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I was able to implement some missing features
> > > > > > > > > > > > (recording+screen-sharing)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > And I believe now it's time to deploy current
> > > > > > > > > > > > 5.0.0 version to
> > > > > > > > > > > > 
> > > > > > > > > > > > > demo-next and perform couple of rounds of
> > > > > > > > > > > > "community testing"
> > > > > > > > > > > > 
> > > > > > > > > > > > > WDYT?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Good to know it is not OM issue :)
> > > > > > > > > > > > 
> > > > > > > > > > > > > You can use postgres as DB, should work out
> > > > > > > > > > > > of the box :)
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo |
> > > > > > > > > > > > mysql -u root -p mysql
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > That have changed something in my Debian 9
> > > > > > > > > > > > that affect also to my
> > > > > > > > > > > > 
> > > > > > > > > > > > > Windows 10 (two hours less) but could'nt
> > > > > > > > > > > > install OM 5 on Debian 9.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > So, in Debian 9 was 10 hours AM, and in
> > > > > > > > > > > > Windows was 8 hours AM.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Today, in Debian 9, 've changed tzdata from
> > > > > > > > > > > > Europe/Madrid to Atlantic/Azores
> > > > > > > > > > > > 
> > > > > > > > > > > > > (two hours less). After this tryied install
> > > > > > > > > > > > OM 5 and...WINNER!
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > The problem it was relationed with tzdata, as
> > > > > > > > > > > > you said.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Thank you.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Alvaro
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > ...............................................
> > > > > > > > > > > > ..............
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Check this article: https://stackoverflow.com
> > > > > > > > > > > > /questions/49518683/the-server-time-zone-value-
> > > > > > > > > > > > cest-is-unrecognized
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > It is weird you have both: Europe/Madrid
> > > > > > > > > > > > (CEST, +0200)
> > > > > > > > > > > > 
> > > > > > > > > > > > > I'll try to Google this error, should be
> > > > > > > > > > > > something well-known
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ...i will try in Fedora 28.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Here is it you ask:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > > > > 
> > > > > > > > > > > > >       Local time: vie 2018-10-19 11:37:19
> > > > > > > > > > > > CEST
> > > > > > > > > > > > 
> > > > > > > > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > > > > > > > 
> > > > > > > > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > > > > > > > 
> > > > > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > > > > 
> > > > > > > > > > > > >  Network time on: yes
> > > > > > > > > > > > 
> > > > > > > > > > > > > NTP synchronized: no
> > > > > > > > > > > > 
> > > > > > > > > > > > >  RTC in local TZ: yes
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Warning: The system is configured to read the
> > > > > > > > > > > > RTC time in the local time zone.
> > > > > > > > > > > > 
> > > > > > > > > > > > >          This mode can not be fully
> > > > > > > > > > > > supported. It will create various problems
> > > > > > > > > > > > 
> > > > > > > > > > > > >          with time zone changes and daylight
> > > > > > > > > > > > saving time adjustments. The RTC
> > > > > > > > > > > > 
> > > > > > > > > > > > >          time is never updated, it relies on
> > > > > > > > > > > > external facilities to maintain it.
> > > > > > > > > > > > 
> > > > > > > > > > > > >          If at all possible, use RTC in UTC
> > > > > > > > > > > > by calling
> > > > > > > > > > > > 
> > > > > > > > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ...and after again:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > > > > 
> > > > > > > > > > > > >       Local time: vie 2018-10-19 11:39:11
> > > > > > > > > > > > CEST
> > > > > > > > > > > > 
> > > > > > > > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > > > > > > > 
> > > > > > > > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > > > > > > > 
> > > > > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > > > > 
> > > > > > > > > > > > >  Network time on: yes
> > > > > > > > > > > > 
> > > > > > > > > > > > > NTP synchronized: no
> > > > > > > > > > > > 
> > > > > > > > > > > > >  RTC in local TZ: no
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > ...............................................
> > > > > > > > > > > > .................
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Just have checked with
> > > > > > > > > > > > 
> > > > > > > > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux
> > > > > > > > > > > > on x86_64 ((Ubuntu))
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Everything works as expected
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maybe there are some more TZ settings in
> > > > > > > > > > > > MariaDB?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > What is the output of
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > `timedatectl`
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but
> > > > > > > > > > > > i've reconfigured tzdata
> > > > > > > > > > > > 
> > > > > > > > > > > > > with Europe/Madrid, but the resultat is the
> > > > > > > > > > > > same.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ........................................
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > The error is "The server time zone value
> > > > > > > > > > > > 'CEST' is unrecognized or represents more than
> > > > > > > > > > > > one time zone. You must configure either the
> > > > > > > > > > > > server or JDBC driver (via the serverTimezone
> > > > > > > > > > > > configuration property) to use a more specifc
> > > > > > > > > > > > time zone value if you want to utilize time
> > > > > > > > > > > > zone support."
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > MySql for some reason don't like if time zone
> > > > > > > > > > > > is set as CEST, can you run
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > > > > > > 
> > > > > > > > > > > > > and set something like 'Europe/Madrid' as
> > > > > > > > > > > > time zone?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Please take a look attached files.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ..........................
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Will try to reproduce
> > > > > > > > > > > > 
> > > > > > > > > > > > > Anything useful in the logs?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM 5 - Snapshot 2605
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > When try install it say: Could not create
> > > > > > > > > > > > connection to
> > > > > > > > > > > > 
> > > > > > > > > > > > > database.... (attached capture).
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Alvaro
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ..................................
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Correction: OM5 will work with MySql driver
> > > > > > > > > > > > 5.x but you need to change driver class in
> > > > > > > > > > > > mysql_persistense.xml to achieve this
> > > > > > > > > > > > 
> > > > > > > > > > > > > Driver class name has been changed in 8.x and
> > > > > > > > > > > > was producing warning in the logs, this is why
> > > > > > > > > > > > I have changed it
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello Alvaro,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > > > > > > 
> > > > > > > > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > [1] https://mvnrepository.com/artifact/mysql/
> > > > > > > > > > > > mysql-connector-java
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello Maxim,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I've got the attached capture trying install
> > > > > > > > > > > > OM 5 (first Snapshot
> > > > > > > > > > > > 
> > > > > > > > > > > > > of today 18-10-2018).
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > > > > > > 
> > > > > > > > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Alvaro
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > ....................................
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello All,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > some news regarding WebRTC
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Settings dialog is made more user friendly:
> > > > > > > > > > > > less "silent fails", less JS errors
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > BUT it seems some RTC features are not
> > > > > > > > > > > > working if you have MS Edge and Win 10 NOT pro
> > > > > > > > > > > > or Enterprise [1]
> > > > > > > > > > > > 
> > > > > > > > > > > > > I have 2 identical VMs
> > > > > > > > > > > > 
> > > > > > > > > > > > > 1) with Win 10 Pro
> > > > > > > > > > > > 
> > > > > > > > > > > > > 2) with Win 10 Pro.N
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I have issues with #2 and everything works as
> > > > > > > > > > > > expected on #1
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Additionally there is an issue with Edge
> > > > > > > > > > > > browser: [2]
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Would appreciate if you can test latest
> > > > > > > > > > > > version on "demo-apache" [3]
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > [1] https://developer.microsoft.com/en-us/mic
> > > > > > > > > > > > rosoft-edge/platform/issues/17357055/#comment-5
> > > > > > > > > > > > 
> > > > > > > > > > > > > [2] https://issues.apache.org/jira/browse/OPE
> > > > > > > > > > > > NMEETINGS-1956
> > > > > > > > > > > > 
> > > > > > > > > > > > > [3] https://demo-openmeetings.apache.org/open
> > > > > > > > > > > > meetings
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik
> > > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Document conversion is actually broken on
> > > > > > > > > > > > this demo server
> > > > > > > > > > > > 
> > > > > > > > > > > > > This seems to be caused by server
> > > > > > > > > > > > configuration
> > > > > > > > > > > > 
> > > > > > > > > > > > > No sure yet what is wrong
> > > > > > > > > > > > 
> > > > > > > > > > > > > Will try to fix it in a week or two, have no
> > > > > > > > > > > > idea what can be wrong :(
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik
> > > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I'm going to perform additional code-review
> > > > > > > > > > > > and will check this
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > This is only initial version :)
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hopefully will be improved :))
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <ste
> > > > > > > > > > > > fan@quatrekuehl.eu> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Checked it again with Win10 und FF, but with
> > > > > > > > > > > > a USB Headset and it works well! (I just
> > > > > > > > > > > > recognize that my voice was also in my
> > > > > > > > > > > > headphones?!)
> > > > > > > > > > > > 
> > > > > > > > > > > > > Retry it with the non USB Headset und it
> > > > > > > > > > > > won't work. I mentioned that FF and Chrome
> > > > > > > > > > > > didn't ask for permission to use the the
> > > > > > > > > > > > microphone of the non-USB Headset. Maybe, this
> > > > > > > > > > > > a the point we should draw our attention too?
> > > > > > > > > > > > 
> > > > > > > > > > > > > Stefan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > It is now working properly in Edge.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <s
> > > > > > > > > > > > tefan@quatrekuehl.eu> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Nothing changes. Got another test on an
> > > > > > > > > > > > virtual Win10 and fresh firefox installtion.
> > > > > > > > > > > > Same behaviour.
> > > > > > > > > > > > 
> > > > > > > > > > > > > Stefan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Am 09.10.2018 10:27, schrieb Maxim
> > > > > > > > > > > > Solodovnik:
> > > > > > > > > > > > 
> > > > > > > > > > > > > It is weird: you got "MS Edge" errors on
> > > > > > > > > > > > Chrome+FF :((
> > > > > > > > > > > > 
> > > > > > > > > > > > > I have fixed some "Edge" errors, so demo
> > > > > > > > > > > > should behave better
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I'll fix some more errors with settings
> > > > > > > > > > > > dialog later ...
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Thanks for the reports
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <ste
> > > > > > > > > > > > fan@quatrekuehl.eu> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > The screenshot was taken in firefox 62.0.3
> > > > > > > > > > > > and ubuntu 18.04., same behaviour in chrome
> > > > > > > > > > > > 69.0.329 and ubuntu 18.04.
> > > > > > > > > > > > 
> > > > > > > > > > > > > Also tried with root and sudo to avoid
> > > > > > > > > > > > restrictions.
> > > > > > > > > > > > 
> > > > > > > > > > > > > Stefan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Am 09.10.2018 07:23, schrieb Maxim
> > > > > > > > > > > > Solodovnik:
> > > > > > > > > > > > 
> > > > > > > > > > > > > What OS/Browser are you using?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <ste
> > > > > > > > > > > > fan@quatrekuehl.eu> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hi,
> > > > > > > > > > > > 
> > > > > > > > > > > > > tried the OM 5 Demo with plugged in headset.
> > > > > > > > > > > > But no chance to choose it. The "Choose
> > > > > > > > > > > > microphone" option remains in "Loading data,
> > > > > > > > > > > > please wait" and everytime i try to reload, the
> > > > > > > > > > > > red error message appears. Headset is not USB
> > > > > > > > > > > > but chinch.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Stefan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Am 09.10.2018 06:27, schrieb Maxim
> > > > > > > > > > > > Solodovnik:
> > > > > > > > > > > > 
> > > > > > > > > > > > > Actually it is not one page it is OM site
> > > > > > > > > > > > being re-build with every nightly build ...
> > > > > > > > > > > > 
> > > > > > > > > > > > > Site contents should be ready to 5.0 release,
> > > > > > > > > > > > so all pages need to checked/updated
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > news, changelog and announces will be updated
> > > > > > > > > > > > during release process, so it displays 4.0.5
> > > > > > > > > > > > right now :)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <a
> > > > > > > > > > > > plusadmin@aplustutoring.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > This page: https://builds.apache.org/view/M-R
> > > > > > > > > > > > /view/OpenMeetings/job/openmeetings/site/openme
> > > > > > > > > > > > etings-server/index.html
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > is set up for version 4.0.5, correct? Is that
> > > > > > > > > > > > what you want me to check for errors/updates?
> > > > > > > > > > > > Or do you want something mentioning version
> > > > > > > > > > > > 5.0?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Thanks. Dan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher
> > > > > > > > > > > > <ap...@aplustutoring.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I just checked in Edge but there is a
> > > > > > > > > > > > problem.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > document upload seems to be jodConverter
> > > > > > > > > > > > and/or server issue, hopelly will be able to
> > > > > > > > > > > > address
> > > > > > > > > > > > 
> > > > > > > > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Additional task might be to check site of 5.0
> > > > > > > > > > > > version: https://builds.apache.org/view/M-R/vie
> > > > > > > > > > > > w/OpenMeetings/job/openmeetings/site/openmeetin
> > > > > > > > > > > > gs-server/index.html
> > > > > > > > > > > > 
> > > > > > > > > > > > > and report any outdated/missing/unclear page
> > > > > > > > > > > > ....
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <a
> > > > > > > > > > > > plusadmin@aplustutoring.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > It's really great that you got WebRTC going!!
> > > > > > > > > > > > I'm sure it's been a lot of hard work.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I tried uploading a document but it didn't
> > > > > > > > > > > > work. I assume that the document conversion
> > > > > > > > > > > > stuff isn't configured yet so that is why I
> > > > > > > > > > > > asked what needs to be tested.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I'll try using it in Edge and do some of the
> > > > > > > > > > > > testing you mentioned. Let me know if there is
> > > > > > > > > > > > anything else I can help with.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Dan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello Daniel,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > yes, this is WebRTC :)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Nettesing and Video setup seems to work as
> > > > > > > > > > > > expected and most probably will not be changed
> > > > > > > > > > > > too much
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Room Audio/Video is in "early-alpha" stage
> > > > > > > > > > > > and I would like to know: how good is it so
> > > > > > > > > > > > far?
> > > > > > > > > > > > 
> > > > > > > > > > > > > Is on/off audio/video being correctly
> > > > > > > > > > > > handled? Same regarding add/remove rights
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > This version should not work in IE11, Does in
> > > > > > > > > > > > work in Safari/Edge?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <a
> > > > > > > > > > > > plusadmin@aplustutoring.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hi Maxim. I see that the webcam and audio are
> > > > > > > > > > > > working. Is this WebRTC? What would you like us
> > > > > > > > > > > > to check for when we are trying it out?
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Thanks. Dan
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim
> > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > OK,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > current (I would say alpha version) is
> > > > > > > > > > > > available on our demo server: https://demo-open
> > > > > > > > > > > > meetings.apache.org/openmeetings
> > > > > > > > > > > > 
> > > > > > > > > > > > > Something still not implemented, and there
> > > > > > > > > > > > are definitely some issues, but this version is
> > > > > > > > > > > > "playable"
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > It would be great to get some early feedback
> > > > > > > > > > > > ...
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <
> > > > > > > > > > > > Amit.K@mind-infotech.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Best of luck... J
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gma
> > > > > > > > > > > > il.com]
> > > > > > > > > > > > 
> > > > > > > > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > > > > > > 
> > > > > > > > > > > > > To: Openmeetings user-list <user@openmeetings
> > > > > > > > > > > > .apache.org>
> > > > > > > > > > > > 
> > > > > > > > > > > > > Subject: Re: OM 5
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hello Aaron,
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > I'm currently trying to set up demo with
> > > > > > > > > > > > somehow working version of 5.0
> > > > > > > > > > > > 
> > > > > > > > > > > > > Will let you know if it will be successful :)
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, 2 Oct 2018 at 23:35, <aaron.hepp@gmai
> > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > > How close do you think it is for going into
> > > > > > > > > > > > live testing with OM5?  Reason I ask is with
> > > > > > > > > > > > the most recent update to Chrome, even with a
> > > > > > > > > > > > valid cert, and even if you told the website to
> > > > > > > > > > > > allow flash, users are having to click allow
> > > > > > > > > > > > flash in the audio/video box.  And then it has
> > > > > > > > > > > > to refresh the page to do so.  Looks like it is
> > > > > > > > > > > > across the board with all flash content on any
> > > > > > > > > > > > website now within Chrome.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > Didn't know how far out it was for live
> > > > > > > > > > > > testing.
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > The information contained in this electronic
> > > > > > > > > > > > message and any attachments to this message are
> > > > > > > > > > > > intended for the exclusive use of the
> > > > > > > > > > > > addressee(s) and may contain proprietary,
> > > > > > > > > > > > confidential or privileged information. If you
> > > > > > > > > > > > are not the intended recipient, you should not
> > > > > > > > > > > > disseminate, distribute or copy this e-mail.
> > > > > > > > > > > > Please notify the sender immediately and
> > > > > > > > > > > > destroy all copies of this message and any
> > > > > > > > > > > > attachments. WARNING: Computer viruses can be
> > > > > > > > > > > > transmitted via email. The recipient should
> > > > > > > > > > > > check this email and any attachments for the
> > > > > > > > > > > > presence of viruses. The company accepts no
> > > > > > > > > > > > liability for any damage caused by any
> > > > > > > > > > > > virus/trojan/worms/malicious code transmitted
> > > > > > > > > > > > by this email. www.motherson.com
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > > > > 
> > > > > > > > > > > > > President
> > > > > > > > > > > > 
> > > > > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > > > > 
> > > > > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > > > > 
> > > > > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > > > > 
> > > > > > > > > > > > > Office: 215.886.9188
> > > > > > > > > > > > 
> > > > > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > > > > 
> > > > > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > > > > 
> > > > > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > > > > 
> > > > > > > > > > > > > President
> > > > > > > > > > > > 
> > > > > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > > > > 
> > > > > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > > > > 
> > > > > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > > > > 
> > > > > > > > > > > > > Office: 215.886.9188
> > > > > > > > > > > > 
> > > > > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > > > > 
> > > > > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > > > > 
> > > > > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > 
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > >
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > -- 
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> > 
> > -- 
> > WBR
> > Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
...and ports to open: 5080 and...

.............
El lun, 25-03-2019 a las 21:11 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> I would recomment to use port 5443 only in your tutorial
> 5080 will cause WebRTC problems :)
> 
> Yep link to the SNAPSHOT is OK :)
> 
> @All
> Can I pack 5.0.0-M1 RC1?
> WDYT?
> On Mon, 25 Mar 2019 at 17:40, Alvaro <zu...@gmail.com> wrote:
> > ...this link can be?:
> > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetin
> > gs/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-
> > openmeetings-5.0.0-M1-SNAPSHOT.zip
> > 
> > ------------
> > 
> > El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
> > > Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> > > but i need a link to OM 5 file (maybe the snapshot?) to download
> > > and to know the ports to open: 5080 and...
> > > 
> > > ....................
> > > 
> > > 
> > > El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
> > > > Hello Alvaro,
> > > > First released WebRTC version will be 5.0.0-M1
> > > > 
> > > > According to "How configure "nobody" user in kurento-docker?"
> > > > It is described here [1] "Kurento Configuration" section
> > > > 
> > > > I would copy `/etc/default/kurento-media-server` file from
> > > > "real" KMS installation
> > > > To some local folder for ex. /opt/kurento-config
> > > > Change DAEMON_USER
> > > > and then add another `--mount` command to `docker run`
> > > > --mount type=bind,source=/opt/kurento-
> > > > config,target=/etc/default/kurento-media-server
> > > > 
> > > > [1] https://hub.docker.com/r/kurento/kurento-media-server/
> > > > On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > > Please Maxim, could you let me know:
> > > > > # Number of OM 5.x.x release
> > > > > # This is the last point i need: How configure "nobody" user
> > > > > in kurento-docker?
> > > > > Thank you...
> > > > > 
> > > > > ...................................
> > > > > 
> > > > > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > > > > > ...sorry, Google transllation works not very right.I mean,
> > > > > > not lies but "Main"...
> > > > > > 
> > > > > > ................
> > > > > > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > > > > > > My interest lies in the time required for the preparation
> > > > > > > of OM 5 tutorials. Relax a little, taste your work and
> > > > > > > give me a time to prepare the tutorials.I also think that
> > > > > > > OM 5 may be the only next release 
> > > > > > > ...............................
> > > > > > > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > My idea was to release 5.0.0-M1 (so "WebRTC train" can
> > > > > > > > start moving)Then perform some merge between 4.0.x and
> > > > > > > > 5.0.0 branches (to make my life easier)
> > > > > > > > Then we can discuss if it worth to release 4.0.9 :)
> > > > > > > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zurcamos@gmail.co
> > > > > > > > m> wrote:
> > > > > > > > > Could you please tell when will be the next 4.0.9
> > > > > > > > > release?
> > > > > > > > > I think you should let it ripen about two more
> > > > > > > > > weeks. This will polish possible issues and i'll have
> > > > > > > > > time toprepare the installation tutorials.
> > > > > > > > > .......................
> > > > > > > > > 
> > > > > > > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Hello All,
> > > > > > > > > > It seems all major issues for 5.0.x were fixed
> > > > > > > > > > Any objections to release 5.0.0-M1? 
> > > > > > > > > > 
> > > > > > > > > > M1 == Milestone 1, i.e. this version worth wider
> > > > > > > > > > testing but might be not production ready
> > > > > > > > > > 
> > > > > > > > > > WDYT?
> > > > > > > > > > 
> > > > > > > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solo
> > > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > > > Hmm,
> > > > > > > > > > > 
> > > > > > > > > > > It seems to be the same issue with Audio in
> > > > > > > > > > > Safari +
> > > > > > > > > > > 
> > > > > > > > > > > Screen-sharing/Recording is not working
> > > > > > > > > > > 
> > > > > > > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > And will try to check screen-sharing using "real"
> > > > > > > > > > > Mac
> > > > > > > > > > > 
> > > > > > > > > > > most probably next week
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > Please file JIRA regarding this :)
> > > > > > > > > > > 
> > > > > > > > > > > Thanks in advance!
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gma
> > > > > > > > > > > il.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Ok, now it is installed kurento on Ubuntu
> > > > > > > > > > > 18.04.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Please take a look the videos:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > -----------------------------
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Please do not hesitate to report any issues
> > > > > > > > > > > 
> > > > > > > > > > > > It is really hard to develop OM5 without user
> > > > > > > > > > > feedback :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OK,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:844
> > > > > > > > > > > 3/next
> > > > > > > > > > > 
> > > > > > > > > > > > I would like to get feedback
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > complex multiuser scenarious are welcome :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello James,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > what version are you running? and what are the
> > > > > > > > > > > issues?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Is it nightly build from our build server? or
> > > > > > > > > > > are you building from sources?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudg
> > > > > > > > > > > e.developer83@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I know I am new to the group,. but I welcome
> > > > > > > > > > > 5.0.0 and will be happy to test. I've got an aws
> > > > > > > > > > > ubuntu 16 instance running and will happily
> > > > > > > > > > > provide feedback. I have had some issues with the
> > > > > > > > > > > current version doing desktop sharing and can't
> > > > > > > > > > > wait to see it possibly working.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thank you,
> > > > > > > > > > > 
> > > > > > > > > > > > James Judge
> > > > > > > > > > > 
> > > > > > > > > > > > www.JamesJudge.info
> > > > > > > > > > > 
> > > > > > > > > > > > (570) 230-4933
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello All,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > 4.0.8 VOTE is on the way
> > > > > > > > > > > 
> > > > > > > > > > > > So it's time for this DISCUSSION :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I was able to implement some missing features
> > > > > > > > > > > (recording+screen-sharing)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > And I believe now it's time to deploy current
> > > > > > > > > > > 5.0.0 version to
> > > > > > > > > > > 
> > > > > > > > > > > > demo-next and perform couple of rounds of
> > > > > > > > > > > "community testing"
> > > > > > > > > > > 
> > > > > > > > > > > > WDYT?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Good to know it is not OM issue :)
> > > > > > > > > > > 
> > > > > > > > > > > > You can use postgres as DB, should work out of
> > > > > > > > > > > the box :)
> > > > > > > > > > > 
> > > > > > > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql
> > > > > > > > > > > -u root -p mysql
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > That have changed something in my Debian 9 that
> > > > > > > > > > > affect also to my
> > > > > > > > > > > 
> > > > > > > > > > > > Windows 10 (two hours less) but could'nt
> > > > > > > > > > > install OM 5 on Debian 9.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > So, in Debian 9 was 10 hours AM, and in Windows
> > > > > > > > > > > was 8 hours AM.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Today, in Debian 9, 've changed tzdata from
> > > > > > > > > > > Europe/Madrid to Atlantic/Azores
> > > > > > > > > > > 
> > > > > > > > > > > > (two hours less). After this tryied install OM
> > > > > > > > > > > 5 and...WINNER!
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The problem it was relationed with tzdata, as
> > > > > > > > > > > you said.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thank you.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > .................................................
> > > > > > > > > > > ............
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Check this article: https://stackoverflow.com/q
> > > > > > > > > > > uestions/49518683/the-server-time-zone-value-
> > > > > > > > > > > cest-is-unrecognized
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It is weird you have both: Europe/Madrid (CEST,
> > > > > > > > > > > +0200)
> > > > > > > > > > > 
> > > > > > > > > > > > I'll try to Google this error, should be
> > > > > > > > > > > something well-known
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...i will try in Fedora 28.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Here is it you ask:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > > > 
> > > > > > > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > > > > > > 
> > > > > > > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > > > > > > 
> > > > > > > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > > > > > > 
> > > > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > > > 
> > > > > > > > > > > >  Network time on: yes
> > > > > > > > > > > 
> > > > > > > > > > > > NTP synchronized: no
> > > > > > > > > > > 
> > > > > > > > > > > >  RTC in local TZ: yes
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Warning: The system is configured to read the
> > > > > > > > > > > RTC time in the local time zone.
> > > > > > > > > > > 
> > > > > > > > > > > >          This mode can not be fully supported.
> > > > > > > > > > > It will create various problems
> > > > > > > > > > > 
> > > > > > > > > > > >          with time zone changes and daylight
> > > > > > > > > > > saving time adjustments. The RTC
> > > > > > > > > > > 
> > > > > > > > > > > >          time is never updated, it relies on
> > > > > > > > > > > external facilities to maintain it.
> > > > > > > > > > > 
> > > > > > > > > > > >          If at all possible, use RTC in UTC by
> > > > > > > > > > > calling
> > > > > > > > > > > 
> > > > > > > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...and after again:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > > > 
> > > > > > > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > > > > > > 
> > > > > > > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > > > > > > 
> > > > > > > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > > > > > > 
> > > > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > > > 
> > > > > > > > > > > >  Network time on: yes
> > > > > > > > > > > 
> > > > > > > > > > > > NTP synchronized: no
> > > > > > > > > > > 
> > > > > > > > > > > >  RTC in local TZ: no
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > .................................................
> > > > > > > > > > > ...............
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Just have checked with
> > > > > > > > > > > 
> > > > > > > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux
> > > > > > > > > > > on x86_64 ((Ubuntu))
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Everything works as expected
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Maybe there are some more TZ settings in
> > > > > > > > > > > MariaDB?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > What is the output of
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > `timedatectl`
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but
> > > > > > > > > > > i've reconfigured tzdata
> > > > > > > > > > > 
> > > > > > > > > > > > with Europe/Madrid, but the resultat is the
> > > > > > > > > > > same.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ........................................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The error is "The server time zone value 'CEST'
> > > > > > > > > > > is unrecognized or represents more than one time
> > > > > > > > > > > zone. You must configure either the server or
> > > > > > > > > > > JDBC driver (via the serverTimezone configuration
> > > > > > > > > > > property) to use a more specifc time zone value
> > > > > > > > > > > if you want to utilize time zone support."
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > MySql for some reason don't like if time zone
> > > > > > > > > > > is set as CEST, can you run
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > > > > > 
> > > > > > > > > > > > and set something like 'Europe/Madrid' as time
> > > > > > > > > > > zone?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Please take a look attached files.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ..........................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Will try to reproduce
> > > > > > > > > > > 
> > > > > > > > > > > > Anything useful in the logs?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM 5 - Snapshot 2605
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > When try install it say: Could not create
> > > > > > > > > > > connection to
> > > > > > > > > > > 
> > > > > > > > > > > > database.... (attached capture).
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ..................................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Correction: OM5 will work with MySql driver 5.x
> > > > > > > > > > > but you need to change driver class in
> > > > > > > > > > > mysql_persistense.xml to achieve this
> > > > > > > > > > > 
> > > > > > > > > > > > Driver class name has been changed in 8.x and
> > > > > > > > > > > was producing warning in the logs, this is why I
> > > > > > > > > > > have changed it
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Alvaro,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > > > > > 
> > > > > > > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > [1] https://mvnrepository.com/artifact/mysql/my
> > > > > > > > > > > sql-connector-java
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Maxim,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I've got the attached capture trying install OM
> > > > > > > > > > > 5 (first Snapshot
> > > > > > > > > > > 
> > > > > > > > > > > > of today 18-10-2018).
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > > > > > 
> > > > > > > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > ....................................
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello All,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > some news regarding WebRTC
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Settings dialog is made more user friendly:
> > > > > > > > > > > less "silent fails", less JS errors
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > BUT it seems some RTC features are not working
> > > > > > > > > > > if you have MS Edge and Win 10 NOT pro or
> > > > > > > > > > > Enterprise [1]
> > > > > > > > > > > 
> > > > > > > > > > > > I have 2 identical VMs
> > > > > > > > > > > 
> > > > > > > > > > > > 1) with Win 10 Pro
> > > > > > > > > > > 
> > > > > > > > > > > > 2) with Win 10 Pro.N
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I have issues with #2 and everything works as
> > > > > > > > > > > expected on #1
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Additionally there is an issue with Edge
> > > > > > > > > > > browser: [2]
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Would appreciate if you can test latest version
> > > > > > > > > > > on "demo-apache" [3]
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > [1] https://developer.microsoft.com/en-us/micro
> > > > > > > > > > > soft-edge/platform/issues/17357055/#comment-5
> > > > > > > > > > > 
> > > > > > > > > > > > [2] https://issues.apache.org/jira/browse/OPENM
> > > > > > > > > > > EETINGS-1956
> > > > > > > > > > > 
> > > > > > > > > > > > [3] https://demo-openmeetings.apache.org/openme
> > > > > > > > > > > etings
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Document conversion is actually broken on this
> > > > > > > > > > > demo server
> > > > > > > > > > > 
> > > > > > > > > > > > This seems to be caused by server configuration
> > > > > > > > > > > 
> > > > > > > > > > > > No sure yet what is wrong
> > > > > > > > > > > 
> > > > > > > > > > > > Will try to fix it in a week or two, have no
> > > > > > > > > > > idea what can be wrong :(
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <
> > > > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'm going to perform additional code-review and
> > > > > > > > > > > will check this
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > This is only initial version :)
> > > > > > > > > > > 
> > > > > > > > > > > > Hopefully will be improved :))
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefa
> > > > > > > > > > > n@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Checked it again with Win10 und FF, but with a
> > > > > > > > > > > USB Headset and it works well! (I just recognize
> > > > > > > > > > > that my voice was also in my headphones?!)
> > > > > > > > > > > 
> > > > > > > > > > > > Retry it with the non USB Headset und it won't
> > > > > > > > > > > work. I mentioned that FF and Chrome didn't ask
> > > > > > > > > > > for permission to use the the microphone of the
> > > > > > > > > > > non-USB Headset. Maybe, this a the point we
> > > > > > > > > > > should draw our attention too?
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It is now working properly in Edge.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <ste
> > > > > > > > > > > fan@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Nothing changes. Got another test on an virtual
> > > > > > > > > > > Win10 and fresh firefox installtion. Same
> > > > > > > > > > > behaviour.
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > > > > > 
> > > > > > > > > > > > It is weird: you got "MS Edge" errors on
> > > > > > > > > > > Chrome+FF :((
> > > > > > > > > > > 
> > > > > > > > > > > > I have fixed some "Edge" errors, so demo should
> > > > > > > > > > > behave better
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'll fix some more errors with settings dialog
> > > > > > > > > > > later ...
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thanks for the reports
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefa
> > > > > > > > > > > n@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The screenshot was taken in firefox 62.0.3 and
> > > > > > > > > > > ubuntu 18.04., same behaviour in chrome 69.0.329
> > > > > > > > > > > and ubuntu 18.04.
> > > > > > > > > > > 
> > > > > > > > > > > > Also tried with root and sudo to avoid
> > > > > > > > > > > restrictions.
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > > > > > 
> > > > > > > > > > > > What OS/Browser are you using?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefa
> > > > > > > > > > > n@quatrekuehl.eu> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hi,
> > > > > > > > > > > 
> > > > > > > > > > > > tried the OM 5 Demo with plugged in headset.
> > > > > > > > > > > But no chance to choose it. The "Choose
> > > > > > > > > > > microphone" option remains in "Loading data,
> > > > > > > > > > > please wait" and everytime i try to reload, the
> > > > > > > > > > > red error message appears. Headset is not USB but
> > > > > > > > > > > chinch.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Stefan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > > > > > 
> > > > > > > > > > > > Actually it is not one page it is OM site being
> > > > > > > > > > > re-build with every nightly build ...
> > > > > > > > > > > 
> > > > > > > > > > > > Site contents should be ready to 5.0 release,
> > > > > > > > > > > so all pages need to checked/updated
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > news, changelog and announces will be updated
> > > > > > > > > > > during release process, so it displays 4.0.5
> > > > > > > > > > > right now :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <apl
> > > > > > > > > > > usadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > This page: https://builds.apache.org/view/M-R/v
> > > > > > > > > > > iew/OpenMeetings/job/openmeetings/site/openmeetin
> > > > > > > > > > > gs-server/index.html
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > is set up for version 4.0.5, correct? Is that
> > > > > > > > > > > what you want me to check for errors/updates? Or
> > > > > > > > > > > do you want something mentioning version 5.0?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thanks. Dan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> > > > > > > > > > > aplusadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I just checked in Edge but there is a problem.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > document upload seems to be jodConverter and/or
> > > > > > > > > > > server issue, hopelly will be able to address
> > > > > > > > > > > 
> > > > > > > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Additional task might be to check site of 5.0
> > > > > > > > > > > version: https://builds.apache.org/view/M-R/view/
> > > > > > > > > > > OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > > > > > > server/index.html
> > > > > > > > > > > 
> > > > > > > > > > > > and report any outdated/missing/unclear page
> > > > > > > > > > > ....
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <apl
> > > > > > > > > > > usadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It's really great that you got WebRTC going!!
> > > > > > > > > > > I'm sure it's been a lot of hard work.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I tried uploading a document but it didn't
> > > > > > > > > > > work. I assume that the document conversion stuff
> > > > > > > > > > > isn't configured yet so that is why I asked what
> > > > > > > > > > > needs to be tested.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'll try using it in Edge and do some of the
> > > > > > > > > > > testing you mentioned. Let me know if there is
> > > > > > > > > > > anything else I can help with.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Dan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Daniel,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > yes, this is WebRTC :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Nettesing and Video setup seems to work as
> > > > > > > > > > > expected and most probably will not be changed
> > > > > > > > > > > too much
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Room Audio/Video is in "early-alpha" stage and
> > > > > > > > > > > I would like to know: how good is it so far?
> > > > > > > > > > > 
> > > > > > > > > > > > Is on/off audio/video being correctly handled?
> > > > > > > > > > > Same regarding add/remove rights
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > This version should not work in IE11, Does in
> > > > > > > > > > > work in Safari/Edge?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <apl
> > > > > > > > > > > usadmin@aplustutoring.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hi Maxim. I see that the webcam and audio are
> > > > > > > > > > > working. Is this WebRTC? What would you like us
> > > > > > > > > > > to check for when we are trying it out?
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Thanks. Dan
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > OK,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > current (I would say alpha version) is
> > > > > > > > > > > available on our demo server: https://demo-openme
> > > > > > > > > > > etings.apache.org/openmeetings
> > > > > > > > > > > 
> > > > > > > > > > > > Something still not implemented, and there are
> > > > > > > > > > > definitely some issues, but this version is
> > > > > > > > > > > "playable"
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > It would be great to get some early feedback
> > > > > > > > > > > ...
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am
> > > > > > > > > > > it.K@mind-infotech.com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Best of luck... J
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail
> > > > > > > > > > > .com]
> > > > > > > > > > > 
> > > > > > > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > > > > > 
> > > > > > > > > > > > To: Openmeetings user-list <user@openmeetings.a
> > > > > > > > > > > pache.org>
> > > > > > > > > > > 
> > > > > > > > > > > > Subject: Re: OM 5
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Hello Aaron,
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > I'm currently trying to set up demo with
> > > > > > > > > > > somehow working version of 5.0
> > > > > > > > > > > 
> > > > > > > > > > > > Will let you know if it will be successful :)
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > On Tue, 2 Oct 2018 at 23:35, <aaron.hepp@gmail.
> > > > > > > > > > > com> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > How close do you think it is for going into
> > > > > > > > > > > live testing with OM5?  Reason I ask is with the
> > > > > > > > > > > most recent update to Chrome, even with a valid
> > > > > > > > > > > cert, and even if you told the website to allow
> > > > > > > > > > > flash, users are having to click allow flash in
> > > > > > > > > > > the audio/video box.  And then it has to refresh
> > > > > > > > > > > the page to do so.  Looks like it is across the
> > > > > > > > > > > board with all flash content on any website now
> > > > > > > > > > > within Chrome.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > Didn't know how far out it was for live
> > > > > > > > > > > testing.
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > The information contained in this electronic
> > > > > > > > > > > message and any attachments to this message are
> > > > > > > > > > > intended for the exclusive use of the
> > > > > > > > > > > addressee(s) and may contain proprietary,
> > > > > > > > > > > confidential or privileged information. If you
> > > > > > > > > > > are not the intended recipient, you should not
> > > > > > > > > > > disseminate, distribute or copy this e-mail.
> > > > > > > > > > > Please notify the sender immediately and destroy
> > > > > > > > > > > all copies of this message and any attachments.
> > > > > > > > > > > WARNING: Computer viruses can be transmitted via
> > > > > > > > > > > email. The recipient should check this email and
> > > > > > > > > > > any attachments for the presence of viruses. The
> > > > > > > > > > > company accepts no liability for any damage
> > > > > > > > > > > caused by any virus/trojan/worms/malicious code
> > > > > > > > > > > transmitted by this email. www.motherson.com
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > > > 
> > > > > > > > > > > > President
> > > > > > > > > > > 
> > > > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > > > 
> > > > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > > > 
> > > > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > > > 
> > > > > > > > > > > > Office: 215.886.9188
> > > > > > > > > > > 
> > > > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > > > 
> > > > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > > > 
> > > > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > > > 
> > > > > > > > > > > > President
> > > > > > > > > > > 
> > > > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > > > 
> > > > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > > > 
> > > > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > > > 
> > > > > > > > > > > > Office: 215.886.9188
> > > > > > > > > > > 
> > > > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > > > 
> > > > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > > > 
> > > > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > > WBR
> > > > > > > > > > > 
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > 
> > > > -- 
> > > > WBR
> > > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Alvaro,

I would recomment to use port 5443 only in your tutorial
5080 will cause WebRTC problems :)

Yep link to the SNAPSHOT is OK :)

@All
Can I pack 5.0.0-M1 RC1?
WDYT?

On Mon, 25 Mar 2019 at 17:40, Alvaro <zu...@gmail.com> wrote:

> ...this link can be?:
>
>
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-5.0.0-M1-SNAPSHOT.zip
>
>
> ------------
>
>
> El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
>
>
> Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> but i need a link to OM 5 file (maybe the snapshot?) to download
> and to know the ports to open: 5080 and...
>
> ....................
>
>
> El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> First released WebRTC version will be 5.0.0-M1
>
> According to "How configure "nobody" user in kurento-docker?"
> It is described here [1] "Kurento Configuration" section
>
> I would copy `/etc/default/kurento-media-server` file from "real" KMS
> installation
> To some local folder for ex. /opt/kurento-config
> Change DAEMON_USER
> and then add another `--mount` command to `docker run`
>
> --mount type=bind,source=/opt/kurento-config,target=/etc/default/kurento-media-server
>
>
> [1] https://hub.docker.com/r/kurento/kurento-media-server/
>
> On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:
>
>
> Please Maxim, could you let me know:
>
> # Number of OM 5.x.x release
>
> # This is the last point i need: How configure "nobody" user in
> kurento-docker?
>
> Thank you...
>
>
> ...................................
>
>
> El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
>
> ...sorry, Google transllation works not very right.
> I mean, not lies but "Main"...
>
>
> ................
>
> El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
>
> My interest lies in the time required for the preparation of OM 5
> tutorials.
> Relax a little, taste your work and give me a time to prepare the
> tutorials.
> I also think that OM 5 may be the only next release
>
> ...............................
>
> El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
>
> My idea was to release 5.0.0-M1 (so "WebRTC train" can start moving)
> Then perform some merge between 4.0.x and 5.0.0 branches (to make my life
> easier)
> Then we can discuss if it worth to release 4.0.9 :)
>
> On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
>
>
> Could you please tell when will be the next 4.0.9 release?
>
> I think you should let it ripen about two more weeks.
> This will polish possible issues and i'll have time to
> prepare the installation tutorials.
>
> .......................
>
>
> El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be not
> production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Hmm,
> It seems to be the same issue with Audio in Safari +
> Screen-sharing/Recording is not working
> I'll to deal with Audio (will ask you to test)
>
> And will try to check screen-sharing using "real" Mac
> most probably next week
>
> Please file JIRA regarding this :)
> Thanks in advance!
>
> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok, now it is installed kurento on Ubuntu 18.04.
> >
> >
> > # Server: OM 5.0.0 - Ubuntu 18.04
> >
> > # Client: Safari - Firefox in Mojave
> >
> > Please take a look the videos:
> >
> >
> > OM 5.0.0 Firefox recording in room.mov
> >
> > OM 5.0.0 Safari recording in room.mov
> >
> > OM 5.0.0 kurento Firefox and Safari.mov
> >
> >
> > -----------------------------
> >
> >
> >
> >
> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> >
> > Please do not hesitate to report any issues
> > It is really hard to develop OM5 without user feedback :)
> >
> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > OK,
> >
> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > I would like to get feedback
> >
> > complex multiuser scenarious are welcome :)
> >
> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello James,
> >
> > what version are you running? and what are the issues?
> >
> > Is it nightly build from our build server? or are you building from
> sources?
> >
> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
> wrote:
> >
> >
> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to
> test. I've got an aws ubuntu 16 instance running and will happily provide
> feedback. I have had some issues with the current version doing desktop
> sharing and can't wait to see it possibly working.
> >
> > Thank you,
> > James Judge
> > www.JamesJudge.info
> > (570) 230-4933
> >
> >
> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello All,
> >
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> >
> > I was able to implement some missing features (recording+screen-sharing)
> >
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> >
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok Maxim. 've follow your link and run:
> >
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >
> > That have changed something in my Debian 9 that affect also to my
> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> Atlantic/Azores
> > (two hours less). After this tryied install OM 5 and...WINNER!
> >
> > The problem it was relationed with tzdata, as you said.
> >
> > Thank you.
> >
> > Alvaro
> >
> > .............................................................
> >
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >
> > Check this article:
> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >
> >
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> >
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >
> > ...i will try in Fedora 28.
> >
> > Here is it you ask:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> >
> > Warning: The system is configured to read the RTC time in the local time
> zone.
> >          This mode can not be fully supported. It will create various
> problems
> >          with time zone changes and daylight saving time adjustments.
> The RTC
> >          time is never updated, it relies on external facilities to
> maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> >
> >
> > ...then i run: timedatectl set-local-rtc 0
> >
> > ...and after again:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> >
> >
> > ................................................................
> >
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >
> > Everything works as expected
> >
> > Maybe there are some more TZ settings in MariaDB?
> >
> > What is the output of
> >
> > `timedatectl`
> >
> >
> >
> >
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >
> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > with Europe/Madrid, but the resultat is the same.
> >
> > With OM 4.0.7 is no problem installation.
> >
> >
> > ........................................
> >
> >
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >
> > The error is "The server time zone value 'CEST' is unrecognized or
> represents more than one time zone. You must configure either the server or
> JDBC driver (via the serverTimezone configuration property) to use a more
> specifc time zone value if you want to utilize time zone support."
> >
> > MySql for some reason don't like if time zone is set as CEST, can you run
> >
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> >
> >
> >
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >
> > Please take a look attached files.
> >
> >
> > ..........................
> >
> >
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >
> > Will try to reproduce
> > Anything useful in the logs?
> >
> >
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >
> > OM 5 - Snapshot 2605
> >
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> >
> > Debian 9, mysql-connector-java-8.0.12.jar
> >
> > Alvaro
> >
> >
> > ..................................
> >
> >
> >
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >
> > Correction: OM5 will work with MySql driver 5.x but you need to change
> driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing warning in
> the logs, this is why I have changed it
> >
> >
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Alvaro,
> >
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> >
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> >
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >
> > Hello Maxim,
> >
> > I've got the attached capture trying install OM 5 (first Snapshot
> > of today 18-10-2018).
> >
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> >
> > Alvaro
> >
> > ....................................
> >
> >
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >
> > Hello All,
> >
> > some news regarding WebRTC
> >
> > Settings dialog is made more user friendly: less "silent fails", less JS
> errors
> >
> > BUT it seems some RTC features are not working if you have MS Edge and
> Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> >
> > I have issues with #2 and everything works as expected on #1
> >
> > Additionally there is an issue with Edge browser: [2]
> >
> > Would appreciate if you can test latest version on "demo-apache" [3]
> >
> > [1]
> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be wrong :(
> >
> >
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > I'm going to perform additional code-review and will check this
> >
> > This is only initial version :)
> > Hopefully will be improved :))
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Checked it again with Win10 und FF, but with a USB Headset and it works
> well! (I just recognize that my voice was also in my headphones?!)
> > Retry it with the non USB Headset und it won't work. I mentioned that FF
> and Chrome didn't ask for permission to use the the microphone of the
> non-USB Headset. Maybe, this a the point we should draw our attention too?
> > Stefan
> >
> >
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >
> > It is now working properly in Edge.
> >
> >
> >
> >
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> >
> > Nothing changes. Got another test on an virtual Win10 and fresh firefox
> installtion. Same behaviour.
> > Stefan
> >
> >
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> >
> > I'll fix some more errors with settings dialog later ...
> >
> > Thanks for the reports
> >
> >
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
> behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> >
> >
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> >
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to choose it.
> The "Choose microphone" option remains in "Loading data, please wait" and
> everytime i try to reload, the red error message appears. Headset is not
> USB but chinch.
> >
> > Stefan
> >
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with every
> nightly build ...
> > Site contents should be ready to 5.0 release, so all pages need to
> checked/updated
> >
> > news, changelog and announces will be updated during release process, so
> it displays 4.0.5 right now :)
> >
> >
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > This page:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >
> > is set up for version 4.0.5, correct? Is that what you want me to check
> for errors/updates? Or do you want something mentioning version 5.0?
> >
> > Thanks. Dan
> >
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> >
> > I just checked in Edge but there is a problem.
> >
> >
> >
> >
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > document upload seems to be jodConverter and/or server issue, hopelly
> will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> >
> > Additional task might be to check site of 5.0 version:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > and report any outdated/missing/unclear page ....
> >
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > It's really great that you got WebRTC going!! I'm sure it's been a lot
> of hard work.
> >
> > I tried uploading a document but it didn't work. I assume that the
> document conversion stuff isn't configured yet so that is why I asked what
> needs to be tested.
> >
> > I'll try using it in Edge and do some of the testing you mentioned. Let
> me know if there is anything else I can help with.
> >
> > Dan
> >
> >
> >
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Daniel,
> >
> > yes, this is WebRTC :)
> >
> > Nettesing and Video setup seems to work as expected and most probably
> will not be changed too much
> >
> > Room Audio/Video is in "early-alpha" stage and I would like to know: how
> good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding add/remove
> rights
> >
> > This version should not work in IE11, Does in work in Safari/Edge?
> >
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
> What would you like us to check for when we are trying it out?
> >
> > Thanks. Dan
> >
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > OK,
> >
> > current (I would say alpha version) is available on our demo server:
> https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely some issues,
> but this version is "playable"
> >
> > It would be great to get some early feedback ...
> >
> >
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
> >
> > Best of luck... J
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> >
> > Hello Aaron,
> >
> > I'm currently trying to set up demo with somehow working version of 5.0
> > Will let you know if it will be successful :)
> >
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with OM5?
> Reason I ask is with the most recent update to Chrome, even with a valid
> cert, and even if you told the website to allow flash, users are having to
> click allow flash in the audio/video box.  And then it has to refresh the
> page to do so.  Looks like it is across the board with all flash content on
> any website now within Chrome.
> >
> > Didn't know how far out it was for live testing.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
...this link can be?:

https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/l
astSuccessfulBuild/artifact/openmeetings-server/target/apache-
openmeetings-5.0.0-M1-SNAPSHOT.zip


------------


El lun, 25-03-2019 a las 11:23 +0100, Alvaro escribió:
> 
> Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
> but i need a link to OM 5 file (maybe the snapshot?) to download
> and to know the ports to open: 5080 and...
> 
> ....................
> 
> 
> El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
> > Hello Alvaro,
> > First released WebRTC version will be 5.0.0-M1
> > 
> > According to "How configure "nobody" user in kurento-docker?"
> > It is described here [1] "Kurento Configuration" section
> > 
> > I would copy `/etc/default/kurento-media-server` file from "real"
> > KMS installation
> > To some local folder for ex. /opt/kurento-config
> > Change DAEMON_USER
> > and then add another `--mount` command to `docker run`
> > --mount type=bind,source=/opt/kurento-
> > config,target=/etc/default/kurento-media-server
> > 
> > [1] https://hub.docker.com/r/kurento/kurento-media-server/
> > On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:
> > > Please Maxim, could you let me know:
> > > # Number of OM 5.x.x release
> > > # This is the last point i need: How configure "nobody" user in
> > > kurento-docker?
> > > Thank you...
> > > 
> > > ...................................
> > > 
> > > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > > > ...sorry, Google transllation works not very right.I mean, not
> > > > lies but "Main"...
> > > > 
> > > > ................
> > > > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > > > > My interest lies in the time required for the preparation of
> > > > > OM 5 tutorials. Relax a little, taste your work and give me a
> > > > > time to prepare the tutorials.I also think that OM 5 may be
> > > > > the only next release 
> > > > > ...............................
> > > > > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > My idea was to release 5.0.0-M1 (so "WebRTC train" can
> > > > > > start moving)Then perform some merge between 4.0.x and
> > > > > > 5.0.0 branches (to make my life easier)
> > > > > > Then we can discuss if it worth to release 4.0.9 :)
> > > > > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > > Could you please tell when will be the next 4.0.9
> > > > > > > release?
> > > > > > > I think you should let it ripen about two more
> > > > > > > weeks. This will polish possible issues and i'll have
> > > > > > > time toprepare the installation tutorials.
> > > > > > > .......................
> > > > > > > 
> > > > > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Hello All,
> > > > > > > > It seems all major issues for 5.0.x were fixed
> > > > > > > > Any objections to release 5.0.0-M1? 
> > > > > > > > 
> > > > > > > > M1 == Milestone 1, i.e. this version worth wider
> > > > > > > > testing but might be not production ready
> > > > > > > > 
> > > > > > > > WDYT?
> > > > > > > > 
> > > > > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax6
> > > > > > > > 66@gmail.com> wrote:
> > > > > > > > > Hmm,
> > > > > > > > > 
> > > > > > > > > It seems to be the same issue with Audio in Safari +
> > > > > > > > > 
> > > > > > > > > Screen-sharing/Recording is not working
> > > > > > > > > 
> > > > > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > And will try to check screen-sharing using "real" Mac
> > > > > > > > > 
> > > > > > > > > most probably next week
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Please file JIRA regarding this :)
> > > > > > > > > 
> > > > > > > > > Thanks in advance!
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gmail.c
> > > > > > > > > om> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Please take a look the videos:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > -----------------------------
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Please do not hesitate to report any issues
> > > > > > > > > 
> > > > > > > > > > It is really hard to develop OM5 without user
> > > > > > > > > feedback :)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <solo
> > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OK,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:8443/ne
> > > > > > > > > xt
> > > > > > > > > 
> > > > > > > > > > I would like to get feedback
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > complex multiuser scenarious are welcome :)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solo
> > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello James,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > what version are you running? and what are the
> > > > > > > > > issues?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Is it nightly build from our build server? or are
> > > > > > > > > you building from sources?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.de
> > > > > > > > > veloper83@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I know I am new to the group,. but I welcome 5.0.0
> > > > > > > > > and will be happy to test. I've got an aws ubuntu 16
> > > > > > > > > instance running and will happily provide feedback. I
> > > > > > > > > have had some issues with the current version doing
> > > > > > > > > desktop sharing and can't wait to see it possibly
> > > > > > > > > working.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Thank you,
> > > > > > > > > 
> > > > > > > > > > James Judge
> > > > > > > > > 
> > > > > > > > > > www.JamesJudge.info
> > > > > > > > > 
> > > > > > > > > > (570) 230-4933
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so
> > > > > > > > > lomax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello All,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > 4.0.8 VOTE is on the way
> > > > > > > > > 
> > > > > > > > > > So it's time for this DISCUSSION :)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I was able to implement some missing features
> > > > > > > > > (recording+screen-sharing)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > And I believe now it's time to deploy current 5.0.0
> > > > > > > > > version to
> > > > > > > > > 
> > > > > > > > > > demo-next and perform couple of rounds of
> > > > > > > > > "community testing"
> > > > > > > > > 
> > > > > > > > > > WDYT?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <sol
> > > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Good to know it is not OM issue :)
> > > > > > > > > 
> > > > > > > > > > You can use postgres as DB, should work out of the
> > > > > > > > > box :)
> > > > > > > > > 
> > > > > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamos@gmai
> > > > > > > > > l.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u
> > > > > > > > > root -p mysql
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > That have changed something in my Debian 9 that
> > > > > > > > > affect also to my
> > > > > > > > > 
> > > > > > > > > > Windows 10 (two hours less) but could'nt install OM
> > > > > > > > > 5 on Debian 9.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > So, in Debian 9 was 10 hours AM, and in Windows was
> > > > > > > > > 8 hours AM.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Today, in Debian 9, 've changed tzdata from
> > > > > > > > > Europe/Madrid to Atlantic/Azores
> > > > > > > > > 
> > > > > > > > > > (two hours less). After this tryied install OM 5
> > > > > > > > > and...WINNER!
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > The problem it was relationed with tzdata, as you
> > > > > > > > > said.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Thank you.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Alvaro
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > .....................................................
> > > > > > > > > ........
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Check this article: https://stackoverflow.com/quest
> > > > > > > > > ions/49518683/the-server-time-zone-value-cest-is-
> > > > > > > > > unrecognized
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <sol
> > > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > It is weird you have both: Europe/Madrid (CEST,
> > > > > > > > > +0200)
> > > > > > > > > 
> > > > > > > > > > I'll try to Google this error, should be something
> > > > > > > > > well-known
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamos@gmai
> > > > > > > > > l.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ...i will try in Fedora 28.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Here is it you ask:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > 
> > > > > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > > > > 
> > > > > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > > > > 
> > > > > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > > > > 
> > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > 
> > > > > > > > > >  Network time on: yes
> > > > > > > > > 
> > > > > > > > > > NTP synchronized: no
> > > > > > > > > 
> > > > > > > > > >  RTC in local TZ: yes
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Warning: The system is configured to read the RTC
> > > > > > > > > time in the local time zone.
> > > > > > > > > 
> > > > > > > > > >          This mode can not be fully supported. It
> > > > > > > > > will create various problems
> > > > > > > > > 
> > > > > > > > > >          with time zone changes and daylight saving
> > > > > > > > > time adjustments. The RTC
> > > > > > > > > 
> > > > > > > > > >          time is never updated, it relies on
> > > > > > > > > external facilities to maintain it.
> > > > > > > > > 
> > > > > > > > > >          If at all possible, use RTC in UTC by
> > > > > > > > > calling
> > > > > > > > > 
> > > > > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ...and after again:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > > 
> > > > > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > > > > 
> > > > > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > > > > 
> > > > > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > > > > 
> > > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > > 
> > > > > > > > > >  Network time on: yes
> > > > > > > > > 
> > > > > > > > > > NTP synchronized: no
> > > > > > > > > 
> > > > > > > > > >  RTC in local TZ: no
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > .....................................................
> > > > > > > > > ...........
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Just have checked with
> > > > > > > > > 
> > > > > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on
> > > > > > > > > x86_64 ((Ubuntu))
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Everything works as expected
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > What is the output of
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > `timedatectl`
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@gmai
> > > > > > > > > l.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > > > > reconfigured tzdata
> > > > > > > > > 
> > > > > > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ........................................
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > The error is "The server time zone value 'CEST' is
> > > > > > > > > unrecognized or represents more than one time zone.
> > > > > > > > > You must configure either the server or JDBC driver
> > > > > > > > > (via the serverTimezone configuration property) to
> > > > > > > > > use a more specifc time zone value if you want to
> > > > > > > > > utilize time zone support."
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > MySql for some reason don't like if time zone is
> > > > > > > > > set as CEST, can you run
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > > > 
> > > > > > > > > > and set something like 'Europe/Madrid' as time
> > > > > > > > > zone?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@gmai
> > > > > > > > > l.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Please take a look attached files.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ..........................
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Will try to reproduce
> > > > > > > > > 
> > > > > > > > > > Anything useful in the logs?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamos@gmai
> > > > > > > > > l.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OM 5 - Snapshot 2605
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > When try install it say: Could not create
> > > > > > > > > connection to
> > > > > > > > > 
> > > > > > > > > > database.... (attached capture).
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Alvaro
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ..................................
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Correction: OM5 will work with MySql driver 5.x but
> > > > > > > > > you need to change driver class in
> > > > > > > > > mysql_persistense.xml to achieve this
> > > > > > > > > 
> > > > > > > > > > Driver class name has been changed in 8.x and was
> > > > > > > > > producing warning in the logs, this is why I have
> > > > > > > > > changed it
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <sol
> > > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello Alvaro,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > > > 
> > > > > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-
> > > > > > > > > connector-java
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@gmai
> > > > > > > > > l.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello Maxim,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I've got the attached capture trying install OM 5
> > > > > > > > > (first Snapshot
> > > > > > > > > 
> > > > > > > > > > of today 18-10-2018).
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > > > 
> > > > > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Alvaro
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > ....................................
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello All,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > some news regarding WebRTC
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Settings dialog is made more user friendly: less
> > > > > > > > > "silent fails", less JS errors
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > BUT it seems some RTC features are not working if
> > > > > > > > > you have MS Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > > > > 
> > > > > > > > > > I have 2 identical VMs
> > > > > > > > > 
> > > > > > > > > > 1) with Win 10 Pro
> > > > > > > > > 
> > > > > > > > > > 2) with Win 10 Pro.N
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I have issues with #2 and everything works as
> > > > > > > > > expected on #1
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Additionally there is an issue with Edge browser:
> > > > > > > > > [2]
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Would appreciate if you can test latest version on
> > > > > > > > > "demo-apache" [3]
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > [1] https://developer.microsoft.com/en-us/microsoft
> > > > > > > > > -edge/platform/issues/17357055/#comment-5
> > > > > > > > > 
> > > > > > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETI
> > > > > > > > > NGS-1956
> > > > > > > > > 
> > > > > > > > > > [3] https://demo-openmeetings.apache.org/openmeetin
> > > > > > > > > gs
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solo
> > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Document conversion is actually broken on this demo
> > > > > > > > > server
> > > > > > > > > 
> > > > > > > > > > This seems to be caused by server configuration
> > > > > > > > > 
> > > > > > > > > > No sure yet what is wrong
> > > > > > > > > 
> > > > > > > > > > Will try to fix it in a week or two, have no idea
> > > > > > > > > what can be wrong :(
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solo
> > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I'm going to perform additional code-review and
> > > > > > > > > will check this
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > This is only initial version :)
> > > > > > > > > 
> > > > > > > > > > Hopefully will be improved :))
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@qu
> > > > > > > > > atrekuehl.eu> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Checked it again with Win10 und FF, but with a USB
> > > > > > > > > Headset and it works well! (I just recognize that my
> > > > > > > > > voice was also in my headphones?!)
> > > > > > > > > 
> > > > > > > > > > Retry it with the non USB Headset und it won't
> > > > > > > > > work. I mentioned that FF and Chrome didn't ask for
> > > > > > > > > permission to use the the microphone of the non-USB
> > > > > > > > > Headset. Maybe, this a the point we should draw our
> > > > > > > > > attention too?
> > > > > > > > > 
> > > > > > > > > > Stefan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > It is now working properly in Edge.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@
> > > > > > > > > quatrekuehl.eu> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Nothing changes. Got another test on an virtual
> > > > > > > > > Win10 and fresh firefox installtion. Same behaviour.
> > > > > > > > > 
> > > > > > > > > > Stefan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > > > 
> > > > > > > > > > It is weird: you got "MS Edge" errors on Chrome+FF
> > > > > > > > > :((
> > > > > > > > > 
> > > > > > > > > > I have fixed some "Edge" errors, so demo should
> > > > > > > > > behave better
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I'll fix some more errors with settings dialog
> > > > > > > > > later ...
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Thanks for the reports
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@qu
> > > > > > > > > atrekuehl.eu> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > The screenshot was taken in firefox 62.0.3 and
> > > > > > > > > ubuntu 18.04., same behaviour in chrome 69.0.329 and
> > > > > > > > > ubuntu 18.04.
> > > > > > > > > 
> > > > > > > > > > Also tried with root and sudo to avoid
> > > > > > > > > restrictions.
> > > > > > > > > 
> > > > > > > > > > Stefan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > > > 
> > > > > > > > > > What OS/Browser are you using?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@qu
> > > > > > > > > atrekuehl.eu> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hi,
> > > > > > > > > 
> > > > > > > > > > tried the OM 5 Demo with plugged in headset. But no
> > > > > > > > > chance to choose it. The "Choose microphone" option
> > > > > > > > > remains in "Loading data, please wait" and everytime
> > > > > > > > > i try to reload, the red error message appears.
> > > > > > > > > Headset is not USB but chinch.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Stefan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > > > 
> > > > > > > > > > Actually it is not one page it is OM site being re-
> > > > > > > > > build with every nightly build ...
> > > > > > > > > 
> > > > > > > > > > Site contents should be ready to 5.0 release, so
> > > > > > > > > all pages need to checked/updated
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > news, changelog and announces will be updated
> > > > > > > > > during release process, so it displays 4.0.5 right
> > > > > > > > > now :)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusad
> > > > > > > > > min@aplustutoring.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > This page: https://builds.apache.org/view/M-R/view/
> > > > > > > > > OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > > > > server/index.html
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > is set up for version 4.0.5, correct? Is that what
> > > > > > > > > you want me to check for errors/updates? Or do you
> > > > > > > > > want something mentioning version 5.0?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Thanks. Dan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplu
> > > > > > > > > sadmin@aplustutoring.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I just checked in Edge but there is a problem.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <s
> > > > > > > > > olomax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > document upload seems to be jodConverter and/or
> > > > > > > > > server issue, hopelly will be able to address
> > > > > > > > > 
> > > > > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Additional task might be to check site of 5.0
> > > > > > > > > version: https://builds.apache.org/view/M-R/view/Open
> > > > > > > > > Meetings/job/openmeetings/site/openmeetings-
> > > > > > > > > server/index.html
> > > > > > > > > 
> > > > > > > > > > and report any outdated/missing/unclear page ....
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusad
> > > > > > > > > min@aplustutoring.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > It's really great that you got WebRTC going!! I'm
> > > > > > > > > sure it's been a lot of hard work.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I tried uploading a document but it didn't work. I
> > > > > > > > > assume that the document conversion stuff isn't
> > > > > > > > > configured yet so that is why I asked what needs to
> > > > > > > > > be tested.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I'll try using it in Edge and do some of the
> > > > > > > > > testing you mentioned. Let me know if there is
> > > > > > > > > anything else I can help with.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Dan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so
> > > > > > > > > lomax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello Daniel,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > yes, this is WebRTC :)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Nettesing and Video setup seems to work as expected
> > > > > > > > > and most probably will not be changed too much
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Room Audio/Video is in "early-alpha" stage and I
> > > > > > > > > would like to know: how good is it so far?
> > > > > > > > > 
> > > > > > > > > > Is on/off audio/video being correctly handled? Same
> > > > > > > > > regarding add/remove rights
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > This version should not work in IE11, Does in work
> > > > > > > > > in Safari/Edge?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusad
> > > > > > > > > min@aplustutoring.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hi Maxim. I see that the webcam and audio are
> > > > > > > > > working. Is this WebRTC? What would you like us to
> > > > > > > > > check for when we are trying it out?
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Thanks. Dan
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <s
> > > > > > > > > olomax666@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > OK,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > current (I would say alpha version) is available on
> > > > > > > > > our demo server: https://demo-openmeetings.apache.org
> > > > > > > > > /openmeetings
> > > > > > > > > 
> > > > > > > > > > Something still not implemented, and there are
> > > > > > > > > definitely some issues, but this version is
> > > > > > > > > "playable"
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > It would be great to get some early feedback ...
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K
> > > > > > > > > @mind-infotech.com> wrote:
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Best of luck... J
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com
> > > > > > > > > ]
> > > > > > > > > 
> > > > > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > > > 
> > > > > > > > > > To: Openmeetings user-list <user@openmeetings.apach
> > > > > > > > > e.org>
> > > > > > > > > 
> > > > > > > > > > Subject: Re: OM 5
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Hello Aaron,
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > I'm currently trying to set up demo with somehow
> > > > > > > > > working version of 5.0
> > > > > > > > > 
> > > > > > > > > > Will let you know if it will be successful :)
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com>
> > > > > > > > > wrote:
> > > > > > > > > 
> > > > > > > > > > How close do you think it is for going into live
> > > > > > > > > testing with OM5?  Reason I ask is with the most
> > > > > > > > > recent update to Chrome, even with a valid cert, and
> > > > > > > > > even if you told the website to allow flash, users
> > > > > > > > > are having to click allow flash in the audio/video
> > > > > > > > > box.  And then it has to refresh the page to do so. 
> > > > > > > > > Looks like it is across the board with all flash
> > > > > > > > > content on any website now within Chrome.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > Didn't know how far out it was for live testing.
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > The information contained in this electronic
> > > > > > > > > message and any attachments to this message are
> > > > > > > > > intended for the exclusive use of the addressee(s)
> > > > > > > > > and may contain proprietary, confidential or
> > > > > > > > > privileged information. If you are not the intended
> > > > > > > > > recipient, you should not disseminate, distribute or
> > > > > > > > > copy this e-mail. Please notify the sender
> > > > > > > > > immediately and destroy all copies of this message
> > > > > > > > > and any attachments. WARNING: Computer viruses can be
> > > > > > > > > transmitted via email. The recipient should check
> > > > > > > > > this email and any attachments for the presence of
> > > > > > > > > viruses. The company accepts no liability for any
> > > > > > > > > damage caused by any virus/trojan/worms/malicious
> > > > > > > > > code transmitted by this email. www.motherson.com
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > 
> > > > > > > > > > President
> > > > > > > > > 
> > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > 
> > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > 
> > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > 
> > > > > > > > > > Office: 215.886.9188
> > > > > > > > > 
> > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > 
> > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > 
> > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > > 
> > > > > > > > > > President
> > > > > > > > > 
> > > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > > 
> > > > > > > > > > "Creating Bright Futures"
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > 505 York Road, Suite 6
> > > > > > > > > 
> > > > > > > > > > Jenkintown, PA 19046
> > > > > > > > > 
> > > > > > > > > > Office: 215.886.9188
> > > > > > > > > 
> > > > > > > > > > Direct: 267.242.9640
> > > > > > > > > 
> > > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > > 
> > > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > > WBR
> > > > > > > > > 
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > 
> > > > > > -- 
> > > > > > WBR
> > > > > > Maxim aka solomax
> > 
> > -- 
> > WBR
> > Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Maxim, just today can upload a tuto OM 5 on Ubuntu 18.04,
but i need a
link to OM 5 file (maybe the snapshot?) to download
and to know the
ports to open: 5080 and...

....................


El sáb, 23-03-2019 a las 08:04 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> First released WebRTC version will be 5.0.0-M1
> 
> According to "How configure "nobody" user in kurento-docker?"
> It is described here [1] "Kurento Configuration" section
> 
> I would copy `/etc/default/kurento-media-server` file from "real" KMS
> installation
> To some local folder for ex. /opt/kurento-config
> Change DAEMON_USER
> and then add another `--mount` command to `docker run`
> --mount type=bind,source=/opt/kurento-
> config,target=/etc/default/kurento-media-server
> 
> [1] https://hub.docker.com/r/kurento/kurento-media-server/
> On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:
> > Please Maxim, could you let me know:
> > # Number of OM 5.x.x release
> > # This is the last point i need: How configure "nobody" user in
> > kurento-docker?
> > Thank you...
> > 
> > ...................................
> > 
> > El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> > > ...sorry, Google transllation works not very right.I mean, not
> > > lies but "Main"...
> > > 
> > > ................
> > > El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > > > My interest lies in the time required for the preparation of OM
> > > > 5 tutorials. Relax a little, taste your work and give me a time
> > > > to prepare the tutorials.I also think that OM 5 may be the only
> > > > next release 
> > > > ...............................
> > > > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > My idea was to release 5.0.0-M1 (so "WebRTC train" can start
> > > > > moving)Then perform some merge between 4.0.x and 5.0.0
> > > > > branches (to make my life easier)
> > > > > Then we can discuss if it worth to release 4.0.9 :)
> > > > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > Could you please tell when will be the next 4.0.9 release?
> > > > > > I think you should let it ripen about two more weeks. This
> > > > > > will polish possible issues and i'll have time toprepare
> > > > > > the installation tutorials.
> > > > > > .......................
> > > > > > 
> > > > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > > Hello All,
> > > > > > > It seems all major issues for 5.0.x were fixed
> > > > > > > Any objections to release 5.0.0-M1? 
> > > > > > > 
> > > > > > > M1 == Milestone 1, i.e. this version worth wider testing
> > > > > > > but might be not production ready
> > > > > > > 
> > > > > > > WDYT?
> > > > > > > 
> > > > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666
> > > > > > > @gmail.com> wrote:
> > > > > > > > Hmm,
> > > > > > > > 
> > > > > > > > It seems to be the same issue with Audio in Safari +
> > > > > > > > 
> > > > > > > > Screen-sharing/Recording is not working
> > > > > > > > 
> > > > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > And will try to check screen-sharing using "real" Mac
> > > > > > > > 
> > > > > > > > most probably next week
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Please file JIRA regarding this :)
> > > > > > > > 
> > > > > > > > Thanks in advance!
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zurcamos@gmail.com
> > > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Please take a look the videos:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > -----------------------------
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Please do not hesitate to report any issues
> > > > > > > > 
> > > > > > > > > It is really hard to develop OM5 without user
> > > > > > > > feedback :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OK,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > > > > > > > 
> > > > > > > > > I would like to get feedback
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > complex multiuser scenarious are welcome :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello James,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > what version are you running? and what are the
> > > > > > > > issues?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Is it nightly build from our build server? or are you
> > > > > > > > building from sources?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.deve
> > > > > > > > loper83@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I know I am new to the group,. but I welcome 5.0.0
> > > > > > > > and will be happy to test. I've got an aws ubuntu 16
> > > > > > > > instance running and will happily provide feedback. I
> > > > > > > > have had some issues with the current version doing
> > > > > > > > desktop sharing and can't wait to see it possibly
> > > > > > > > working.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thank you,
> > > > > > > > 
> > > > > > > > > James Judge
> > > > > > > > 
> > > > > > > > > www.JamesJudge.info
> > > > > > > > 
> > > > > > > > > (570) 230-4933
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solo
> > > > > > > > max666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello All,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > 4.0.8 VOTE is on the way
> > > > > > > > 
> > > > > > > > > So it's time for this DISCUSSION :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I was able to implement some missing features
> > > > > > > > (recording+screen-sharing)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > And I believe now it's time to deploy current 5.0.0
> > > > > > > > version to
> > > > > > > > 
> > > > > > > > > demo-next and perform couple of rounds of "community
> > > > > > > > testing"
> > > > > > > > 
> > > > > > > > > WDYT?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solom
> > > > > > > > ax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Good to know it is not OM issue :)
> > > > > > > > 
> > > > > > > > > You can use postgres as DB, should work out of the
> > > > > > > > box :)
> > > > > > > > 
> > > > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u
> > > > > > > > root -p mysql
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > That have changed something in my Debian 9 that
> > > > > > > > affect also to my
> > > > > > > > 
> > > > > > > > > Windows 10 (two hours less) but could'nt install OM 5
> > > > > > > > on Debian 9.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8
> > > > > > > > hours AM.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Today, in Debian 9, 've changed tzdata from
> > > > > > > > Europe/Madrid to Atlantic/Azores
> > > > > > > > 
> > > > > > > > > (two hours less). After this tryied install OM 5
> > > > > > > > and...WINNER!
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The problem it was relationed with tzdata, as you
> > > > > > > > said.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thank you.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > .......................................................
> > > > > > > > ......
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Check this article: https://stackoverflow.com/questio
> > > > > > > > ns/49518683/the-server-time-zone-value-cest-is-
> > > > > > > > unrecognized
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solom
> > > > > > > > ax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It is weird you have both: Europe/Madrid (CEST,
> > > > > > > > +0200)
> > > > > > > > 
> > > > > > > > > I'll try to Google this error, should be something
> > > > > > > > well-known
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...i will try in Fedora 28.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Here is it you ask:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > 
> > > > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > > > 
> > > > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > > > 
> > > > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > > > 
> > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > 
> > > > > > > > >  Network time on: yes
> > > > > > > > 
> > > > > > > > > NTP synchronized: no
> > > > > > > > 
> > > > > > > > >  RTC in local TZ: yes
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Warning: The system is configured to read the RTC
> > > > > > > > time in the local time zone.
> > > > > > > > 
> > > > > > > > >          This mode can not be fully supported. It
> > > > > > > > will create various problems
> > > > > > > > 
> > > > > > > > >          with time zone changes and daylight saving
> > > > > > > > time adjustments. The RTC
> > > > > > > > 
> > > > > > > > >          time is never updated, it relies on external
> > > > > > > > facilities to maintain it.
> > > > > > > > 
> > > > > > > > >          If at all possible, use RTC in UTC by
> > > > > > > > calling
> > > > > > > > 
> > > > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...and after again:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > > > 
> > > > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > > > 
> > > > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > > > 
> > > > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > > > 
> > > > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > > > 
> > > > > > > > >  Network time on: yes
> > > > > > > > 
> > > > > > > > > NTP synchronized: no
> > > > > > > > 
> > > > > > > > >  RTC in local TZ: no
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > .......................................................
> > > > > > > > .........
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Just have checked with
> > > > > > > > 
> > > > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on
> > > > > > > > x86_64 ((Ubuntu))
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Everything works as expected
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > What is the output of
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > `timedatectl`
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > > > reconfigured tzdata
> > > > > > > > 
> > > > > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ........................................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The error is "The server time zone value 'CEST' is
> > > > > > > > unrecognized or represents more than one time zone. You
> > > > > > > > must configure either the server or JDBC driver (via
> > > > > > > > the serverTimezone configuration property) to use a
> > > > > > > > more specifc time zone value if you want to utilize
> > > > > > > > time zone support."
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > MySql for some reason don't like if time zone is set
> > > > > > > > as CEST, can you run
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > > 
> > > > > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Please take a look attached files.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ..........................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Will try to reproduce
> > > > > > > > 
> > > > > > > > > Anything useful in the logs?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM 5 - Snapshot 2605
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > When try install it say: Could not create connection
> > > > > > > > to
> > > > > > > > 
> > > > > > > > > database.... (attached capture).
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ..................................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Correction: OM5 will work with MySql driver 5.x but
> > > > > > > > you need to change driver class in
> > > > > > > > mysql_persistense.xml to achieve this
> > > > > > > > 
> > > > > > > > > Driver class name has been changed in 8.x and was
> > > > > > > > producing warning in the logs, this is why I have
> > > > > > > > changed it
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solom
> > > > > > > > ax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Alvaro,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > > 
> > > > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-co
> > > > > > > > nnector-java
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Maxim,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I've got the attached capture trying install OM 5
> > > > > > > > (first Snapshot
> > > > > > > > 
> > > > > > > > > of today 18-10-2018).
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > > 
> > > > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > ....................................
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim
> > > > > > > > Solodovnik escribió:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello All,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > some news regarding WebRTC
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Settings dialog is made more user friendly: less
> > > > > > > > "silent fails", less JS errors
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > BUT it seems some RTC features are not working if you
> > > > > > > > have MS Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > > > 
> > > > > > > > > I have 2 identical VMs
> > > > > > > > 
> > > > > > > > > 1) with Win 10 Pro
> > > > > > > > 
> > > > > > > > > 2) with Win 10 Pro.N
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I have issues with #2 and everything works as
> > > > > > > > expected on #1
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Would appreciate if you can test latest version on
> > > > > > > > "demo-apache" [3]
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > [1] https://developer.microsoft.com/en-us/microsoft-e
> > > > > > > > dge/platform/issues/17357055/#comment-5
> > > > > > > > 
> > > > > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETING
> > > > > > > > S-1956
> > > > > > > > 
> > > > > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Document conversion is actually broken on this demo
> > > > > > > > server
> > > > > > > > 
> > > > > > > > > This seems to be caused by server configuration
> > > > > > > > 
> > > > > > > > > No sure yet what is wrong
> > > > > > > > 
> > > > > > > > > Will try to fix it in a week or two, have no idea
> > > > > > > > what can be wrong :(
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <soloma
> > > > > > > > x666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'm going to perform additional code-review and will
> > > > > > > > check this
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > This is only initial version :)
> > > > > > > > 
> > > > > > > > > Hopefully will be improved :))
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quat
> > > > > > > > rekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Checked it again with Win10 und FF, but with a USB
> > > > > > > > Headset and it works well! (I just recognize that my
> > > > > > > > voice was also in my headphones?!)
> > > > > > > > 
> > > > > > > > > Retry it with the non USB Headset und it won't work.
> > > > > > > > I mentioned that FF and Chrome didn't ask for
> > > > > > > > permission to use the the microphone of the non-USB
> > > > > > > > Headset. Maybe, this a the point we should draw our
> > > > > > > > attention too?
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It is now working properly in Edge.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@qu
> > > > > > > > atrekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Nothing changes. Got another test on an virtual Win10
> > > > > > > > and fresh firefox installtion. Same behaviour.
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > > 
> > > > > > > > > It is weird: you got "MS Edge" errors on Chrome+FF
> > > > > > > > :((
> > > > > > > > 
> > > > > > > > > I have fixed some "Edge" errors, so demo should
> > > > > > > > behave better
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'll fix some more errors with settings dialog later
> > > > > > > > ...
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thanks for the reports
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quat
> > > > > > > > rekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu
> > > > > > > > 18.04., same behaviour in chrome 69.0.329 and ubuntu
> > > > > > > > 18.04.
> > > > > > > > 
> > > > > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > > 
> > > > > > > > > What OS/Browser are you using?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quat
> > > > > > > > rekuehl.eu> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hi,
> > > > > > > > 
> > > > > > > > > tried the OM 5 Demo with plugged in headset. But no
> > > > > > > > chance to choose it. The "Choose microphone" option
> > > > > > > > remains in "Loading data, please wait" and everytime i
> > > > > > > > try to reload, the red error message appears. Headset
> > > > > > > > is not USB but chinch.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Stefan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > > 
> > > > > > > > > Actually it is not one page it is OM site being re-
> > > > > > > > build with every nightly build ...
> > > > > > > > 
> > > > > > > > > Site contents should be ready to 5.0 release, so all
> > > > > > > > pages need to checked/updated
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > news, changelog and announces will be updated during
> > > > > > > > release process, so it displays 4.0.5 right now :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmi
> > > > > > > > n@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > This page: https://builds.apache.org/view/M-R/view/Op
> > > > > > > > enMeetings/job/openmeetings/site/openmeetings-
> > > > > > > > server/index.html
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > is set up for version 4.0.5, correct? Is that what
> > > > > > > > you want me to check for errors/updates? Or do you want
> > > > > > > > something mentioning version 5.0?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thanks. Dan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusa
> > > > > > > > dmin@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I just checked in Edge but there is a problem.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <sol
> > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > document upload seems to be jodConverter and/or
> > > > > > > > server issue, hopelly will be able to address
> > > > > > > > 
> > > > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Additional task might be to check site of 5.0
> > > > > > > > version: https://builds.apache.org/view/M-R/view/OpenMe
> > > > > > > > etings/job/openmeetings/site/openmeetings-
> > > > > > > > server/index.html
> > > > > > > > 
> > > > > > > > > and report any outdated/missing/unclear page ....
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmi
> > > > > > > > n@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It's really great that you got WebRTC going!! I'm
> > > > > > > > sure it's been a lot of hard work.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I tried uploading a document but it didn't work. I
> > > > > > > > assume that the document conversion stuff isn't
> > > > > > > > configured yet so that is why I asked what needs to be
> > > > > > > > tested.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'll try using it in Edge and do some of the testing
> > > > > > > > you mentioned. Let me know if there is anything else I
> > > > > > > > can help with.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Dan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solo
> > > > > > > > max666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Daniel,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > yes, this is WebRTC :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Nettesing and Video setup seems to work as expected
> > > > > > > > and most probably will not be changed too much
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Room Audio/Video is in "early-alpha" stage and I
> > > > > > > > would like to know: how good is it so far?
> > > > > > > > 
> > > > > > > > > Is on/off audio/video being correctly handled? Same
> > > > > > > > regarding add/remove rights
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > This version should not work in IE11, Does in work in
> > > > > > > > Safari/Edge?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmi
> > > > > > > > n@aplustutoring.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hi Maxim. I see that the webcam and audio are
> > > > > > > > working. Is this WebRTC? What would you like us to
> > > > > > > > check for when we are trying it out?
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Thanks. Dan
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <sol
> > > > > > > > omax666@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > OK,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > current (I would say alpha version) is available on
> > > > > > > > our demo server: https://demo-openmeetings.apache.org/o
> > > > > > > > penmeetings
> > > > > > > > 
> > > > > > > > > Something still not implemented, and there are
> > > > > > > > definitely some issues, but this version is "playable"
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > It would be great to get some early feedback ...
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@m
> > > > > > > > ind-infotech.com> wrote:
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Best of luck... J
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > > > > 
> > > > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > > 
> > > > > > > > > To: Openmeetings user-list <user@openmeetings.apache.
> > > > > > > > org>
> > > > > > > > 
> > > > > > > > > Subject: Re: OM 5
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Hello Aaron,
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > I'm currently trying to set up demo with somehow
> > > > > > > > working version of 5.0
> > > > > > > > 
> > > > > > > > > Will let you know if it will be successful :)
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > > How close do you think it is for going into live
> > > > > > > > testing with OM5?  Reason I ask is with the most recent
> > > > > > > > update to Chrome, even with a valid cert, and even if
> > > > > > > > you told the website to allow flash, users are having
> > > > > > > > to click allow flash in the audio/video box.  And then
> > > > > > > > it has to refresh the page to do so.  Looks like it is
> > > > > > > > across the board with all flash content on any website
> > > > > > > > now within Chrome.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > Didn't know how far out it was for live testing.
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > The information contained in this electronic message
> > > > > > > > and any attachments to this message are intended for
> > > > > > > > the exclusive use of the addressee(s) and may contain
> > > > > > > > proprietary, confidential or privileged information. If
> > > > > > > > you are not the intended recipient, you should not
> > > > > > > > disseminate, distribute or copy this e-mail. Please
> > > > > > > > notify the sender immediately and destroy all copies of
> > > > > > > > this message and any attachments. WARNING: Computer
> > > > > > > > viruses can be transmitted via email. The recipient
> > > > > > > > should check this email and any attachments for the
> > > > > > > > presence of viruses. The company accepts no liability
> > > > > > > > for any damage caused by any
> > > > > > > > virus/trojan/worms/malicious code transmitted by this
> > > > > > > > email. www.motherson.com
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > 
> > > > > > > > > President
> > > > > > > > 
> > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > 
> > > > > > > > > "Creating Bright Futures"
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > 505 York Road, Suite 6
> > > > > > > > 
> > > > > > > > > Jenkintown, PA 19046
> > > > > > > > 
> > > > > > > > > Office: 215.886.9188
> > > > > > > > 
> > > > > > > > > Direct: 267.242.9640
> > > > > > > > 
> > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > 
> > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > Daniel Ascher, M.Ed.
> > > > > > > > 
> > > > > > > > > President
> > > > > > > > 
> > > > > > > > > A+ Test Prep and Tutoring
> > > > > > > > 
> > > > > > > > > "Creating Bright Futures"
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > 505 York Road, Suite 6
> > > > > > > > 
> > > > > > > > > Jenkintown, PA 19046
> > > > > > > > 
> > > > > > > > > Office: 215.886.9188
> > > > > > > > 
> > > > > > > > > Direct: 267.242.9640
> > > > > > > > 
> > > > > > > > > Click here to schedule a phone call with me.
> > > > > > > > 
> > > > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > > --
> > > > > > > > 
> > > > > > > > > WBR
> > > > > > > > 
> > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > >
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Alvaro,

First released WebRTC version will be 5.0.0-M1

According to "How configure "nobody" user in kurento-docker?"
It is described here [1] "Kurento Configuration" section

I would copy `/etc/default/kurento-media-server` file from "real" KMS
installation
To some local folder for ex. /opt/kurento-config
Change DAEMON_USER
and then add another `--mount` command to `docker run`

--mount type=bind,source=/opt/kurento-config,target=/etc/default/kurento-media-server


[1] https://hub.docker.com/r/kurento/kurento-media-server/

On Sat, 23 Mar 2019 at 02:11, Alvaro <zu...@gmail.com> wrote:

>
> Please Maxim, could you let me know:
>
> # Number of OM 5.x.x release
>
> # This is the last point i need: How configure "nobody" user in
> kurento-docker?
>
> Thank you...
>
>
> ...................................
>
>
> El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
>
> ...sorry, Google transllation works not very right.
> I mean, not lies but "Main"...
>
>
> ................
>
> El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
>
> My interest lies in the time required for the preparation of OM 5
> tutorials.
> Relax a little, taste your work and give me a time to prepare the
> tutorials.
> I also think that OM 5 may be the only next release
>
> ...............................
>
> El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
>
> My idea was to release 5.0.0-M1 (so "WebRTC train" can start moving)
> Then perform some merge between 4.0.x and 5.0.0 branches (to make my life
> easier)
> Then we can discuss if it worth to release 4.0.9 :)
>
> On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
>
>
> Could you please tell when will be the next 4.0.9 release?
>
> I think you should let it ripen about two more weeks.
> This will polish possible issues and i'll have time to
> prepare the installation tutorials.
>
> .......................
>
>
> El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be not
> production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Hmm,
> It seems to be the same issue with Audio in Safari +
> Screen-sharing/Recording is not working
> I'll to deal with Audio (will ask you to test)
>
> And will try to check screen-sharing using "real" Mac
> most probably next week
>
> Please file JIRA regarding this :)
> Thanks in advance!
>
> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok, now it is installed kurento on Ubuntu 18.04.
> >
> >
> > # Server: OM 5.0.0 - Ubuntu 18.04
> >
> > # Client: Safari - Firefox in Mojave
> >
> > Please take a look the videos:
> >
> >
> > OM 5.0.0 Firefox recording in room.mov
> >
> > OM 5.0.0 Safari recording in room.mov
> >
> > OM 5.0.0 kurento Firefox and Safari.mov
> >
> >
> > -----------------------------
> >
> >
> >
> >
> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> >
> > Please do not hesitate to report any issues
> > It is really hard to develop OM5 without user feedback :)
> >
> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > OK,
> >
> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > I would like to get feedback
> >
> > complex multiuser scenarious are welcome :)
> >
> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello James,
> >
> > what version are you running? and what are the issues?
> >
> > Is it nightly build from our build server? or are you building from
> sources?
> >
> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
> wrote:
> >
> >
> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to
> test. I've got an aws ubuntu 16 instance running and will happily provide
> feedback. I have had some issues with the current version doing desktop
> sharing and can't wait to see it possibly working.
> >
> > Thank you,
> > James Judge
> > www.JamesJudge.info
> > (570) 230-4933
> >
> >
> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello All,
> >
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> >
> > I was able to implement some missing features (recording+screen-sharing)
> >
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> >
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok Maxim. 've follow your link and run:
> >
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >
> > That have changed something in my Debian 9 that affect also to my
> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> Atlantic/Azores
> > (two hours less). After this tryied install OM 5 and...WINNER!
> >
> > The problem it was relationed with tzdata, as you said.
> >
> > Thank you.
> >
> > Alvaro
> >
> > .............................................................
> >
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >
> > Check this article:
> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >
> >
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> >
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >
> > ...i will try in Fedora 28.
> >
> > Here is it you ask:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> >
> > Warning: The system is configured to read the RTC time in the local time
> zone.
> >          This mode can not be fully supported. It will create various
> problems
> >          with time zone changes and daylight saving time adjustments.
> The RTC
> >          time is never updated, it relies on external facilities to
> maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> >
> >
> > ...then i run: timedatectl set-local-rtc 0
> >
> > ...and after again:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> >
> >
> > ................................................................
> >
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >
> > Everything works as expected
> >
> > Maybe there are some more TZ settings in MariaDB?
> >
> > What is the output of
> >
> > `timedatectl`
> >
> >
> >
> >
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >
> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > with Europe/Madrid, but the resultat is the same.
> >
> > With OM 4.0.7 is no problem installation.
> >
> >
> > ........................................
> >
> >
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >
> > The error is "The server time zone value 'CEST' is unrecognized or
> represents more than one time zone. You must configure either the server or
> JDBC driver (via the serverTimezone configuration property) to use a more
> specifc time zone value if you want to utilize time zone support."
> >
> > MySql for some reason don't like if time zone is set as CEST, can you run
> >
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> >
> >
> >
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >
> > Please take a look attached files.
> >
> >
> > ..........................
> >
> >
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >
> > Will try to reproduce
> > Anything useful in the logs?
> >
> >
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >
> > OM 5 - Snapshot 2605
> >
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> >
> > Debian 9, mysql-connector-java-8.0.12.jar
> >
> > Alvaro
> >
> >
> > ..................................
> >
> >
> >
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >
> > Correction: OM5 will work with MySql driver 5.x but you need to change
> driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing warning in
> the logs, this is why I have changed it
> >
> >
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Alvaro,
> >
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> >
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> >
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >
> > Hello Maxim,
> >
> > I've got the attached capture trying install OM 5 (first Snapshot
> > of today 18-10-2018).
> >
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> >
> > Alvaro
> >
> > ....................................
> >
> >
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >
> > Hello All,
> >
> > some news regarding WebRTC
> >
> > Settings dialog is made more user friendly: less "silent fails", less JS
> errors
> >
> > BUT it seems some RTC features are not working if you have MS Edge and
> Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> >
> > I have issues with #2 and everything works as expected on #1
> >
> > Additionally there is an issue with Edge browser: [2]
> >
> > Would appreciate if you can test latest version on "demo-apache" [3]
> >
> > [1]
> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be wrong :(
> >
> >
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > I'm going to perform additional code-review and will check this
> >
> > This is only initial version :)
> > Hopefully will be improved :))
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Checked it again with Win10 und FF, but with a USB Headset and it works
> well! (I just recognize that my voice was also in my headphones?!)
> > Retry it with the non USB Headset und it won't work. I mentioned that FF
> and Chrome didn't ask for permission to use the the microphone of the
> non-USB Headset. Maybe, this a the point we should draw our attention too?
> > Stefan
> >
> >
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >
> > It is now working properly in Edge.
> >
> >
> >
> >
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> >
> > Nothing changes. Got another test on an virtual Win10 and fresh firefox
> installtion. Same behaviour.
> > Stefan
> >
> >
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> >
> > I'll fix some more errors with settings dialog later ...
> >
> > Thanks for the reports
> >
> >
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
> behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> >
> >
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> >
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to choose it.
> The "Choose microphone" option remains in "Loading data, please wait" and
> everytime i try to reload, the red error message appears. Headset is not
> USB but chinch.
> >
> > Stefan
> >
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with every
> nightly build ...
> > Site contents should be ready to 5.0 release, so all pages need to
> checked/updated
> >
> > news, changelog and announces will be updated during release process, so
> it displays 4.0.5 right now :)
> >
> >
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > This page:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >
> > is set up for version 4.0.5, correct? Is that what you want me to check
> for errors/updates? Or do you want something mentioning version 5.0?
> >
> > Thanks. Dan
> >
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> >
> > I just checked in Edge but there is a problem.
> >
> >
> >
> >
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > document upload seems to be jodConverter and/or server issue, hopelly
> will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> >
> > Additional task might be to check site of 5.0 version:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > and report any outdated/missing/unclear page ....
> >
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > It's really great that you got WebRTC going!! I'm sure it's been a lot
> of hard work.
> >
> > I tried uploading a document but it didn't work. I assume that the
> document conversion stuff isn't configured yet so that is why I asked what
> needs to be tested.
> >
> > I'll try using it in Edge and do some of the testing you mentioned. Let
> me know if there is anything else I can help with.
> >
> > Dan
> >
> >
> >
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Daniel,
> >
> > yes, this is WebRTC :)
> >
> > Nettesing and Video setup seems to work as expected and most probably
> will not be changed too much
> >
> > Room Audio/Video is in "early-alpha" stage and I would like to know: how
> good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding add/remove
> rights
> >
> > This version should not work in IE11, Does in work in Safari/Edge?
> >
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
> What would you like us to check for when we are trying it out?
> >
> > Thanks. Dan
> >
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > OK,
> >
> > current (I would say alpha version) is available on our demo server:
> https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely some issues,
> but this version is "playable"
> >
> > It would be great to get some early feedback ...
> >
> >
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
> >
> > Best of luck... J
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> >
> > Hello Aaron,
> >
> > I'm currently trying to set up demo with somehow working version of 5.0
> > Will let you know if it will be successful :)
> >
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with OM5?
> Reason I ask is with the most recent update to Chrome, even with a valid
> cert, and even if you told the website to allow flash, users are having to
> click allow flash in the audio/video box.  And then it has to refresh the
> page to do so.  Looks like it is across the board with all flash content on
> any website now within Chrome.
> >
> > Didn't know how far out it was for live testing.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Please Maxim, could you let me know:
# Number of OM 5.x.x release
# This is the last point i need: How configure "nobody" user in
kurento-docker?
Thank you...

...................................

El vie, 22-03-2019 a las 18:10 +0100, Alvaro escribió:
> ...sorry, Google transllation works not very right.I mean, not lies
> but "Main"...
> 
> ................
> El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> > My interest lies in the time required for the preparation of OM 5
> > tutorials. Relax a little, taste your work and give me a time to
> > prepare the tutorials.I also think that OM 5 may be the only next
> > release 
> > ...............................
> > El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
> > > My idea was to release 5.0.0-M1 (so "WebRTC train" can start
> > > moving)Then perform some merge between 4.0.x and 5.0.0 branches
> > > (to make my life easier)
> > > Then we can discuss if it worth to release 4.0.9 :)
> > > On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
> > > > Could you please tell when will be the next 4.0.9 release?
> > > > I think you should let it ripen about two more weeks. This will
> > > > polish possible issues and i'll have time toprepare the
> > > > installation tutorials.
> > > > .......................
> > > > 
> > > > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hello All,
> > > > > It seems all major issues for 5.0.x were fixed
> > > > > Any objections to release 5.0.0-M1? 
> > > > > 
> > > > > M1 == Milestone 1, i.e. this version worth wider testing but
> > > > > might be not production ready
> > > > > 
> > > > > WDYT?
> > > > > 
> > > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666@gma
> > > > > il.com> wrote:
> > > > > > Hmm,
> > > > > > 
> > > > > > It seems to be the same issue with Audio in Safari +
> > > > > > 
> > > > > > Screen-sharing/Recording is not working
> > > > > > 
> > > > > > I'll to deal with Audio (will ask you to test)
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > And will try to check screen-sharing using "real" Mac
> > > > > > 
> > > > > > most probably next week
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > Please file JIRA regarding this :)
> > > > > > 
> > > > > > Thanks in advance!
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > # Client: Safari - Firefox in Mojave
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Please take a look the videos:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > -----------------------------
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Please do not hesitate to report any issues
> > > > > > 
> > > > > > > It is really hard to develop OM5 without user feedback :)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <solomax666
> > > > > > @gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OK,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > > > > > 
> > > > > > > I would like to get feedback
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > complex multiuser scenarious are welcome :)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solomax666
> > > > > > @gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello James,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > what version are you running? and what are the issues?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Is it nightly build from our build server? or are you
> > > > > > building from sources?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.develope
> > > > > > r83@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I know I am new to the group,. but I welcome 5.0.0 and
> > > > > > will be happy to test. I've got an aws ubuntu 16 instance
> > > > > > running and will happily provide feedback. I have had some
> > > > > > issues with the current version doing desktop sharing and
> > > > > > can't wait to see it possibly working.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Thank you,
> > > > > > 
> > > > > > > James Judge
> > > > > > 
> > > > > > > www.JamesJudge.info
> > > > > > 
> > > > > > > (570) 230-4933
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solomax6
> > > > > > 66@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello All,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > 4.0.8 VOTE is on the way
> > > > > > 
> > > > > > > So it's time for this DISCUSSION :)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I was able to implement some missing features
> > > > > > (recording+screen-sharing)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > And I believe now it's time to deploy current 5.0.0
> > > > > > version to
> > > > > > 
> > > > > > > demo-next and perform couple of rounds of "community
> > > > > > testing"
> > > > > > 
> > > > > > > WDYT?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax66
> > > > > > 6@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Good to know it is not OM issue :)
> > > > > > 
> > > > > > > You can use postgres as DB, should work out of the box :)
> > > > > > 
> > > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root
> > > > > > -p mysql
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > That have changed something in my Debian 9 that affect
> > > > > > also to my
> > > > > > 
> > > > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > > > Debian 9.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8
> > > > > > hours AM.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid
> > > > > > to Atlantic/Azores
> > > > > > 
> > > > > > > (two hours less). After this tryied install OM 5
> > > > > > and...WINNER!
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > The problem it was relationed with tzdata, as you said.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Thank you.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Alvaro
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > ...........................................................
> > > > > > ..
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Check this article: https://stackoverflow.com/questions/4
> > > > > > 9518683/the-server-time-zone-value-cest-is-unrecognized
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax66
> > > > > > 6@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > > > 
> > > > > > > I'll try to Google this error, should be something well-
> > > > > > known
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ...i will try in Fedora 28.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Here is it you ask:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > 
> > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > 
> > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > 
> > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > 
> > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > 
> > > > > > >  Network time on: yes
> > > > > > 
> > > > > > > NTP synchronized: no
> > > > > > 
> > > > > > >  RTC in local TZ: yes
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Warning: The system is configured to read the RTC time in
> > > > > > the local time zone.
> > > > > > 
> > > > > > >          This mode can not be fully supported. It will
> > > > > > create various problems
> > > > > > 
> > > > > > >          with time zone changes and daylight saving time
> > > > > > adjustments. The RTC
> > > > > > 
> > > > > > >          time is never updated, it relies on external
> > > > > > facilities to maintain it.
> > > > > > 
> > > > > > >          If at all possible, use RTC in UTC by calling
> > > > > > 
> > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ...and after again:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > 
> > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > 
> > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > 
> > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > 
> > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > 
> > > > > > >  Network time on: yes
> > > > > > 
> > > > > > > NTP synchronized: no
> > > > > > 
> > > > > > >  RTC in local TZ: no
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > ...........................................................
> > > > > > .....
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Just have checked with
> > > > > > 
> > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > > > ((Ubuntu))
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Everything works as expected
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > What is the output of
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > `timedatectl`
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > reconfigured tzdata
> > > > > > 
> > > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ........................................
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > The error is "The server time zone value 'CEST' is
> > > > > > unrecognized or represents more than one time zone. You
> > > > > > must configure either the server or JDBC driver (via the
> > > > > > serverTimezone configuration property) to use a more
> > > > > > specifc time zone value if you want to utilize time zone
> > > > > > support."
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > MySql for some reason don't like if time zone is set as
> > > > > > CEST, can you run
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > `dpkg-reconfigure tzdata`
> > > > > > 
> > > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Please take a look attached files.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ..........................
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Will try to reproduce
> > > > > > 
> > > > > > > Anything useful in the logs?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OM 5 - Snapshot 2605
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > When try install it say: Could not create connection to
> > > > > > 
> > > > > > > database.... (attached capture).
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Alvaro
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ..................................
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Correction: OM5 will work with MySql driver 5.x but you
> > > > > > need to change driver class in mysql_persistense.xml to
> > > > > > achieve this
> > > > > > 
> > > > > > > Driver class name has been changed in 8.x and was
> > > > > > producing warning in the logs, this is why I have changed
> > > > > > it
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax66
> > > > > > 6@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello Alvaro,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > 
> > > > > > > OM4 can use both 5.x and 8.x
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-connec
> > > > > > tor-java
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello Maxim,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I've got the attached capture trying install OM 5 (first
> > > > > > Snapshot
> > > > > > 
> > > > > > > of today 18-10-2018).
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > 
> > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Alvaro
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > ....................................
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello All,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > some news regarding WebRTC
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Settings dialog is made more user friendly: less "silent
> > > > > > fails", less JS errors
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > BUT it seems some RTC features are not working if you
> > > > > > have MS Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > 
> > > > > > > I have 2 identical VMs
> > > > > > 
> > > > > > > 1) with Win 10 Pro
> > > > > > 
> > > > > > > 2) with Win 10 Pro.N
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I have issues with #2 and everything works as expected on
> > > > > > #1
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Would appreciate if you can test latest version on "demo-
> > > > > > apache" [3]
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > [1] https://developer.microsoft.com/en-us/microsoft-edge/
> > > > > > platform/issues/17357055/#comment-5
> > > > > > 
> > > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-19
> > > > > > 56
> > > > > > 
> > > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666
> > > > > > @gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Document conversion is actually broken on this demo
> > > > > > server
> > > > > > 
> > > > > > > This seems to be caused by server configuration
> > > > > > 
> > > > > > > No sure yet what is wrong
> > > > > > 
> > > > > > > Will try to fix it in a week or two, have no idea what
> > > > > > can be wrong :(
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666
> > > > > > @gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I'm going to perform additional code-review and will
> > > > > > check this
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > This is only initial version :)
> > > > > > 
> > > > > > > Hopefully will be improved :))
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatreku
> > > > > > ehl.eu> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Checked it again with Win10 und FF, but with a USB
> > > > > > Headset and it works well! (I just recognize that my voice
> > > > > > was also in my headphones?!)
> > > > > > 
> > > > > > > Retry it with the non USB Headset und it won't work. I
> > > > > > mentioned that FF and Chrome didn't ask for permission to
> > > > > > use the the microphone of the non-USB Headset. Maybe, this
> > > > > > a the point we should draw our attention too?
> > > > > > 
> > > > > > > Stefan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > It is now working properly in Edge.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatre
> > > > > > kuehl.eu> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > > > fresh firefox installtion. Same behaviour.
> > > > > > 
> > > > > > > Stefan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > 
> > > > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > > > 
> > > > > > > I have fixed some "Edge" errors, so demo should behave
> > > > > > better
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I'll fix some more errors with settings dialog later ...
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Thanks for the reports
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatreku
> > > > > > ehl.eu> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu
> > > > > > 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > > > 
> > > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > > 
> > > > > > > Stefan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > 
> > > > > > > What OS/Browser are you using?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatreku
> > > > > > ehl.eu> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hi,
> > > > > > 
> > > > > > > tried the OM 5 Demo with plugged in headset. But no
> > > > > > chance to choose it. The "Choose microphone" option remains
> > > > > > in "Loading data, please wait" and everytime i try to
> > > > > > reload, the red error message appears. Headset is not USB
> > > > > > but chinch.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Stefan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > 
> > > > > > > Actually it is not one page it is OM site being re-build
> > > > > > with every nightly build ...
> > > > > > 
> > > > > > > Site contents should be ready to 5.0 release, so all
> > > > > > pages need to checked/updated
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > news, changelog and announces will be updated during
> > > > > > release process, so it displays 4.0.5 right now :)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@ap
> > > > > > lustutoring.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > This page: https://builds.apache.org/view/M-R/view/OpenMe
> > > > > > etings/job/openmeetings/site/openmeetings-server/index.html
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > is set up for version 4.0.5, correct? Is that what you
> > > > > > want me to check for errors/updates? Or do you want
> > > > > > something mentioning version 5.0?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Thanks. Dan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin
> > > > > > @aplustutoring.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I just checked in Edge but there is a problem.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax
> > > > > > 666@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > document upload seems to be jodConverter and/or server
> > > > > > issue, hopelly will be able to address
> > > > > > 
> > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Additional task might be to check site of 5.0 version: ht
> > > > > > tps://builds.apache.org/view/M-
> > > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > server/index.html
> > > > > > 
> > > > > > > and report any outdated/missing/unclear page ....
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@ap
> > > > > > lustutoring.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > It's really great that you got WebRTC going!! I'm sure
> > > > > > it's been a lot of hard work.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I tried uploading a document but it didn't work. I assume
> > > > > > that the document conversion stuff isn't configured yet so
> > > > > > that is why I asked what needs to be tested.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I'll try using it in Edge and do some of the testing you
> > > > > > mentioned. Let me know if there is anything else I can help
> > > > > > with.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Dan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax6
> > > > > > 66@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello Daniel,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > yes, this is WebRTC :)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Nettesing and Video setup seems to work as expected and
> > > > > > most probably will not be changed too much
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Room Audio/Video is in "early-alpha" stage and I would
> > > > > > like to know: how good is it so far?
> > > > > > 
> > > > > > > Is on/off audio/video being correctly handled? Same
> > > > > > regarding add/remove rights
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > This version should not work in IE11, Does in work in
> > > > > > Safari/Edge?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@ap
> > > > > > lustutoring.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > > > this WebRTC? What would you like us to check for when we
> > > > > > are trying it out?
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Thanks. Dan
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax
> > > > > > 666@gmail.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > OK,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > current (I would say alpha version) is available on our
> > > > > > demo server: https://demo-openmeetings.apache.org/openmeeti
> > > > > > ngs
> > > > > > 
> > > > > > > Something still not implemented, and there are definitely
> > > > > > some issues, but this version is "playable"
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > It would be great to get some early feedback ...
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-
> > > > > > infotech.com> wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Best of luck... J
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > > 
> > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > 
> > > > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > > > 
> > > > > > > Subject: Re: OM 5
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello Aaron,
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > I'm currently trying to set up demo with somehow working
> > > > > > version of 5.0
> > > > > > 
> > > > > > > Will let you know if it will be successful :)
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > > How close do you think it is for going into live testing
> > > > > > with OM5?  Reason I ask is with the most recent update to
> > > > > > Chrome, even with a valid cert, and even if you told the
> > > > > > website to allow flash, users are having to click allow
> > > > > > flash in the audio/video box.  And then it has to refresh
> > > > > > the page to do so.  Looks like it is across the board with
> > > > > > all flash content on any website now within Chrome.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Didn't know how far out it was for live testing.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > The information contained in this electronic message and
> > > > > > any attachments to this message are intended for the
> > > > > > exclusive use of the addressee(s) and may contain
> > > > > > proprietary, confidential or privileged information. If you
> > > > > > are not the intended recipient, you should not disseminate,
> > > > > > distribute or copy this e-mail. Please notify the sender
> > > > > > immediately and destroy all copies of this message and any
> > > > > > attachments. WARNING: Computer viruses can be transmitted
> > > > > > via email. The recipient should check this email and any
> > > > > > attachments for the presence of viruses. The company
> > > > > > accepts no liability for any damage caused by any
> > > > > > virus/trojan/worms/malicious code transmitted by this
> > > > > > email. www.motherson.com
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > Daniel Ascher, M.Ed.
> > > > > > 
> > > > > > > President
> > > > > > 
> > > > > > > A+ Test Prep and Tutoring
> > > > > > 
> > > > > > > "Creating Bright Futures"
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > 505 York Road, Suite 6
> > > > > > 
> > > > > > > Jenkintown, PA 19046
> > > > > > 
> > > > > > > Office: 215.886.9188
> > > > > > 
> > > > > > > Direct: 267.242.9640
> > > > > > 
> > > > > > > Click here to schedule a phone call with me.
> > > > > > 
> > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > Daniel Ascher, M.Ed.
> > > > > > 
> > > > > > > President
> > > > > > 
> > > > > > > A+ Test Prep and Tutoring
> > > > > > 
> > > > > > > "Creating Bright Futures"
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > 505 York Road, Suite 6
> > > > > > 
> > > > > > > Jenkintown, PA 19046
> > > > > > 
> > > > > > > Office: 215.886.9188
> > > > > > 
> > > > > > > Direct: 267.242.9640
> > > > > > 
> > > > > > > Click here to schedule a phone call with me.
> > > > > > 
> > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > --
> > > > > > 
> > > > > > > WBR
> > > > > > 
> > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
...sorry, Google transllation works not very right.I mean, not lies but
"Main"...

................
El vie, 22-03-2019 a las 18:04 +0100, Alvaro escribió:
> My interest lies in the time required for the preparation of OM 5
> tutorials. Relax a little, taste your work and give me a time to
> prepare the tutorials.I also think that OM 5 may be the only next
> release 
> ...............................
> El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
> > My idea was to release 5.0.0-M1 (so "WebRTC train" can start
> > moving)Then perform some merge between 4.0.x and 5.0.0 branches (to
> > make my life easier)
> > Then we can discuss if it worth to release 4.0.9 :)
> > On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
> > > Could you please tell when will be the next 4.0.9 release?
> > > I think you should let it ripen about two more weeks. This will
> > > polish possible issues and i'll have time toprepare the
> > > installation tutorials.
> > > .......................
> > > 
> > > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
> > > > Hello All,
> > > > It seems all major issues for 5.0.x were fixed
> > > > Any objections to release 5.0.0-M1? 
> > > > 
> > > > M1 == Milestone 1, i.e. this version worth wider testing but
> > > > might be not production ready
> > > > 
> > > > WDYT?
> > > > 
> > > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666@gmail
> > > > .com> wrote:
> > > > > Hmm,
> > > > > 
> > > > > It seems to be the same issue with Audio in Safari +
> > > > > 
> > > > > Screen-sharing/Recording is not working
> > > > > 
> > > > > I'll to deal with Audio (will ask you to test)
> > > > > 
> > > > > 
> > > > > 
> > > > > And will try to check screen-sharing using "real" Mac
> > > > > 
> > > > > most probably next week
> > > > > 
> > > > > 
> > > > > 
> > > > > Please file JIRA regarding this :)
> > > > > 
> > > > > Thanks in advance!
> > > > > 
> > > > > 
> > > > > 
> > > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > > 
> > > > > >
> > > > > 
> > > > > > # Client: Safari - Firefox in Mojave
> > > > > 
> > > > > >
> > > > > 
> > > > > > Please take a look the videos:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > OM 5.0.0 Firefox recording in room.mov
> > > > > 
> > > > > >
> > > > > 
> > > > > > OM 5.0.0 Safari recording in room.mov
> > > > > 
> > > > > >
> > > > > 
> > > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > -----------------------------
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Please do not hesitate to report any issues
> > > > > 
> > > > > > It is really hard to develop OM5 without user feedback :)
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <solomax666@g
> > > > > mail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > OK,
> > > > > 
> > > > > >
> > > > > 
> > > > > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > > > > 
> > > > > > I would like to get feedback
> > > > > 
> > > > > >
> > > > > 
> > > > > > complex multiuser scenarious are welcome :)
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solomax666@g
> > > > > mail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello James,
> > > > > 
> > > > > >
> > > > > 
> > > > > > what version are you running? and what are the issues?
> > > > > 
> > > > > >
> > > > > 
> > > > > > Is it nightly build from our build server? or are you
> > > > > building from sources?
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.developer8
> > > > > 3@gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > I know I am new to the group,. but I welcome 5.0.0 and will
> > > > > be happy to test. I've got an aws ubuntu 16 instance running
> > > > > and will happily provide feedback. I have had some issues
> > > > > with the current version doing desktop sharing and can't wait
> > > > > to see it possibly working.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Thank you,
> > > > > 
> > > > > > James Judge
> > > > > 
> > > > > > www.JamesJudge.info
> > > > > 
> > > > > > (570) 230-4933
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solomax666
> > > > > @gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello All,
> > > > > 
> > > > > >
> > > > > 
> > > > > > 4.0.8 VOTE is on the way
> > > > > 
> > > > > > So it's time for this DISCUSSION :)
> > > > > 
> > > > > >
> > > > > 
> > > > > > I was able to implement some missing features
> > > > > (recording+screen-sharing)
> > > > > 
> > > > > >
> > > > > 
> > > > > > And I believe now it's time to deploy current 5.0.0 version
> > > > > to
> > > > > 
> > > > > > demo-next and perform couple of rounds of "community
> > > > > testing"
> > > > > 
> > > > > > WDYT?
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@
> > > > > gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Good to know it is not OM issue :)
> > > > > 
> > > > > > You can use postgres as DB, should work out of the box :)
> > > > > 
> > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Ok Maxim. 've follow your link and run:
> > > > > 
> > > > > >
> > > > > 
> > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > > > > mysql
> > > > > 
> > > > > >
> > > > > 
> > > > > > That have changed something in my Debian 9 that affect also
> > > > > to my
> > > > > 
> > > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > > Debian 9.
> > > > > 
> > > > > >
> > > > > 
> > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > > > > AM.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid
> > > > > to Atlantic/Azores
> > > > > 
> > > > > > (two hours less). After this tryied install OM 5
> > > > > and...WINNER!
> > > > > 
> > > > > >
> > > > > 
> > > > > > The problem it was relationed with tzdata, as you said.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Thank you.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Alvaro
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > .............................................................
> > > > > 
> > > > > >
> > > > > 
> > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Check this article: https://stackoverflow.com/questions/495
> > > > > 18683/the-server-time-zone-value-cest-is-unrecognized
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@
> > > > > gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > > 
> > > > > > I'll try to Google this error, should be something well-
> > > > > known
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > ...i will try in Fedora 28.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Here is it you ask:
> > > > > 
> > > > > >
> > > > > 
> > > > > > root@cor:/home/guadal# timedatectl
> > > > > 
> > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > 
> > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > 
> > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > 
> > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > 
> > > > > >  Network time on: yes
> > > > > 
> > > > > > NTP synchronized: no
> > > > > 
> > > > > >  RTC in local TZ: yes
> > > > > 
> > > > > >
> > > > > 
> > > > > > Warning: The system is configured to read the RTC time in
> > > > > the local time zone.
> > > > > 
> > > > > >          This mode can not be fully supported. It will
> > > > > create various problems
> > > > > 
> > > > > >          with time zone changes and daylight saving time
> > > > > adjustments. The RTC
> > > > > 
> > > > > >          time is never updated, it relies on external
> > > > > facilities to maintain it.
> > > > > 
> > > > > >          If at all possible, use RTC in UTC by calling
> > > > > 
> > > > > >          'timedatectl set-local-rtc 0'.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > 
> > > > > >
> > > > > 
> > > > > > ...and after again:
> > > > > 
> > > > > >
> > > > > 
> > > > > > root@cor:/home/guadal# timedatectl
> > > > > 
> > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > 
> > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > 
> > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > 
> > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > 
> > > > > >  Network time on: yes
> > > > > 
> > > > > > NTP synchronized: no
> > > > > 
> > > > > >  RTC in local TZ: no
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > .............................................................
> > > > > ...
> > > > > 
> > > > > >
> > > > > 
> > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Just have checked with
> > > > > 
> > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > > ((Ubuntu))
> > > > > 
> > > > > >
> > > > > 
> > > > > > Everything works as expected
> > > > > 
> > > > > >
> > > > > 
> > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > 
> > > > > >
> > > > > 
> > > > > > What is the output of
> > > > > 
> > > > > >
> > > > > 
> > > > > > `timedatectl`
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > reconfigured tzdata
> > > > > 
> > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > 
> > > > > >
> > > > > 
> > > > > > With OM 4.0.7 is no problem installation.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > ........................................
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > The error is "The server time zone value 'CEST' is
> > > > > unrecognized or represents more than one time zone. You must
> > > > > configure either the server or JDBC driver (via the
> > > > > serverTimezone configuration property) to use a more specifc
> > > > > time zone value if you want to utilize time zone support."
> > > > > 
> > > > > >
> > > > > 
> > > > > > MySql for some reason don't like if time zone is set as
> > > > > CEST, can you run
> > > > > 
> > > > > >
> > > > > 
> > > > > > `dpkg-reconfigure tzdata`
> > > > > 
> > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Please take a look attached files.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > ..........................
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Will try to reproduce
> > > > > 
> > > > > > Anything useful in the logs?
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > OM 5 - Snapshot 2605
> > > > > 
> > > > > >
> > > > > 
> > > > > > When try install it say: Could not create connection to
> > > > > 
> > > > > > database.... (attached capture).
> > > > > 
> > > > > >
> > > > > 
> > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > 
> > > > > >
> > > > > 
> > > > > > Alvaro
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > ..................................
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Correction: OM5 will work with MySql driver 5.x but you
> > > > > need to change driver class in mysql_persistense.xml to
> > > > > achieve this
> > > > > 
> > > > > > Driver class name has been changed in 8.x and was producing
> > > > > warning in the logs, this is why I have changed it
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@
> > > > > gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello Alvaro,
> > > > > 
> > > > > >
> > > > > 
> > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > 
> > > > > > OM4 can use both 5.x and 8.x
> > > > > 
> > > > > >
> > > > > 
> > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-connecto
> > > > > r-java
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello Maxim,
> > > > > 
> > > > > >
> > > > > 
> > > > > > I've got the attached capture trying install OM 5 (first
> > > > > Snapshot
> > > > > 
> > > > > > of today 18-10-2018).
> > > > > 
> > > > > >
> > > > > 
> > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > 
> > > > > > mysql-connector-java-5.1.47.jar
> > > > > 
> > > > > >
> > > > > 
> > > > > > Alvaro
> > > > > 
> > > > > >
> > > > > 
> > > > > > ....................................
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello All,
> > > > > 
> > > > > >
> > > > > 
> > > > > > some news regarding WebRTC
> > > > > 
> > > > > >
> > > > > 
> > > > > > Settings dialog is made more user friendly: less "silent
> > > > > fails", less JS errors
> > > > > 
> > > > > >
> > > > > 
> > > > > > BUT it seems some RTC features are not working if you have
> > > > > MS Edge and Win 10 NOT pro or Enterprise [1]
> > > > > 
> > > > > > I have 2 identical VMs
> > > > > 
> > > > > > 1) with Win 10 Pro
> > > > > 
> > > > > > 2) with Win 10 Pro.N
> > > > > 
> > > > > >
> > > > > 
> > > > > > I have issues with #2 and everything works as expected on
> > > > > #1
> > > > > 
> > > > > >
> > > > > 
> > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > 
> > > > > >
> > > > > 
> > > > > > Would appreciate if you can test latest version on "demo-
> > > > > apache" [3]
> > > > > 
> > > > > >
> > > > > 
> > > > > > [1] https://developer.microsoft.com/en-us/microsoft-edge/pl
> > > > > atform/issues/17357055/#comment-5
> > > > > 
> > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > > > 
> > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@g
> > > > > mail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Document conversion is actually broken on this demo server
> > > > > 
> > > > > > This seems to be caused by server configuration
> > > > > 
> > > > > > No sure yet what is wrong
> > > > > 
> > > > > > Will try to fix it in a week or two, have no idea what can
> > > > > be wrong :(
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@g
> > > > > mail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > I'm going to perform additional code-review and will check
> > > > > this
> > > > > 
> > > > > >
> > > > > 
> > > > > > This is only initial version :)
> > > > > 
> > > > > > Hopefully will be improved :))
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekueh
> > > > > l.eu> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Checked it again with Win10 und FF, but with a USB Headset
> > > > > and it works well! (I just recognize that my voice was also
> > > > > in my headphones?!)
> > > > > 
> > > > > > Retry it with the non USB Headset und it won't work. I
> > > > > mentioned that FF and Chrome didn't ask for permission to use
> > > > > the the microphone of the non-USB Headset. Maybe, this a the
> > > > > point we should draw our attention too?
> > > > > 
> > > > > > Stefan
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > 
> > > > > >
> > > > > 
> > > > > > It is now working properly in Edge.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatreku
> > > > > ehl.eu> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > > fresh firefox installtion. Same behaviour.
> > > > > 
> > > > > > Stefan
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > 
> > > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > > 
> > > > > > I have fixed some "Edge" errors, so demo should behave
> > > > > better
> > > > > 
> > > > > >
> > > > > 
> > > > > > I'll fix some more errors with settings dialog later ...
> > > > > 
> > > > > >
> > > > > 
> > > > > > Thanks for the reports
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekueh
> > > > > l.eu> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu
> > > > > 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > > 
> > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > 
> > > > > > Stefan
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > 
> > > > > > What OS/Browser are you using?
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekueh
> > > > > l.eu> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hi,
> > > > > 
> > > > > > tried the OM 5 Demo with plugged in headset. But no chance
> > > > > to choose it. The "Choose microphone" option remains in
> > > > > "Loading data, please wait" and everytime i try to reload,
> > > > > the red error message appears. Headset is not USB but chinch.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Stefan
> > > > > 
> > > > > >
> > > > > 
> > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > 
> > > > > > Actually it is not one page it is OM site being re-build
> > > > > with every nightly build ...
> > > > > 
> > > > > > Site contents should be ready to 5.0 release, so all pages
> > > > > need to checked/updated
> > > > > 
> > > > > >
> > > > > 
> > > > > > news, changelog and announces will be updated during
> > > > > release process, so it displays 4.0.5 right now :)
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplu
> > > > > stutoring.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > This page: https://builds.apache.org/view/M-R/view/OpenMeet
> > > > > ings/job/openmeetings/site/openmeetings-server/index.html
> > > > > 
> > > > > >
> > > > > 
> > > > > > is set up for version 4.0.5, correct? Is that what you want
> > > > > me to check for errors/updates? Or do you want something
> > > > > mentioning version 5.0?
> > > > > 
> > > > > >
> > > > > 
> > > > > > Thanks. Dan
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@a
> > > > > plustutoring.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > I just checked in Edge but there is a problem.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax66
> > > > > 6@gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > document upload seems to be jodConverter and/or server
> > > > > issue, hopelly will be able to address
> > > > > 
> > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > 
> > > > > >
> > > > > 
> > > > > > Additional task might be to check site of 5.0 version: http
> > > > > s://builds.apache.org/view/M-
> > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > server/index.html
> > > > > 
> > > > > > and report any outdated/missing/unclear page ....
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplu
> > > > > stutoring.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > It's really great that you got WebRTC going!! I'm sure it's
> > > > > been a lot of hard work.
> > > > > 
> > > > > >
> > > > > 
> > > > > > I tried uploading a document but it didn't work. I assume
> > > > > that the document conversion stuff isn't configured yet so
> > > > > that is why I asked what needs to be tested.
> > > > > 
> > > > > >
> > > > > 
> > > > > > I'll try using it in Edge and do some of the testing you
> > > > > mentioned. Let me know if there is anything else I can help
> > > > > with.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Dan
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666
> > > > > @gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello Daniel,
> > > > > 
> > > > > >
> > > > > 
> > > > > > yes, this is WebRTC :)
> > > > > 
> > > > > >
> > > > > 
> > > > > > Nettesing and Video setup seems to work as expected and
> > > > > most probably will not be changed too much
> > > > > 
> > > > > >
> > > > > 
> > > > > > Room Audio/Video is in "early-alpha" stage and I would like
> > > > > to know: how good is it so far?
> > > > > 
> > > > > > Is on/off audio/video being correctly handled? Same
> > > > > regarding add/remove rights
> > > > > 
> > > > > >
> > > > > 
> > > > > > This version should not work in IE11, Does in work in
> > > > > Safari/Edge?
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplu
> > > > > stutoring.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > > this WebRTC? What would you like us to check for when we are
> > > > > trying it out?
> > > > > 
> > > > > >
> > > > > 
> > > > > > Thanks. Dan
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax66
> > > > > 6@gmail.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > OK,
> > > > > 
> > > > > >
> > > > > 
> > > > > > current (I would say alpha version) is available on our
> > > > > demo server: https://demo-openmeetings.apache.org/openmeeting
> > > > > s
> > > > > 
> > > > > > Something still not implemented, and there are definitely
> > > > > some issues, but this version is "playable"
> > > > > 
> > > > > >
> > > > > 
> > > > > > It would be great to get some early feedback ...
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-in
> > > > > fotech.com> wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > > Best of luck... J
> > > > > 
> > > > > >
> > > > > 
> > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > 
> > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > 
> > > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > > 
> > > > > > Subject: Re: OM 5
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hello Aaron,
> > > > > 
> > > > > >
> > > > > 
> > > > > > I'm currently trying to set up demo with somehow working
> > > > > version of 5.0
> > > > > 
> > > > > > Will let you know if it will be successful :)
> > > > > 
> > > > > >
> > > > > 
> > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > > > 
> > > > > > How close do you think it is for going into live testing
> > > > > with OM5?  Reason I ask is with the most recent update to
> > > > > Chrome, even with a valid cert, and even if you told the
> > > > > website to allow flash, users are having to click allow flash
> > > > > in the audio/video box.  And then it has to refresh the page
> > > > > to do so.  Looks like it is across the board with all flash
> > > > > content on any website now within Chrome.
> > > > > 
> > > > > >
> > > > > 
> > > > > > Didn't know how far out it was for live testing.
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > The information contained in this electronic message and
> > > > > any attachments to this message are intended for the
> > > > > exclusive use of the addressee(s) and may contain
> > > > > proprietary, confidential or privileged information. If you
> > > > > are not the intended recipient, you should not disseminate,
> > > > > distribute or copy this e-mail. Please notify the sender
> > > > > immediately and destroy all copies of this message and any
> > > > > attachments. WARNING: Computer viruses can be transmitted via
> > > > > email. The recipient should check this email and any
> > > > > attachments for the presence of viruses. The company accepts
> > > > > no liability for any damage caused by any
> > > > > virus/trojan/worms/malicious code transmitted by this email. 
> > > > > www.motherson.com
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > Daniel Ascher, M.Ed.
> > > > > 
> > > > > > President
> > > > > 
> > > > > > A+ Test Prep and Tutoring
> > > > > 
> > > > > > "Creating Bright Futures"
> > > > > 
> > > > > >
> > > > > 
> > > > > > 505 York Road, Suite 6
> > > > > 
> > > > > > Jenkintown, PA 19046
> > > > > 
> > > > > > Office: 215.886.9188
> > > > > 
> > > > > > Direct: 267.242.9640
> > > > > 
> > > > > > Click here to schedule a phone call with me.
> > > > > 
> > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > Daniel Ascher, M.Ed.
> > > > > 
> > > > > > President
> > > > > 
> > > > > > A+ Test Prep and Tutoring
> > > > > 
> > > > > > "Creating Bright Futures"
> > > > > 
> > > > > >
> > > > > 
> > > > > > 505 York Road, Suite 6
> > > > > 
> > > > > > Jenkintown, PA 19046
> > > > > 
> > > > > > Office: 215.886.9188
> > > > > 
> > > > > > Direct: 267.242.9640
> > > > > 
> > > > > > Click here to schedule a phone call with me.
> > > > > 
> > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > --
> > > > > 
> > > > > > WBR
> > > > > 
> > > > > > Maxim aka solomax
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > 
> > -- 
> > WBR
> > Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
My interest lies in the time required for the preparation of OM 5
tutorials. 
Relax a little, taste your work and give me a time to prepare the
tutorials.
I also think that OM 5 may be the only next release 

...............................

El vie, 22-03-2019 a las 23:33 +0700, Maxim Solodovnik escribió:
> My idea was to release 5.0.0-M1 (so "WebRTC train" can start
> moving)Then perform some merge between 4.0.x and 5.0.0 branches (to
> make my life easier)
> Then we can discuss if it worth to release 4.0.9 :)
> On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:
> > Could you please tell when will be the next 4.0.9 release?
> > I think you should let it ripen about two more weeks. This will
> > polish possible issues and i'll have time toprepare the
> > installation tutorials.
> > .......................
> > 
> > El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
> > > Hello All,
> > > It seems all major issues for 5.0.x were fixed
> > > Any objections to release 5.0.0-M1? 
> > > 
> > > M1 == Milestone 1, i.e. this version worth wider testing but
> > > might be not production ready
> > > 
> > > WDYT?
> > > 
> > > On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > > Hmm,
> > > > 
> > > > It seems to be the same issue with Audio in Safari +
> > > > 
> > > > Screen-sharing/Recording is not working
> > > > 
> > > > I'll to deal with Audio (will ask you to test)
> > > > 
> > > > 
> > > > 
> > > > And will try to check screen-sharing using "real" Mac
> > > > 
> > > > most probably next week
> > > > 
> > > > 
> > > > 
> > > > Please file JIRA regarding this :)
> > > > 
> > > > Thanks in advance!
> > > > 
> > > > 
> > > > 
> > > > On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Ok, now it is installed kurento on Ubuntu 18.04.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > # Server: OM 5.0.0 - Ubuntu 18.04
> > > > 
> > > > >
> > > > 
> > > > > # Client: Safari - Firefox in Mojave
> > > > 
> > > > >
> > > > 
> > > > > Please take a look the videos:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > OM 5.0.0 Firefox recording in room.mov
> > > > 
> > > > >
> > > > 
> > > > > OM 5.0.0 Safari recording in room.mov
> > > > 
> > > > >
> > > > 
> > > > > OM 5.0.0 kurento Firefox and Safari.mov
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > -----------------------------
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > Please do not hesitate to report any issues
> > > > 
> > > > > It is really hard to develop OM5 without user feedback :)
> > > > 
> > > > >
> > > > 
> > > > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <solomax666@gma
> > > > il.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > OK,
> > > > 
> > > > >
> > > > 
> > > > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > > > 
> > > > > I would like to get feedback
> > > > 
> > > > >
> > > > 
> > > > > complex multiuser scenarious are welcome :)
> > > > 
> > > > >
> > > > 
> > > > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solomax666@gma
> > > > il.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Hello James,
> > > > 
> > > > >
> > > > 
> > > > > what version are you running? and what are the issues?
> > > > 
> > > > >
> > > > 
> > > > > Is it nightly build from our build server? or are you
> > > > building from sources?
> > > > 
> > > > >
> > > > 
> > > > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.developer83@
> > > > gmail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > I know I am new to the group,. but I welcome 5.0.0 and will
> > > > be happy to test. I've got an aws ubuntu 16 instance running
> > > > and will happily provide feedback. I have had some issues with
> > > > the current version doing desktop sharing and can't wait to see
> > > > it possibly working.
> > > > 
> > > > >
> > > > 
> > > > > Thank you,
> > > > 
> > > > > James Judge
> > > > 
> > > > > www.JamesJudge.info
> > > > 
> > > > > (570) 230-4933
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solomax666@g
> > > > mail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Hello All,
> > > > 
> > > > >
> > > > 
> > > > > 4.0.8 VOTE is on the way
> > > > 
> > > > > So it's time for this DISCUSSION :)
> > > > 
> > > > >
> > > > 
> > > > > I was able to implement some missing features
> > > > (recording+screen-sharing)
> > > > 
> > > > >
> > > > 
> > > > > And I believe now it's time to deploy current 5.0.0 version
> > > > to
> > > > 
> > > > > demo-next and perform couple of rounds of "community testing"
> > > > 
> > > > > WDYT?
> > > > 
> > > > >
> > > > 
> > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gm
> > > > ail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Good to know it is not OM issue :)
> > > > 
> > > > > You can use postgres as DB, should work out of the box :)
> > > > 
> > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Ok Maxim. 've follow your link and run:
> > > > 
> > > > >
> > > > 
> > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > > > mysql
> > > > 
> > > > >
> > > > 
> > > > > That have changed something in my Debian 9 that affect also
> > > > to my
> > > > 
> > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > Debian 9.
> > > > 
> > > > >
> > > > 
> > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > > > AM.
> > > > 
> > > > >
> > > > 
> > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > > Atlantic/Azores
> > > > 
> > > > > (two hours less). After this tryied install OM 5
> > > > and...WINNER!
> > > > 
> > > > >
> > > > 
> > > > > The problem it was relationed with tzdata, as you said.
> > > > 
> > > > >
> > > > 
> > > > > Thank you.
> > > > 
> > > > >
> > > > 
> > > > > Alvaro
> > > > 
> > > > >
> > > > 
> > > > > .............................................................
> > > > 
> > > > >
> > > > 
> > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > Check this article: https://stackoverflow.com/questions/49518
> > > > 683/the-server-time-zone-value-cest-is-unrecognized
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> > > > ail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > 
> > > > > I'll try to Google this error, should be something well-known
> > > > 
> > > > >
> > > > 
> > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > 
> > > > >
> > > > 
> > > > > ...i will try in Fedora 28.
> > > > 
> > > > >
> > > > 
> > > > > Here is it you ask:
> > > > 
> > > > >
> > > > 
> > > > > root@cor:/home/guadal# timedatectl
> > > > 
> > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > 
> > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > 
> > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > 
> > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > 
> > > > >  Network time on: yes
> > > > 
> > > > > NTP synchronized: no
> > > > 
> > > > >  RTC in local TZ: yes
> > > > 
> > > > >
> > > > 
> > > > > Warning: The system is configured to read the RTC time in the
> > > > local time zone.
> > > > 
> > > > >          This mode can not be fully supported. It will create
> > > > various problems
> > > > 
> > > > >          with time zone changes and daylight saving time
> > > > adjustments. The RTC
> > > > 
> > > > >          time is never updated, it relies on external
> > > > facilities to maintain it.
> > > > 
> > > > >          If at all possible, use RTC in UTC by calling
> > > > 
> > > > >          'timedatectl set-local-rtc 0'.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > ...then i run: timedatectl set-local-rtc 0
> > > > 
> > > > >
> > > > 
> > > > > ...and after again:
> > > > 
> > > > >
> > > > 
> > > > > root@cor:/home/guadal# timedatectl
> > > > 
> > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > 
> > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > 
> > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > 
> > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > 
> > > > >  Network time on: yes
> > > > 
> > > > > NTP synchronized: no
> > > > 
> > > > >  RTC in local TZ: no
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > ...............................................................
> > > > .
> > > > 
> > > > >
> > > > 
> > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > Just have checked with
> > > > 
> > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > ((Ubuntu))
> > > > 
> > > > >
> > > > 
> > > > > Everything works as expected
> > > > 
> > > > >
> > > > 
> > > > > Maybe there are some more TZ settings in MariaDB?
> > > > 
> > > > >
> > > > 
> > > > > What is the output of
> > > > 
> > > > >
> > > > 
> > > > > `timedatectl`
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > 
> > > > >
> > > > 
> > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > reconfigured tzdata
> > > > 
> > > > > with Europe/Madrid, but the resultat is the same.
> > > > 
> > > > >
> > > > 
> > > > > With OM 4.0.7 is no problem installation.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > ........................................
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > The error is "The server time zone value 'CEST' is
> > > > unrecognized or represents more than one time zone. You must
> > > > configure either the server or JDBC driver (via the
> > > > serverTimezone configuration property) to use a more specifc
> > > > time zone value if you want to utilize time zone support."
> > > > 
> > > > >
> > > > 
> > > > > MySql for some reason don't like if time zone is set as CEST,
> > > > can you run
> > > > 
> > > > >
> > > > 
> > > > > `dpkg-reconfigure tzdata`
> > > > 
> > > > > and set something like 'Europe/Madrid' as time zone?
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > 
> > > > >
> > > > 
> > > > > Please take a look attached files.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > ..........................
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > Will try to reproduce
> > > > 
> > > > > Anything useful in the logs?
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > 
> > > > >
> > > > 
> > > > > OM 5 - Snapshot 2605
> > > > 
> > > > >
> > > > 
> > > > > When try install it say: Could not create connection to
> > > > 
> > > > > database.... (attached capture).
> > > > 
> > > > >
> > > > 
> > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > 
> > > > >
> > > > 
> > > > > Alvaro
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > ..................................
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > Correction: OM5 will work with MySql driver 5.x but you need
> > > > to change driver class in mysql_persistense.xml to achieve this
> > > > 
> > > > > Driver class name has been changed in 8.x and was producing
> > > > warning in the logs, this is why I have changed it
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> > > > ail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Hello Alvaro,
> > > > 
> > > > >
> > > > 
> > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > 
> > > > > OM4 can use both 5.x and 8.x
> > > > 
> > > > >
> > > > 
> > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> > > > java
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > 
> > > > >
> > > > 
> > > > > Hello Maxim,
> > > > 
> > > > >
> > > > 
> > > > > I've got the attached capture trying install OM 5 (first
> > > > Snapshot
> > > > 
> > > > > of today 18-10-2018).
> > > > 
> > > > >
> > > > 
> > > > > With mysql-connector-java-5.1.46.jar and
> > > > 
> > > > > mysql-connector-java-5.1.47.jar
> > > > 
> > > > >
> > > > 
> > > > > Alvaro
> > > > 
> > > > >
> > > > 
> > > > > ....................................
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > escribió:
> > > > 
> > > > >
> > > > 
> > > > > Hello All,
> > > > 
> > > > >
> > > > 
> > > > > some news regarding WebRTC
> > > > 
> > > > >
> > > > 
> > > > > Settings dialog is made more user friendly: less "silent
> > > > fails", less JS errors
> > > > 
> > > > >
> > > > 
> > > > > BUT it seems some RTC features are not working if you have MS
> > > > Edge and Win 10 NOT pro or Enterprise [1]
> > > > 
> > > > > I have 2 identical VMs
> > > > 
> > > > > 1) with Win 10 Pro
> > > > 
> > > > > 2) with Win 10 Pro.N
> > > > 
> > > > >
> > > > 
> > > > > I have issues with #2 and everything works as expected on #1
> > > > 
> > > > >
> > > > 
> > > > > Additionally there is an issue with Edge browser: [2]
> > > > 
> > > > >
> > > > 
> > > > > Would appreciate if you can test latest version on "demo-
> > > > apache" [3]
> > > > 
> > > > >
> > > > 
> > > > > [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> > > > form/issues/17357055/#comment-5
> > > > 
> > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > > 
> > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> > > > il.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Document conversion is actually broken on this demo server
> > > > 
> > > > > This seems to be caused by server configuration
> > > > 
> > > > > No sure yet what is wrong
> > > > 
> > > > > Will try to fix it in a week or two, have no idea what can be
> > > > wrong :(
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> > > > il.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > I'm going to perform additional code-review and will check
> > > > this
> > > > 
> > > > >
> > > > 
> > > > > This is only initial version :)
> > > > 
> > > > > Hopefully will be improved :))
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> > > > eu> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Checked it again with Win10 und FF, but with a USB Headset
> > > > and it works well! (I just recognize that my voice was also in
> > > > my headphones?!)
> > > > 
> > > > > Retry it with the non USB Headset und it won't work. I
> > > > mentioned that FF and Chrome didn't ask for permission to use
> > > > the the microphone of the non-USB Headset. Maybe, this a the
> > > > point we should draw our attention too?
> > > > 
> > > > > Stefan
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > 
> > > > >
> > > > 
> > > > > It is now working properly in Edge.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> > > > l.eu> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > fresh firefox installtion. Same behaviour.
> > > > 
> > > > > Stefan
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > 
> > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > 
> > > > > I have fixed some "Edge" errors, so demo should behave better
> > > > 
> > > > >
> > > > 
> > > > > I'll fix some more errors with settings dialog later ...
> > > > 
> > > > >
> > > > 
> > > > > Thanks for the reports
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> > > > eu> wrote:
> > > > 
> > > > >
> > > > 
> > > > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > 
> > > > > Also tried with root and sudo to avoid restrictions.
> > > > 
> > > > > Stefan
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > 
> > > > > What OS/Browser are you using?
> > > > 
> > > > >
> > > > 
> > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> > > > eu> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Hi,
> > > > 
> > > > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > > choose it. The "Choose microphone" option remains in "Loading
> > > > data, please wait" and everytime i try to reload, the red error
> > > > message appears. Headset is not USB but chinch.
> > > > 
> > > > >
> > > > 
> > > > > Stefan
> > > > 
> > > > >
> > > > 
> > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > 
> > > > > Actually it is not one page it is OM site being re-build with
> > > > every nightly build ...
> > > > 
> > > > > Site contents should be ready to 5.0 release, so all pages
> > > > need to checked/updated
> > > > 
> > > > >
> > > > 
> > > > > news, changelog and announces will be updated during release
> > > > process, so it displays 4.0.5 right now :)
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> > > > utoring.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> > > > gs/job/openmeetings/site/openmeetings-server/index.html
> > > > 
> > > > >
> > > > 
> > > > > is set up for version 4.0.5, correct? Is that what you want
> > > > me to check for errors/updates? Or do you want something
> > > > mentioning version 5.0?
> > > > 
> > > > >
> > > > 
> > > > > Thanks. Dan
> > > > 
> > > > >
> > > > 
> > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> > > > ustutoring.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > I just checked in Edge but there is a problem.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> > > > gmail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > document upload seems to be jodConverter and/or server issue,
> > > > hopelly will be able to address
> > > > 
> > > > > Was 5.0.0 working under Edge? Any issues?
> > > > 
> > > > >
> > > > 
> > > > > Additional task might be to check site of 5.0 version: https:
> > > > //builds.apache.org/view/M-
> > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > server/index.html
> > > > 
> > > > > and report any outdated/missing/unclear page ....
> > > > 
> > > > >
> > > > 
> > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> > > > utoring.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > It's really great that you got WebRTC going!! I'm sure it's
> > > > been a lot of hard work.
> > > > 
> > > > >
> > > > 
> > > > > I tried uploading a document but it didn't work. I assume
> > > > that the document conversion stuff isn't configured yet so that
> > > > is why I asked what needs to be tested.
> > > > 
> > > > >
> > > > 
> > > > > I'll try using it in Edge and do some of the testing you
> > > > mentioned. Let me know if there is anything else I can help
> > > > with.
> > > > 
> > > > >
> > > > 
> > > > > Dan
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> > > > mail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Hello Daniel,
> > > > 
> > > > >
> > > > 
> > > > > yes, this is WebRTC :)
> > > > 
> > > > >
> > > > 
> > > > > Nettesing and Video setup seems to work as expected and most
> > > > probably will not be changed too much
> > > > 
> > > > >
> > > > 
> > > > > Room Audio/Video is in "early-alpha" stage and I would like
> > > > to know: how good is it so far?
> > > > 
> > > > > Is on/off audio/video being correctly handled? Same regarding
> > > > add/remove rights
> > > > 
> > > > >
> > > > 
> > > > > This version should not work in IE11, Does in work in
> > > > Safari/Edge?
> > > > 
> > > > >
> > > > 
> > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> > > > utoring.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > this WebRTC? What would you like us to check for when we are
> > > > trying it out?
> > > > 
> > > > >
> > > > 
> > > > > Thanks. Dan
> > > > 
> > > > >
> > > > 
> > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> > > > gmail.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > OK,
> > > > 
> > > > >
> > > > 
> > > > > current (I would say alpha version) is available on our demo
> > > > server: https://demo-openmeetings.apache.org/openmeetings
> > > > 
> > > > > Something still not implemented, and there are definitely
> > > > some issues, but this version is "playable"
> > > > 
> > > > >
> > > > 
> > > > > It would be great to get some early feedback ...
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> > > > tech.com> wrote:
> > > > 
> > > > >
> > > > 
> > > > > Best of luck... J
> > > > 
> > > > >
> > > > 
> > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > 
> > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > 
> > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > 
> > > > > Subject: Re: OM 5
> > > > 
> > > > >
> > > > 
> > > > > Hello Aaron,
> > > > 
> > > > >
> > > > 
> > > > > I'm currently trying to set up demo with somehow working
> > > > version of 5.0
> > > > 
> > > > > Will let you know if it will be successful :)
> > > > 
> > > > >
> > > > 
> > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > > 
> > > > > How close do you think it is for going into live testing with
> > > > OM5?  Reason I ask is with the most recent update to Chrome,
> > > > even with a valid cert, and even if you told the website to
> > > > allow flash, users are having to click allow flash in the
> > > > audio/video box.  And then it has to refresh the page to do
> > > > so.  Looks like it is across the board with all flash content
> > > > on any website now within Chrome.
> > > > 
> > > > >
> > > > 
> > > > > Didn't know how far out it was for live testing.
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > The information contained in this electronic message and any
> > > > attachments to this message are intended for the exclusive use
> > > > of the addressee(s) and may contain proprietary, confidential
> > > > or privileged information. If you are not the intended
> > > > recipient, you should not disseminate, distribute or copy this
> > > > e-mail. Please notify the sender immediately and destroy all
> > > > copies of this message and any attachments. WARNING: Computer
> > > > viruses can be transmitted via email. The recipient should
> > > > check this email and any attachments for the presence of
> > > > viruses. The company accepts no liability for any damage caused
> > > > by any virus/trojan/worms/malicious code transmitted by this
> > > > email. www.motherson.com
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > Daniel Ascher, M.Ed.
> > > > 
> > > > > President
> > > > 
> > > > > A+ Test Prep and Tutoring
> > > > 
> > > > > "Creating Bright Futures"
> > > > 
> > > > >
> > > > 
> > > > > 505 York Road, Suite 6
> > > > 
> > > > > Jenkintown, PA 19046
> > > > 
> > > > > Office: 215.886.9188
> > > > 
> > > > > Direct: 267.242.9640
> > > > 
> > > > > Click here to schedule a phone call with me.
> > > > 
> > > > > Sign Up for A+ News and Test Prep Tips!
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > Daniel Ascher, M.Ed.
> > > > 
> > > > > President
> > > > 
> > > > > A+ Test Prep and Tutoring
> > > > 
> > > > > "Creating Bright Futures"
> > > > 
> > > > >
> > > > 
> > > > > 505 York Road, Suite 6
> > > > 
> > > > > Jenkintown, PA 19046
> > > > 
> > > > > Office: 215.886.9188
> > > > 
> > > > > Direct: 267.242.9640
> > > > 
> > > > > Click here to schedule a phone call with me.
> > > > 
> > > > > Sign Up for A+ News and Test Prep Tips!
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > > --
> > > > 
> > > > > WBR
> > > > 
> > > > > Maxim aka solomax
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > >
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> 
> -- 
> WBR
> Maxim aka solomax
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
My idea was to release 5.0.0-M1 (so "WebRTC train" can start moving)
Then perform some merge between 4.0.x and 5.0.0 branches (to make my life
easier)
Then we can discuss if it worth to release 4.0.9 :)

On Fri, 22 Mar 2019 at 23:17, Alvaro <zu...@gmail.com> wrote:

>
> Could you please tell when will be the next 4.0.9 release?
>
> I think you should let it ripen about two more weeks.
> This will polish possible issues and i'll have time to
> prepare the installation tutorials.
>
> .......................
>
>
> El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1?
>
> M1 == Milestone 1, i.e. this version worth wider testing but might be not
> production ready
>
> WDYT?
>
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Hmm,
> It seems to be the same issue with Audio in Safari +
> Screen-sharing/Recording is not working
> I'll to deal with Audio (will ask you to test)
>
> And will try to check screen-sharing using "real" Mac
> most probably next week
>
> Please file JIRA regarding this :)
> Thanks in advance!
>
> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok, now it is installed kurento on Ubuntu 18.04.
> >
> >
> > # Server: OM 5.0.0 - Ubuntu 18.04
> >
> > # Client: Safari - Firefox in Mojave
> >
> > Please take a look the videos:
> >
> >
> > OM 5.0.0 Firefox recording in room.mov
> >
> > OM 5.0.0 Safari recording in room.mov
> >
> > OM 5.0.0 kurento Firefox and Safari.mov
> >
> >
> > -----------------------------
> >
> >
> >
> >
> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> >
> > Please do not hesitate to report any issues
> > It is really hard to develop OM5 without user feedback :)
> >
> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > OK,
> >
> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > I would like to get feedback
> >
> > complex multiuser scenarious are welcome :)
> >
> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello James,
> >
> > what version are you running? and what are the issues?
> >
> > Is it nightly build from our build server? or are you building from
> sources?
> >
> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
> wrote:
> >
> >
> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to
> test. I've got an aws ubuntu 16 instance running and will happily provide
> feedback. I have had some issues with the current version doing desktop
> sharing and can't wait to see it possibly working.
> >
> > Thank you,
> > James Judge
> > www.JamesJudge.info
> > (570) 230-4933
> >
> >
> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello All,
> >
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> >
> > I was able to implement some missing features (recording+screen-sharing)
> >
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> >
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok Maxim. 've follow your link and run:
> >
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >
> > That have changed something in my Debian 9 that affect also to my
> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> Atlantic/Azores
> > (two hours less). After this tryied install OM 5 and...WINNER!
> >
> > The problem it was relationed with tzdata, as you said.
> >
> > Thank you.
> >
> > Alvaro
> >
> > .............................................................
> >
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >
> > Check this article:
> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >
> >
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> >
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >
> > ...i will try in Fedora 28.
> >
> > Here is it you ask:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> >
> > Warning: The system is configured to read the RTC time in the local time
> zone.
> >          This mode can not be fully supported. It will create various
> problems
> >          with time zone changes and daylight saving time adjustments.
> The RTC
> >          time is never updated, it relies on external facilities to
> maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> >
> >
> > ...then i run: timedatectl set-local-rtc 0
> >
> > ...and after again:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> >
> >
> > ................................................................
> >
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >
> > Everything works as expected
> >
> > Maybe there are some more TZ settings in MariaDB?
> >
> > What is the output of
> >
> > `timedatectl`
> >
> >
> >
> >
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >
> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > with Europe/Madrid, but the resultat is the same.
> >
> > With OM 4.0.7 is no problem installation.
> >
> >
> > ........................................
> >
> >
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >
> > The error is "The server time zone value 'CEST' is unrecognized or
> represents more than one time zone. You must configure either the server or
> JDBC driver (via the serverTimezone configuration property) to use a more
> specifc time zone value if you want to utilize time zone support."
> >
> > MySql for some reason don't like if time zone is set as CEST, can you run
> >
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> >
> >
> >
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >
> > Please take a look attached files.
> >
> >
> > ..........................
> >
> >
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >
> > Will try to reproduce
> > Anything useful in the logs?
> >
> >
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >
> > OM 5 - Snapshot 2605
> >
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> >
> > Debian 9, mysql-connector-java-8.0.12.jar
> >
> > Alvaro
> >
> >
> > ..................................
> >
> >
> >
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >
> > Correction: OM5 will work with MySql driver 5.x but you need to change
> driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing warning in
> the logs, this is why I have changed it
> >
> >
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Alvaro,
> >
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> >
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> >
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >
> > Hello Maxim,
> >
> > I've got the attached capture trying install OM 5 (first Snapshot
> > of today 18-10-2018).
> >
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> >
> > Alvaro
> >
> > ....................................
> >
> >
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >
> > Hello All,
> >
> > some news regarding WebRTC
> >
> > Settings dialog is made more user friendly: less "silent fails", less JS
> errors
> >
> > BUT it seems some RTC features are not working if you have MS Edge and
> Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> >
> > I have issues with #2 and everything works as expected on #1
> >
> > Additionally there is an issue with Edge browser: [2]
> >
> > Would appreciate if you can test latest version on "demo-apache" [3]
> >
> > [1]
> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be wrong :(
> >
> >
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > I'm going to perform additional code-review and will check this
> >
> > This is only initial version :)
> > Hopefully will be improved :))
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Checked it again with Win10 und FF, but with a USB Headset and it works
> well! (I just recognize that my voice was also in my headphones?!)
> > Retry it with the non USB Headset und it won't work. I mentioned that FF
> and Chrome didn't ask for permission to use the the microphone of the
> non-USB Headset. Maybe, this a the point we should draw our attention too?
> > Stefan
> >
> >
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >
> > It is now working properly in Edge.
> >
> >
> >
> >
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> >
> > Nothing changes. Got another test on an virtual Win10 and fresh firefox
> installtion. Same behaviour.
> > Stefan
> >
> >
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> >
> > I'll fix some more errors with settings dialog later ...
> >
> > Thanks for the reports
> >
> >
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
> behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> >
> >
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> >
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to choose it.
> The "Choose microphone" option remains in "Loading data, please wait" and
> everytime i try to reload, the red error message appears. Headset is not
> USB but chinch.
> >
> > Stefan
> >
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with every
> nightly build ...
> > Site contents should be ready to 5.0 release, so all pages need to
> checked/updated
> >
> > news, changelog and announces will be updated during release process, so
> it displays 4.0.5 right now :)
> >
> >
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > This page:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >
> > is set up for version 4.0.5, correct? Is that what you want me to check
> for errors/updates? Or do you want something mentioning version 5.0?
> >
> > Thanks. Dan
> >
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> >
> > I just checked in Edge but there is a problem.
> >
> >
> >
> >
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > document upload seems to be jodConverter and/or server issue, hopelly
> will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> >
> > Additional task might be to check site of 5.0 version:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > and report any outdated/missing/unclear page ....
> >
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > It's really great that you got WebRTC going!! I'm sure it's been a lot
> of hard work.
> >
> > I tried uploading a document but it didn't work. I assume that the
> document conversion stuff isn't configured yet so that is why I asked what
> needs to be tested.
> >
> > I'll try using it in Edge and do some of the testing you mentioned. Let
> me know if there is anything else I can help with.
> >
> > Dan
> >
> >
> >
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Daniel,
> >
> > yes, this is WebRTC :)
> >
> > Nettesing and Video setup seems to work as expected and most probably
> will not be changed too much
> >
> > Room Audio/Video is in "early-alpha" stage and I would like to know: how
> good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding add/remove
> rights
> >
> > This version should not work in IE11, Does in work in Safari/Edge?
> >
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
> What would you like us to check for when we are trying it out?
> >
> > Thanks. Dan
> >
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > OK,
> >
> > current (I would say alpha version) is available on our demo server:
> https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely some issues,
> but this version is "playable"
> >
> > It would be great to get some early feedback ...
> >
> >
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
> >
> > Best of luck... J
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> >
> > Hello Aaron,
> >
> > I'm currently trying to set up demo with somehow working version of 5.0
> > Will let you know if it will be successful :)
> >
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with OM5?
> Reason I ask is with the most recent update to Chrome, even with a valid
> cert, and even if you told the website to allow flash, users are having to
> click allow flash in the audio/video box.  And then it has to refresh the
> page to do so.  Looks like it is across the board with all flash content on
> any website now within Chrome.
> >
> > Didn't know how far out it was for live testing.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
>
>
>
>

-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Could you please tell when will be the next 4.0.9 release?
I think you should let it ripen about two more weeks. This will polish
possible issues and i'll have time toprepare the installation
tutorials.
.......................

El vie, 22-03-2019 a las 22:32 +0700, Maxim Solodovnik escribió:
> Hello All,
> It seems all major issues for 5.0.x were fixed
> Any objections to release 5.0.0-M1? 
> 
> M1 == Milestone 1, i.e. this version worth wider testing but might be
> not production ready
> 
> WDYT?
> 
> On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > Hmm,
> > 
> > It seems to be the same issue with Audio in Safari +
> > 
> > Screen-sharing/Recording is not working
> > 
> > I'll to deal with Audio (will ask you to test)
> > 
> > 
> > 
> > And will try to check screen-sharing using "real" Mac
> > 
> > most probably next week
> > 
> > 
> > 
> > Please file JIRA regarding this :)
> > 
> > Thanks in advance!
> > 
> > 
> > 
> > On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > >
> > 
> > > Ok, now it is installed kurento on Ubuntu 18.04.
> > 
> > >
> > 
> > >
> > 
> > > # Server: OM 5.0.0 - Ubuntu 18.04
> > 
> > >
> > 
> > > # Client: Safari - Firefox in Mojave
> > 
> > >
> > 
> > > Please take a look the videos:
> > 
> > >
> > 
> > >
> > 
> > > OM 5.0.0 Firefox recording in room.mov
> > 
> > >
> > 
> > > OM 5.0.0 Safari recording in room.mov
> > 
> > >
> > 
> > > OM 5.0.0 kurento Firefox and Safari.mov
> > 
> > >
> > 
> > >
> > 
> > > -----------------------------
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > Please do not hesitate to report any issues
> > 
> > > It is really hard to develop OM5 without user feedback :)
> > 
> > >
> > 
> > > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <solomax666@gmail.c
> > om> wrote:
> > 
> > >
> > 
> > >
> > 
> > > OK,
> > 
> > >
> > 
> > > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > 
> > > I would like to get feedback
> > 
> > >
> > 
> > > complex multiuser scenarious are welcome :)
> > 
> > >
> > 
> > > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solomax666@gmail.c
> > om> wrote:
> > 
> > >
> > 
> > >
> > 
> > > Hello James,
> > 
> > >
> > 
> > > what version are you running? and what are the issues?
> > 
> > >
> > 
> > > Is it nightly build from our build server? or are you building
> > from sources?
> > 
> > >
> > 
> > > On Wed, 6 Mar 2019 at 18:53, james judge <jjudge.developer83@gmai
> > l.com> wrote:
> > 
> > >
> > 
> > >
> > 
> > > I know I am new to the group,. but I welcome 5.0.0 and will be
> > happy to test. I've got an aws ubuntu 16 instance running and will
> > happily provide feedback. I have had some issues with the current
> > version doing desktop sharing and can't wait to see it possibly
> > working.
> > 
> > >
> > 
> > > Thank you,
> > 
> > > James Judge
> > 
> > > www.JamesJudge.info
> > 
> > > (570) 230-4933
> > 
> > >
> > 
> > >
> > 
> > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <solomax666@gmail
> > .com> wrote:
> > 
> > >
> > 
> > >
> > 
> > > Hello All,
> > 
> > >
> > 
> > > 4.0.8 VOTE is on the way
> > 
> > > So it's time for this DISCUSSION :)
> > 
> > >
> > 
> > > I was able to implement some missing features (recording+screen-
> > sharing)
> > 
> > >
> > 
> > > And I believe now it's time to deploy current 5.0.0 version to
> > 
> > > demo-next and perform couple of rounds of "community testing"
> > 
> > > WDYT?
> > 
> > >
> > 
> > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > com> wrote:
> > 
> > >
> > 
> > >
> > 
> > > Good to know it is not OM issue :)
> > 
> > > You can use postgres as DB, should work out of the box :)
> > 
> > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > >
> > 
> > > Ok Maxim. 've follow your link and run:
> > 
> > >
> > 
> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> > 
> > >
> > 
> > > That have changed something in my Debian 9 that affect also to my
> > 
> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian
> > 9.
> > 
> > >
> > 
> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> > 
> > >
> > 
> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > Atlantic/Azores
> > 
> > > (two hours less). After this tryied install OM 5 and...WINNER!
> > 
> > >
> > 
> > > The problem it was relationed with tzdata, as you said.
> > 
> > >
> > 
> > > Thank you.
> > 
> > >
> > 
> > > Alvaro
> > 
> > >
> > 
> > > .............................................................
> > 
> > >
> > 
> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > Check this article: https://stackoverflow.com/questions/49518683/
> > the-server-time-zone-value-cest-is-unrecognized
> > 
> > >
> > 
> > >
> > 
> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gmail.
> > com> wrote:
> > 
> > >
> > 
> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > 
> > > I'll try to Google this error, should be something well-known
> > 
> > >
> > 
> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > > ...i will try in Fedora 28.
> > 
> > >
> > 
> > > Here is it you ask:
> > 
> > >
> > 
> > > root@cor:/home/guadal# timedatectl
> > 
> > >       Local time: vie 2018-10-19 11:37:19 CEST
> > 
> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > 
> > >         RTC time: vie 2018-10-19 11:37:19
> > 
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > 
> > >  Network time on: yes
> > 
> > > NTP synchronized: no
> > 
> > >  RTC in local TZ: yes
> > 
> > >
> > 
> > > Warning: The system is configured to read the RTC time in the
> > local time zone.
> > 
> > >          This mode can not be fully supported. It will create
> > various problems
> > 
> > >          with time zone changes and daylight saving time
> > adjustments. The RTC
> > 
> > >          time is never updated, it relies on external facilities
> > to maintain it.
> > 
> > >          If at all possible, use RTC in UTC by calling
> > 
> > >          'timedatectl set-local-rtc 0'.
> > 
> > >
> > 
> > >
> > 
> > > ...then i run: timedatectl set-local-rtc 0
> > 
> > >
> > 
> > > ...and after again:
> > 
> > >
> > 
> > > root@cor:/home/guadal# timedatectl
> > 
> > >       Local time: vie 2018-10-19 11:39:11 CEST
> > 
> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > 
> > >         RTC time: vie 2018-10-19 09:39:11
> > 
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > 
> > >  Network time on: yes
> > 
> > > NTP synchronized: no
> > 
> > >  RTC in local TZ: no
> > 
> > >
> > 
> > >
> > 
> > > ................................................................
> > 
> > >
> > 
> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > Just have checked with
> > 
> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > ((Ubuntu))
> > 
> > >
> > 
> > > Everything works as expected
> > 
> > >
> > 
> > > Maybe there are some more TZ settings in MariaDB?
> > 
> > >
> > 
> > > What is the output of
> > 
> > >
> > 
> > > `timedatectl`
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured
> > tzdata
> > 
> > > with Europe/Madrid, but the resultat is the same.
> > 
> > >
> > 
> > > With OM 4.0.7 is no problem installation.
> > 
> > >
> > 
> > >
> > 
> > > ........................................
> > 
> > >
> > 
> > >
> > 
> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > The error is "The server time zone value 'CEST' is unrecognized
> > or represents more than one time zone. You must configure either
> > the server or JDBC driver (via the serverTimezone configuration
> > property) to use a more specifc time zone value if you want to
> > utilize time zone support."
> > 
> > >
> > 
> > > MySql for some reason don't like if time zone is set as CEST, can
> > you run
> > 
> > >
> > 
> > > `dpkg-reconfigure tzdata`
> > 
> > > and set something like 'Europe/Madrid' as time zone?
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > > Please take a look attached files.
> > 
> > >
> > 
> > >
> > 
> > > ..........................
> > 
> > >
> > 
> > >
> > 
> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > Will try to reproduce
> > 
> > > Anything useful in the logs?
> > 
> > >
> > 
> > >
> > 
> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > > OM 5 - Snapshot 2605
> > 
> > >
> > 
> > > When try install it say: Could not create connection to
> > 
> > > database.... (attached capture).
> > 
> > >
> > 
> > > Debian 9, mysql-connector-java-8.0.12.jar
> > 
> > >
> > 
> > > Alvaro
> > 
> > >
> > 
> > >
> > 
> > > ..................................
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > Correction: OM5 will work with MySql driver 5.x but you need to
> > change driver class in mysql_persistense.xml to achieve this
> > 
> > > Driver class name has been changed in 8.x and was producing
> > warning in the logs, this is why I have changed it
> > 
> > >
> > 
> > >
> > 
> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gmail.
> > com> wrote:
> > 
> > >
> > 
> > > Hello Alvaro,
> > 
> > >
> > 
> > > OM5 requires latest MySql driver 8.0.12 [1]
> > 
> > > OM4 can use both 5.x and 8.x
> > 
> > >
> > 
> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> > 
> > >
> > 
> > >
> > 
> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> > 
> > >
> > 
> > > Hello Maxim,
> > 
> > >
> > 
> > > I've got the attached capture trying install OM 5 (first Snapshot
> > 
> > > of today 18-10-2018).
> > 
> > >
> > 
> > > With mysql-connector-java-5.1.46.jar and
> > 
> > > mysql-connector-java-5.1.47.jar
> > 
> > >
> > 
> > > Alvaro
> > 
> > >
> > 
> > > ....................................
> > 
> > >
> > 
> > >
> > 
> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> > 
> > >
> > 
> > > Hello All,
> > 
> > >
> > 
> > > some news regarding WebRTC
> > 
> > >
> > 
> > > Settings dialog is made more user friendly: less "silent fails",
> > less JS errors
> > 
> > >
> > 
> > > BUT it seems some RTC features are not working if you have MS
> > Edge and Win 10 NOT pro or Enterprise [1]
> > 
> > > I have 2 identical VMs
> > 
> > > 1) with Win 10 Pro
> > 
> > > 2) with Win 10 Pro.N
> > 
> > >
> > 
> > > I have issues with #2 and everything works as expected on #1
> > 
> > >
> > 
> > > Additionally there is an issue with Edge browser: [2]
> > 
> > >
> > 
> > > Would appreciate if you can test latest version on "demo-apache"
> > [3]
> > 
> > >
> > 
> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform
> > /issues/17357055/#comment-5
> > 
> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > 
> > > [3] https://demo-openmeetings.apache.org/openmeetings
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gmail.c
> > om> wrote:
> > 
> > >
> > 
> > > Document conversion is actually broken on this demo server
> > 
> > > This seems to be caused by server configuration
> > 
> > > No sure yet what is wrong
> > 
> > > Will try to fix it in a week or two, have no idea what can be
> > wrong :(
> > 
> > >
> > 
> > >
> > 
> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gmail.c
> > om> wrote:
> > 
> > >
> > 
> > > I'm going to perform additional code-review and will check this
> > 
> > >
> > 
> > > This is only initial version :)
> > 
> > > Hopefully will be improved :))
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
> > wrote:
> > 
> > >
> > 
> > > Checked it again with Win10 und FF, but with a USB Headset and it
> > works well! (I just recognize that my voice was also in my
> > headphones?!)
> > 
> > > Retry it with the non USB Headset und it won't work. I mentioned
> > that FF and Chrome didn't ask for permission to use the the
> > microphone of the non-USB Headset. Maybe, this a the point we
> > should draw our attention too?
> > 
> > > Stefan
> > 
> > >
> > 
> > >
> > 
> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > 
> > >
> > 
> > > It is now working properly in Edge.
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekuehl.eu
> > > wrote:
> > 
> > >
> > 
> > > Nothing changes. Got another test on an virtual Win10 and fresh
> > firefox installtion. Same behaviour.
> > 
> > > Stefan
> > 
> > >
> > 
> > >
> > 
> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > 
> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > 
> > > I have fixed some "Edge" errors, so demo should behave better
> > 
> > >
> > 
> > > I'll fix some more errors with settings dialog later ...
> > 
> > >
> > 
> > > Thanks for the reports
> > 
> > >
> > 
> > >
> > 
> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
> > wrote:
> > 
> > >
> > 
> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > 
> > > Also tried with root and sudo to avoid restrictions.
> > 
> > > Stefan
> > 
> > >
> > 
> > >
> > 
> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > 
> > > What OS/Browser are you using?
> > 
> > >
> > 
> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
> > wrote:
> > 
> > >
> > 
> > > Hi,
> > 
> > > tried the OM 5 Demo with plugged in headset. But no chance to
> > choose it. The "Choose microphone" option remains in "Loading data,
> > please wait" and everytime i try to reload, the red error message
> > appears. Headset is not USB but chinch.
> > 
> > >
> > 
> > > Stefan
> > 
> > >
> > 
> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > 
> > > Actually it is not one page it is OM site being re-build with
> > every nightly build ...
> > 
> > > Site contents should be ready to 5.0 release, so all pages need
> > to checked/updated
> > 
> > >
> > 
> > > news, changelog and announces will be updated during release
> > process, so it displays 4.0.5 right now :)
> > 
> > >
> > 
> > >
> > 
> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplustutor
> > ing.com> wrote:
> > 
> > >
> > 
> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/j
> > ob/openmeetings/site/openmeetings-server/index.html
> > 
> > >
> > 
> > > is set up for version 4.0.5, correct? Is that what you want me to
> > check for errors/updates? Or do you want something mentioning
> > version 5.0?
> > 
> > >
> > 
> > > Thanks. Dan
> > 
> > >
> > 
> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@aplustu
> > toring.com> wrote:
> > 
> > >
> > 
> > > I just checked in Edge but there is a problem.
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@gmai
> > l.com> wrote:
> > 
> > >
> > 
> > > document upload seems to be jodConverter and/or server issue,
> > hopelly will be able to address
> > 
> > > Was 5.0.0 working under Edge? Any issues?
> > 
> > >
> > 
> > > Additional task might be to check site of 5.0 version: https://bu
> > ilds.apache.org/view/M-
> > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > server/index.html
> > 
> > > and report any outdated/missing/unclear page ....
> > 
> > >
> > 
> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplustutor
> > ing.com> wrote:
> > 
> > >
> > 
> > > It's really great that you got WebRTC going!! I'm sure it's been
> > a lot of hard work.
> > 
> > >
> > 
> > > I tried uploading a document but it didn't work. I assume that
> > the document conversion stuff isn't configured yet so that is why I
> > asked what needs to be tested.
> > 
> > >
> > 
> > > I'll try using it in Edge and do some of the testing you
> > mentioned. Let me know if there is anything else I can help with.
> > 
> > >
> > 
> > > Dan
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@gmail
> > .com> wrote:
> > 
> > >
> > 
> > > Hello Daniel,
> > 
> > >
> > 
> > > yes, this is WebRTC :)
> > 
> > >
> > 
> > > Nettesing and Video setup seems to work as expected and most
> > probably will not be changed too much
> > 
> > >
> > 
> > > Room Audio/Video is in "early-alpha" stage and I would like to
> > know: how good is it so far?
> > 
> > > Is on/off audio/video being correctly handled? Same regarding
> > add/remove rights
> > 
> > >
> > 
> > > This version should not work in IE11, Does in work in
> > Safari/Edge?
> > 
> > >
> > 
> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplustutor
> > ing.com> wrote:
> > 
> > >
> > 
> > > Hi Maxim. I see that the webcam and audio are working. Is this
> > WebRTC? What would you like us to check for when we are trying it
> > out?
> > 
> > >
> > 
> > > Thanks. Dan
> > 
> > >
> > 
> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@gmai
> > l.com> wrote:
> > 
> > >
> > 
> > > OK,
> > 
> > >
> > 
> > > current (I would say alpha version) is available on our demo
> > server: https://demo-openmeetings.apache.org/openmeetings
> > 
> > > Something still not implemented, and there are definitely some
> > issues, but this version is "playable"
> > 
> > >
> > 
> > > It would be great to get some early feedback ...
> > 
> > >
> > 
> > >
> > 
> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-infotech
> > .com> wrote:
> > 
> > >
> > 
> > > Best of luck... J
> > 
> > >
> > 
> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > 
> > > Sent: Wednesday, October 3, 2018 4:44 PM
> > 
> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > 
> > > Subject: Re: OM 5
> > 
> > >
> > 
> > > Hello Aaron,
> > 
> > >
> > 
> > > I'm currently trying to set up demo with somehow working version
> > of 5.0
> > 
> > > Will let you know if it will be successful :)
> > 
> > >
> > 
> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > 
> > > How close do you think it is for going into live testing with
> > OM5?  Reason I ask is with the most recent update to Chrome, even
> > with a valid cert, and even if you told the website to allow flash,
> > users are having to click allow flash in the audio/video box.  And
> > then it has to refresh the page to do so.  Looks like it is across
> > the board with all flash content on any website now within Chrome.
> > 
> > >
> > 
> > > Didn't know how far out it was for live testing.
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > The information contained in this electronic message and any
> > attachments to this message are intended for the exclusive use of
> > the addressee(s) and may contain proprietary, confidential or
> > privileged information. If you are not the intended recipient, you
> > should not disseminate, distribute or copy this e-mail. Please
> > notify the sender immediately and destroy all copies of this
> > message and any attachments. WARNING: Computer viruses can be
> > transmitted via email. The recipient should check this email and
> > any attachments for the presence of viruses. The company accepts no
> > liability for any damage caused by any virus/trojan/worms/malicious
> > code transmitted by this email. www.motherson.com
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > Daniel Ascher, M.Ed.
> > 
> > > President
> > 
> > > A+ Test Prep and Tutoring
> > 
> > > "Creating Bright Futures"
> > 
> > >
> > 
> > > 505 York Road, Suite 6
> > 
> > > Jenkintown, PA 19046
> > 
> > > Office: 215.886.9188
> > 
> > > Direct: 267.242.9640
> > 
> > > Click here to schedule a phone call with me.
> > 
> > > Sign Up for A+ News and Test Prep Tips!
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > Daniel Ascher, M.Ed.
> > 
> > > President
> > 
> > > A+ Test Prep and Tutoring
> > 
> > > "Creating Bright Futures"
> > 
> > >
> > 
> > > 505 York Road, Suite 6
> > 
> > > Jenkintown, PA 19046
> > 
> > > Office: 215.886.9188
> > 
> > > Direct: 267.242.9640
> > 
> > > Click here to schedule a phone call with me.
> > 
> > > Sign Up for A+ News and Test Prep Tips!
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > --
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > 
> > 
> > 
> > 
> > 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello All,

It seems all major issues for 5.0.x were fixed
Any objections to release 5.0.0-M1?

M1 == Milestone 1, i.e. this version worth wider testing but might be not
production ready

WDYT?

On Wed, 6 Mar 2019 at 22:54, Maxim Solodovnik <so...@gmail.com> wrote:

> Hmm,
> It seems to be the same issue with Audio in Safari +
> Screen-sharing/Recording is not working
> I'll to deal with Audio (will ask you to test)
>
> And will try to check screen-sharing using "real" Mac
> most probably next week
>
> Please file JIRA regarding this :)
> Thanks in advance!
>
> On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok, now it is installed kurento on Ubuntu 18.04.
> >
> >
> > # Server: OM 5.0.0 - Ubuntu 18.04
> >
> > # Client: Safari - Firefox in Mojave
> >
> > Please take a look the videos:
> >
> >
> > OM 5.0.0 Firefox recording in room.mov
> >
> > OM 5.0.0 Safari recording in room.mov
> >
> > OM 5.0.0 kurento Firefox and Safari.mov
> >
> >
> > -----------------------------
> >
> >
> >
> >
> > El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> >
> > Please do not hesitate to report any issues
> > It is really hard to develop OM5 without user feedback :)
> >
> > On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > OK,
> >
> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > I would like to get feedback
> >
> > complex multiuser scenarious are welcome :)
> >
> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello James,
> >
> > what version are you running? and what are the issues?
> >
> > Is it nightly build from our build server? or are you building from
> sources?
> >
> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com>
> wrote:
> >
> >
> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to
> test. I've got an aws ubuntu 16 instance running and will happily provide
> feedback. I have had some issues with the current version doing desktop
> sharing and can't wait to see it possibly working.
> >
> > Thank you,
> > James Judge
> > www.JamesJudge.info
> > (570) 230-4933
> >
> >
> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Hello All,
> >
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> >
> > I was able to implement some missing features (recording+screen-sharing)
> >
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> >
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> >
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >
> >
> > Ok Maxim. 've follow your link and run:
> >
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >
> > That have changed something in my Debian 9 that affect also to my
> > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> Atlantic/Azores
> > (two hours less). After this tryied install OM 5 and...WINNER!
> >
> > The problem it was relationed with tzdata, as you said.
> >
> > Thank you.
> >
> > Alvaro
> >
> > .............................................................
> >
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >
> > Check this article:
> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >
> >
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> >
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >
> > ...i will try in Fedora 28.
> >
> > Here is it you ask:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> >
> > Warning: The system is configured to read the RTC time in the local time
> zone.
> >          This mode can not be fully supported. It will create various
> problems
> >          with time zone changes and daylight saving time adjustments.
> The RTC
> >          time is never updated, it relies on external facilities to
> maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> >
> >
> > ...then i run: timedatectl set-local-rtc 0
> >
> > ...and after again:
> >
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> >
> >
> > ................................................................
> >
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >
> > Everything works as expected
> >
> > Maybe there are some more TZ settings in MariaDB?
> >
> > What is the output of
> >
> > `timedatectl`
> >
> >
> >
> >
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >
> > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > with Europe/Madrid, but the resultat is the same.
> >
> > With OM 4.0.7 is no problem installation.
> >
> >
> > ........................................
> >
> >
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >
> > The error is "The server time zone value 'CEST' is unrecognized or
> represents more than one time zone. You must configure either the server or
> JDBC driver (via the serverTimezone configuration property) to use a more
> specifc time zone value if you want to utilize time zone support."
> >
> > MySql for some reason don't like if time zone is set as CEST, can you run
> >
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> >
> >
> >
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >
> > Please take a look attached files.
> >
> >
> > ..........................
> >
> >
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >
> > Will try to reproduce
> > Anything useful in the logs?
> >
> >
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >
> > OM 5 - Snapshot 2605
> >
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> >
> > Debian 9, mysql-connector-java-8.0.12.jar
> >
> > Alvaro
> >
> >
> > ..................................
> >
> >
> >
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >
> > Correction: OM5 will work with MySql driver 5.x but you need to change
> driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing warning in
> the logs, this is why I have changed it
> >
> >
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Alvaro,
> >
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> >
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >
> >
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >
> > Hello Maxim,
> >
> > I've got the attached capture trying install OM 5 (first Snapshot
> > of today 18-10-2018).
> >
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> >
> > Alvaro
> >
> > ....................................
> >
> >
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >
> > Hello All,
> >
> > some news regarding WebRTC
> >
> > Settings dialog is made more user friendly: less "silent fails", less JS
> errors
> >
> > BUT it seems some RTC features are not working if you have MS Edge and
> Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> >
> > I have issues with #2 and everything works as expected on #1
> >
> > Additionally there is an issue with Edge browser: [2]
> >
> > Would appreciate if you can test latest version on "demo-apache" [3]
> >
> > [1]
> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be wrong :(
> >
> >
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > I'm going to perform additional code-review and will check this
> >
> > This is only initial version :)
> > Hopefully will be improved :))
> >
> >
> >
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Checked it again with Win10 und FF, but with a USB Headset and it works
> well! (I just recognize that my voice was also in my headphones?!)
> > Retry it with the non USB Headset und it won't work. I mentioned that FF
> and Chrome didn't ask for permission to use the the microphone of the
> non-USB Headset. Maybe, this a the point we should draw our attention too?
> > Stefan
> >
> >
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >
> > It is now working properly in Edge.
> >
> >
> >
> >
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> >
> > Nothing changes. Got another test on an virtual Win10 and fresh firefox
> installtion. Same behaviour.
> > Stefan
> >
> >
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> >
> > I'll fix some more errors with settings dialog later ...
> >
> > Thanks for the reports
> >
> >
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
> behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> >
> >
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> >
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to choose it.
> The "Choose microphone" option remains in "Loading data, please wait" and
> everytime i try to reload, the red error message appears. Headset is not
> USB but chinch.
> >
> > Stefan
> >
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with every
> nightly build ...
> > Site contents should be ready to 5.0 release, so all pages need to
> checked/updated
> >
> > news, changelog and announces will be updated during release process, so
> it displays 4.0.5 right now :)
> >
> >
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > This page:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >
> > is set up for version 4.0.5, correct? Is that what you want me to check
> for errors/updates? Or do you want something mentioning version 5.0?
> >
> > Thanks. Dan
> >
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> >
> > I just checked in Edge but there is a problem.
> >
> >
> >
> >
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > document upload seems to be jodConverter and/or server issue, hopelly
> will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> >
> > Additional task might be to check site of 5.0 version:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > and report any outdated/missing/unclear page ....
> >
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > It's really great that you got WebRTC going!! I'm sure it's been a lot
> of hard work.
> >
> > I tried uploading a document but it didn't work. I assume that the
> document conversion stuff isn't configured yet so that is why I asked what
> needs to be tested.
> >
> > I'll try using it in Edge and do some of the testing you mentioned. Let
> me know if there is anything else I can help with.
> >
> > Dan
> >
> >
> >
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Hello Daniel,
> >
> > yes, this is WebRTC :)
> >
> > Nettesing and Video setup seems to work as expected and most probably
> will not be changed too much
> >
> > Room Audio/Video is in "early-alpha" stage and I would like to know: how
> good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding add/remove
> rights
> >
> > This version should not work in IE11, Does in work in Safari/Edge?
> >
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com>
> wrote:
> >
> > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
> What would you like us to check for when we are trying it out?
> >
> > Thanks. Dan
> >
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > OK,
> >
> > current (I would say alpha version) is available on our demo server:
> https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely some issues,
> but this version is "playable"
> >
> > It would be great to get some early feedback ...
> >
> >
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
> >
> > Best of luck... J
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> >
> > Hello Aaron,
> >
> > I'm currently trying to set up demo with somehow working version of 5.0
> > Will let you know if it will be successful :)
> >
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with OM5?
> Reason I ask is with the most recent update to Chrome, even with a valid
> cert, and even if you told the website to allow flash, users are having to
> click allow flash in the audio/video box.  And then it has to refresh the
> page to do so.  Looks like it is across the board with all flash content on
> any website now within Chrome.
> >
> > Didn't know how far out it was for live testing.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> >
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> >
> >
> >
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Great!
Thanks for letting as know :)

On Sat, Mar 30, 2019, 09:04 Trinh Xuan Dat <tr...@gmail.com> wrote:

> Hello Maxim,
>
> The solution worked for me: set media.navigator.permission.disabled to
> true in about:config in Firefox. Thank you!
>
> Dat
>
> On Fri, Mar 29, 2019 at 8:13 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Maybe you get issue described here:
>>
>> https://stackoverflow.com/questions/46497849/twilio-screensharing-on-localhost-in-firefox
>> Could you please check if accepted answer works for you?
>>
>> On Fri, 29 Mar 2019 at 13:58, Trinh Xuan Dat <tr...@gmail.com>
>> wrote:
>> >
>> > Dear Maxim,
>> >
>> > Screen sharing and recording on demo server work well.
>> >
>> > Dat
>> >
>> > On Fri, Mar 29, 2019 at 11:45 AM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >>
>> >> Do you have same issue at our demo server:
>> >> https://om.alteametasoft.com:8443/next/ ?
>> >>
>> >> On Fri, 29 Mar 2019 at 11:44, Trinh Xuan Dat <tr...@gmail.com>
>> wrote:
>> >> >
>> >> > Hello Maxim,
>> >> >
>> >> > I used Firefox v66.0.2. Audio, video and other features worked well.
>> >> >
>> >> > Regards,
>> >> >
>> >> > Dat.
>> >> >
>> >> > On Fri, Mar 29, 2019 at 11:13 AM Maxim Solodovnik <
>> solomax666@gmail.com> wrote:
>> >> >>
>> >> >> Hello Dat,
>> >> >>
>> >> >> What browser are you using?
>> >> >> Audio/Video in room works as expecting?
>> >> >>
>> >> >> On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <
>> trinhxuandat@gmail.com> wrote:
>> >> >> >
>> >> >> > Hi all,
>> >> >> >
>> >> >> > I am testing with OM5.0.0-M1 snapshot. However, I can't share
>> screen nor recording & receive this error message: "the request is not
>> allowed by the user agent or the platform in the current context"
>> >> >> >
>> >> >> > Have anyone experienced this error and how to fix this issue?
>> Thank you for your support!
>> >> >> >
>> >> >> > Regards,
>> >> >> >
>> >> >> > Dat.
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >>
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

Re: OM 5

Posted by Trinh Xuan Dat <tr...@gmail.com>.
Hello Maxim,

The solution worked for me: set media.navigator.permission.disabled to true
in about:config in Firefox. Thank you!

Dat

On Fri, Mar 29, 2019 at 8:13 PM Maxim Solodovnik <so...@gmail.com>
wrote:

> Maybe you get issue described here:
>
> https://stackoverflow.com/questions/46497849/twilio-screensharing-on-localhost-in-firefox
> Could you please check if accepted answer works for you?
>
> On Fri, 29 Mar 2019 at 13:58, Trinh Xuan Dat <tr...@gmail.com>
> wrote:
> >
> > Dear Maxim,
> >
> > Screen sharing and recording on demo server work well.
> >
> > Dat
> >
> > On Fri, Mar 29, 2019 at 11:45 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> Do you have same issue at our demo server:
> >> https://om.alteametasoft.com:8443/next/ ?
> >>
> >> On Fri, 29 Mar 2019 at 11:44, Trinh Xuan Dat <tr...@gmail.com>
> wrote:
> >> >
> >> > Hello Maxim,
> >> >
> >> > I used Firefox v66.0.2. Audio, video and other features worked well.
> >> >
> >> > Regards,
> >> >
> >> > Dat.
> >> >
> >> > On Fri, Mar 29, 2019 at 11:13 AM Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Hello Dat,
> >> >>
> >> >> What browser are you using?
> >> >> Audio/Video in room works as expecting?
> >> >>
> >> >> On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <tr...@gmail.com>
> wrote:
> >> >> >
> >> >> > Hi all,
> >> >> >
> >> >> > I am testing with OM5.0.0-M1 snapshot. However, I can't share
> screen nor recording & receive this error message: "the request is not
> allowed by the user agent or the platform in the current context"
> >> >> >
> >> >> > Have anyone experienced this error and how to fix this issue?
> Thank you for your support!
> >> >> >
> >> >> > Regards,
> >> >> >
> >> >> > Dat.
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Maybe you get issue described here:
https://stackoverflow.com/questions/46497849/twilio-screensharing-on-localhost-in-firefox
Could you please check if accepted answer works for you?

On Fri, 29 Mar 2019 at 13:58, Trinh Xuan Dat <tr...@gmail.com> wrote:
>
> Dear Maxim,
>
> Screen sharing and recording on demo server work well.
>
> Dat
>
> On Fri, Mar 29, 2019 at 11:45 AM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Do you have same issue at our demo server:
>> https://om.alteametasoft.com:8443/next/ ?
>>
>> On Fri, 29 Mar 2019 at 11:44, Trinh Xuan Dat <tr...@gmail.com> wrote:
>> >
>> > Hello Maxim,
>> >
>> > I used Firefox v66.0.2. Audio, video and other features worked well.
>> >
>> > Regards,
>> >
>> > Dat.
>> >
>> > On Fri, Mar 29, 2019 at 11:13 AM Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> Hello Dat,
>> >>
>> >> What browser are you using?
>> >> Audio/Video in room works as expecting?
>> >>
>> >> On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <tr...@gmail.com> wrote:
>> >> >
>> >> > Hi all,
>> >> >
>> >> > I am testing with OM5.0.0-M1 snapshot. However, I can't share screen nor recording & receive this error message: "the request is not allowed by the user agent or the platform in the current context"
>> >> >
>> >> > Have anyone experienced this error and how to fix this issue? Thank you for your support!
>> >> >
>> >> > Regards,
>> >> >
>> >> > Dat.
>> >>
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Trinh Xuan Dat <tr...@gmail.com>.
Dear Maxim,

Screen sharing and recording on demo server work well.

Dat

On Fri, Mar 29, 2019 at 11:45 AM Maxim Solodovnik <so...@gmail.com>
wrote:

> Do you have same issue at our demo server:
> https://om.alteametasoft.com:8443/next/ ?
>
> On Fri, 29 Mar 2019 at 11:44, Trinh Xuan Dat <tr...@gmail.com>
> wrote:
> >
> > Hello Maxim,
> >
> > I used Firefox v66.0.2. Audio, video and other features worked well.
> >
> > Regards,
> >
> > Dat.
> >
> > On Fri, Mar 29, 2019 at 11:13 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> Hello Dat,
> >>
> >> What browser are you using?
> >> Audio/Video in room works as expecting?
> >>
> >> On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <tr...@gmail.com>
> wrote:
> >> >
> >> > Hi all,
> >> >
> >> > I am testing with OM5.0.0-M1 snapshot. However, I can't share screen
> nor recording & receive this error message: "the request is not allowed by
> the user agent or the platform in the current context"
> >> >
> >> > Have anyone experienced this error and how to fix this issue? Thank
> you for your support!
> >> >
> >> > Regards,
> >> >
> >> > Dat.
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Do you have same issue at our demo server:
https://om.alteametasoft.com:8443/next/ ?

On Fri, 29 Mar 2019 at 11:44, Trinh Xuan Dat <tr...@gmail.com> wrote:
>
> Hello Maxim,
>
> I used Firefox v66.0.2. Audio, video and other features worked well.
>
> Regards,
>
> Dat.
>
> On Fri, Mar 29, 2019 at 11:13 AM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Hello Dat,
>>
>> What browser are you using?
>> Audio/Video in room works as expecting?
>>
>> On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <tr...@gmail.com> wrote:
>> >
>> > Hi all,
>> >
>> > I am testing with OM5.0.0-M1 snapshot. However, I can't share screen nor recording & receive this error message: "the request is not allowed by the user agent or the platform in the current context"
>> >
>> > Have anyone experienced this error and how to fix this issue? Thank you for your support!
>> >
>> > Regards,
>> >
>> > Dat.
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Trinh Xuan Dat <tr...@gmail.com>.
Hello Maxim,

I used Firefox v66.0.2. Audio, video and other features worked well.

Regards,

Dat.

On Fri, Mar 29, 2019 at 11:13 AM Maxim Solodovnik <so...@gmail.com>
wrote:

> Hello Dat,
>
> What browser are you using?
> Audio/Video in room works as expecting?
>
> On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <tr...@gmail.com>
> wrote:
> >
> > Hi all,
> >
> > I am testing with OM5.0.0-M1 snapshot. However, I can't share screen nor
> recording & receive this error message: "the request is not allowed by the
> user agent or the platform in the current context"
> >
> > Have anyone experienced this error and how to fix this issue? Thank you
> for your support!
> >
> > Regards,
> >
> > Dat.
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Dat,

What browser are you using?
Audio/Video in room works as expecting?

On Fri, 29 Mar 2019 at 11:10, Trinh Xuan Dat <tr...@gmail.com> wrote:
>
> Hi all,
>
> I am testing with OM5.0.0-M1 snapshot. However, I can't share screen nor recording & receive this error message: "the request is not allowed by the user agent or the platform in the current context"
>
> Have anyone experienced this error and how to fix this issue? Thank you for your support!
>
> Regards,
>
> Dat.



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Trinh Xuan Dat <tr...@gmail.com>.
Hi all,

I am testing with OM5.0.0-M1 snapshot. However, I can't share screen nor
recording & receive this error message: "the request is not allowed by the
user agent or the platform in the current context"

Have anyone experienced this error and how to fix this issue? Thank you for
your support!

Regards,

Dat.

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hmm,
It seems to be the same issue with Audio in Safari +
Screen-sharing/Recording is not working
I'll to deal with Audio (will ask you to test)

And will try to check screen-sharing using "real" Mac
most probably next week

Please file JIRA regarding this :)
Thanks in advance!

On Wed, 6 Mar 2019 at 22:44, Alvaro <zu...@gmail.com> wrote:
>
>
> Ok, now it is installed kurento on Ubuntu 18.04.
>
>
> # Server: OM 5.0.0 - Ubuntu 18.04
>
> # Client: Safari - Firefox in Mojave
>
> Please take a look the videos:
>
>
> OM 5.0.0 Firefox recording in room.mov
>
> OM 5.0.0 Safari recording in room.mov
>
> OM 5.0.0 kurento Firefox and Safari.mov
>
>
> -----------------------------
>
>
>
>
> El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
>
> Please do not hesitate to report any issues
> It is really hard to develop OM5 without user feedback :)
>
> On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
>
> OK,
>
> OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> I would like to get feedback
>
> complex multiuser scenarious are welcome :)
>
> On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
>
>
> Hello James,
>
> what version are you running? and what are the issues?
>
> Is it nightly build from our build server? or are you building from sources?
>
> On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
>
>
> I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
>
> Thank you,
> James Judge
> www.JamesJudge.info
> (570) 230-4933
>
>
> On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
>
> Hello All,
>
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
>
> I was able to implement some missing features (recording+screen-sharing)
>
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
>
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>
>
> Good to know it is not OM issue :)
> You can use postgres as DB, should work out of the box :)
> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>
>
> Ok Maxim. 've follow your link and run:
>
> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>
> That have changed something in my Debian 9 that affect also to my
> Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>
> So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>
> Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> (two hours less). After this tryied install OM 5 and...WINNER!
>
> The problem it was relationed with tzdata, as you said.
>
> Thank you.
>
> Alvaro
>
> .............................................................
>
> El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>
> Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>
>
> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
>
> It is weird you have both: Europe/Madrid (CEST, +0200)
> I'll try to Google this error, should be something well-known
>
> On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>
> ...i will try in Fedora 28.
>
> Here is it you ask:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:37:19 CEST
>   Universal time: vie 2018-10-19 09:37:19 UTC
>         RTC time: vie 2018-10-19 11:37:19
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: yes
>
> Warning: The system is configured to read the RTC time in the local time zone.
>          This mode can not be fully supported. It will create various problems
>          with time zone changes and daylight saving time adjustments. The RTC
>          time is never updated, it relies on external facilities to maintain it.
>          If at all possible, use RTC in UTC by calling
>          'timedatectl set-local-rtc 0'.
>
>
> ...then i run: timedatectl set-local-rtc 0
>
> ...and after again:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:39:11 CEST
>   Universal time: vie 2018-10-19 09:39:11 UTC
>         RTC time: vie 2018-10-19 09:39:11
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: no
>
>
> ................................................................
>
> El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>
> Just have checked with
> mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>
> Everything works as expected
>
> Maybe there are some more TZ settings in MariaDB?
>
> What is the output of
>
> `timedatectl`
>
>
>
>
> On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>
> ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> with Europe/Madrid, but the resultat is the same.
>
> With OM 4.0.7 is no problem installation.
>
>
> ........................................
>
>
> El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>
> The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
>
> MySql for some reason don't like if time zone is set as CEST, can you run
>
> `dpkg-reconfigure tzdata`
> and set something like 'Europe/Madrid' as time zone?
>
>
>
> On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>
> Please take a look attached files.
>
>
> ..........................
>
>
> El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>
> Will try to reproduce
> Anything useful in the logs?
>
>
> On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>
> OM 5 - Snapshot 2605
>
> When try install it say: Could not create connection to
> database.... (attached capture).
>
> Debian 9, mysql-connector-java-8.0.12.jar
>
> Alvaro
>
>
> ..................................
>
>
>
> El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>
> Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
>
>
> On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello Alvaro,
>
> OM5 requires latest MySql driver 8.0.12 [1]
> OM4 can use both 5.x and 8.x
>
> [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>
>
> On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>
> Hello Maxim,
>
> I've got the attached capture trying install OM 5 (first Snapshot
> of today 18-10-2018).
>
> With mysql-connector-java-5.1.46.jar and
> mysql-connector-java-5.1.47.jar
>
> Alvaro
>
> ....................................
>
>
> El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> some news regarding WebRTC
>
> Settings dialog is made more user friendly: less "silent fails", less JS errors
>
> BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> I have 2 identical VMs
> 1) with Win 10 Pro
> 2) with Win 10 Pro.N
>
> I have issues with #2 and everything works as expected on #1
>
> Additionally there is an issue with Edge browser: [2]
>
> Would appreciate if you can test latest version on "demo-apache" [3]
>
> [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> [3] https://demo-openmeetings.apache.org/openmeetings
>
>
>
> On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Document conversion is actually broken on this demo server
> This seems to be caused by server configuration
> No sure yet what is wrong
> Will try to fix it in a week or two, have no idea what can be wrong :(
>
>
> On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
>
> I'm going to perform additional code-review and will check this
>
> This is only initial version :)
> Hopefully will be improved :))
>
>
>
> On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> Stefan
>
>
> Am 09.10.2018 15:49, schrieb Daniel Ascher:
>
> It is now working properly in Edge.
>
>
>
>
> On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> Stefan
>
>
> Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> It is weird: you got "MS Edge" errors on Chrome+FF :((
> I have fixed some "Edge" errors, so demo should behave better
>
> I'll fix some more errors with settings dialog later ...
>
> Thanks for the reports
>
>
> On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> Also tried with root and sudo to avoid restrictions.
> Stefan
>
>
> Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> What OS/Browser are you using?
>
> On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>
> Hi,
> tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
>
> Stefan
>
> Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> Actually it is not one page it is OM site being re-build with every nightly build ...
> Site contents should be ready to 5.0 release, so all pages need to checked/updated
>
> news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
>
>
> On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>
> is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
>
> Thanks. Dan
>
> On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> I just checked in Edge but there is a problem.
>
>
>
>
> On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> Was 5.0.0 working under Edge? Any issues?
>
> Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> and report any outdated/missing/unclear page ....
>
> On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
>
> I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
>
> I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
>
> Dan
>
>
>
> On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello Daniel,
>
> yes, this is WebRTC :)
>
> Nettesing and Video setup seems to work as expected and most probably will not be changed too much
>
> Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> Is on/off audio/video being correctly handled? Same regarding add/remove rights
>
> This version should not work in IE11, Does in work in Safari/Edge?
>
> On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
>
> Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
>
> Thanks. Dan
>
> On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
>
> OK,
>
> current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> Something still not implemented, and there are definitely some issues, but this version is "playable"
>
> It would be great to get some early feedback ...
>
>
> On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
>
> Best of luck... J
>
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, October 3, 2018 4:44 PM
> To: Openmeetings user-list <us...@openmeetings.apache.org>
> Subject: Re: OM 5
>
> Hello Aaron,
>
> I'm currently trying to set up demo with somehow working version of 5.0
> Will let you know if it will be successful :)
>
> On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
>
> Didn't know how far out it was for live testing.
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>


-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Ok, now it is installed kurento on Ubuntu 18.04.


# Server: OM 5.0.0 - Ubuntu 18.04

# Client: Safari - Firefox in Mojave

Please take a look the videos:


OM 5.0.0 Firefox recording in room.mov

OM 5.0.0 Safari recording in room.mov

OM 5.0.0 kurento Firefox and Safari.mov


-----------------------------




El mié, 06-03-2019 a las 21:22 +0700, Maxim Solodovnik escribió:
> Please do not hesitate to report any issues
> It is really hard to develop OM5 without user feedback :)
> 
> On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > 
> > OK,
> > 
> > OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> > I would like to get feedback
> > 
> > complex multiuser scenarious are welcome :)
> > 
> > On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <solomax666@gmail.com
> > > wrote:
> > > 
> > > Hello James,
> > > 
> > > what version are you running? and what are the issues?
> > > 
> > > Is it nightly build from our build server? or are you building
> > > from sources?
> > > 
> > > On Wed, 6 Mar 2019 at 18:53, james judge
> > > <jj...@gmail.com> wrote:
> > > > 
> > > > I know I am new to the group,. but I welcome 5.0.0 and will be
> > > > happy to test. I've got an aws ubuntu 16 instance running and
> > > > will happily provide feedback. I have had some issues with the
> > > > current version doing desktop sharing and can't wait to see it
> > > > possibly working.
> > > > 
> > > > Thank you,
> > > > James Judge
> > > > www.JamesJudge.info
> > > > (570) 230-4933
> > > > 
> > > > 
> > > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik
> > > > <so...@gmail.com> wrote:
> > > > > 
> > > > > Hello All,
> > > > > 
> > > > > 4.0.8 VOTE is on the way
> > > > > So it's time for this DISCUSSION :)
> > > > > 
> > > > > I was able to implement some missing features
> > > > > (recording+screen-sharing)
> > > > > 
> > > > > And I believe now it's time to deploy current 5.0.0 version
> > > > > to
> > > > > demo-next and perform couple of rounds of "community testing"
> > > > > WDYT?
> > > > > 
> > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik
> > > > > <so...@gmail.com> wrote:
> > > > > > 
> > > > > > Good to know it is not OM issue :)
> > > > > > You can use postgres as DB, should work out of the box :)
> > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > > 
> > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > 
> > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root
> > > > > > > -p mysql
> > > > > > > 
> > > > > > > That have changed something in my Debian 9 that affect
> > > > > > > also to my
> > > > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > > > > Debian 9.
> > > > > > > 
> > > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8
> > > > > > > hours AM.
> > > > > > > 
> > > > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid
> > > > > > > to Atlantic/Azores
> > > > > > > (two hours less). After this tryied install OM 5
> > > > > > > and...WINNER!
> > > > > > > 
> > > > > > > The problem it was relationed with tzdata, as you said.
> > > > > > > 
> > > > > > > Thank you.
> > > > > > > 
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > .........................................................
> > > > > > > ....
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Check this article:
> > > > > > > https://stackoverflow.com/questions/49518683/the-server-
> > > > > > > time-zone-value-cest-is-unrecognized
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > > > > I'll try to Google this error, should be something well-
> > > > > > > known
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > ...i will try in Fedora 28.
> > > > > > > 
> > > > > > > Here is it you ask:
> > > > > > > 
> > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > >  Network time on: yes
> > > > > > > NTP synchronized: no
> > > > > > >  RTC in local TZ: yes
> > > > > > > 
> > > > > > > Warning: The system is configured to read the RTC time in
> > > > > > > the local time zone.
> > > > > > >          This mode can not be fully supported. It will
> > > > > > > create various problems
> > > > > > >          with time zone changes and daylight saving time
> > > > > > > adjustments. The RTC
> > > > > > >          time is never updated, it relies on external
> > > > > > > facilities to maintain it.
> > > > > > >          If at all possible, use RTC in UTC by calling
> > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > 
> > > > > > > 
> > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > 
> > > > > > > ...and after again:
> > > > > > > 
> > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > >  Network time on: yes
> > > > > > > NTP synchronized: no
> > > > > > >  RTC in local TZ: no
> > > > > > > 
> > > > > > > 
> > > > > > > .........................................................
> > > > > > > .......
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Just have checked with
> > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > > > > ((Ubuntu))
> > > > > > > 
> > > > > > > Everything works as expected
> > > > > > > 
> > > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > > > 
> > > > > > > What is the output of
> > > > > > > 
> > > > > > > `timedatectl`
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > > reconfigured tzdata
> > > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > > > 
> > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > 
> > > > > > > 
> > > > > > > ........................................
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > The error is "The server time zone value 'CEST' is
> > > > > > > unrecognized or represents more than one time zone. You
> > > > > > > must configure either the server or JDBC driver (via the
> > > > > > > serverTimezone configuration property) to use a more
> > > > > > > specifc time zone value if you want to utilize time zone
> > > > > > > support."
> > > > > > > 
> > > > > > > MySql for some reason don't like if time zone is set as
> > > > > > > CEST, can you run
> > > > > > > 
> > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > Please take a look attached files.
> > > > > > > 
> > > > > > > 
> > > > > > > ..........................
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Will try to reproduce
> > > > > > > Anything useful in the logs?
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > OM 5 - Snapshot 2605
> > > > > > > 
> > > > > > > When try install it say: Could not create connection to
> > > > > > > database.... (attached capture).
> > > > > > > 
> > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > 
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > 
> > > > > > > ..................................
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Correction: OM5 will work with MySql driver 5.x but you
> > > > > > > need to change driver class in mysql_persistense.xml to
> > > > > > > achieve this
> > > > > > > Driver class name has been changed in 8.x and was
> > > > > > > producing warning in the logs, this is why I have changed
> > > > > > > it
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > Hello Alvaro,
> > > > > > > 
> > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > 
> > > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-
> > > > > > > connector-java
> > > > > > > 
> > > > > > > 
> > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > Hello Maxim,
> > > > > > > 
> > > > > > > I've got the attached capture trying install OM 5 (first
> > > > > > > Snapshot
> > > > > > > of today 18-10-2018).
> > > > > > > 
> > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > 
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > ....................................
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Hello All,
> > > > > > > 
> > > > > > > some news regarding WebRTC
> > > > > > > 
> > > > > > > Settings dialog is made more user friendly: less "silent
> > > > > > > fails", less JS errors
> > > > > > > 
> > > > > > > BUT it seems some RTC features are not working if you
> > > > > > > have MS Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > > I have 2 identical VMs
> > > > > > > 1) with Win 10 Pro
> > > > > > > 2) with Win 10 Pro.N
> > > > > > > 
> > > > > > > I have issues with #2 and everything works as expected on
> > > > > > > #1
> > > > > > > 
> > > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > > > 
> > > > > > > Would appreciate if you can test latest version on "demo-
> > > > > > > apache" [3]
> > > > > > > 
> > > > > > > [1] https://developer.microsoft.com/en-us/microsoft-
> > > > > > > edge/platform/issues/17357055/#comment-5
> > > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-
> > > > > > > 1956
> > > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > Document conversion is actually broken on this demo
> > > > > > > server
> > > > > > > This seems to be caused by server configuration
> > > > > > > No sure yet what is wrong
> > > > > > > Will try to fix it in a week or two, have no idea what
> > > > > > > can be wrong :(
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > I'm going to perform additional code-review and will
> > > > > > > check this
> > > > > > > 
> > > > > > > This is only initial version :)
> > > > > > > Hopefully will be improved :))
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl
> > > > > > > <st...@quatrekuehl.eu> wrote:
> > > > > > > 
> > > > > > > Checked it again with Win10 und FF, but with a USB
> > > > > > > Headset and it works well! (I just recognize that my
> > > > > > > voice was also in my headphones?!)
> > > > > > > Retry it with the non USB Headset und it won't work. I
> > > > > > > mentioned that FF and Chrome didn't ask for permission to
> > > > > > > use the the microphone of the non-USB Headset. Maybe,
> > > > > > > this a the point we should draw our attention too?
> > > > > > > Stefan
> > > > > > > 
> > > > > > > 
> > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > 
> > > > > > > It is now working properly in Edge.
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl
> > > > > > > <st...@quatrekuehl.eu> wrote:
> > > > > > > 
> > > > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > > > > fresh firefox installtion. Same behaviour.
> > > > > > > Stefan
> > > > > > > 
> > > > > > > 
> > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > > > > I have fixed some "Edge" errors, so demo should behave
> > > > > > > better
> > > > > > > 
> > > > > > > I'll fix some more errors with settings dialog later ...
> > > > > > > 
> > > > > > > Thanks for the reports
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl
> > > > > > > <st...@quatrekuehl.eu> wrote:
> > > > > > > 
> > > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu
> > > > > > > 18.04., same behaviour in chrome 69.0.329 and ubuntu
> > > > > > > 18.04.
> > > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > > > Stefan
> > > > > > > 
> > > > > > > 
> > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > What OS/Browser are you using?
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl
> > > > > > > <st...@quatrekuehl.eu> wrote:
> > > > > > > 
> > > > > > > Hi,
> > > > > > > tried the OM 5 Demo with plugged in headset. But no
> > > > > > > chance to choose it. The "Choose microphone" option
> > > > > > > remains in "Loading data, please wait" and everytime i
> > > > > > > try to reload, the red error message appears. Headset is
> > > > > > > not USB but chinch.
> > > > > > > 
> > > > > > > Stefan
> > > > > > > 
> > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > Actually it is not one page it is OM site being re-build
> > > > > > > with every nightly build ...
> > > > > > > Site contents should be ready to 5.0 release, so all
> > > > > > > pages need to checked/updated
> > > > > > > 
> > > > > > > news, changelog and announces will be updated during
> > > > > > > release process, so it displays 4.0.5 right now :)
> > > > > > > 
> > > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher
> > > > > > > <ap...@aplustutoring.com> wrote:
> > > > > > > 
> > > > > > > This page: https://builds.apache.org/view/M-
> > > > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > > server/index.html
> > > > > > > 
> > > > > > > is set up for version 4.0.5, correct? Is that what you
> > > > > > > want me to check for errors/updates? Or do you want
> > > > > > > something mentioning version 5.0?
> > > > > > > 
> > > > > > > Thanks. Dan
> > > > > > > 
> > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher
> > > > > > > <ap...@aplustutoring.com> wrote:
> > > > > > > 
> > > > > > > I just checked in Edge but there is a problem.
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > document upload seems to be jodConverter and/or server
> > > > > > > issue, hopelly will be able to address
> > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > 
> > > > > > > Additional task might be to check site of 5.0 version:
> > > > > > > https://builds.apache.org/view/M-
> > > > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > > server/index.html
> > > > > > > and report any outdated/missing/unclear page ....
> > > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher
> > > > > > > <ap...@aplustutoring.com> wrote:
> > > > > > > 
> > > > > > > It's really great that you got WebRTC going!! I'm sure
> > > > > > > it's been a lot of hard work.
> > > > > > > 
> > > > > > > I tried uploading a document but it didn't work. I assume
> > > > > > > that the document conversion stuff isn't configured yet
> > > > > > > so that is why I asked what needs to be tested.
> > > > > > > 
> > > > > > > I'll try using it in Edge and do some of the testing you
> > > > > > > mentioned. Let me know if there is anything else I can
> > > > > > > help with.
> > > > > > > 
> > > > > > > Dan
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > Hello Daniel,
> > > > > > > 
> > > > > > > yes, this is WebRTC :)
> > > > > > > 
> > > > > > > Nettesing and Video setup seems to work as expected and
> > > > > > > most probably will not be changed too much
> > > > > > > 
> > > > > > > Room Audio/Video is in "early-alpha" stage and I would
> > > > > > > like to know: how good is it so far?
> > > > > > > Is on/off audio/video being correctly handled? Same
> > > > > > > regarding add/remove rights
> > > > > > > 
> > > > > > > This version should not work in IE11, Does in work in
> > > > > > > Safari/Edge?
> > > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher
> > > > > > > <ap...@aplustutoring.com> wrote:
> > > > > > > 
> > > > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > > > > this WebRTC? What would you like us to check for when we
> > > > > > > are trying it out?
> > > > > > > 
> > > > > > > Thanks. Dan
> > > > > > > 
> > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > 
> > > > > > > OK,
> > > > > > > 
> > > > > > > current (I would say alpha version) is available on our
> > > > > > > demo server: https://demo-
> > > > > > > openmeetings.apache.org/openmeetings
> > > > > > > Something still not implemented, and there are definitely
> > > > > > > some issues, but this version is "playable"
> > > > > > > 
> > > > > > > It would be great to get some early feedback ...
> > > > > > > 
> > > > > > > 
> > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-
> > > > > > > infotech.com> wrote:
> > > > > > > 
> > > > > > > Best of luck... J
> > > > > > > 
> > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > > > > Subject: Re: OM 5
> > > > > > > 
> > > > > > > Hello Aaron,
> > > > > > > 
> > > > > > > I'm currently trying to set up demo with somehow working
> > > > > > > version of 5.0
> > > > > > > Will let you know if it will be successful :)
> > > > > > > 
> > > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com>
> > > > > > > wrote:
> > > > > > > How close do you think it is for going into live testing
> > > > > > > with OM5?  Reason I ask is with the most recent update to
> > > > > > > Chrome, even with a valid cert, and even if you told the
> > > > > > > website to allow flash, users are having to click allow
> > > > > > > flash in the audio/video box.  And then it has to refresh
> > > > > > > the page to do so.  Looks like it is across the board
> > > > > > > with all flash content on any website now within Chrome.
> > > > > > > 
> > > > > > > Didn't know how far out it was for live testing.
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and
> > > > > > > any attachments to this message are intended for the
> > > > > > > exclusive use of the addressee(s) and may contain
> > > > > > > proprietary, confidential or privileged information. If
> > > > > > > you are not the intended recipient, you should not
> > > > > > > disseminate, distribute or copy this e-mail. Please
> > > > > > > notify the sender immediately and destroy all copies of
> > > > > > > this message and any attachments. WARNING: Computer
> > > > > > > viruses can be transmitted via email. The recipient
> > > > > > > should check this email and any attachments for the
> > > > > > > presence of viruses. The company accepts no liability for
> > > > > > > any damage caused by any virus/trojan/worms/malicious
> > > > > > > code transmitted by this email. www.motherson.com
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > Daniel Ascher, M.Ed.
> > > > > > > President
> > > > > > > A+ Test Prep and Tutoring
> > > > > > > "Creating Bright Futures"
> > > > > > > 
> > > > > > > 505 York Road, Suite 6
> > > > > > > Jenkintown, PA 19046
> > > > > > > Office: 215.886.9188
> > > > > > > Direct: 267.242.9640
> > > > > > > Click here to schedule a phone call with me.
> > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > Daniel Ascher, M.Ed.
> > > > > > > President
> > > > > > > A+ Test Prep and Tutoring
> > > > > > > "Creating Bright Futures"
> > > > > > > 
> > > > > > > 505 York Road, Suite 6
> > > > > > > Jenkintown, PA 19046
> > > > > > > Office: 215.886.9188
> > > > > > > Direct: 267.242.9640
> > > > > > > Click here to schedule a phone call with me.
> > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> 
> 
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Please do not hesitate to report any issues
It is really hard to develop OM5 without user feedback :)

On Wed, 6 Mar 2019 at 19:53, Maxim Solodovnik <so...@gmail.com> wrote:
>
> OK,
>
> OM 5.0.0 is on https://om.alteametasoft.com:8443/next
> I would like to get feedback
>
> complex multiuser scenarious are welcome :)
>
> On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
> >
> > Hello James,
> >
> > what version are you running? and what are the issues?
> >
> > Is it nightly build from our build server? or are you building from sources?
> >
> > On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
> > >
> > > I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
> > >
> > > Thank you,
> > > James Judge
> > > www.JamesJudge.info
> > > (570) 230-4933
> > >
> > >
> > > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
> > >>
> > >> Hello All,
> > >>
> > >> 4.0.8 VOTE is on the way
> > >> So it's time for this DISCUSSION :)
> > >>
> > >> I was able to implement some missing features (recording+screen-sharing)
> > >>
> > >> And I believe now it's time to deploy current 5.0.0 version to
> > >> demo-next and perform couple of rounds of "community testing"
> > >> WDYT?
> > >>
> > >> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
> > >> >
> > >> > Good to know it is not OM issue :)
> > >> > You can use postgres as DB, should work out of the box :)
> > >> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> > >> > >
> > >> > > Ok Maxim. 've follow your link and run:
> > >> > >
> > >> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> > >> > >
> > >> > > That have changed something in my Debian 9 that affect also to my
> > >> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> > >> > >
> > >> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> > >> > >
> > >> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> > >> > > (two hours less). After this tryied install OM 5 and...WINNER!
> > >> > >
> > >> > > The problem it was relationed with tzdata, as you said.
> > >> > >
> > >> > > Thank you.
> > >> > >
> > >> > > Alvaro
> > >> > >
> > >> > > .............................................................
> > >> > >
> > >> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> > >> > >
> > >> > > Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> > >> > >
> > >> > >
> > >> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > >> > > I'll try to Google this error, should be something well-known
> > >> > >
> > >> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> > >> > >
> > >> > > ...i will try in Fedora 28.
> > >> > >
> > >> > > Here is it you ask:
> > >> > >
> > >> > > root@cor:/home/guadal# timedatectl
> > >> > >       Local time: vie 2018-10-19 11:37:19 CEST
> > >> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > >> > >         RTC time: vie 2018-10-19 11:37:19
> > >> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >> > >  Network time on: yes
> > >> > > NTP synchronized: no
> > >> > >  RTC in local TZ: yes
> > >> > >
> > >> > > Warning: The system is configured to read the RTC time in the local time zone.
> > >> > >          This mode can not be fully supported. It will create various problems
> > >> > >          with time zone changes and daylight saving time adjustments. The RTC
> > >> > >          time is never updated, it relies on external facilities to maintain it.
> > >> > >          If at all possible, use RTC in UTC by calling
> > >> > >          'timedatectl set-local-rtc 0'.
> > >> > >
> > >> > >
> > >> > > ...then i run: timedatectl set-local-rtc 0
> > >> > >
> > >> > > ...and after again:
> > >> > >
> > >> > > root@cor:/home/guadal# timedatectl
> > >> > >       Local time: vie 2018-10-19 11:39:11 CEST
> > >> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > >> > >         RTC time: vie 2018-10-19 09:39:11
> > >> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >> > >  Network time on: yes
> > >> > > NTP synchronized: no
> > >> > >  RTC in local TZ: no
> > >> > >
> > >> > >
> > >> > > ................................................................
> > >> > >
> > >> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> > >> > >
> > >> > > Just have checked with
> > >> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> > >> > >
> > >> > > Everything works as expected
> > >> > >
> > >> > > Maybe there are some more TZ settings in MariaDB?
> > >> > >
> > >> > > What is the output of
> > >> > >
> > >> > > `timedatectl`
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> > >> > >
> > >> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > >> > > with Europe/Madrid, but the resultat is the same.
> > >> > >
> > >> > > With OM 4.0.7 is no problem installation.
> > >> > >
> > >> > >
> > >> > > ........................................
> > >> > >
> > >> > >
> > >> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> > >> > >
> > >> > > The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
> > >> > >
> > >> > > MySql for some reason don't like if time zone is set as CEST, can you run
> > >> > >
> > >> > > `dpkg-reconfigure tzdata`
> > >> > > and set something like 'Europe/Madrid' as time zone?
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> > >> > >
> > >> > > Please take a look attached files.
> > >> > >
> > >> > >
> > >> > > ..........................
> > >> > >
> > >> > >
> > >> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> > >> > >
> > >> > > Will try to reproduce
> > >> > > Anything useful in the logs?
> > >> > >
> > >> > >
> > >> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> > >> > >
> > >> > > OM 5 - Snapshot 2605
> > >> > >
> > >> > > When try install it say: Could not create connection to
> > >> > > database.... (attached capture).
> > >> > >
> > >> > > Debian 9, mysql-connector-java-8.0.12.jar
> > >> > >
> > >> > > Alvaro
> > >> > >
> > >> > >
> > >> > > ..................................
> > >> > >
> > >> > >
> > >> > >
> > >> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> > >> > >
> > >> > > Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> > >> > > Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
> > >> > >
> > >> > >
> > >> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > Hello Alvaro,
> > >> > >
> > >> > > OM5 requires latest MySql driver 8.0.12 [1]
> > >> > > OM4 can use both 5.x and 8.x
> > >> > >
> > >> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> > >> > >
> > >> > >
> > >> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> > >> > >
> > >> > > Hello Maxim,
> > >> > >
> > >> > > I've got the attached capture trying install OM 5 (first Snapshot
> > >> > > of today 18-10-2018).
> > >> > >
> > >> > > With mysql-connector-java-5.1.46.jar and
> > >> > > mysql-connector-java-5.1.47.jar
> > >> > >
> > >> > > Alvaro
> > >> > >
> > >> > > ....................................
> > >> > >
> > >> > >
> > >> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> > >> > >
> > >> > > Hello All,
> > >> > >
> > >> > > some news regarding WebRTC
> > >> > >
> > >> > > Settings dialog is made more user friendly: less "silent fails", less JS errors
> > >> > >
> > >> > > BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> > >> > > I have 2 identical VMs
> > >> > > 1) with Win 10 Pro
> > >> > > 2) with Win 10 Pro.N
> > >> > >
> > >> > > I have issues with #2 and everything works as expected on #1
> > >> > >
> > >> > > Additionally there is an issue with Edge browser: [2]
> > >> > >
> > >> > > Would appreciate if you can test latest version on "demo-apache" [3]
> > >> > >
> > >> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > >> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > >> > > [3] https://demo-openmeetings.apache.org/openmeetings
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > Document conversion is actually broken on this demo server
> > >> > > This seems to be caused by server configuration
> > >> > > No sure yet what is wrong
> > >> > > Will try to fix it in a week or two, have no idea what can be wrong :(
> > >> > >
> > >> > >
> > >> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > I'm going to perform additional code-review and will check this
> > >> > >
> > >> > > This is only initial version :)
> > >> > > Hopefully will be improved :))
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> > >> > >
> > >> > > Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> > >> > > Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> > >> > > Stefan
> > >> > >
> > >> > >
> > >> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > >> > >
> > >> > > It is now working properly in Edge.
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
> > >> > >
> > >> > > Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> > >> > > Stefan
> > >> > >
> > >> > >
> > >> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > >> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > >> > > I have fixed some "Edge" errors, so demo should behave better
> > >> > >
> > >> > > I'll fix some more errors with settings dialog later ...
> > >> > >
> > >> > > Thanks for the reports
> > >> > >
> > >> > >
> > >> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> > >> > >
> > >> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > >> > > Also tried with root and sudo to avoid restrictions.
> > >> > > Stefan
> > >> > >
> > >> > >
> > >> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > >> > > What OS/Browser are you using?
> > >> > >
> > >> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> > >> > >
> > >> > > Hi,
> > >> > > tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
> > >> > >
> > >> > > Stefan
> > >> > >
> > >> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > >> > > Actually it is not one page it is OM site being re-build with every nightly build ...
> > >> > > Site contents should be ready to 5.0 release, so all pages need to checked/updated
> > >> > >
> > >> > > news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
> > >> > >
> > >> > >
> > >> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
> > >> > >
> > >> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > >> > >
> > >> > > is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
> > >> > >
> > >> > > Thanks. Dan
> > >> > >
> > >> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
> > >> > >
> > >> > > I just checked in Edge but there is a problem.
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> > >> > > Was 5.0.0 working under Edge? Any issues?
> > >> > >
> > >> > > Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > >> > > and report any outdated/missing/unclear page ....
> > >> > >
> > >> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
> > >> > >
> > >> > > It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
> > >> > >
> > >> > > I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
> > >> > >
> > >> > > I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
> > >> > >
> > >> > > Dan
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > Hello Daniel,
> > >> > >
> > >> > > yes, this is WebRTC :)
> > >> > >
> > >> > > Nettesing and Video setup seems to work as expected and most probably will not be changed too much
> > >> > >
> > >> > > Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> > >> > > Is on/off audio/video being correctly handled? Same regarding add/remove rights
> > >> > >
> > >> > > This version should not work in IE11, Does in work in Safari/Edge?
> > >> > >
> > >> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
> > >> > >
> > >> > > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
> > >> > >
> > >> > > Thanks. Dan
> > >> > >
> > >> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
> > >> > >
> > >> > > OK,
> > >> > >
> > >> > > current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> > >> > > Something still not implemented, and there are definitely some issues, but this version is "playable"
> > >> > >
> > >> > > It would be great to get some early feedback ...
> > >> > >
> > >> > >
> > >> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
> > >> > >
> > >> > > Best of luck... J
> > >> > >
> > >> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > >> > > Sent: Wednesday, October 3, 2018 4:44 PM
> > >> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > >> > > Subject: Re: OM 5
> > >> > >
> > >> > > Hello Aaron,
> > >> > >
> > >> > > I'm currently trying to set up demo with somehow working version of 5.0
> > >> > > Will let you know if it will be successful :)
> > >> > >
> > >> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > >> > > How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
> > >> > >
> > >> > > Didn't know how far out it was for live testing.
> > >> > >
> > >> > >
> > >> > > --
> > >> > > WBR
> > >> > > Maxim aka solomax
> > >> > >
> > >> > >
> > >> > >
> > >> > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > WBR
> > >> > > Maxim aka solomax
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Daniel Ascher, M.Ed.
> > >> > > President
> > >> > > A+ Test Prep and Tutoring
> > >> > > "Creating Bright Futures"
> > >> > >
> > >> > > 505 York Road, Suite 6
> > >> > > Jenkintown, PA 19046
> > >> > > Office: 215.886.9188
> > >> > > Direct: 267.242.9640
> > >> > > Click here to schedule a phone call with me.
> > >> > > Sign Up for A+ News and Test Prep Tips!
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > WBR
> > >> > > Maxim aka solomax
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Daniel Ascher, M.Ed.
> > >> > > President
> > >> > > A+ Test Prep and Tutoring
> > >> > > "Creating Bright Futures"
> > >> > >
> > >> > > 505 York Road, Suite 6
> > >> > > Jenkintown, PA 19046
> > >> > > Office: 215.886.9188
> > >> > > Direct: 267.242.9640
> > >> > > Click here to schedule a phone call with me.
> > >> > > Sign Up for A+ News and Test Prep Tips!
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > WBR
> > >> > Maxim aka solomax
> > >>
> > >>
> > >>
> > >> --
> > >> WBR
> > >> Maxim aka solomax
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
OK,

OM 5.0.0 is on https://om.alteametasoft.com:8443/next
I would like to get feedback

complex multiuser scenarious are welcome :)

On Wed, 6 Mar 2019 at 18:55, Maxim Solodovnik <so...@gmail.com> wrote:
>
> Hello James,
>
> what version are you running? and what are the issues?
>
> Is it nightly build from our build server? or are you building from sources?
>
> On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
> >
> > I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
> >
> > Thank you,
> > James Judge
> > www.JamesJudge.info
> > (570) 230-4933
> >
> >
> > On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >>
> >> Hello All,
> >>
> >> 4.0.8 VOTE is on the way
> >> So it's time for this DISCUSSION :)
> >>
> >> I was able to implement some missing features (recording+screen-sharing)
> >>
> >> And I believe now it's time to deploy current 5.0.0 version to
> >> demo-next and perform couple of rounds of "community testing"
> >> WDYT?
> >>
> >> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
> >> >
> >> > Good to know it is not OM issue :)
> >> > You can use postgres as DB, should work out of the box :)
> >> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> >> > >
> >> > > Ok Maxim. 've follow your link and run:
> >> > >
> >> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> >> > >
> >> > > That have changed something in my Debian 9 that affect also to my
> >> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> >> > >
> >> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> >> > >
> >> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
> >> > > (two hours less). After this tryied install OM 5 and...WINNER!
> >> > >
> >> > > The problem it was relationed with tzdata, as you said.
> >> > >
> >> > > Thank you.
> >> > >
> >> > > Alvaro
> >> > >
> >> > > .............................................................
> >> > >
> >> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> >> > >
> >> > > Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> >> > >
> >> > >
> >> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> >> > > I'll try to Google this error, should be something well-known
> >> > >
> >> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> >> > >
> >> > > ...i will try in Fedora 28.
> >> > >
> >> > > Here is it you ask:
> >> > >
> >> > > root@cor:/home/guadal# timedatectl
> >> > >       Local time: vie 2018-10-19 11:37:19 CEST
> >> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> >> > >         RTC time: vie 2018-10-19 11:37:19
> >> > >        Time zone: Europe/Madrid (CEST, +0200)
> >> > >  Network time on: yes
> >> > > NTP synchronized: no
> >> > >  RTC in local TZ: yes
> >> > >
> >> > > Warning: The system is configured to read the RTC time in the local time zone.
> >> > >          This mode can not be fully supported. It will create various problems
> >> > >          with time zone changes and daylight saving time adjustments. The RTC
> >> > >          time is never updated, it relies on external facilities to maintain it.
> >> > >          If at all possible, use RTC in UTC by calling
> >> > >          'timedatectl set-local-rtc 0'.
> >> > >
> >> > >
> >> > > ...then i run: timedatectl set-local-rtc 0
> >> > >
> >> > > ...and after again:
> >> > >
> >> > > root@cor:/home/guadal# timedatectl
> >> > >       Local time: vie 2018-10-19 11:39:11 CEST
> >> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> >> > >         RTC time: vie 2018-10-19 09:39:11
> >> > >        Time zone: Europe/Madrid (CEST, +0200)
> >> > >  Network time on: yes
> >> > > NTP synchronized: no
> >> > >  RTC in local TZ: no
> >> > >
> >> > >
> >> > > ................................................................
> >> > >
> >> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> >> > >
> >> > > Just have checked with
> >> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> >> > >
> >> > > Everything works as expected
> >> > >
> >> > > Maybe there are some more TZ settings in MariaDB?
> >> > >
> >> > > What is the output of
> >> > >
> >> > > `timedatectl`
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> >> > >
> >> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> >> > > with Europe/Madrid, but the resultat is the same.
> >> > >
> >> > > With OM 4.0.7 is no problem installation.
> >> > >
> >> > >
> >> > > ........................................
> >> > >
> >> > >
> >> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> >> > >
> >> > > The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
> >> > >
> >> > > MySql for some reason don't like if time zone is set as CEST, can you run
> >> > >
> >> > > `dpkg-reconfigure tzdata`
> >> > > and set something like 'Europe/Madrid' as time zone?
> >> > >
> >> > >
> >> > >
> >> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> >> > >
> >> > > Please take a look attached files.
> >> > >
> >> > >
> >> > > ..........................
> >> > >
> >> > >
> >> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> >> > >
> >> > > Will try to reproduce
> >> > > Anything useful in the logs?
> >> > >
> >> > >
> >> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> >> > >
> >> > > OM 5 - Snapshot 2605
> >> > >
> >> > > When try install it say: Could not create connection to
> >> > > database.... (attached capture).
> >> > >
> >> > > Debian 9, mysql-connector-java-8.0.12.jar
> >> > >
> >> > > Alvaro
> >> > >
> >> > >
> >> > > ..................................
> >> > >
> >> > >
> >> > >
> >> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> >> > >
> >> > > Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
> >> > > Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
> >> > >
> >> > >
> >> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > Hello Alvaro,
> >> > >
> >> > > OM5 requires latest MySql driver 8.0.12 [1]
> >> > > OM4 can use both 5.x and 8.x
> >> > >
> >> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> >> > >
> >> > >
> >> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> >> > >
> >> > > Hello Maxim,
> >> > >
> >> > > I've got the attached capture trying install OM 5 (first Snapshot
> >> > > of today 18-10-2018).
> >> > >
> >> > > With mysql-connector-java-5.1.46.jar and
> >> > > mysql-connector-java-5.1.47.jar
> >> > >
> >> > > Alvaro
> >> > >
> >> > > ....................................
> >> > >
> >> > >
> >> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> >> > >
> >> > > Hello All,
> >> > >
> >> > > some news regarding WebRTC
> >> > >
> >> > > Settings dialog is made more user friendly: less "silent fails", less JS errors
> >> > >
> >> > > BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
> >> > > I have 2 identical VMs
> >> > > 1) with Win 10 Pro
> >> > > 2) with Win 10 Pro.N
> >> > >
> >> > > I have issues with #2 and everything works as expected on #1
> >> > >
> >> > > Additionally there is an issue with Edge browser: [2]
> >> > >
> >> > > Would appreciate if you can test latest version on "demo-apache" [3]
> >> > >
> >> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> >> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> >> > > [3] https://demo-openmeetings.apache.org/openmeetings
> >> > >
> >> > >
> >> > >
> >> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > Document conversion is actually broken on this demo server
> >> > > This seems to be caused by server configuration
> >> > > No sure yet what is wrong
> >> > > Will try to fix it in a week or two, have no idea what can be wrong :(
> >> > >
> >> > >
> >> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > I'm going to perform additional code-review and will check this
> >> > >
> >> > > This is only initial version :)
> >> > > Hopefully will be improved :))
> >> > >
> >> > >
> >> > >
> >> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >> > >
> >> > > Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
> >> > > Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
> >> > > Stefan
> >> > >
> >> > >
> >> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> >> > >
> >> > > It is now working properly in Edge.
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >> > >
> >> > > Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
> >> > > Stefan
> >> > >
> >> > >
> >> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> >> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> >> > > I have fixed some "Edge" errors, so demo should behave better
> >> > >
> >> > > I'll fix some more errors with settings dialog later ...
> >> > >
> >> > > Thanks for the reports
> >> > >
> >> > >
> >> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >> > >
> >> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
> >> > > Also tried with root and sudo to avoid restrictions.
> >> > > Stefan
> >> > >
> >> > >
> >> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> >> > > What OS/Browser are you using?
> >> > >
> >> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
> >> > >
> >> > > Hi,
> >> > > tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
> >> > >
> >> > > Stefan
> >> > >
> >> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> >> > > Actually it is not one page it is OM site being re-build with every nightly build ...
> >> > > Site contents should be ready to 5.0 release, so all pages need to checked/updated
> >> > >
> >> > > news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
> >> > >
> >> > >
> >> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >> > >
> >> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >> > >
> >> > > is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
> >> > >
> >> > > Thanks. Dan
> >> > >
> >> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
> >> > >
> >> > > I just checked in Edge but there is a problem.
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > document upload seems to be jodConverter and/or server issue, hopelly will be able to address
> >> > > Was 5.0.0 working under Edge? Any issues?
> >> > >
> >> > > Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> >> > > and report any outdated/missing/unclear page ....
> >> > >
> >> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >> > >
> >> > > It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
> >> > >
> >> > > I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
> >> > >
> >> > > I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
> >> > >
> >> > > Dan
> >> > >
> >> > >
> >> > >
> >> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > Hello Daniel,
> >> > >
> >> > > yes, this is WebRTC :)
> >> > >
> >> > > Nettesing and Video setup seems to work as expected and most probably will not be changed too much
> >> > >
> >> > > Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
> >> > > Is on/off audio/video being correctly handled? Same regarding add/remove rights
> >> > >
> >> > > This version should not work in IE11, Does in work in Safari/Edge?
> >> > >
> >> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
> >> > >
> >> > > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
> >> > >
> >> > > Thanks. Dan
> >> > >
> >> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
> >> > >
> >> > > OK,
> >> > >
> >> > > current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
> >> > > Something still not implemented, and there are definitely some issues, but this version is "playable"
> >> > >
> >> > > It would be great to get some early feedback ...
> >> > >
> >> > >
> >> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
> >> > >
> >> > > Best of luck... J
> >> > >
> >> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> >> > > Sent: Wednesday, October 3, 2018 4:44 PM
> >> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> >> > > Subject: Re: OM 5
> >> > >
> >> > > Hello Aaron,
> >> > >
> >> > > I'm currently trying to set up demo with somehow working version of 5.0
> >> > > Will let you know if it will be successful :)
> >> > >
> >> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> >> > > How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
> >> > >
> >> > > Didn't know how far out it was for live testing.
> >> > >
> >> > >
> >> > > --
> >> > > WBR
> >> > > Maxim aka solomax
> >> > >
> >> > >
> >> > >
> >> > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > WBR
> >> > > Maxim aka solomax
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Daniel Ascher, M.Ed.
> >> > > President
> >> > > A+ Test Prep and Tutoring
> >> > > "Creating Bright Futures"
> >> > >
> >> > > 505 York Road, Suite 6
> >> > > Jenkintown, PA 19046
> >> > > Office: 215.886.9188
> >> > > Direct: 267.242.9640
> >> > > Click here to schedule a phone call with me.
> >> > > Sign Up for A+ News and Test Prep Tips!
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > WBR
> >> > > Maxim aka solomax
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Daniel Ascher, M.Ed.
> >> > > President
> >> > > A+ Test Prep and Tutoring
> >> > > "Creating Bright Futures"
> >> > >
> >> > > 505 York Road, Suite 6
> >> > > Jenkintown, PA 19046
> >> > > Office: 215.886.9188
> >> > > Direct: 267.242.9640
> >> > > Click here to schedule a phone call with me.
> >> > > Sign Up for A+ News and Test Prep Tips!
> >> > >
> >> > >
> >> > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > WBR
> >> > Maxim aka solomax
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello James,

what version are you running? and what are the issues?

Is it nightly build from our build server? or are you building from sources?

On Wed, 6 Mar 2019 at 18:53, james judge <jj...@gmail.com> wrote:
>
> I know I am new to the group,. but I welcome 5.0.0 and will be happy to test. I've got an aws ubuntu 16 instance running and will happily provide feedback. I have had some issues with the current version doing desktop sharing and can't wait to see it possibly working.
>
> Thank you,
> James Judge
> www.JamesJudge.info
> (570) 230-4933
>
>
> On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Hello All,
>>
>> 4.0.8 VOTE is on the way
>> So it's time for this DISCUSSION :)
>>
>> I was able to implement some missing features (recording+screen-sharing)
>>
>> And I believe now it's time to deploy current 5.0.0 version to
>> demo-next and perform couple of rounds of "community testing"
>> WDYT?
>>
>> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
>> >
>> > Good to know it is not OM issue :)
>> > You can use postgres as DB, should work out of the box :)
>> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
>> > >
>> > > Ok Maxim. 've follow your link and run:
>> > >
>> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
>> > >
>> > > That have changed something in my Debian 9 that affect also to my
>> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
>> > >
>> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
>> > >
>> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores
>> > > (two hours less). After this tryied install OM 5 and...WINNER!
>> > >
>> > > The problem it was relationed with tzdata, as you said.
>> > >
>> > > Thank you.
>> > >
>> > > Alvaro
>> > >
>> > > .............................................................
>> > >
>> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
>> > >
>> > > Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>> > >
>> > >
>> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > It is weird you have both: Europe/Madrid (CEST, +0200)
>> > > I'll try to Google this error, should be something well-known
>> > >
>> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
>> > >
>> > > ...i will try in Fedora 28.
>> > >
>> > > Here is it you ask:
>> > >
>> > > root@cor:/home/guadal# timedatectl
>> > >       Local time: vie 2018-10-19 11:37:19 CEST
>> > >   Universal time: vie 2018-10-19 09:37:19 UTC
>> > >         RTC time: vie 2018-10-19 11:37:19
>> > >        Time zone: Europe/Madrid (CEST, +0200)
>> > >  Network time on: yes
>> > > NTP synchronized: no
>> > >  RTC in local TZ: yes
>> > >
>> > > Warning: The system is configured to read the RTC time in the local time zone.
>> > >          This mode can not be fully supported. It will create various problems
>> > >          with time zone changes and daylight saving time adjustments. The RTC
>> > >          time is never updated, it relies on external facilities to maintain it.
>> > >          If at all possible, use RTC in UTC by calling
>> > >          'timedatectl set-local-rtc 0'.
>> > >
>> > >
>> > > ...then i run: timedatectl set-local-rtc 0
>> > >
>> > > ...and after again:
>> > >
>> > > root@cor:/home/guadal# timedatectl
>> > >       Local time: vie 2018-10-19 11:39:11 CEST
>> > >   Universal time: vie 2018-10-19 09:39:11 UTC
>> > >         RTC time: vie 2018-10-19 09:39:11
>> > >        Time zone: Europe/Madrid (CEST, +0200)
>> > >  Network time on: yes
>> > > NTP synchronized: no
>> > >  RTC in local TZ: no
>> > >
>> > >
>> > > ................................................................
>> > >
>> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
>> > >
>> > > Just have checked with
>> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
>> > >
>> > > Everything works as expected
>> > >
>> > > Maybe there are some more TZ settings in MariaDB?
>> > >
>> > > What is the output of
>> > >
>> > > `timedatectl`
>> > >
>> > >
>> > >
>> > >
>> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
>> > >
>> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
>> > > with Europe/Madrid, but the resultat is the same.
>> > >
>> > > With OM 4.0.7 is no problem installation.
>> > >
>> > >
>> > > ........................................
>> > >
>> > >
>> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
>> > >
>> > > The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support."
>> > >
>> > > MySql for some reason don't like if time zone is set as CEST, can you run
>> > >
>> > > `dpkg-reconfigure tzdata`
>> > > and set something like 'Europe/Madrid' as time zone?
>> > >
>> > >
>> > >
>> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
>> > >
>> > > Please take a look attached files.
>> > >
>> > >
>> > > ..........................
>> > >
>> > >
>> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
>> > >
>> > > Will try to reproduce
>> > > Anything useful in the logs?
>> > >
>> > >
>> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
>> > >
>> > > OM 5 - Snapshot 2605
>> > >
>> > > When try install it say: Could not create connection to
>> > > database.... (attached capture).
>> > >
>> > > Debian 9, mysql-connector-java-8.0.12.jar
>> > >
>> > > Alvaro
>> > >
>> > >
>> > > ..................................
>> > >
>> > >
>> > >
>> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
>> > >
>> > > Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this
>> > > Driver class name has been changed in 8.x and was producing warning in the logs, this is why I have changed it
>> > >
>> > >
>> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > Hello Alvaro,
>> > >
>> > > OM5 requires latest MySql driver 8.0.12 [1]
>> > > OM4 can use both 5.x and 8.x
>> > >
>> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
>> > >
>> > >
>> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
>> > >
>> > > Hello Maxim,
>> > >
>> > > I've got the attached capture trying install OM 5 (first Snapshot
>> > > of today 18-10-2018).
>> > >
>> > > With mysql-connector-java-5.1.46.jar and
>> > > mysql-connector-java-5.1.47.jar
>> > >
>> > > Alvaro
>> > >
>> > > ....................................
>> > >
>> > >
>> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
>> > >
>> > > Hello All,
>> > >
>> > > some news regarding WebRTC
>> > >
>> > > Settings dialog is made more user friendly: less "silent fails", less JS errors
>> > >
>> > > BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1]
>> > > I have 2 identical VMs
>> > > 1) with Win 10 Pro
>> > > 2) with Win 10 Pro.N
>> > >
>> > > I have issues with #2 and everything works as expected on #1
>> > >
>> > > Additionally there is an issue with Edge browser: [2]
>> > >
>> > > Would appreciate if you can test latest version on "demo-apache" [3]
>> > >
>> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
>> > > [3] https://demo-openmeetings.apache.org/openmeetings
>> > >
>> > >
>> > >
>> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > Document conversion is actually broken on this demo server
>> > > This seems to be caused by server configuration
>> > > No sure yet what is wrong
>> > > Will try to fix it in a week or two, have no idea what can be wrong :(
>> > >
>> > >
>> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > I'm going to perform additional code-review and will check this
>> > >
>> > > This is only initial version :)
>> > > Hopefully will be improved :))
>> > >
>> > >
>> > >
>> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> > >
>> > > Checked it again with Win10 und FF, but with a USB Headset and it works well! (I just recognize that my voice was also in my headphones?!)
>> > > Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too?
>> > > Stefan
>> > >
>> > >
>> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
>> > >
>> > > It is now working properly in Edge.
>> > >
>> > >
>> > >
>> > >
>> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> > >
>> > > Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour.
>> > > Stefan
>> > >
>> > >
>> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
>> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
>> > > I have fixed some "Edge" errors, so demo should behave better
>> > >
>> > > I'll fix some more errors with settings dialog later ...
>> > >
>> > > Thanks for the reports
>> > >
>> > >
>> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> > >
>> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and ubuntu 18.04.
>> > > Also tried with root and sudo to avoid restrictions.
>> > > Stefan
>> > >
>> > >
>> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
>> > > What OS/Browser are you using?
>> > >
>> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote:
>> > >
>> > > Hi,
>> > > tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch.
>> > >
>> > > Stefan
>> > >
>> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
>> > > Actually it is not one page it is OM site being re-build with every nightly build ...
>> > > Site contents should be ready to 5.0 release, so all pages need to checked/updated
>> > >
>> > > news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :)
>> > >
>> > >
>> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote:
>> > >
>> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> > >
>> > > is set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0?
>> > >
>> > > Thanks. Dan
>> > >
>> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote:
>> > >
>> > > I just checked in Edge but there is a problem.
>> > >
>> > >
>> > >
>> > >
>> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > document upload seems to be jodConverter and/or server issue, hopelly will be able to address
>> > > Was 5.0.0 working under Edge? Any issues?
>> > >
>> > > Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>> > > and report any outdated/missing/unclear page ....
>> > >
>> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote:
>> > >
>> > > It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work.
>> > >
>> > > I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that is why I asked what needs to be tested.
>> > >
>> > > I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with.
>> > >
>> > > Dan
>> > >
>> > >
>> > >
>> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > Hello Daniel,
>> > >
>> > > yes, this is WebRTC :)
>> > >
>> > > Nettesing and Video setup seems to work as expected and most probably will not be changed too much
>> > >
>> > > Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far?
>> > > Is on/off audio/video being correctly handled? Same regarding add/remove rights
>> > >
>> > > This version should not work in IE11, Does in work in Safari/Edge?
>> > >
>> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote:
>> > >
>> > > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out?
>> > >
>> > > Thanks. Dan
>> > >
>> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote:
>> > >
>> > > OK,
>> > >
>> > > current (I would say alpha version) is available on our demo server: https://demo-openmeetings.apache.org/openmeetings
>> > > Something still not implemented, and there are definitely some issues, but this version is "playable"
>> > >
>> > > It would be great to get some early feedback ...
>> > >
>> > >
>> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote:
>> > >
>> > > Best of luck... J
>> > >
>> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>> > > Sent: Wednesday, October 3, 2018 4:44 PM
>> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
>> > > Subject: Re: OM 5
>> > >
>> > > Hello Aaron,
>> > >
>> > > I'm currently trying to set up demo with somehow working version of 5.0
>> > > Will let you know if it will be successful :)
>> > >
>> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
>> > > How close do you think it is for going into live testing with OM5?  Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box.  And then it has to refresh the page to do so.  Looks like it is across the board with all flash content on any website now within Chrome.
>> > >
>> > > Didn't know how far out it was for live testing.
>> > >
>> > >
>> > > --
>> > > WBR
>> > > Maxim aka solomax
>> > >
>> > >
>> > >
>> > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com
>> > >
>> > >
>> > >
>> > > --
>> > > WBR
>> > > Maxim aka solomax
>> > >
>> > >
>> > >
>> > > --
>> > > Daniel Ascher, M.Ed.
>> > > President
>> > > A+ Test Prep and Tutoring
>> > > "Creating Bright Futures"
>> > >
>> > > 505 York Road, Suite 6
>> > > Jenkintown, PA 19046
>> > > Office: 215.886.9188
>> > > Direct: 267.242.9640
>> > > Click here to schedule a phone call with me.
>> > > Sign Up for A+ News and Test Prep Tips!
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > WBR
>> > > Maxim aka solomax
>> > >
>> > >
>> > >
>> > > --
>> > > Daniel Ascher, M.Ed.
>> > > President
>> > > A+ Test Prep and Tutoring
>> > > "Creating Bright Futures"
>> > >
>> > > 505 York Road, Suite 6
>> > > Jenkintown, PA 19046
>> > > Office: 215.886.9188
>> > > Direct: 267.242.9640
>> > > Click here to schedule a phone call with me.
>> > > Sign Up for A+ News and Test Prep Tips!
>> > >
>> > >
>> > >
>> > >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by james judge <jj...@gmail.com>.
I know I am new to the group,. but I welcome 5.0.0 and will be happy to
test. I've got an aws ubuntu 16 instance running and will happily provide
feedback. I have had some issues with the current version doing desktop
sharing and can't wait to see it possibly working.

Thank you,
James Judge
www.JamesJudge.info <http://www.jamesjudge.info/>
(570) 230-4933


On Tue, Mar 5, 2019 at 9:13 PM Maxim Solodovnik <so...@gmail.com>
wrote:

> Hello All,
>
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
>
> I was able to implement some missing features (recording+screen-sharing)
>
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
>
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> > >
> > > Ok Maxim. 've follow your link and run:
> > >
> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> > >
> > > That have changed something in my Debian 9 that affect also to my
> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian 9.
> > >
> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> > >
> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> Atlantic/Azores
> > > (two hours less). After this tryied install OM 5 and...WINNER!
> > >
> > > The problem it was relationed with tzdata, as you said.
> > >
> > > Thank you.
> > >
> > > Alvaro
> > >
> > > .............................................................
> > >
> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> > >
> > > Check this article:
> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
> > >
> > >
> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > I'll try to Google this error, should be something well-known
> > >
> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> > >
> > > ...i will try in Fedora 28.
> > >
> > > Here is it you ask:
> > >
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:37:19 CEST
> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > >         RTC time: vie 2018-10-19 11:37:19
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: yes
> > >
> > > Warning: The system is configured to read the RTC time in the local
> time zone.
> > >          This mode can not be fully supported. It will create various
> problems
> > >          with time zone changes and daylight saving time adjustments.
> The RTC
> > >          time is never updated, it relies on external facilities to
> maintain it.
> > >          If at all possible, use RTC in UTC by calling
> > >          'timedatectl set-local-rtc 0'.
> > >
> > >
> > > ...then i run: timedatectl set-local-rtc 0
> > >
> > > ...and after again:
> > >
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:39:11 CEST
> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > >         RTC time: vie 2018-10-19 09:39:11
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: no
> > >
> > >
> > > ................................................................
> > >
> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> > >
> > > Just have checked with
> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu))
> > >
> > > Everything works as expected
> > >
> > > Maybe there are some more TZ settings in MariaDB?
> > >
> > > What is the output of
> > >
> > > `timedatectl`
> > >
> > >
> > >
> > >
> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> > >
> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata
> > > with Europe/Madrid, but the resultat is the same.
> > >
> > > With OM 4.0.7 is no problem installation.
> > >
> > >
> > > ........................................
> > >
> > >
> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> > >
> > > The error is "The server time zone value 'CEST' is unrecognized or
> represents more than one time zone. You must configure either the server or
> JDBC driver (via the serverTimezone configuration property) to use a more
> specifc time zone value if you want to utilize time zone support."
> > >
> > > MySql for some reason don't like if time zone is set as CEST, can you
> run
> > >
> > > `dpkg-reconfigure tzdata`
> > > and set something like 'Europe/Madrid' as time zone?
> > >
> > >
> > >
> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> > >
> > > Please take a look attached files.
> > >
> > >
> > > ..........................
> > >
> > >
> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> > >
> > > Will try to reproduce
> > > Anything useful in the logs?
> > >
> > >
> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> > >
> > > OM 5 - Snapshot 2605
> > >
> > > When try install it say: Could not create connection to
> > > database.... (attached capture).
> > >
> > > Debian 9, mysql-connector-java-8.0.12.jar
> > >
> > > Alvaro
> > >
> > >
> > > ..................................
> > >
> > >
> > >
> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> > >
> > > Correction: OM5 will work with MySql driver 5.x but you need to change
> driver class in mysql_persistense.xml to achieve this
> > > Driver class name has been changed in 8.x and was producing warning in
> the logs, this is why I have changed it
> > >
> > >
> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > Hello Alvaro,
> > >
> > > OM5 requires latest MySql driver 8.0.12 [1]
> > > OM4 can use both 5.x and 8.x
> > >
> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> > >
> > >
> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> > >
> > > Hello Maxim,
> > >
> > > I've got the attached capture trying install OM 5 (first Snapshot
> > > of today 18-10-2018).
> > >
> > > With mysql-connector-java-5.1.46.jar and
> > > mysql-connector-java-5.1.47.jar
> > >
> > > Alvaro
> > >
> > > ....................................
> > >
> > >
> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> > >
> > > Hello All,
> > >
> > > some news regarding WebRTC
> > >
> > > Settings dialog is made more user friendly: less "silent fails", less
> JS errors
> > >
> > > BUT it seems some RTC features are not working if you have MS Edge and
> Win 10 NOT pro or Enterprise [1]
> > > I have 2 identical VMs
> > > 1) with Win 10 Pro
> > > 2) with Win 10 Pro.N
> > >
> > > I have issues with #2 and everything works as expected on #1
> > >
> > > Additionally there is an issue with Edge browser: [2]
> > >
> > > Would appreciate if you can test latest version on "demo-apache" [3]
> > >
> > > [1]
> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > [3] https://demo-openmeetings.apache.org/openmeetings
> > >
> > >
> > >
> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > Document conversion is actually broken on this demo server
> > > This seems to be caused by server configuration
> > > No sure yet what is wrong
> > > Will try to fix it in a week or two, have no idea what can be wrong :(
> > >
> > >
> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > I'm going to perform additional code-review and will check this
> > >
> > > This is only initial version :)
> > > Hopefully will be improved :))
> > >
> > >
> > >
> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> > >
> > > Checked it again with Win10 und FF, but with a USB Headset and it
> works well! (I just recognize that my voice was also in my headphones?!)
> > > Retry it with the non USB Headset und it won't work. I mentioned that
> FF and Chrome didn't ask for permission to use the the microphone of the
> non-USB Headset. Maybe, this a the point we should draw our attention too?
> > > Stefan
> > >
> > >
> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > >
> > > It is now working properly in Edge.
> > >
> > >
> > >
> > >
> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> > >
> > > Nothing changes. Got another test on an virtual Win10 and fresh
> firefox installtion. Same behaviour.
> > > Stefan
> > >
> > >
> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > I have fixed some "Edge" errors, so demo should behave better
> > >
> > > I'll fix some more errors with settings dialog later ...
> > >
> > > Thanks for the reports
> > >
> > >
> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> > >
> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
> behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > Also tried with root and sudo to avoid restrictions.
> > > Stefan
> > >
> > >
> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > What OS/Browser are you using?
> > >
> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
> wrote:
> > >
> > > Hi,
> > > tried the OM 5 Demo with plugged in headset. But no chance to choose
> it. The "Choose microphone" option remains in "Loading data, please wait"
> and everytime i try to reload, the red error message appears. Headset is
> not USB but chinch.
> > >
> > > Stefan
> > >
> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > Actually it is not one page it is OM site being re-build with every
> nightly build ...
> > > Site contents should be ready to 5.0 release, so all pages need to
> checked/updated
> > >
> > > news, changelog and announces will be updated during release process,
> so it displays 4.0.5 right now :)
> > >
> > >
> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> > >
> > > This page:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > >
> > > is set up for version 4.0.5, correct? Is that what you want me to
> check for errors/updates? Or do you want something mentioning version 5.0?
> > >
> > > Thanks. Dan
> > >
> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> > >
> > > I just checked in Edge but there is a problem.
> > >
> > >
> > >
> > >
> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > document upload seems to be jodConverter and/or server issue, hopelly
> will be able to address
> > > Was 5.0.0 working under Edge? Any issues?
> > >
> > > Additional task might be to check site of 5.0 version:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
> > > and report any outdated/missing/unclear page ....
> > >
> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> > >
> > > It's really great that you got WebRTC going!! I'm sure it's been a lot
> of hard work.
> > >
> > > I tried uploading a document but it didn't work. I assume that the
> document conversion stuff isn't configured yet so that is why I asked what
> needs to be tested.
> > >
> > > I'll try using it in Edge and do some of the testing you mentioned.
> Let me know if there is anything else I can help with.
> > >
> > > Dan
> > >
> > >
> > >
> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > Hello Daniel,
> > >
> > > yes, this is WebRTC :)
> > >
> > > Nettesing and Video setup seems to work as expected and most probably
> will not be changed too much
> > >
> > > Room Audio/Video is in "early-alpha" stage and I would like to know:
> how good is it so far?
> > > Is on/off audio/video being correctly handled? Same regarding
> add/remove rights
> > >
> > > This version should not work in IE11, Does in work in Safari/Edge?
> > >
> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
> > >
> > > Hi Maxim. I see that the webcam and audio are working. Is this WebRTC?
> What would you like us to check for when we are trying it out?
> > >
> > > Thanks. Dan
> > >
> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
> > >
> > > OK,
> > >
> > > current (I would say alpha version) is available on our demo server:
> https://demo-openmeetings.apache.org/openmeetings
> > > Something still not implemented, and there are definitely some issues,
> but this version is "playable"
> > >
> > > It would be great to get some early feedback ...
> > >
> > >
> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com>
> wrote:
> > >
> > > Best of luck... J
> > >
> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > Subject: Re: OM 5
> > >
> > > Hello Aaron,
> > >
> > > I'm currently trying to set up demo with somehow working version of 5.0
> > > Will let you know if it will be successful :)
> > >
> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > How close do you think it is for going into live testing with OM5?
> Reason I ask is with the most recent update to Chrome, even with a valid
> cert, and even if you told the website to allow flash, users are having to
> click allow flash in the audio/video box.  And then it has to refresh the
> page to do so.  Looks like it is across the board with all flash content on
> any website now within Chrome.
> > >
> > > Didn't know how far out it was for live testing.
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > > The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of the
> addressee(s) and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately and destroy all copies of this message and any attachments.
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses.
> The company accepts no liability for any damage caused by any
> virus/trojan/worms/malicious code transmitted by this email.
> www.motherson.com
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > >
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > >
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
...sorry again, i`ll have the launch now. Will comeback in 1,30 hs


................

El mié, 06-03-2019 a las 18:23 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> 
> According to multiple "Multimedia server is inaccessible" messages
> You most probably don't have kurento-media-server
> Audio/Video will not work without multimedia server ....
> 
> On Wed, 6 Mar 2019 at 18:19, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > Ok, is made it shortly.
> > 
> > # Server: OM 5.0.0-2752 -- in Arch Linux
> > 
> > # Client: Safari and Firefox in Mojave
> > 
> > 
> > --- Safari (Mojave) ---
> > 
> > # No detect cam or mic at Conference Room
> > 
> > # Play rightly video-audio, mp3-wav with showing OK dialog
> > the first time
> > 
> > 
> >    --- Firefox (Mojave)---
> > 
> > # Detect cam, no detect mic
> > 
> > # Play rightly video-audio, mp3-wav
> > 
> > 
> > Both send mail invitations from room and Calendar.
> > So, to me the most important things is to put ready
> > the cam and audio. Also to put the icon to share-record
> > in Conference Room.
> > 
> > Please take a look the recording video:
> > 
> > https://drive.google.com/file/d/1PY3XiIK958sCEpK-h12fD0p7a7AU52Ka/v
> > iew
> > 
> > Once these are ready will see if i found more issues.
> > Please tell me how is goeing on or if you like to test
> > something special.
> > 
> > 
> > Alvaro
> > 
> > ..........................................
> > 
> > 
> > El mié, 06-03-2019 a las 18:00 +0700, Maxim Solodovnik escribió:
> > 
> > Great
> > Thanks Alvaro!
> > 
> > On Wed, 6 Mar 2019 at 16:59, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > 
> > Untill now, thinking about my testings on OM 5, only i need
> > is recording+screen-sharing.
> > With Safari the videos-audio works right in WB.
> > Today will check OM 5.0.0-2752 and will tell you.
> > 
> > 
> > .......................
> > 
> > 
> > 
> > El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
> > 
> > Not sure I got it :(
> > Do you mean JIRA itself is slow?
> > 
> > On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > 
> > Avanti...!
> > 
> > Alvaro
> > 
> > 
> > .................
> > 
> > El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> > 
> > Hello All,
> > 
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> > 
> > I was able to implement some missing features (recording+screen-
> > sharing)
> > 
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> > 
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > com>
> > wrote:
> > 
> > 
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > 
> > Ok Maxim. 've follow your link and run:
> > 
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > mysql
> > 
> > That have changed something in my Debian 9 that affect also
> > to my
> > Windows 10 (two hours less) but could'nt install OM 5 on
> > Debian
> > 9.
> > 
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > AM.
> > 
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > Atlantic/Azores
> > (two hours less). After this tryied install OM 5
> > and...WINNER!
> > 
> > The problem it was relationed with tzdata, as you said.
> > 
> > Thank you.
> > 
> > Alvaro
> > 
> > .............................................................
> > 
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Check this article: https://stackoverflow.com/questions/49518
> > 683/
> > the-server-time-zone-value-cest-is-unrecognized
> > 
> > 
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> > ail.
> > com> wrote:
> > 
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> > 
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > ...i will try in Fedora 28.
> > 
> > Here is it you ask:
> > 
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> > 
> > Warning: The system is configured to read the RTC time in the
> > local time zone.
> >          This mode can not be fully supported. It will create
> > various problems
> >          with time zone changes and daylight saving time
> > adjustments. The RTC
> >          time is never updated, it relies on external
> > facilities
> > to maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> > 
> > 
> > ...then i run: timedatectl set-local-rtc 0
> > 
> > ...and after again:
> > 
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> > 
> > 
> > .............................................................
> > ...
> > 
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > ((Ubuntu))
> > 
> > Everything works as expected
> > 
> > Maybe there are some more TZ settings in MariaDB?
> > 
> > What is the output of
> > 
> > `timedatectl`
> > 
> > 
> > 
> > 
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > reconfigured
> > tzdata
> > with Europe/Madrid, but the resultat is the same.
> > 
> > With OM 4.0.7 is no problem installation.
> > 
> > 
> > ........................................
> > 
> > 
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > escribió:
> > 
> > The error is "The server time zone value 'CEST' is
> > unrecognized
> > or represents more than one time zone. You must configure
> > either
> > the server or JDBC driver (via the serverTimezone
> > configuration
> > property) to use a more specifc time zone value if you want
> > to
> > utilize time zone support."
> > 
> > MySql for some reason don't like if time zone is set as CEST,
> > can
> > you run
> > 
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> > 
> > 
> > 
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > Please take a look attached files.
> > 
> > 
> > ..........................
> > 
> > 
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Will try to reproduce
> > Anything useful in the logs?
> > 
> > 
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > OM 5 - Snapshot 2605
> > 
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> > 
> > Debian 9, mysql-connector-java-8.0.12.jar
> > 
> > Alvaro
> > 
> > 
> > ..................................
> > 
> > 
> > 
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Correction: OM5 will work with MySql driver 5.x but you need
> > to
> > change driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing
> > warning in the logs, this is why I have changed it
> > 
> > 
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> > ail.
> > com> wrote:
> > 
> > Hello Alvaro,
> > 
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> > 
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> > java
> > 
> > 
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > Hello Maxim,
> > 
> > I've got the attached capture trying install OM 5 (first
> > Snapshot
> > of today 18-10-2018).
> > 
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> > 
> > Alvaro
> > 
> > ....................................
> > 
> > 
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Hello All,
> > 
> > some news regarding WebRTC
> > 
> > Settings dialog is made more user friendly: less "silent
> > fails",
> > less JS errors
> > 
> > BUT it seems some RTC features are not working if you have MS
> > Edge and Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> > 
> > I have issues with #2 and everything works as expected on #1
> > 
> > Additionally there is an issue with Edge browser: [2]
> > 
> > Would appreciate if you can test latest version on "demo-
> > apache"
> > [3]
> > 
> > [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> > form
> > /issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> > 
> > 
> > 
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> > il.c
> > om> wrote:
> > 
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be
> > wrong :(
> > 
> > 
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> > il.c
> > om> wrote:
> > 
> > I'm going to perform additional code-review and will check
> > this
> > 
> > This is only initial version :)
> > Hopefully will be improved :))
> > 
> > 
> > 
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> > eu>
> > wrote:
> > 
> > Checked it again with Win10 und FF, but with a USB Headset
> > and it
> > works well! (I just recognize that my voice was also in my
> > headphones?!)
> > Retry it with the non USB Headset und it won't work. I
> > mentioned
> > that FF and Chrome didn't ask for permission to use the the
> > microphone of the non-USB Headset. Maybe, this a the point we
> > should draw our attention too?
> > Stefan
> > 
> > 
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > 
> > It is now working properly in Edge.
> > 
> > 
> > 
> > 
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> > l.eu
> > 
> > wrote:
> > 
> > 
> > Nothing changes. Got another test on an virtual Win10 and
> > fresh
> > firefox installtion. Same behaviour.
> > Stefan
> > 
> > 
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> > 
> > I'll fix some more errors with settings dialog later ...
> > 
> > Thanks for the reports
> > 
> > 
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> > eu>
> > wrote:
> > 
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> > 
> > 
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> > 
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> > eu>
> > wrote:
> > 
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to
> > choose it. The "Choose microphone" option remains in "Loading
> > data, please wait" and everytime i try to reload, the red
> > error
> > message appears. Headset is not USB but chinch.
> > 
> > Stefan
> > 
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with
> > every nightly build ...
> > Site contents should be ready to 5.0 release, so all pages
> > need
> > to checked/updated
> > 
> > news, changelog and announces will be updated during release
> > process, so it displays 4.0.5 right now :)
> > 
> > 
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> > utor
> > ing.com> wrote:
> > 
> > This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> > gs/j
> > ob/openmeetings/site/openmeetings-server/index.html
> > 
> > is set up for version 4.0.5, correct? Is that what you want
> > me to
> > check for errors/updates? Or do you want something mentioning
> > version 5.0?
> > 
> > Thanks. Dan
> > 
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> > ustu
> > toring.com> wrote:
> > 
> > I just checked in Edge but there is a problem.
> > 
> > 
> > 
> > 
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> > gmai
> > l.com> wrote:
> > 
> > document upload seems to be jodConverter and/or server issue,
> > hopelly will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> > 
> > Additional task might be to check site of 5.0 version: https:
> > //bu
> > ilds.apache.org/view/M-
> > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > server/index.html
> > and report any outdated/missing/unclear page ....
> > 
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> > utor
> > ing.com> wrote:
> > 
> > It's really great that you got WebRTC going!! I'm sure it's
> > been
> > a lot of hard work.
> > 
> > I tried uploading a document but it didn't work. I assume
> > that
> > the document conversion stuff isn't configured yet so that is
> > why
> > I asked what needs to be tested.
> > 
> > I'll try using it in Edge and do some of the testing you
> > mentioned. Let me know if there is anything else I can help
> > with.
> > 
> > Dan
> > 
> > 
> > 
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> > mail
> > .com> wrote:
> > 
> > Hello Daniel,
> > 
> > yes, this is WebRTC :)
> > 
> > Nettesing and Video setup seems to work as expected and most
> > probably will not be changed too much
> > 
> > Room Audio/Video is in "early-alpha" stage and I would like
> > to
> > know: how good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding
> > add/remove rights
> > 
> > This version should not work in IE11, Does in work in
> > Safari/Edge?
> > 
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> > utor
> > ing.com> wrote:
> > 
> > Hi Maxim. I see that the webcam and audio are working. Is
> > this
> > WebRTC? What would you like us to check for when we are
> > trying it
> > out?
> > 
> > Thanks. Dan
> > 
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> > gmai
> > l.com> wrote:
> > 
> > OK,
> > 
> > current (I would say alpha version) is available on our demo
> > server: https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely
> > some
> > issues, but this version is "playable"
> > 
> > It would be great to get some early feedback ...
> > 
> > 
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> > tech
> > .com> wrote:
> > 
> > Best of luck... J
> > 
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> > 
> > Hello Aaron,
> > 
> > I'm currently trying to set up demo with somehow working
> > version
> > of 5.0
> > Will let you know if it will be successful :)
> > 
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with
> > OM5?  Reason I ask is with the most recent update to Chrome,
> > even
> > with a valid cert, and even if you told the website to allow
> > flash, users are having to click allow flash in the
> > audio/video
> > box.  And then it has to refresh the page to do so.  Looks
> > like
> > it is across the board with all flash content on any website
> > now
> > within Chrome.
> > 
> > Didn't know how far out it was for live testing.
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > The information contained in this electronic message and any
> > attachments to this message are intended for the exclusive
> > use of
> > the addressee(s) and may contain proprietary, confidential or
> > privileged information. If you are not the intended
> > recipient,
> > you should not disseminate, distribute or copy this e-mail.
> > Please notify the sender immediately and destroy all copies
> > of
> > this message and any attachments. WARNING: Computer viruses
> > can
> > be transmitted via email. The recipient should check this
> > email
> > and any attachments for the presence of viruses. The company
> > accepts no liability for any damage caused by any
> > virus/trojan/worms/malicious code transmitted by this email.
> > www.
> > motherson.com
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> > 
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> > 
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Here is the doc:
https://doc-kurento.readthedocs.io/en/stable/user/installation.html
Under the Mac the only installation option is run kurento in Docker (I guess)

On Wed, 6 Mar 2019 at 18:38, Alvaro <zu...@gmail.com> wrote:
>
>
> ...sorry, how i can get or install kurento-media-server?
>
>
> ..............
>
> El mié, 06-03-2019 a las 18:23 +0700, Maxim Solodovnik escribió:
> > Hello Alvaro,
> >
> > According to multiple "Multimedia server is inaccessible" messages
> > You most probably don't have kurento-media-server
> > Audio/Video will not work without multimedia server ....
> >
> > On Wed, 6 Mar 2019 at 18:19, Alvaro <zu...@gmail.com> wrote:
> > >
> > >
> > > Ok, is made it shortly.
> > >
> > > # Server: OM 5.0.0-2752 -- in Arch Linux
> > >
> > > # Client: Safari and Firefox in Mojave
> > >
> > >
> > > --- Safari (Mojave) ---
> > >
> > > # No detect cam or mic at Conference Room
> > >
> > > # Play rightly video-audio, mp3-wav with showing OK dialog
> > > the first time
> > >
> > >
> > >    --- Firefox (Mojave)---
> > >
> > > # Detect cam, no detect mic
> > >
> > > # Play rightly video-audio, mp3-wav
> > >
> > >
> > > Both send mail invitations from room and Calendar.
> > > So, to me the most important things is to put ready
> > > the cam and audio. Also to put the icon to share-record
> > > in Conference Room.
> > >
> > > Please take a look the recording video:
> > >
> > > https://drive.google.com/file/d/1PY3XiIK958sCEpK-h12fD0p7a7AU52Ka/v
> > > iew
> > >
> > > Once these are ready will see if i found more issues.
> > > Please tell me how is goeing on or if you like to test
> > > something special.
> > >
> > >
> > > Alvaro
> > >
> > > ..........................................
> > >
> > >
> > > El mié, 06-03-2019 a las 18:00 +0700, Maxim Solodovnik escribió:
> > >
> > > Great
> > > Thanks Alvaro!
> > >
> > > On Wed, 6 Mar 2019 at 16:59, Alvaro <zu...@gmail.com> wrote:
> > >
> > >
> > >
> > > Untill now, thinking about my testings on OM 5, only i need
> > > is recording+screen-sharing.
> > > With Safari the videos-audio works right in WB.
> > > Today will check OM 5.0.0-2752 and will tell you.
> > >
> > >
> > > .......................
> > >
> > >
> > >
> > > El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
> > >
> > > Not sure I got it :(
> > > Do you mean JIRA itself is slow?
> > >
> > > On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
> > >
> > >
> > >
> > > Avanti...!
> > >
> > > Alvaro
> > >
> > >
> > > .................
> > >
> > > El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> > >
> > > Hello All,
> > >
> > > 4.0.8 VOTE is on the way
> > > So it's time for this DISCUSSION :)
> > >
> > > I was able to implement some missing features (recording+screen-
> > > sharing)
> > >
> > > And I believe now it's time to deploy current 5.0.0 version to
> > > demo-next and perform couple of rounds of "community testing"
> > > WDYT?
> > >
> > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > > com>
> > > wrote:
> > >
> > >
> > > Good to know it is not OM issue :)
> > > You can use postgres as DB, should work out of the box :)
> > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > wrote:
> > >
> > >
> > > Ok Maxim. 've follow your link and run:
> > >
> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > > mysql
> > >
> > > That have changed something in my Debian 9 that affect also
> > > to my
> > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > Debian
> > > 9.
> > >
> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > > AM.
> > >
> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > Atlantic/Azores
> > > (two hours less). After this tryied install OM 5
> > > and...WINNER!
> > >
> > > The problem it was relationed with tzdata, as you said.
> > >
> > > Thank you.
> > >
> > > Alvaro
> > >
> > > .............................................................
> > >
> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > escribió:
> > >
> > > Check this article: https://stackoverflow.com/questions/49518
> > > 683/
> > > the-server-time-zone-value-cest-is-unrecognized
> > >
> > >
> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> > > ail.
> > > com> wrote:
> > >
> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > I'll try to Google this error, should be something well-known
> > >
> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > wrote:
> > >
> > > ...i will try in Fedora 28.
> > >
> > > Here is it you ask:
> > >
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:37:19 CEST
> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > >         RTC time: vie 2018-10-19 11:37:19
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: yes
> > >
> > > Warning: The system is configured to read the RTC time in the
> > > local time zone.
> > >          This mode can not be fully supported. It will create
> > > various problems
> > >          with time zone changes and daylight saving time
> > > adjustments. The RTC
> > >          time is never updated, it relies on external
> > > facilities
> > > to maintain it.
> > >          If at all possible, use RTC in UTC by calling
> > >          'timedatectl set-local-rtc 0'.
> > >
> > >
> > > ...then i run: timedatectl set-local-rtc 0
> > >
> > > ...and after again:
> > >
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:39:11 CEST
> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > >         RTC time: vie 2018-10-19 09:39:11
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: no
> > >
> > >
> > > .............................................................
> > > ...
> > >
> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > escribió:
> > >
> > > Just have checked with
> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > ((Ubuntu))
> > >
> > > Everything works as expected
> > >
> > > Maybe there are some more TZ settings in MariaDB?
> > >
> > > What is the output of
> > >
> > > `timedatectl`
> > >
> > >
> > >
> > >
> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > wrote:
> > >
> > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > reconfigured
> > > tzdata
> > > with Europe/Madrid, but the resultat is the same.
> > >
> > > With OM 4.0.7 is no problem installation.
> > >
> > >
> > > ........................................
> > >
> > >
> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > escribió:
> > >
> > > The error is "The server time zone value 'CEST' is
> > > unrecognized
> > > or represents more than one time zone. You must configure
> > > either
> > > the server or JDBC driver (via the serverTimezone
> > > configuration
> > > property) to use a more specifc time zone value if you want
> > > to
> > > utilize time zone support."
> > >
> > > MySql for some reason don't like if time zone is set as CEST,
> > > can
> > > you run
> > >
> > > `dpkg-reconfigure tzdata`
> > > and set something like 'Europe/Madrid' as time zone?
> > >
> > >
> > >
> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > wrote:
> > >
> > > Please take a look attached files.
> > >
> > >
> > > ..........................
> > >
> > >
> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > escribió:
> > >
> > > Will try to reproduce
> > > Anything useful in the logs?
> > >
> > >
> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > wrote:
> > >
> > > OM 5 - Snapshot 2605
> > >
> > > When try install it say: Could not create connection to
> > > database.... (attached capture).
> > >
> > > Debian 9, mysql-connector-java-8.0.12.jar
> > >
> > > Alvaro
> > >
> > >
> > > ..................................
> > >
> > >
> > >
> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > escribió:
> > >
> > > Correction: OM5 will work with MySql driver 5.x but you need
> > > to
> > > change driver class in mysql_persistense.xml to achieve this
> > > Driver class name has been changed in 8.x and was producing
> > > warning in the logs, this is why I have changed it
> > >
> > >
> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> > > ail.
> > > com> wrote:
> > >
> > > Hello Alvaro,
> > >
> > > OM5 requires latest MySql driver 8.0.12 [1]
> > > OM4 can use both 5.x and 8.x
> > >
> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> > > java
> > >
> > >
> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > wrote:
> > >
> > > Hello Maxim,
> > >
> > > I've got the attached capture trying install OM 5 (first
> > > Snapshot
> > > of today 18-10-2018).
> > >
> > > With mysql-connector-java-5.1.46.jar and
> > > mysql-connector-java-5.1.47.jar
> > >
> > > Alvaro
> > >
> > > ....................................
> > >
> > >
> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > escribió:
> > >
> > > Hello All,
> > >
> > > some news regarding WebRTC
> > >
> > > Settings dialog is made more user friendly: less "silent
> > > fails",
> > > less JS errors
> > >
> > > BUT it seems some RTC features are not working if you have MS
> > > Edge and Win 10 NOT pro or Enterprise [1]
> > > I have 2 identical VMs
> > > 1) with Win 10 Pro
> > > 2) with Win 10 Pro.N
> > >
> > > I have issues with #2 and everything works as expected on #1
> > >
> > > Additionally there is an issue with Edge browser: [2]
> > >
> > > Would appreciate if you can test latest version on "demo-
> > > apache"
> > > [3]
> > >
> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> > > form
> > > /issues/17357055/#comment-5
> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > [3] https://demo-openmeetings.apache.org/openmeetings
> > >
> > >
> > >
> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> > > il.c
> > > om> wrote:
> > >
> > > Document conversion is actually broken on this demo server
> > > This seems to be caused by server configuration
> > > No sure yet what is wrong
> > > Will try to fix it in a week or two, have no idea what can be
> > > wrong :(
> > >
> > >
> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> > > il.c
> > > om> wrote:
> > >
> > > I'm going to perform additional code-review and will check
> > > this
> > >
> > > This is only initial version :)
> > > Hopefully will be improved :))
> > >
> > >
> > >
> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> > > eu>
> > > wrote:
> > >
> > > Checked it again with Win10 und FF, but with a USB Headset
> > > and it
> > > works well! (I just recognize that my voice was also in my
> > > headphones?!)
> > > Retry it with the non USB Headset und it won't work. I
> > > mentioned
> > > that FF and Chrome didn't ask for permission to use the the
> > > microphone of the non-USB Headset. Maybe, this a the point we
> > > should draw our attention too?
> > > Stefan
> > >
> > >
> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > >
> > > It is now working properly in Edge.
> > >
> > >
> > >
> > >
> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> > > l.eu
> > >
> > > wrote:
> > >
> > >
> > > Nothing changes. Got another test on an virtual Win10 and
> > > fresh
> > > firefox installtion. Same behaviour.
> > > Stefan
> > >
> > >
> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > I have fixed some "Edge" errors, so demo should behave better
> > >
> > > I'll fix some more errors with settings dialog later ...
> > >
> > > Thanks for the reports
> > >
> > >
> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> > > eu>
> > > wrote:
> > >
> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > Also tried with root and sudo to avoid restrictions.
> > > Stefan
> > >
> > >
> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > What OS/Browser are you using?
> > >
> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> > > eu>
> > > wrote:
> > >
> > > Hi,
> > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > choose it. The "Choose microphone" option remains in "Loading
> > > data, please wait" and everytime i try to reload, the red
> > > error
> > > message appears. Headset is not USB but chinch.
> > >
> > > Stefan
> > >
> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > Actually it is not one page it is OM site being re-build with
> > > every nightly build ...
> > > Site contents should be ready to 5.0 release, so all pages
> > > need
> > > to checked/updated
> > >
> > > news, changelog and announces will be updated during release
> > > process, so it displays 4.0.5 right now :)
> > >
> > >
> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> > > utor
> > > ing.com> wrote:
> > >
> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> > > gs/j
> > > ob/openmeetings/site/openmeetings-server/index.html
> > >
> > > is set up for version 4.0.5, correct? Is that what you want
> > > me to
> > > check for errors/updates? Or do you want something mentioning
> > > version 5.0?
> > >
> > > Thanks. Dan
> > >
> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> > > ustu
> > > toring.com> wrote:
> > >
> > > I just checked in Edge but there is a problem.
> > >
> > >
> > >
> > >
> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> > > gmai
> > > l.com> wrote:
> > >
> > > document upload seems to be jodConverter and/or server issue,
> > > hopelly will be able to address
> > > Was 5.0.0 working under Edge? Any issues?
> > >
> > > Additional task might be to check site of 5.0 version: https:
> > > //bu
> > > ilds.apache.org/view/M-
> > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > server/index.html
> > > and report any outdated/missing/unclear page ....
> > >
> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> > > utor
> > > ing.com> wrote:
> > >
> > > It's really great that you got WebRTC going!! I'm sure it's
> > > been
> > > a lot of hard work.
> > >
> > > I tried uploading a document but it didn't work. I assume
> > > that
> > > the document conversion stuff isn't configured yet so that is
> > > why
> > > I asked what needs to be tested.
> > >
> > > I'll try using it in Edge and do some of the testing you
> > > mentioned. Let me know if there is anything else I can help
> > > with.
> > >
> > > Dan
> > >
> > >
> > >
> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> > > mail
> > > .com> wrote:
> > >
> > > Hello Daniel,
> > >
> > > yes, this is WebRTC :)
> > >
> > > Nettesing and Video setup seems to work as expected and most
> > > probably will not be changed too much
> > >
> > > Room Audio/Video is in "early-alpha" stage and I would like
> > > to
> > > know: how good is it so far?
> > > Is on/off audio/video being correctly handled? Same regarding
> > > add/remove rights
> > >
> > > This version should not work in IE11, Does in work in
> > > Safari/Edge?
> > >
> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> > > utor
> > > ing.com> wrote:
> > >
> > > Hi Maxim. I see that the webcam and audio are working. Is
> > > this
> > > WebRTC? What would you like us to check for when we are
> > > trying it
> > > out?
> > >
> > > Thanks. Dan
> > >
> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> > > gmai
> > > l.com> wrote:
> > >
> > > OK,
> > >
> > > current (I would say alpha version) is available on our demo
> > > server: https://demo-openmeetings.apache.org/openmeetings
> > > Something still not implemented, and there are definitely
> > > some
> > > issues, but this version is "playable"
> > >
> > > It would be great to get some early feedback ...
> > >
> > >
> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> > > tech
> > > .com> wrote:
> > >
> > > Best of luck... J
> > >
> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > Subject: Re: OM 5
> > >
> > > Hello Aaron,
> > >
> > > I'm currently trying to set up demo with somehow working
> > > version
> > > of 5.0
> > > Will let you know if it will be successful :)
> > >
> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > How close do you think it is for going into live testing with
> > > OM5?  Reason I ask is with the most recent update to Chrome,
> > > even
> > > with a valid cert, and even if you told the website to allow
> > > flash, users are having to click allow flash in the
> > > audio/video
> > > box.  And then it has to refresh the page to do so.  Looks
> > > like
> > > it is across the board with all flash content on any website
> > > now
> > > within Chrome.
> > >
> > > Didn't know how far out it was for live testing.
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > > The information contained in this electronic message and any
> > > attachments to this message are intended for the exclusive
> > > use of
> > > the addressee(s) and may contain proprietary, confidential or
> > > privileged information. If you are not the intended
> > > recipient,
> > > you should not disseminate, distribute or copy this e-mail.
> > > Please notify the sender immediately and destroy all copies
> > > of
> > > this message and any attachments. WARNING: Computer viruses
> > > can
> > > be transmitted via email. The recipient should check this
> > > email
> > > and any attachments for the presence of viruses. The company
> > > accepts no liability for any damage caused by any
> > > virus/trojan/worms/malicious code transmitted by this email.
> > > www.
> > > motherson.com
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > >
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > >
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
...sorry, how i can get or install kurento-media-server?


..............

El mié, 06-03-2019 a las 18:23 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> 
> According to multiple "Multimedia server is inaccessible" messages
> You most probably don't have kurento-media-server
> Audio/Video will not work without multimedia server ....
> 
> On Wed, 6 Mar 2019 at 18:19, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > Ok, is made it shortly.
> > 
> > # Server: OM 5.0.0-2752 -- in Arch Linux
> > 
> > # Client: Safari and Firefox in Mojave
> > 
> > 
> > --- Safari (Mojave) ---
> > 
> > # No detect cam or mic at Conference Room
> > 
> > # Play rightly video-audio, mp3-wav with showing OK dialog
> > the first time
> > 
> > 
> >    --- Firefox (Mojave)---
> > 
> > # Detect cam, no detect mic
> > 
> > # Play rightly video-audio, mp3-wav
> > 
> > 
> > Both send mail invitations from room and Calendar.
> > So, to me the most important things is to put ready
> > the cam and audio. Also to put the icon to share-record
> > in Conference Room.
> > 
> > Please take a look the recording video:
> > 
> > https://drive.google.com/file/d/1PY3XiIK958sCEpK-h12fD0p7a7AU52Ka/v
> > iew
> > 
> > Once these are ready will see if i found more issues.
> > Please tell me how is goeing on or if you like to test
> > something special.
> > 
> > 
> > Alvaro
> > 
> > ..........................................
> > 
> > 
> > El mié, 06-03-2019 a las 18:00 +0700, Maxim Solodovnik escribió:
> > 
> > Great
> > Thanks Alvaro!
> > 
> > On Wed, 6 Mar 2019 at 16:59, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > 
> > Untill now, thinking about my testings on OM 5, only i need
> > is recording+screen-sharing.
> > With Safari the videos-audio works right in WB.
> > Today will check OM 5.0.0-2752 and will tell you.
> > 
> > 
> > .......................
> > 
> > 
> > 
> > El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
> > 
> > Not sure I got it :(
> > Do you mean JIRA itself is slow?
> > 
> > On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > 
> > Avanti...!
> > 
> > Alvaro
> > 
> > 
> > .................
> > 
> > El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> > 
> > Hello All,
> > 
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> > 
> > I was able to implement some missing features (recording+screen-
> > sharing)
> > 
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> > 
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > com>
> > wrote:
> > 
> > 
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > 
> > Ok Maxim. 've follow your link and run:
> > 
> > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > mysql
> > 
> > That have changed something in my Debian 9 that affect also
> > to my
> > Windows 10 (two hours less) but could'nt install OM 5 on
> > Debian
> > 9.
> > 
> > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > AM.
> > 
> > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > Atlantic/Azores
> > (two hours less). After this tryied install OM 5
> > and...WINNER!
> > 
> > The problem it was relationed with tzdata, as you said.
> > 
> > Thank you.
> > 
> > Alvaro
> > 
> > .............................................................
> > 
> > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Check this article: https://stackoverflow.com/questions/49518
> > 683/
> > the-server-time-zone-value-cest-is-unrecognized
> > 
> > 
> > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> > ail.
> > com> wrote:
> > 
> > It is weird you have both: Europe/Madrid (CEST, +0200)
> > I'll try to Google this error, should be something well-known
> > 
> > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > ...i will try in Fedora 28.
> > 
> > Here is it you ask:
> > 
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:37:19 CEST
> >   Universal time: vie 2018-10-19 09:37:19 UTC
> >         RTC time: vie 2018-10-19 11:37:19
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: yes
> > 
> > Warning: The system is configured to read the RTC time in the
> > local time zone.
> >          This mode can not be fully supported. It will create
> > various problems
> >          with time zone changes and daylight saving time
> > adjustments. The RTC
> >          time is never updated, it relies on external
> > facilities
> > to maintain it.
> >          If at all possible, use RTC in UTC by calling
> >          'timedatectl set-local-rtc 0'.
> > 
> > 
> > ...then i run: timedatectl set-local-rtc 0
> > 
> > ...and after again:
> > 
> > root@cor:/home/guadal# timedatectl
> >       Local time: vie 2018-10-19 11:39:11 CEST
> >   Universal time: vie 2018-10-19 09:39:11 UTC
> >         RTC time: vie 2018-10-19 09:39:11
> >        Time zone: Europe/Madrid (CEST, +0200)
> >  Network time on: yes
> > NTP synchronized: no
> >  RTC in local TZ: no
> > 
> > 
> > .............................................................
> > ...
> > 
> > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Just have checked with
> > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > ((Ubuntu))
> > 
> > Everything works as expected
> > 
> > Maybe there are some more TZ settings in MariaDB?
> > 
> > What is the output of
> > 
> > `timedatectl`
> > 
> > 
> > 
> > 
> > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > reconfigured
> > tzdata
> > with Europe/Madrid, but the resultat is the same.
> > 
> > With OM 4.0.7 is no problem installation.
> > 
> > 
> > ........................................
> > 
> > 
> > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > escribió:
> > 
> > The error is "The server time zone value 'CEST' is
> > unrecognized
> > or represents more than one time zone. You must configure
> > either
> > the server or JDBC driver (via the serverTimezone
> > configuration
> > property) to use a more specifc time zone value if you want
> > to
> > utilize time zone support."
> > 
> > MySql for some reason don't like if time zone is set as CEST,
> > can
> > you run
> > 
> > `dpkg-reconfigure tzdata`
> > and set something like 'Europe/Madrid' as time zone?
> > 
> > 
> > 
> > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > Please take a look attached files.
> > 
> > 
> > ..........................
> > 
> > 
> > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Will try to reproduce
> > Anything useful in the logs?
> > 
> > 
> > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > OM 5 - Snapshot 2605
> > 
> > When try install it say: Could not create connection to
> > database.... (attached capture).
> > 
> > Debian 9, mysql-connector-java-8.0.12.jar
> > 
> > Alvaro
> > 
> > 
> > ..................................
> > 
> > 
> > 
> > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Correction: OM5 will work with MySql driver 5.x but you need
> > to
> > change driver class in mysql_persistense.xml to achieve this
> > Driver class name has been changed in 8.x and was producing
> > warning in the logs, this is why I have changed it
> > 
> > 
> > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> > ail.
> > com> wrote:
> > 
> > Hello Alvaro,
> > 
> > OM5 requires latest MySql driver 8.0.12 [1]
> > OM4 can use both 5.x and 8.x
> > 
> > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> > java
> > 
> > 
> > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > wrote:
> > 
> > Hello Maxim,
> > 
> > I've got the attached capture trying install OM 5 (first
> > Snapshot
> > of today 18-10-2018).
> > 
> > With mysql-connector-java-5.1.46.jar and
> > mysql-connector-java-5.1.47.jar
> > 
> > Alvaro
> > 
> > ....................................
> > 
> > 
> > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > escribió:
> > 
> > Hello All,
> > 
> > some news regarding WebRTC
> > 
> > Settings dialog is made more user friendly: less "silent
> > fails",
> > less JS errors
> > 
> > BUT it seems some RTC features are not working if you have MS
> > Edge and Win 10 NOT pro or Enterprise [1]
> > I have 2 identical VMs
> > 1) with Win 10 Pro
> > 2) with Win 10 Pro.N
> > 
> > I have issues with #2 and everything works as expected on #1
> > 
> > Additionally there is an issue with Edge browser: [2]
> > 
> > Would appreciate if you can test latest version on "demo-
> > apache"
> > [3]
> > 
> > [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> > form
> > /issues/17357055/#comment-5
> > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > [3] https://demo-openmeetings.apache.org/openmeetings
> > 
> > 
> > 
> > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> > il.c
> > om> wrote:
> > 
> > Document conversion is actually broken on this demo server
> > This seems to be caused by server configuration
> > No sure yet what is wrong
> > Will try to fix it in a week or two, have no idea what can be
> > wrong :(
> > 
> > 
> > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> > il.c
> > om> wrote:
> > 
> > I'm going to perform additional code-review and will check
> > this
> > 
> > This is only initial version :)
> > Hopefully will be improved :))
> > 
> > 
> > 
> > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> > eu>
> > wrote:
> > 
> > Checked it again with Win10 und FF, but with a USB Headset
> > and it
> > works well! (I just recognize that my voice was also in my
> > headphones?!)
> > Retry it with the non USB Headset und it won't work. I
> > mentioned
> > that FF and Chrome didn't ask for permission to use the the
> > microphone of the non-USB Headset. Maybe, this a the point we
> > should draw our attention too?
> > Stefan
> > 
> > 
> > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > 
> > It is now working properly in Edge.
> > 
> > 
> > 
> > 
> > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> > l.eu
> > 
> > wrote:
> > 
> > 
> > Nothing changes. Got another test on an virtual Win10 and
> > fresh
> > firefox installtion. Same behaviour.
> > Stefan
> > 
> > 
> > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > I have fixed some "Edge" errors, so demo should behave better
> > 
> > I'll fix some more errors with settings dialog later ...
> > 
> > Thanks for the reports
> > 
> > 
> > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> > eu>
> > wrote:
> > 
> > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > Also tried with root and sudo to avoid restrictions.
> > Stefan
> > 
> > 
> > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > What OS/Browser are you using?
> > 
> > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> > eu>
> > wrote:
> > 
> > Hi,
> > tried the OM 5 Demo with plugged in headset. But no chance to
> > choose it. The "Choose microphone" option remains in "Loading
> > data, please wait" and everytime i try to reload, the red
> > error
> > message appears. Headset is not USB but chinch.
> > 
> > Stefan
> > 
> > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > Actually it is not one page it is OM site being re-build with
> > every nightly build ...
> > Site contents should be ready to 5.0 release, so all pages
> > need
> > to checked/updated
> > 
> > news, changelog and announces will be updated during release
> > process, so it displays 4.0.5 right now :)
> > 
> > 
> > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> > utor
> > ing.com> wrote:
> > 
> > This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> > gs/j
> > ob/openmeetings/site/openmeetings-server/index.html
> > 
> > is set up for version 4.0.5, correct? Is that what you want
> > me to
> > check for errors/updates? Or do you want something mentioning
> > version 5.0?
> > 
> > Thanks. Dan
> > 
> > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> > ustu
> > toring.com> wrote:
> > 
> > I just checked in Edge but there is a problem.
> > 
> > 
> > 
> > 
> > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> > gmai
> > l.com> wrote:
> > 
> > document upload seems to be jodConverter and/or server issue,
> > hopelly will be able to address
> > Was 5.0.0 working under Edge? Any issues?
> > 
> > Additional task might be to check site of 5.0 version: https:
> > //bu
> > ilds.apache.org/view/M-
> > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > server/index.html
> > and report any outdated/missing/unclear page ....
> > 
> > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> > utor
> > ing.com> wrote:
> > 
> > It's really great that you got WebRTC going!! I'm sure it's
> > been
> > a lot of hard work.
> > 
> > I tried uploading a document but it didn't work. I assume
> > that
> > the document conversion stuff isn't configured yet so that is
> > why
> > I asked what needs to be tested.
> > 
> > I'll try using it in Edge and do some of the testing you
> > mentioned. Let me know if there is anything else I can help
> > with.
> > 
> > Dan
> > 
> > 
> > 
> > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> > mail
> > .com> wrote:
> > 
> > Hello Daniel,
> > 
> > yes, this is WebRTC :)
> > 
> > Nettesing and Video setup seems to work as expected and most
> > probably will not be changed too much
> > 
> > Room Audio/Video is in "early-alpha" stage and I would like
> > to
> > know: how good is it so far?
> > Is on/off audio/video being correctly handled? Same regarding
> > add/remove rights
> > 
> > This version should not work in IE11, Does in work in
> > Safari/Edge?
> > 
> > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> > utor
> > ing.com> wrote:
> > 
> > Hi Maxim. I see that the webcam and audio are working. Is
> > this
> > WebRTC? What would you like us to check for when we are
> > trying it
> > out?
> > 
> > Thanks. Dan
> > 
> > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> > gmai
> > l.com> wrote:
> > 
> > OK,
> > 
> > current (I would say alpha version) is available on our demo
> > server: https://demo-openmeetings.apache.org/openmeetings
> > Something still not implemented, and there are definitely
> > some
> > issues, but this version is "playable"
> > 
> > It would be great to get some early feedback ...
> > 
> > 
> > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> > tech
> > .com> wrote:
> > 
> > Best of luck... J
> > 
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Wednesday, October 3, 2018 4:44 PM
> > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > Subject: Re: OM 5
> > 
> > Hello Aaron,
> > 
> > I'm currently trying to set up demo with somehow working
> > version
> > of 5.0
> > Will let you know if it will be successful :)
> > 
> > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > How close do you think it is for going into live testing with
> > OM5?  Reason I ask is with the most recent update to Chrome,
> > even
> > with a valid cert, and even if you told the website to allow
> > flash, users are having to click allow flash in the
> > audio/video
> > box.  And then it has to refresh the page to do so.  Looks
> > like
> > it is across the board with all flash content on any website
> > now
> > within Chrome.
> > 
> > Didn't know how far out it was for live testing.
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > The information contained in this electronic message and any
> > attachments to this message are intended for the exclusive
> > use of
> > the addressee(s) and may contain proprietary, confidential or
> > privileged information. If you are not the intended
> > recipient,
> > you should not disseminate, distribute or copy this e-mail.
> > Please notify the sender immediately and destroy all copies
> > of
> > this message and any attachments. WARNING: Computer viruses
> > can
> > be transmitted via email. The recipient should check this
> > email
> > and any attachments for the presence of viruses. The company
> > accepts no liability for any damage caused by any
> > virus/trojan/worms/malicious code transmitted by this email.
> > www.
> > motherson.com
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> > 
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > --
> > Daniel Ascher, M.Ed.
> > President
> > A+ Test Prep and Tutoring
> > "Creating Bright Futures"
> > 
> > 505 York Road, Suite 6
> > Jenkintown, PA 19046
> > Office: 215.886.9188
> > Direct: 267.242.9640
> > Click here to schedule a phone call with me.
> > Sign Up for A+ News and Test Prep Tips!
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Alvaro,

According to multiple "Multimedia server is inaccessible" messages
You most probably don't have kurento-media-server
Audio/Video will not work without multimedia server ....

On Wed, 6 Mar 2019 at 18:19, Alvaro <zu...@gmail.com> wrote:
>
>
> Ok, is made it shortly.
>
> # Server: OM 5.0.0-2752 -- in Arch Linux
>
> # Client: Safari and Firefox in Mojave
>
>
> --- Safari (Mojave) ---
>
> # No detect cam or mic at Conference Room
>
> # Play rightly video-audio, mp3-wav with showing OK dialog
> the first time
>
>
>    --- Firefox (Mojave)---
>
> # Detect cam, no detect mic
>
> # Play rightly video-audio, mp3-wav
>
>
> Both send mail invitations from room and Calendar.
> So, to me the most important things is to put ready
> the cam and audio. Also to put the icon to share-record
> in Conference Room.
>
> Please take a look the recording video:
>
> https://drive.google.com/file/d/1PY3XiIK958sCEpK-h12fD0p7a7AU52Ka/view
>
> Once these are ready will see if i found more issues.
> Please tell me how is goeing on or if you like to test
> something special.
>
>
> Alvaro
>
> ..........................................
>
>
> El mié, 06-03-2019 a las 18:00 +0700, Maxim Solodovnik escribió:
>
> Great
> Thanks Alvaro!
>
> On Wed, 6 Mar 2019 at 16:59, Alvaro <zu...@gmail.com> wrote:
>
>
>
> Untill now, thinking about my testings on OM 5, only i need
> is recording+screen-sharing.
> With Safari the videos-audio works right in WB.
> Today will check OM 5.0.0-2752 and will tell you.
>
>
> .......................
>
>
>
> El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
>
> Not sure I got it :(
> Do you mean JIRA itself is slow?
>
> On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
>
>
>
> Avanti...!
>
> Alvaro
>
>
> .................
>
> El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
>
> Hello All,
>
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
>
> I was able to implement some missing features (recording+screen-
> sharing)
>
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
>
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> com>
> wrote:
>
>
> Good to know it is not OM issue :)
> You can use postgres as DB, should work out of the box :)
> On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> wrote:
>
>
> Ok Maxim. 've follow your link and run:
>
> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> mysql
>
> That have changed something in my Debian 9 that affect also
> to my
> Windows 10 (two hours less) but could'nt install OM 5 on
> Debian
> 9.
>
> So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> AM.
>
> Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> Atlantic/Azores
> (two hours less). After this tryied install OM 5
> and...WINNER!
>
> The problem it was relationed with tzdata, as you said.
>
> Thank you.
>
> Alvaro
>
> .............................................................
>
> El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> escribió:
>
> Check this article: https://stackoverflow.com/questions/49518
> 683/
> the-server-time-zone-value-cest-is-unrecognized
>
>
> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> ail.
> com> wrote:
>
> It is weird you have both: Europe/Madrid (CEST, +0200)
> I'll try to Google this error, should be something well-known
>
> On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> wrote:
>
> ...i will try in Fedora 28.
>
> Here is it you ask:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:37:19 CEST
>   Universal time: vie 2018-10-19 09:37:19 UTC
>         RTC time: vie 2018-10-19 11:37:19
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: yes
>
> Warning: The system is configured to read the RTC time in the
> local time zone.
>          This mode can not be fully supported. It will create
> various problems
>          with time zone changes and daylight saving time
> adjustments. The RTC
>          time is never updated, it relies on external
> facilities
> to maintain it.
>          If at all possible, use RTC in UTC by calling
>          'timedatectl set-local-rtc 0'.
>
>
> ...then i run: timedatectl set-local-rtc 0
>
> ...and after again:
>
> root@cor:/home/guadal# timedatectl
>       Local time: vie 2018-10-19 11:39:11 CEST
>   Universal time: vie 2018-10-19 09:39:11 UTC
>         RTC time: vie 2018-10-19 09:39:11
>        Time zone: Europe/Madrid (CEST, +0200)
>  Network time on: yes
> NTP synchronized: no
>  RTC in local TZ: no
>
>
> .............................................................
> ...
>
> El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> escribió:
>
> Just have checked with
> mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> ((Ubuntu))
>
> Everything works as expected
>
> Maybe there are some more TZ settings in MariaDB?
>
> What is the output of
>
> `timedatectl`
>
>
>
>
> On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> wrote:
>
> ...in: /etc/timezone ...is Europe/Madrid, but i've
> reconfigured
> tzdata
> with Europe/Madrid, but the resultat is the same.
>
> With OM 4.0.7 is no problem installation.
>
>
> ........................................
>
>
> El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> escribió:
>
> The error is "The server time zone value 'CEST' is
> unrecognized
> or represents more than one time zone. You must configure
> either
> the server or JDBC driver (via the serverTimezone
> configuration
> property) to use a more specifc time zone value if you want
> to
> utilize time zone support."
>
> MySql for some reason don't like if time zone is set as CEST,
> can
> you run
>
> `dpkg-reconfigure tzdata`
> and set something like 'Europe/Madrid' as time zone?
>
>
>
> On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> wrote:
>
> Please take a look attached files.
>
>
> ..........................
>
>
> El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> escribió:
>
> Will try to reproduce
> Anything useful in the logs?
>
>
> On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> wrote:
>
> OM 5 - Snapshot 2605
>
> When try install it say: Could not create connection to
> database.... (attached capture).
>
> Debian 9, mysql-connector-java-8.0.12.jar
>
> Alvaro
>
>
> ..................................
>
>
>
> El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> escribió:
>
> Correction: OM5 will work with MySql driver 5.x but you need
> to
> change driver class in mysql_persistense.xml to achieve this
> Driver class name has been changed in 8.x and was producing
> warning in the logs, this is why I have changed it
>
>
> On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> ail.
> com> wrote:
>
> Hello Alvaro,
>
> OM5 requires latest MySql driver 8.0.12 [1]
> OM4 can use both 5.x and 8.x
>
> [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> java
>
>
> On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> wrote:
>
> Hello Maxim,
>
> I've got the attached capture trying install OM 5 (first
> Snapshot
> of today 18-10-2018).
>
> With mysql-connector-java-5.1.46.jar and
> mysql-connector-java-5.1.47.jar
>
> Alvaro
>
> ....................................
>
>
> El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> escribió:
>
> Hello All,
>
> some news regarding WebRTC
>
> Settings dialog is made more user friendly: less "silent
> fails",
> less JS errors
>
> BUT it seems some RTC features are not working if you have MS
> Edge and Win 10 NOT pro or Enterprise [1]
> I have 2 identical VMs
> 1) with Win 10 Pro
> 2) with Win 10 Pro.N
>
> I have issues with #2 and everything works as expected on #1
>
> Additionally there is an issue with Edge browser: [2]
>
> Would appreciate if you can test latest version on "demo-
> apache"
> [3]
>
> [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> form
> /issues/17357055/#comment-5
> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> [3] https://demo-openmeetings.apache.org/openmeetings
>
>
>
> On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> il.c
> om> wrote:
>
> Document conversion is actually broken on this demo server
> This seems to be caused by server configuration
> No sure yet what is wrong
> Will try to fix it in a week or two, have no idea what can be
> wrong :(
>
>
> On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> il.c
> om> wrote:
>
> I'm going to perform additional code-review and will check
> this
>
> This is only initial version :)
> Hopefully will be improved :))
>
>
>
> On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> eu>
> wrote:
>
> Checked it again with Win10 und FF, but with a USB Headset
> and it
> works well! (I just recognize that my voice was also in my
> headphones?!)
> Retry it with the non USB Headset und it won't work. I
> mentioned
> that FF and Chrome didn't ask for permission to use the the
> microphone of the non-USB Headset. Maybe, this a the point we
> should draw our attention too?
> Stefan
>
>
> Am 09.10.2018 15:49, schrieb Daniel Ascher:
>
> It is now working properly in Edge.
>
>
>
>
> On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> l.eu
>
> wrote:
>
>
> Nothing changes. Got another test on an virtual Win10 and
> fresh
> firefox installtion. Same behaviour.
> Stefan
>
>
> Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> It is weird: you got "MS Edge" errors on Chrome+FF :((
> I have fixed some "Edge" errors, so demo should behave better
>
> I'll fix some more errors with settings dialog later ...
>
> Thanks for the reports
>
>
> On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> eu>
> wrote:
>
> The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> same behaviour in chrome 69.0.329 and ubuntu 18.04.
> Also tried with root and sudo to avoid restrictions.
> Stefan
>
>
> Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> What OS/Browser are you using?
>
> On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> eu>
> wrote:
>
> Hi,
> tried the OM 5 Demo with plugged in headset. But no chance to
> choose it. The "Choose microphone" option remains in "Loading
> data, please wait" and everytime i try to reload, the red
> error
> message appears. Headset is not USB but chinch.
>
> Stefan
>
> Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> Actually it is not one page it is OM site being re-build with
> every nightly build ...
> Site contents should be ready to 5.0 release, so all pages
> need
> to checked/updated
>
> news, changelog and announces will be updated during release
> process, so it displays 4.0.5 right now :)
>
>
> On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> utor
> ing.com> wrote:
>
> This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> gs/j
> ob/openmeetings/site/openmeetings-server/index.html
>
> is set up for version 4.0.5, correct? Is that what you want
> me to
> check for errors/updates? Or do you want something mentioning
> version 5.0?
>
> Thanks. Dan
>
> On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> ustu
> toring.com> wrote:
>
> I just checked in Edge but there is a problem.
>
>
>
>
> On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> gmai
> l.com> wrote:
>
> document upload seems to be jodConverter and/or server issue,
> hopelly will be able to address
> Was 5.0.0 working under Edge? Any issues?
>
> Additional task might be to check site of 5.0 version: https:
> //bu
> ilds.apache.org/view/M-
> R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> server/index.html
> and report any outdated/missing/unclear page ....
>
> On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> utor
> ing.com> wrote:
>
> It's really great that you got WebRTC going!! I'm sure it's
> been
> a lot of hard work.
>
> I tried uploading a document but it didn't work. I assume
> that
> the document conversion stuff isn't configured yet so that is
> why
> I asked what needs to be tested.
>
> I'll try using it in Edge and do some of the testing you
> mentioned. Let me know if there is anything else I can help
> with.
>
> Dan
>
>
>
> On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> mail
> .com> wrote:
>
> Hello Daniel,
>
> yes, this is WebRTC :)
>
> Nettesing and Video setup seems to work as expected and most
> probably will not be changed too much
>
> Room Audio/Video is in "early-alpha" stage and I would like
> to
> know: how good is it so far?
> Is on/off audio/video being correctly handled? Same regarding
> add/remove rights
>
> This version should not work in IE11, Does in work in
> Safari/Edge?
>
> On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> utor
> ing.com> wrote:
>
> Hi Maxim. I see that the webcam and audio are working. Is
> this
> WebRTC? What would you like us to check for when we are
> trying it
> out?
>
> Thanks. Dan
>
> On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> gmai
> l.com> wrote:
>
> OK,
>
> current (I would say alpha version) is available on our demo
> server: https://demo-openmeetings.apache.org/openmeetings
> Something still not implemented, and there are definitely
> some
> issues, but this version is "playable"
>
> It would be great to get some early feedback ...
>
>
> On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> tech
> .com> wrote:
>
> Best of luck... J
>
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, October 3, 2018 4:44 PM
> To: Openmeetings user-list <us...@openmeetings.apache.org>
> Subject: Re: OM 5
>
> Hello Aaron,
>
> I'm currently trying to set up demo with somehow working
> version
> of 5.0
> Will let you know if it will be successful :)
>
> On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> How close do you think it is for going into live testing with
> OM5?  Reason I ask is with the most recent update to Chrome,
> even
> with a valid cert, and even if you told the website to allow
> flash, users are having to click allow flash in the
> audio/video
> box.  And then it has to refresh the page to do so.  Looks
> like
> it is across the board with all flash content on any website
> now
> within Chrome.
>
> Didn't know how far out it was for live testing.
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive
> use of
> the addressee(s) and may contain proprietary, confidential or
> privileged information. If you are not the intended
> recipient,
> you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately and destroy all copies
> of
> this message and any attachments. WARNING: Computer viruses
> can
> be transmitted via email. The recipient should check this
> email
> and any attachments for the presence of viruses. The company
> accepts no liability for any damage caused by any
> virus/trojan/worms/malicious code transmitted by this email.
> www.
> motherson.com
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> Sign Up for A+ News and Test Prep Tips!
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
>
>
>


-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Ok, is made it shortly.

# Server:  OM 5.0.0-2752 -- in Arch Linux

# Client:  Safari and Firefox in Mojave


   --- Safari (Mojave) ---

# No detect cam or mic at Conference Room 

# Play rightly video-audio, mp3-wav with showing OK dialog
the first time


   --- Firefox (Mojave)---

# Detect cam, no detect mic

# Play rightly video-audio, mp3-wav


Both send mail invitations from room and Calendar.
So, to me the most important things is to put ready
the cam and audio. Also to put the icon to share-record
in Conference Room.

Please take a look the recording video:

https://drive.google.com/file/d/1PY3XiIK958sCEpK-h12fD0p7a7AU52Ka/view

Once these are ready will see if i found more issues.
Please tell me how is goeing on or if you like to test
something special.


Alvaro

..........................................


El mié, 06-03-2019 a las 18:00 +0700, Maxim Solodovnik escribió:
> Great
> Thanks Alvaro!
> 
> On Wed, 6 Mar 2019 at 16:59, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > Untill now, thinking about my testings on OM 5, only i need
> > is recording+screen-sharing.
> > With Safari the videos-audio works right in WB.
> > Today will check OM 5.0.0-2752 and will tell you.
> > 
> > 
> > .......................
> > 
> > 
> > 
> > El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
> > > Not sure I got it :(
> > > Do you mean JIRA itself is slow?
> > > 
> > > On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
> > > > 
> > > > 
> > > > Avanti...!
> > > > 
> > > > Alvaro
> > > > 
> > > > 
> > > > .................
> > > > 
> > > > El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hello All,
> > > > > 
> > > > > 4.0.8 VOTE is on the way
> > > > > So it's time for this DISCUSSION :)
> > > > > 
> > > > > I was able to implement some missing features
> > > > > (recording+screen-
> > > > > sharing)
> > > > > 
> > > > > And I believe now it's time to deploy current 5.0.0 version
> > > > > to
> > > > > demo-next and perform couple of rounds of "community testing"
> > > > > WDYT?
> > > > > 
> > > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik
> > > > > <solomax666@gmail.
> > > > > com>
> > > > > wrote:
> > > > > > 
> > > > > > Good to know it is not OM issue :)
> > > > > > You can use postgres as DB, should work out of the box :)
> > > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > > 
> > > > > > > Ok Maxim. 've follow your link and run:
> > > > > > > 
> > > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root
> > > > > > > -p
> > > > > > > mysql
> > > > > > > 
> > > > > > > That have changed something in my Debian 9 that affect
> > > > > > > also
> > > > > > > to my
> > > > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > > > > Debian
> > > > > > > 9.
> > > > > > > 
> > > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8
> > > > > > > hours
> > > > > > > AM.
> > > > > > > 
> > > > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid
> > > > > > > to
> > > > > > > Atlantic/Azores
> > > > > > > (two hours less). After this tryied install OM 5
> > > > > > > and...WINNER!
> > > > > > > 
> > > > > > > The problem it was relationed with tzdata, as you said.
> > > > > > > 
> > > > > > > Thank you.
> > > > > > > 
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > .........................................................
> > > > > > > ....
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Check this article:
> > > > > > > https://stackoverflow.com/questions/49518
> > > > > > > 683/
> > > > > > > the-server-time-zone-value-cest-is-unrecognized
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
> > > > > > > <solomax666@gm
> > > > > > > ail.
> > > > > > > com> wrote:
> > > > > > > 
> > > > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > > > > I'll try to Google this error, should be something well-
> > > > > > > known
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > ...i will try in Fedora 28.
> > > > > > > 
> > > > > > > Here is it you ask:
> > > > > > > 
> > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > >  Network time on: yes
> > > > > > > NTP synchronized: no
> > > > > > >  RTC in local TZ: yes
> > > > > > > 
> > > > > > > Warning: The system is configured to read the RTC time in
> > > > > > > the
> > > > > > > local time zone.
> > > > > > >          This mode can not be fully supported. It will
> > > > > > > create
> > > > > > > various problems
> > > > > > >          with time zone changes and daylight saving time
> > > > > > > adjustments. The RTC
> > > > > > >          time is never updated, it relies on external
> > > > > > > facilities
> > > > > > > to maintain it.
> > > > > > >          If at all possible, use RTC in UTC by calling
> > > > > > >          'timedatectl set-local-rtc 0'.
> > > > > > > 
> > > > > > > 
> > > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > > > 
> > > > > > > ...and after again:
> > > > > > > 
> > > > > > > root@cor:/home/guadal# timedatectl
> > > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > > >  Network time on: yes
> > > > > > > NTP synchronized: no
> > > > > > >  RTC in local TZ: no
> > > > > > > 
> > > > > > > 
> > > > > > > .........................................................
> > > > > > > ....
> > > > > > > ...
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Just have checked with
> > > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > > > > ((Ubuntu))
> > > > > > > 
> > > > > > > Everything works as expected
> > > > > > > 
> > > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > > > 
> > > > > > > What is the output of
> > > > > > > 
> > > > > > > `timedatectl`
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > > reconfigured
> > > > > > > tzdata
> > > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > > > 
> > > > > > > With OM 4.0.7 is no problem installation.
> > > > > > > 
> > > > > > > 
> > > > > > > ........................................
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > The error is "The server time zone value 'CEST' is
> > > > > > > unrecognized
> > > > > > > or represents more than one time zone. You must configure
> > > > > > > either
> > > > > > > the server or JDBC driver (via the serverTimezone
> > > > > > > configuration
> > > > > > > property) to use a more specifc time zone value if you
> > > > > > > want
> > > > > > > to
> > > > > > > utilize time zone support."
> > > > > > > 
> > > > > > > MySql for some reason don't like if time zone is set as
> > > > > > > CEST,
> > > > > > > can
> > > > > > > you run
> > > > > > > 
> > > > > > > `dpkg-reconfigure tzdata`
> > > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > Please take a look attached files.
> > > > > > > 
> > > > > > > 
> > > > > > > ..........................
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Will try to reproduce
> > > > > > > Anything useful in the logs?
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > OM 5 - Snapshot 2605
> > > > > > > 
> > > > > > > When try install it say: Could not create connection to
> > > > > > > database.... (attached capture).
> > > > > > > 
> > > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > > > 
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > 
> > > > > > > ..................................
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Correction: OM5 will work with MySql driver 5.x but you
> > > > > > > need
> > > > > > > to
> > > > > > > change driver class in mysql_persistense.xml to achieve
> > > > > > > this
> > > > > > > Driver class name has been changed in 8.x and was
> > > > > > > producing
> > > > > > > warning in the logs, this is why I have changed it
> > > > > > > 
> > > > > > > 
> > > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
> > > > > > > <solomax666@gm
> > > > > > > ail.
> > > > > > > com> wrote:
> > > > > > > 
> > > > > > > Hello Alvaro,
> > > > > > > 
> > > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > > OM4 can use both 5.x and 8.x
> > > > > > > 
> > > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-
> > > > > > > connector-
> > > > > > > java
> > > > > > > 
> > > > > > > 
> > > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > Hello Maxim,
> > > > > > > 
> > > > > > > I've got the attached capture trying install OM 5 (first
> > > > > > > Snapshot
> > > > > > > of today 18-10-2018).
> > > > > > > 
> > > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > > mysql-connector-java-5.1.47.jar
> > > > > > > 
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > ....................................
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > 
> > > > > > > Hello All,
> > > > > > > 
> > > > > > > some news regarding WebRTC
> > > > > > > 
> > > > > > > Settings dialog is made more user friendly: less "silent
> > > > > > > fails",
> > > > > > > less JS errors
> > > > > > > 
> > > > > > > BUT it seems some RTC features are not working if you
> > > > > > > have MS
> > > > > > > Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > > I have 2 identical VMs
> > > > > > > 1) with Win 10 Pro
> > > > > > > 2) with Win 10 Pro.N
> > > > > > > 
> > > > > > > I have issues with #2 and everything works as expected on
> > > > > > > #1
> > > > > > > 
> > > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > > > 
> > > > > > > Would appreciate if you can test latest version on "demo-
> > > > > > > apache"
> > > > > > > [3]
> > > > > > > 
> > > > > > > [1] https://developer.microsoft.com/en-us/microsoft-
> > > > > > > edge/plat
> > > > > > > form
> > > > > > > /issues/17357055/#comment-5
> > > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-
> > > > > > > 1956
> > > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik
> > > > > > > <solomax666@gma
> > > > > > > il.c
> > > > > > > om> wrote:
> > > > > > > 
> > > > > > > Document conversion is actually broken on this demo
> > > > > > > server
> > > > > > > This seems to be caused by server configuration
> > > > > > > No sure yet what is wrong
> > > > > > > Will try to fix it in a week or two, have no idea what
> > > > > > > can be
> > > > > > > wrong :(
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik
> > > > > > > <solomax666@gma
> > > > > > > il.c
> > > > > > > om> wrote:
> > > > > > > 
> > > > > > > I'm going to perform additional code-review and will
> > > > > > > check
> > > > > > > this
> > > > > > > 
> > > > > > > This is only initial version :)
> > > > > > > Hopefully will be improved :))
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl
> > > > > > > <stefan@quatrekuehl.
> > > > > > > eu>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > Checked it again with Win10 und FF, but with a USB
> > > > > > > Headset
> > > > > > > and it
> > > > > > > works well! (I just recognize that my voice was also in
> > > > > > > my
> > > > > > > headphones?!)
> > > > > > > Retry it with the non USB Headset und it won't work. I
> > > > > > > mentioned
> > > > > > > that FF and Chrome didn't ask for permission to use the
> > > > > > > the
> > > > > > > microphone of the non-USB Headset. Maybe, this a the
> > > > > > > point we
> > > > > > > should draw our attention too?
> > > > > > > Stefan
> > > > > > > 
> > > > > > > 
> > > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > > > 
> > > > > > > It is now working properly in Edge.
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl
> > > > > > > <stefan@quatrekueh
> > > > > > > l.eu
> > > > > > > > wrote:
> > > > > > > 
> > > > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > > > > fresh
> > > > > > > firefox installtion. Same behaviour.
> > > > > > > Stefan
> > > > > > > 
> > > > > > > 
> > > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > > > > I have fixed some "Edge" errors, so demo should behave
> > > > > > > better
> > > > > > > 
> > > > > > > I'll fix some more errors with settings dialog later ...
> > > > > > > 
> > > > > > > Thanks for the reports
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl
> > > > > > > <stefan@quatrekuehl.
> > > > > > > eu>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu
> > > > > > > 18.04.,
> > > > > > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > > > Stefan
> > > > > > > 
> > > > > > > 
> > > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > > What OS/Browser are you using?
> > > > > > > 
> > > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl
> > > > > > > <stefan@quatrekuehl.
> > > > > > > eu>
> > > > > > > wrote:
> > > > > > > 
> > > > > > > Hi,
> > > > > > > tried the OM 5 Demo with plugged in headset. But no
> > > > > > > chance to
> > > > > > > choose it. The "Choose microphone" option remains in
> > > > > > > "Loading
> > > > > > > data, please wait" and everytime i try to reload, the red
> > > > > > > error
> > > > > > > message appears. Headset is not USB but chinch.
> > > > > > > 
> > > > > > > Stefan
> > > > > > > 
> > > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > > Actually it is not one page it is OM site being re-build
> > > > > > > with
> > > > > > > every nightly build ...
> > > > > > > Site contents should be ready to 5.0 release, so all
> > > > > > > pages
> > > > > > > need
> > > > > > > to checked/updated
> > > > > > > 
> > > > > > > news, changelog and announces will be updated during
> > > > > > > release
> > > > > > > process, so it displays 4.0.5 right now :)
> > > > > > > 
> > > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher
> > > > > > > <aplusadmin@aplust
> > > > > > > utor
> > > > > > > ing.com> wrote:
> > > > > > > 
> > > > > > > This page: https://builds.apache.org/view/M-
> > > > > > > R/view/OpenMeetin
> > > > > > > gs/j
> > > > > > > ob/openmeetings/site/openmeetings-server/index.html
> > > > > > > 
> > > > > > > is set up for version 4.0.5, correct? Is that what you
> > > > > > > want
> > > > > > > me to
> > > > > > > check for errors/updates? Or do you want something
> > > > > > > mentioning
> > > > > > > version 5.0?
> > > > > > > 
> > > > > > > Thanks. Dan
> > > > > > > 
> > > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher
> > > > > > > <aplusadmin@apl
> > > > > > > ustu
> > > > > > > toring.com> wrote:
> > > > > > > 
> > > > > > > I just checked in Edge but there is a problem.
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik
> > > > > > > <solomax666@
> > > > > > > gmai
> > > > > > > l.com> wrote:
> > > > > > > 
> > > > > > > document upload seems to be jodConverter and/or server
> > > > > > > issue,
> > > > > > > hopelly will be able to address
> > > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > > > 
> > > > > > > Additional task might be to check site of 5.0 version:
> > > > > > > https:
> > > > > > > //bu
> > > > > > > ilds.apache.org/view/M-
> > > > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > > server/index.html
> > > > > > > and report any outdated/missing/unclear page ....
> > > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher
> > > > > > > <aplusadmin@aplust
> > > > > > > utor
> > > > > > > ing.com> wrote:
> > > > > > > 
> > > > > > > It's really great that you got WebRTC going!! I'm sure
> > > > > > > it's
> > > > > > > been
> > > > > > > a lot of hard work.
> > > > > > > 
> > > > > > > I tried uploading a document but it didn't work. I assume
> > > > > > > that
> > > > > > > the document conversion stuff isn't configured yet so
> > > > > > > that is
> > > > > > > why
> > > > > > > I asked what needs to be tested.
> > > > > > > 
> > > > > > > I'll try using it in Edge and do some of the testing you
> > > > > > > mentioned. Let me know if there is anything else I can
> > > > > > > help
> > > > > > > with.
> > > > > > > 
> > > > > > > Dan
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik
> > > > > > > <solomax666@g
> > > > > > > mail
> > > > > > > .com> wrote:
> > > > > > > 
> > > > > > > Hello Daniel,
> > > > > > > 
> > > > > > > yes, this is WebRTC :)
> > > > > > > 
> > > > > > > Nettesing and Video setup seems to work as expected and
> > > > > > > most
> > > > > > > probably will not be changed too much
> > > > > > > 
> > > > > > > Room Audio/Video is in "early-alpha" stage and I would
> > > > > > > like
> > > > > > > to
> > > > > > > know: how good is it so far?
> > > > > > > Is on/off audio/video being correctly handled? Same
> > > > > > > regarding
> > > > > > > add/remove rights
> > > > > > > 
> > > > > > > This version should not work in IE11, Does in work in
> > > > > > > Safari/Edge?
> > > > > > > 
> > > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher
> > > > > > > <aplusadmin@aplust
> > > > > > > utor
> > > > > > > ing.com> wrote:
> > > > > > > 
> > > > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > > > > this
> > > > > > > WebRTC? What would you like us to check for when we are
> > > > > > > trying it
> > > > > > > out?
> > > > > > > 
> > > > > > > Thanks. Dan
> > > > > > > 
> > > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik
> > > > > > > <solomax666@
> > > > > > > gmai
> > > > > > > l.com> wrote:
> > > > > > > 
> > > > > > > OK,
> > > > > > > 
> > > > > > > current (I would say alpha version) is available on our
> > > > > > > demo
> > > > > > > server: https://demo-openmeetings.apache.org/openmeetings
> > > > > > > Something still not implemented, and there are definitely
> > > > > > > some
> > > > > > > issues, but this version is "playable"
> > > > > > > 
> > > > > > > It would be great to get some early feedback ...
> > > > > > > 
> > > > > > > 
> > > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-
> > > > > > > info
> > > > > > > tech
> > > > > > > .com> wrote:
> > > > > > > 
> > > > > > > Best of luck... J
> > > > > > > 
> > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > > > > Subject: Re: OM 5
> > > > > > > 
> > > > > > > Hello Aaron,
> > > > > > > 
> > > > > > > I'm currently trying to set up demo with somehow working
> > > > > > > version
> > > > > > > of 5.0
> > > > > > > Will let you know if it will be successful :)
> > > > > > > 
> > > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com>
> > > > > > > wrote:
> > > > > > > How close do you think it is for going into live testing
> > > > > > > with
> > > > > > > OM5?  Reason I ask is with the most recent update to
> > > > > > > Chrome,
> > > > > > > even
> > > > > > > with a valid cert, and even if you told the website to
> > > > > > > allow
> > > > > > > flash, users are having to click allow flash in the
> > > > > > > audio/video
> > > > > > > box.  And then it has to refresh the page to do
> > > > > > > so.  Looks
> > > > > > > like
> > > > > > > it is across the board with all flash content on any
> > > > > > > website
> > > > > > > now
> > > > > > > within Chrome.
> > > > > > > 
> > > > > > > Didn't know how far out it was for live testing.
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and
> > > > > > > any
> > > > > > > attachments to this message are intended for the
> > > > > > > exclusive
> > > > > > > use of
> > > > > > > the addressee(s) and may contain proprietary,
> > > > > > > confidential or
> > > > > > > privileged information. If you are not the intended
> > > > > > > recipient,
> > > > > > > you should not disseminate, distribute or copy this e-
> > > > > > > mail.
> > > > > > > Please notify the sender immediately and destroy all
> > > > > > > copies
> > > > > > > of
> > > > > > > this message and any attachments. WARNING: Computer
> > > > > > > viruses
> > > > > > > can
> > > > > > > be transmitted via email. The recipient should check this
> > > > > > > email
> > > > > > > and any attachments for the presence of viruses. The
> > > > > > > company
> > > > > > > accepts no liability for any damage caused by any
> > > > > > > virus/trojan/worms/malicious code transmitted by this
> > > > > > > email.
> > > > > > > www.
> > > > > > > motherson.com
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > Daniel Ascher, M.Ed.
> > > > > > > President
> > > > > > > A+ Test Prep and Tutoring
> > > > > > > "Creating Bright Futures"
> > > > > > > 
> > > > > > > 505 York Road, Suite 6
> > > > > > > Jenkintown, PA 19046
> > > > > > > Office: 215.886.9188
> > > > > > > Direct: 267.242.9640
> > > > > > > Click here to schedule a phone call with me.
> > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > Daniel Ascher, M.Ed.
> > > > > > > President
> > > > > > > A+ Test Prep and Tutoring
> > > > > > > "Creating Bright Futures"
> > > > > > > 
> > > > > > > 505 York Road, Suite 6
> > > > > > > Jenkintown, PA 19046
> > > > > > > Office: 215.886.9188
> > > > > > > Direct: 267.242.9640
> > > > > > > Click here to schedule a phone call with me.
> > > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > > 
> > > > > 
> > > > > 
> > > 
> > > 
> > > 
> 
> 
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Great
Thanks Alvaro!

On Wed, 6 Mar 2019 at 16:59, Alvaro <zu...@gmail.com> wrote:
>
>
> Untill now, thinking about my testings on OM 5, only i need
> is recording+screen-sharing.
> With Safari the videos-audio works right in WB.
> Today will check OM 5.0.0-2752 and will tell you.
>
>
> .......................
>
>
>
> El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
> > Not sure I got it :(
> > Do you mean JIRA itself is slow?
> >
> > On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
> > >
> > >
> > > Avanti...!
> > >
> > > Alvaro
> > >
> > >
> > > .................
> > >
> > > El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> > > > Hello All,
> > > >
> > > > 4.0.8 VOTE is on the way
> > > > So it's time for this DISCUSSION :)
> > > >
> > > > I was able to implement some missing features (recording+screen-
> > > > sharing)
> > > >
> > > > And I believe now it's time to deploy current 5.0.0 version to
> > > > demo-next and perform couple of rounds of "community testing"
> > > > WDYT?
> > > >
> > > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > > > com>
> > > > wrote:
> > > > >
> > > > > Good to know it is not OM issue :)
> > > > > You can use postgres as DB, should work out of the box :)
> > > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > >
> > > > > > Ok Maxim. 've follow your link and run:
> > > > > >
> > > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > > > > > mysql
> > > > > >
> > > > > > That have changed something in my Debian 9 that affect also
> > > > > > to my
> > > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > > > Debian
> > > > > > 9.
> > > > > >
> > > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > > > > > AM.
> > > > > >
> > > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > > > > Atlantic/Azores
> > > > > > (two hours less). After this tryied install OM 5
> > > > > > and...WINNER!
> > > > > >
> > > > > > The problem it was relationed with tzdata, as you said.
> > > > > >
> > > > > > Thank you.
> > > > > >
> > > > > > Alvaro
> > > > > >
> > > > > > .............................................................
> > > > > >
> > > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > >
> > > > > > Check this article: https://stackoverflow.com/questions/49518
> > > > > > 683/
> > > > > > the-server-time-zone-value-cest-is-unrecognized
> > > > > >
> > > > > >
> > > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> > > > > > ail.
> > > > > > com> wrote:
> > > > > >
> > > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > > > I'll try to Google this error, should be something well-known
> > > > > >
> > > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > ...i will try in Fedora 28.
> > > > > >
> > > > > > Here is it you ask:
> > > > > >
> > > > > > root@cor:/home/guadal# timedatectl
> > > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > >  Network time on: yes
> > > > > > NTP synchronized: no
> > > > > >  RTC in local TZ: yes
> > > > > >
> > > > > > Warning: The system is configured to read the RTC time in the
> > > > > > local time zone.
> > > > > >          This mode can not be fully supported. It will create
> > > > > > various problems
> > > > > >          with time zone changes and daylight saving time
> > > > > > adjustments. The RTC
> > > > > >          time is never updated, it relies on external
> > > > > > facilities
> > > > > > to maintain it.
> > > > > >          If at all possible, use RTC in UTC by calling
> > > > > >          'timedatectl set-local-rtc 0'.
> > > > > >
> > > > > >
> > > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > >
> > > > > > ...and after again:
> > > > > >
> > > > > > root@cor:/home/guadal# timedatectl
> > > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > > >  Network time on: yes
> > > > > > NTP synchronized: no
> > > > > >  RTC in local TZ: no
> > > > > >
> > > > > >
> > > > > > .............................................................
> > > > > > ...
> > > > > >
> > > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > >
> > > > > > Just have checked with
> > > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > > > ((Ubuntu))
> > > > > >
> > > > > > Everything works as expected
> > > > > >
> > > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > >
> > > > > > What is the output of
> > > > > >
> > > > > > `timedatectl`
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > > reconfigured
> > > > > > tzdata
> > > > > > with Europe/Madrid, but the resultat is the same.
> > > > > >
> > > > > > With OM 4.0.7 is no problem installation.
> > > > > >
> > > > > >
> > > > > > ........................................
> > > > > >
> > > > > >
> > > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > >
> > > > > > The error is "The server time zone value 'CEST' is
> > > > > > unrecognized
> > > > > > or represents more than one time zone. You must configure
> > > > > > either
> > > > > > the server or JDBC driver (via the serverTimezone
> > > > > > configuration
> > > > > > property) to use a more specifc time zone value if you want
> > > > > > to
> > > > > > utilize time zone support."
> > > > > >
> > > > > > MySql for some reason don't like if time zone is set as CEST,
> > > > > > can
> > > > > > you run
> > > > > >
> > > > > > `dpkg-reconfigure tzdata`
> > > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > Please take a look attached files.
> > > > > >
> > > > > >
> > > > > > ..........................
> > > > > >
> > > > > >
> > > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > >
> > > > > > Will try to reproduce
> > > > > > Anything useful in the logs?
> > > > > >
> > > > > >
> > > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > OM 5 - Snapshot 2605
> > > > > >
> > > > > > When try install it say: Could not create connection to
> > > > > > database.... (attached capture).
> > > > > >
> > > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > >
> > > > > > Alvaro
> > > > > >
> > > > > >
> > > > > > ..................................
> > > > > >
> > > > > >
> > > > > >
> > > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > >
> > > > > > Correction: OM5 will work with MySql driver 5.x but you need
> > > > > > to
> > > > > > change driver class in mysql_persistense.xml to achieve this
> > > > > > Driver class name has been changed in 8.x and was producing
> > > > > > warning in the logs, this is why I have changed it
> > > > > >
> > > > > >
> > > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> > > > > > ail.
> > > > > > com> wrote:
> > > > > >
> > > > > > Hello Alvaro,
> > > > > >
> > > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > > OM4 can use both 5.x and 8.x
> > > > > >
> > > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> > > > > > java
> > > > > >
> > > > > >
> > > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > Hello Maxim,
> > > > > >
> > > > > > I've got the attached capture trying install OM 5 (first
> > > > > > Snapshot
> > > > > > of today 18-10-2018).
> > > > > >
> > > > > > With mysql-connector-java-5.1.46.jar and
> > > > > > mysql-connector-java-5.1.47.jar
> > > > > >
> > > > > > Alvaro
> > > > > >
> > > > > > ....................................
> > > > > >
> > > > > >
> > > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > >
> > > > > > Hello All,
> > > > > >
> > > > > > some news regarding WebRTC
> > > > > >
> > > > > > Settings dialog is made more user friendly: less "silent
> > > > > > fails",
> > > > > > less JS errors
> > > > > >
> > > > > > BUT it seems some RTC features are not working if you have MS
> > > > > > Edge and Win 10 NOT pro or Enterprise [1]
> > > > > > I have 2 identical VMs
> > > > > > 1) with Win 10 Pro
> > > > > > 2) with Win 10 Pro.N
> > > > > >
> > > > > > I have issues with #2 and everything works as expected on #1
> > > > > >
> > > > > > Additionally there is an issue with Edge browser: [2]
> > > > > >
> > > > > > Would appreciate if you can test latest version on "demo-
> > > > > > apache"
> > > > > > [3]
> > > > > >
> > > > > > [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> > > > > > form
> > > > > > /issues/17357055/#comment-5
> > > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> > > > > > il.c
> > > > > > om> wrote:
> > > > > >
> > > > > > Document conversion is actually broken on this demo server
> > > > > > This seems to be caused by server configuration
> > > > > > No sure yet what is wrong
> > > > > > Will try to fix it in a week or two, have no idea what can be
> > > > > > wrong :(
> > > > > >
> > > > > >
> > > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> > > > > > il.c
> > > > > > om> wrote:
> > > > > >
> > > > > > I'm going to perform additional code-review and will check
> > > > > > this
> > > > > >
> > > > > > This is only initial version :)
> > > > > > Hopefully will be improved :))
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> > > > > > eu>
> > > > > > wrote:
> > > > > >
> > > > > > Checked it again with Win10 und FF, but with a USB Headset
> > > > > > and it
> > > > > > works well! (I just recognize that my voice was also in my
> > > > > > headphones?!)
> > > > > > Retry it with the non USB Headset und it won't work. I
> > > > > > mentioned
> > > > > > that FF and Chrome didn't ask for permission to use the the
> > > > > > microphone of the non-USB Headset. Maybe, this a the point we
> > > > > > should draw our attention too?
> > > > > > Stefan
> > > > > >
> > > > > >
> > > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > >
> > > > > > It is now working properly in Edge.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> > > > > > l.eu
> > > > > > > wrote:
> > > > > >
> > > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > > > fresh
> > > > > > firefox installtion. Same behaviour.
> > > > > > Stefan
> > > > > >
> > > > > >
> > > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > > > I have fixed some "Edge" errors, so demo should behave better
> > > > > >
> > > > > > I'll fix some more errors with settings dialog later ...
> > > > > >
> > > > > > Thanks for the reports
> > > > > >
> > > > > >
> > > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> > > > > > eu>
> > > > > > wrote:
> > > > > >
> > > > > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > > > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > > > Also tried with root and sudo to avoid restrictions.
> > > > > > Stefan
> > > > > >
> > > > > >
> > > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > > What OS/Browser are you using?
> > > > > >
> > > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> > > > > > eu>
> > > > > > wrote:
> > > > > >
> > > > > > Hi,
> > > > > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > > > > choose it. The "Choose microphone" option remains in "Loading
> > > > > > data, please wait" and everytime i try to reload, the red
> > > > > > error
> > > > > > message appears. Headset is not USB but chinch.
> > > > > >
> > > > > > Stefan
> > > > > >
> > > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > > Actually it is not one page it is OM site being re-build with
> > > > > > every nightly build ...
> > > > > > Site contents should be ready to 5.0 release, so all pages
> > > > > > need
> > > > > > to checked/updated
> > > > > >
> > > > > > news, changelog and announces will be updated during release
> > > > > > process, so it displays 4.0.5 right now :)
> > > > > >
> > > > > >
> > > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> > > > > > utor
> > > > > > ing.com> wrote:
> > > > > >
> > > > > > This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> > > > > > gs/j
> > > > > > ob/openmeetings/site/openmeetings-server/index.html
> > > > > >
> > > > > > is set up for version 4.0.5, correct? Is that what you want
> > > > > > me to
> > > > > > check for errors/updates? Or do you want something mentioning
> > > > > > version 5.0?
> > > > > >
> > > > > > Thanks. Dan
> > > > > >
> > > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> > > > > > ustu
> > > > > > toring.com> wrote:
> > > > > >
> > > > > > I just checked in Edge but there is a problem.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> > > > > > gmai
> > > > > > l.com> wrote:
> > > > > >
> > > > > > document upload seems to be jodConverter and/or server issue,
> > > > > > hopelly will be able to address
> > > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > >
> > > > > > Additional task might be to check site of 5.0 version: https:
> > > > > > //bu
> > > > > > ilds.apache.org/view/M-
> > > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > > server/index.html
> > > > > > and report any outdated/missing/unclear page ....
> > > > > >
> > > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> > > > > > utor
> > > > > > ing.com> wrote:
> > > > > >
> > > > > > It's really great that you got WebRTC going!! I'm sure it's
> > > > > > been
> > > > > > a lot of hard work.
> > > > > >
> > > > > > I tried uploading a document but it didn't work. I assume
> > > > > > that
> > > > > > the document conversion stuff isn't configured yet so that is
> > > > > > why
> > > > > > I asked what needs to be tested.
> > > > > >
> > > > > > I'll try using it in Edge and do some of the testing you
> > > > > > mentioned. Let me know if there is anything else I can help
> > > > > > with.
> > > > > >
> > > > > > Dan
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> > > > > > mail
> > > > > > .com> wrote:
> > > > > >
> > > > > > Hello Daniel,
> > > > > >
> > > > > > yes, this is WebRTC :)
> > > > > >
> > > > > > Nettesing and Video setup seems to work as expected and most
> > > > > > probably will not be changed too much
> > > > > >
> > > > > > Room Audio/Video is in "early-alpha" stage and I would like
> > > > > > to
> > > > > > know: how good is it so far?
> > > > > > Is on/off audio/video being correctly handled? Same regarding
> > > > > > add/remove rights
> > > > > >
> > > > > > This version should not work in IE11, Does in work in
> > > > > > Safari/Edge?
> > > > > >
> > > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> > > > > > utor
> > > > > > ing.com> wrote:
> > > > > >
> > > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > > > this
> > > > > > WebRTC? What would you like us to check for when we are
> > > > > > trying it
> > > > > > out?
> > > > > >
> > > > > > Thanks. Dan
> > > > > >
> > > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> > > > > > gmai
> > > > > > l.com> wrote:
> > > > > >
> > > > > > OK,
> > > > > >
> > > > > > current (I would say alpha version) is available on our demo
> > > > > > server: https://demo-openmeetings.apache.org/openmeetings
> > > > > > Something still not implemented, and there are definitely
> > > > > > some
> > > > > > issues, but this version is "playable"
> > > > > >
> > > > > > It would be great to get some early feedback ...
> > > > > >
> > > > > >
> > > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> > > > > > tech
> > > > > > .com> wrote:
> > > > > >
> > > > > > Best of luck... J
> > > > > >
> > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > > > Subject: Re: OM 5
> > > > > >
> > > > > > Hello Aaron,
> > > > > >
> > > > > > I'm currently trying to set up demo with somehow working
> > > > > > version
> > > > > > of 5.0
> > > > > > Will let you know if it will be successful :)
> > > > > >
> > > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > > > > How close do you think it is for going into live testing with
> > > > > > OM5?  Reason I ask is with the most recent update to Chrome,
> > > > > > even
> > > > > > with a valid cert, and even if you told the website to allow
> > > > > > flash, users are having to click allow flash in the
> > > > > > audio/video
> > > > > > box.  And then it has to refresh the page to do so.  Looks
> > > > > > like
> > > > > > it is across the board with all flash content on any website
> > > > > > now
> > > > > > within Chrome.
> > > > > >
> > > > > > Didn't know how far out it was for live testing.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > > >
> > > > > >
> > > > > >
> > > > > > The information contained in this electronic message and any
> > > > > > attachments to this message are intended for the exclusive
> > > > > > use of
> > > > > > the addressee(s) and may contain proprietary, confidential or
> > > > > > privileged information. If you are not the intended
> > > > > > recipient,
> > > > > > you should not disseminate, distribute or copy this e-mail.
> > > > > > Please notify the sender immediately and destroy all copies
> > > > > > of
> > > > > > this message and any attachments. WARNING: Computer viruses
> > > > > > can
> > > > > > be transmitted via email. The recipient should check this
> > > > > > email
> > > > > > and any attachments for the presence of viruses. The company
> > > > > > accepts no liability for any damage caused by any
> > > > > > virus/trojan/worms/malicious code transmitted by this email.
> > > > > > www.
> > > > > > motherson.com
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Daniel Ascher, M.Ed.
> > > > > > President
> > > > > > A+ Test Prep and Tutoring
> > > > > > "Creating Bright Futures"
> > > > > >
> > > > > > 505 York Road, Suite 6
> > > > > > Jenkintown, PA 19046
> > > > > > Office: 215.886.9188
> > > > > > Direct: 267.242.9640
> > > > > > Click here to schedule a phone call with me.
> > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Daniel Ascher, M.Ed.
> > > > > > President
> > > > > > A+ Test Prep and Tutoring
> > > > > > "Creating Bright Futures"
> > > > > >
> > > > > > 505 York Road, Suite 6
> > > > > > Jenkintown, PA 19046
> > > > > > Office: 215.886.9188
> > > > > > Direct: 267.242.9640
> > > > > > Click here to schedule a phone call with me.
> > > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > >
> > > >
> > > >
> >
> >
> >



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Untill now, thinking about my testings on OM 5, only i need
is recording+screen-sharing.
With Safari the videos-audio works right in WB.
Today will check OM 5.0.0-2752 and will tell you.


.......................



El mié, 06-03-2019 a las 16:06 +0700, Maxim Solodovnik escribió:
> Not sure I got it :(
> Do you mean JIRA itself is slow?
> 
> On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
> > 
> > 
> > Avanti...!
> > 
> > Alvaro
> > 
> > 
> > .................
> > 
> > El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> > > Hello All,
> > > 
> > > 4.0.8 VOTE is on the way
> > > So it's time for this DISCUSSION :)
> > > 
> > > I was able to implement some missing features (recording+screen-
> > > sharing)
> > > 
> > > And I believe now it's time to deploy current 5.0.0 version to
> > > demo-next and perform couple of rounds of "community testing"
> > > WDYT?
> > > 
> > > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.
> > > com>
> > > wrote:
> > > > 
> > > > Good to know it is not OM issue :)
> > > > You can use postgres as DB, should work out of the box :)
> > > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > > 
> > > > > Ok Maxim. 've follow your link and run:
> > > > > 
> > > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p
> > > > > mysql
> > > > > 
> > > > > That have changed something in my Debian 9 that affect also
> > > > > to my
> > > > > Windows 10 (two hours less) but could'nt install OM 5 on
> > > > > Debian
> > > > > 9.
> > > > > 
> > > > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours
> > > > > AM.
> > > > > 
> > > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > > > Atlantic/Azores
> > > > > (two hours less). After this tryied install OM 5
> > > > > and...WINNER!
> > > > > 
> > > > > The problem it was relationed with tzdata, as you said.
> > > > > 
> > > > > Thank you.
> > > > > 
> > > > > Alvaro
> > > > > 
> > > > > .............................................................
> > > > > 
> > > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > Check this article: https://stackoverflow.com/questions/49518
> > > > > 683/
> > > > > the-server-time-zone-value-cest-is-unrecognized
> > > > > 
> > > > > 
> > > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gm
> > > > > ail.
> > > > > com> wrote:
> > > > > 
> > > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > > I'll try to Google this error, should be something well-known
> > > > > 
> > > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > ...i will try in Fedora 28.
> > > > > 
> > > > > Here is it you ask:
> > > > > 
> > > > > root@cor:/home/guadal# timedatectl
> > > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > > >         RTC time: vie 2018-10-19 11:37:19
> > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > >  Network time on: yes
> > > > > NTP synchronized: no
> > > > >  RTC in local TZ: yes
> > > > > 
> > > > > Warning: The system is configured to read the RTC time in the
> > > > > local time zone.
> > > > >          This mode can not be fully supported. It will create
> > > > > various problems
> > > > >          with time zone changes and daylight saving time
> > > > > adjustments. The RTC
> > > > >          time is never updated, it relies on external
> > > > > facilities
> > > > > to maintain it.
> > > > >          If at all possible, use RTC in UTC by calling
> > > > >          'timedatectl set-local-rtc 0'.
> > > > > 
> > > > > 
> > > > > ...then i run: timedatectl set-local-rtc 0
> > > > > 
> > > > > ...and after again:
> > > > > 
> > > > > root@cor:/home/guadal# timedatectl
> > > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > > >         RTC time: vie 2018-10-19 09:39:11
> > > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > > >  Network time on: yes
> > > > > NTP synchronized: no
> > > > >  RTC in local TZ: no
> > > > > 
> > > > > 
> > > > > .............................................................
> > > > > ...
> > > > > 
> > > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > Just have checked with
> > > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > > ((Ubuntu))
> > > > > 
> > > > > Everything works as expected
> > > > > 
> > > > > Maybe there are some more TZ settings in MariaDB?
> > > > > 
> > > > > What is the output of
> > > > > 
> > > > > `timedatectl`
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > ...in: /etc/timezone ...is Europe/Madrid, but i've
> > > > > reconfigured
> > > > > tzdata
> > > > > with Europe/Madrid, but the resultat is the same.
> > > > > 
> > > > > With OM 4.0.7 is no problem installation.
> > > > > 
> > > > > 
> > > > > ........................................
> > > > > 
> > > > > 
> > > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > The error is "The server time zone value 'CEST' is
> > > > > unrecognized
> > > > > or represents more than one time zone. You must configure
> > > > > either
> > > > > the server or JDBC driver (via the serverTimezone
> > > > > configuration
> > > > > property) to use a more specifc time zone value if you want
> > > > > to
> > > > > utilize time zone support."
> > > > > 
> > > > > MySql for some reason don't like if time zone is set as CEST,
> > > > > can
> > > > > you run
> > > > > 
> > > > > `dpkg-reconfigure tzdata`
> > > > > and set something like 'Europe/Madrid' as time zone?
> > > > > 
> > > > > 
> > > > > 
> > > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > Please take a look attached files.
> > > > > 
> > > > > 
> > > > > ..........................
> > > > > 
> > > > > 
> > > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > Will try to reproduce
> > > > > Anything useful in the logs?
> > > > > 
> > > > > 
> > > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > OM 5 - Snapshot 2605
> > > > > 
> > > > > When try install it say: Could not create connection to
> > > > > database.... (attached capture).
> > > > > 
> > > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > > > 
> > > > > Alvaro
> > > > > 
> > > > > 
> > > > > ..................................
> > > > > 
> > > > > 
> > > > > 
> > > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > Correction: OM5 will work with MySql driver 5.x but you need
> > > > > to
> > > > > change driver class in mysql_persistense.xml to achieve this
> > > > > Driver class name has been changed in 8.x and was producing
> > > > > warning in the logs, this is why I have changed it
> > > > > 
> > > > > 
> > > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gm
> > > > > ail.
> > > > > com> wrote:
> > > > > 
> > > > > Hello Alvaro,
> > > > > 
> > > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > > OM4 can use both 5.x and 8.x
> > > > > 
> > > > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-
> > > > > java
> > > > > 
> > > > > 
> > > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > 
> > > > > Hello Maxim,
> > > > > 
> > > > > I've got the attached capture trying install OM 5 (first
> > > > > Snapshot
> > > > > of today 18-10-2018).
> > > > > 
> > > > > With mysql-connector-java-5.1.46.jar and
> > > > > mysql-connector-java-5.1.47.jar
> > > > > 
> > > > > Alvaro
> > > > > 
> > > > > ....................................
> > > > > 
> > > > > 
> > > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > 
> > > > > Hello All,
> > > > > 
> > > > > some news regarding WebRTC
> > > > > 
> > > > > Settings dialog is made more user friendly: less "silent
> > > > > fails",
> > > > > less JS errors
> > > > > 
> > > > > BUT it seems some RTC features are not working if you have MS
> > > > > Edge and Win 10 NOT pro or Enterprise [1]
> > > > > I have 2 identical VMs
> > > > > 1) with Win 10 Pro
> > > > > 2) with Win 10 Pro.N
> > > > > 
> > > > > I have issues with #2 and everything works as expected on #1
> > > > > 
> > > > > Additionally there is an issue with Edge browser: [2]
> > > > > 
> > > > > Would appreciate if you can test latest version on "demo-
> > > > > apache"
> > > > > [3]
> > > > > 
> > > > > [1] https://developer.microsoft.com/en-us/microsoft-edge/plat
> > > > > form
> > > > > /issues/17357055/#comment-5
> > > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > > > 
> > > > > 
> > > > > 
> > > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gma
> > > > > il.c
> > > > > om> wrote:
> > > > > 
> > > > > Document conversion is actually broken on this demo server
> > > > > This seems to be caused by server configuration
> > > > > No sure yet what is wrong
> > > > > Will try to fix it in a week or two, have no idea what can be
> > > > > wrong :(
> > > > > 
> > > > > 
> > > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gma
> > > > > il.c
> > > > > om> wrote:
> > > > > 
> > > > > I'm going to perform additional code-review and will check
> > > > > this
> > > > > 
> > > > > This is only initial version :)
> > > > > Hopefully will be improved :))
> > > > > 
> > > > > 
> > > > > 
> > > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <stefan@quatrekuehl.
> > > > > eu>
> > > > > wrote:
> > > > > 
> > > > > Checked it again with Win10 und FF, but with a USB Headset
> > > > > and it
> > > > > works well! (I just recognize that my voice was also in my
> > > > > headphones?!)
> > > > > Retry it with the non USB Headset und it won't work. I
> > > > > mentioned
> > > > > that FF and Chrome didn't ask for permission to use the the
> > > > > microphone of the non-USB Headset. Maybe, this a the point we
> > > > > should draw our attention too?
> > > > > Stefan
> > > > > 
> > > > > 
> > > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > > > 
> > > > > It is now working properly in Edge.
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekueh
> > > > > l.eu
> > > > > > wrote:
> > > > > 
> > > > > Nothing changes. Got another test on an virtual Win10 and
> > > > > fresh
> > > > > firefox installtion. Same behaviour.
> > > > > Stefan
> > > > > 
> > > > > 
> > > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > > I have fixed some "Edge" errors, so demo should behave better
> > > > > 
> > > > > I'll fix some more errors with settings dialog later ...
> > > > > 
> > > > > Thanks for the reports
> > > > > 
> > > > > 
> > > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <stefan@quatrekuehl.
> > > > > eu>
> > > > > wrote:
> > > > > 
> > > > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > > Also tried with root and sudo to avoid restrictions.
> > > > > Stefan
> > > > > 
> > > > > 
> > > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > > What OS/Browser are you using?
> > > > > 
> > > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <stefan@quatrekuehl.
> > > > > eu>
> > > > > wrote:
> > > > > 
> > > > > Hi,
> > > > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > > > choose it. The "Choose microphone" option remains in "Loading
> > > > > data, please wait" and everytime i try to reload, the red
> > > > > error
> > > > > message appears. Headset is not USB but chinch.
> > > > > 
> > > > > Stefan
> > > > > 
> > > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > > Actually it is not one page it is OM site being re-build with
> > > > > every nightly build ...
> > > > > Site contents should be ready to 5.0 release, so all pages
> > > > > need
> > > > > to checked/updated
> > > > > 
> > > > > news, changelog and announces will be updated during release
> > > > > process, so it displays 4.0.5 right now :)
> > > > > 
> > > > > 
> > > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplust
> > > > > utor
> > > > > ing.com> wrote:
> > > > > 
> > > > > This page: https://builds.apache.org/view/M-R/view/OpenMeetin
> > > > > gs/j
> > > > > ob/openmeetings/site/openmeetings-server/index.html
> > > > > 
> > > > > is set up for version 4.0.5, correct? Is that what you want
> > > > > me to
> > > > > check for errors/updates? Or do you want something mentioning
> > > > > version 5.0?
> > > > > 
> > > > > Thanks. Dan
> > > > > 
> > > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@apl
> > > > > ustu
> > > > > toring.com> wrote:
> > > > > 
> > > > > I just checked in Edge but there is a problem.
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@
> > > > > gmai
> > > > > l.com> wrote:
> > > > > 
> > > > > document upload seems to be jodConverter and/or server issue,
> > > > > hopelly will be able to address
> > > > > Was 5.0.0 working under Edge? Any issues?
> > > > > 
> > > > > Additional task might be to check site of 5.0 version: https:
> > > > > //bu
> > > > > ilds.apache.org/view/M-
> > > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > > server/index.html
> > > > > and report any outdated/missing/unclear page ....
> > > > > 
> > > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplust
> > > > > utor
> > > > > ing.com> wrote:
> > > > > 
> > > > > It's really great that you got WebRTC going!! I'm sure it's
> > > > > been
> > > > > a lot of hard work.
> > > > > 
> > > > > I tried uploading a document but it didn't work. I assume
> > > > > that
> > > > > the document conversion stuff isn't configured yet so that is
> > > > > why
> > > > > I asked what needs to be tested.
> > > > > 
> > > > > I'll try using it in Edge and do some of the testing you
> > > > > mentioned. Let me know if there is anything else I can help
> > > > > with.
> > > > > 
> > > > > Dan
> > > > > 
> > > > > 
> > > > > 
> > > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@g
> > > > > mail
> > > > > .com> wrote:
> > > > > 
> > > > > Hello Daniel,
> > > > > 
> > > > > yes, this is WebRTC :)
> > > > > 
> > > > > Nettesing and Video setup seems to work as expected and most
> > > > > probably will not be changed too much
> > > > > 
> > > > > Room Audio/Video is in "early-alpha" stage and I would like
> > > > > to
> > > > > know: how good is it so far?
> > > > > Is on/off audio/video being correctly handled? Same regarding
> > > > > add/remove rights
> > > > > 
> > > > > This version should not work in IE11, Does in work in
> > > > > Safari/Edge?
> > > > > 
> > > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplust
> > > > > utor
> > > > > ing.com> wrote:
> > > > > 
> > > > > Hi Maxim. I see that the webcam and audio are working. Is
> > > > > this
> > > > > WebRTC? What would you like us to check for when we are
> > > > > trying it
> > > > > out?
> > > > > 
> > > > > Thanks. Dan
> > > > > 
> > > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@
> > > > > gmai
> > > > > l.com> wrote:
> > > > > 
> > > > > OK,
> > > > > 
> > > > > current (I would say alpha version) is available on our demo
> > > > > server: https://demo-openmeetings.apache.org/openmeetings
> > > > > Something still not implemented, and there are definitely
> > > > > some
> > > > > issues, but this version is "playable"
> > > > > 
> > > > > It would be great to get some early feedback ...
> > > > > 
> > > > > 
> > > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-info
> > > > > tech
> > > > > .com> wrote:
> > > > > 
> > > > > Best of luck... J
> > > > > 
> > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > > Subject: Re: OM 5
> > > > > 
> > > > > Hello Aaron,
> > > > > 
> > > > > I'm currently trying to set up demo with somehow working
> > > > > version
> > > > > of 5.0
> > > > > Will let you know if it will be successful :)
> > > > > 
> > > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > > > How close do you think it is for going into live testing with
> > > > > OM5?  Reason I ask is with the most recent update to Chrome,
> > > > > even
> > > > > with a valid cert, and even if you told the website to allow
> > > > > flash, users are having to click allow flash in the
> > > > > audio/video
> > > > > box.  And then it has to refresh the page to do so.  Looks
> > > > > like
> > > > > it is across the board with all flash content on any website
> > > > > now
> > > > > within Chrome.
> > > > > 
> > > > > Didn't know how far out it was for live testing.
> > > > > 
> > > > > 
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any
> > > > > attachments to this message are intended for the exclusive
> > > > > use of
> > > > > the addressee(s) and may contain proprietary, confidential or
> > > > > privileged information. If you are not the intended
> > > > > recipient,
> > > > > you should not disseminate, distribute or copy this e-mail.
> > > > > Please notify the sender immediately and destroy all copies
> > > > > of
> > > > > this message and any attachments. WARNING: Computer viruses
> > > > > can
> > > > > be transmitted via email. The recipient should check this
> > > > > email
> > > > > and any attachments for the presence of viruses. The company
> > > > > accepts no liability for any damage caused by any
> > > > > virus/trojan/worms/malicious code transmitted by this email.
> > > > > www.
> > > > > motherson.com
> > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > Daniel Ascher, M.Ed.
> > > > > President
> > > > > A+ Test Prep and Tutoring
> > > > > "Creating Bright Futures"
> > > > > 
> > > > > 505 York Road, Suite 6
> > > > > Jenkintown, PA 19046
> > > > > Office: 215.886.9188
> > > > > Direct: 267.242.9640
> > > > > Click here to schedule a phone call with me.
> > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > Daniel Ascher, M.Ed.
> > > > > President
> > > > > A+ Test Prep and Tutoring
> > > > > "Creating Bright Futures"
> > > > > 
> > > > > 505 York Road, Suite 6
> > > > > Jenkintown, PA 19046
> > > > > Office: 215.886.9188
> > > > > Direct: 267.242.9640
> > > > > Click here to schedule a phone call with me.
> > > > > Sign Up for A+ News and Test Prep Tips!
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > 
> > > 
> > > 
> 
> 
> 

Re: OM 5

Posted by Maxim Solodovnik <so...@gmail.com>.
Not sure I got it :(
Do you mean JIRA itself is slow?

On Wed, 6 Mar 2019 at 15:59, Alvaro <zu...@gmail.com> wrote:
>
>
> Avanti...!
>
> Alvaro
>
>
> .................
>
> El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> > Hello All,
> >
> > 4.0.8 VOTE is on the way
> > So it's time for this DISCUSSION :)
> >
> > I was able to implement some missing features (recording+screen-
> > sharing)
> >
> > And I believe now it's time to deploy current 5.0.0 version to
> > demo-next and perform couple of rounds of "community testing"
> > WDYT?
> >
> > On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> > wrote:
> > >
> > > Good to know it is not OM issue :)
> > > You can use postgres as DB, should work out of the box :)
> > > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> > > >
> > > > Ok Maxim. 've follow your link and run:
> > > >
> > > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> > > >
> > > > That have changed something in my Debian 9 that affect also to my
> > > > Windows 10 (two hours less) but could'nt install OM 5 on Debian
> > > > 9.
> > > >
> > > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> > > >
> > > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > > Atlantic/Azores
> > > > (two hours less). After this tryied install OM 5 and...WINNER!
> > > >
> > > > The problem it was relationed with tzdata, as you said.
> > > >
> > > > Thank you.
> > > >
> > > > Alvaro
> > > >
> > > > .............................................................
> > > >
> > > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> > > >
> > > > Check this article: https://stackoverflow.com/questions/49518683/
> > > > the-server-time-zone-value-cest-is-unrecognized
> > > >
> > > >
> > > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gmail.
> > > > com> wrote:
> > > >
> > > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > > I'll try to Google this error, should be something well-known
> > > >
> > > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> > > >
> > > > ...i will try in Fedora 28.
> > > >
> > > > Here is it you ask:
> > > >
> > > > root@cor:/home/guadal# timedatectl
> > > >       Local time: vie 2018-10-19 11:37:19 CEST
> > > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > > >         RTC time: vie 2018-10-19 11:37:19
> > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > >  Network time on: yes
> > > > NTP synchronized: no
> > > >  RTC in local TZ: yes
> > > >
> > > > Warning: The system is configured to read the RTC time in the
> > > > local time zone.
> > > >          This mode can not be fully supported. It will create
> > > > various problems
> > > >          with time zone changes and daylight saving time
> > > > adjustments. The RTC
> > > >          time is never updated, it relies on external facilities
> > > > to maintain it.
> > > >          If at all possible, use RTC in UTC by calling
> > > >          'timedatectl set-local-rtc 0'.
> > > >
> > > >
> > > > ...then i run: timedatectl set-local-rtc 0
> > > >
> > > > ...and after again:
> > > >
> > > > root@cor:/home/guadal# timedatectl
> > > >       Local time: vie 2018-10-19 11:39:11 CEST
> > > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > > >         RTC time: vie 2018-10-19 09:39:11
> > > >        Time zone: Europe/Madrid (CEST, +0200)
> > > >  Network time on: yes
> > > > NTP synchronized: no
> > > >  RTC in local TZ: no
> > > >
> > > >
> > > > ................................................................
> > > >
> > > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> > > >
> > > > Just have checked with
> > > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > > ((Ubuntu))
> > > >
> > > > Everything works as expected
> > > >
> > > > Maybe there are some more TZ settings in MariaDB?
> > > >
> > > > What is the output of
> > > >
> > > > `timedatectl`
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> > > >
> > > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured
> > > > tzdata
> > > > with Europe/Madrid, but the resultat is the same.
> > > >
> > > > With OM 4.0.7 is no problem installation.
> > > >
> > > >
> > > > ........................................
> > > >
> > > >
> > > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> > > >
> > > > The error is "The server time zone value 'CEST' is unrecognized
> > > > or represents more than one time zone. You must configure either
> > > > the server or JDBC driver (via the serverTimezone configuration
> > > > property) to use a more specifc time zone value if you want to
> > > > utilize time zone support."
> > > >
> > > > MySql for some reason don't like if time zone is set as CEST, can
> > > > you run
> > > >
> > > > `dpkg-reconfigure tzdata`
> > > > and set something like 'Europe/Madrid' as time zone?
> > > >
> > > >
> > > >
> > > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> > > >
> > > > Please take a look attached files.
> > > >
> > > >
> > > > ..........................
> > > >
> > > >
> > > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> > > >
> > > > Will try to reproduce
> > > > Anything useful in the logs?
> > > >
> > > >
> > > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> > > >
> > > > OM 5 - Snapshot 2605
> > > >
> > > > When try install it say: Could not create connection to
> > > > database.... (attached capture).
> > > >
> > > > Debian 9, mysql-connector-java-8.0.12.jar
> > > >
> > > > Alvaro
> > > >
> > > >
> > > > ..................................
> > > >
> > > >
> > > >
> > > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> > > >
> > > > Correction: OM5 will work with MySql driver 5.x but you need to
> > > > change driver class in mysql_persistense.xml to achieve this
> > > > Driver class name has been changed in 8.x and was producing
> > > > warning in the logs, this is why I have changed it
> > > >
> > > >
> > > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gmail.
> > > > com> wrote:
> > > >
> > > > Hello Alvaro,
> > > >
> > > > OM5 requires latest MySql driver 8.0.12 [1]
> > > > OM4 can use both 5.x and 8.x
> > > >
> > > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> > > >
> > > >
> > > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> > > >
> > > > Hello Maxim,
> > > >
> > > > I've got the attached capture trying install OM 5 (first Snapshot
> > > > of today 18-10-2018).
> > > >
> > > > With mysql-connector-java-5.1.46.jar and
> > > > mysql-connector-java-5.1.47.jar
> > > >
> > > > Alvaro
> > > >
> > > > ....................................
> > > >
> > > >
> > > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> > > >
> > > > Hello All,
> > > >
> > > > some news regarding WebRTC
> > > >
> > > > Settings dialog is made more user friendly: less "silent fails",
> > > > less JS errors
> > > >
> > > > BUT it seems some RTC features are not working if you have MS
> > > > Edge and Win 10 NOT pro or Enterprise [1]
> > > > I have 2 identical VMs
> > > > 1) with Win 10 Pro
> > > > 2) with Win 10 Pro.N
> > > >
> > > > I have issues with #2 and everything works as expected on #1
> > > >
> > > > Additionally there is an issue with Edge browser: [2]
> > > >
> > > > Would appreciate if you can test latest version on "demo-apache"
> > > > [3]
> > > >
> > > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform
> > > > /issues/17357055/#comment-5
> > > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > >
> > > >
> > > >
> > > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gmail.c
> > > > om> wrote:
> > > >
> > > > Document conversion is actually broken on this demo server
> > > > This seems to be caused by server configuration
> > > > No sure yet what is wrong
> > > > Will try to fix it in a week or two, have no idea what can be
> > > > wrong :(
> > > >
> > > >
> > > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gmail.c
> > > > om> wrote:
> > > >
> > > > I'm going to perform additional code-review and will check this
> > > >
> > > > This is only initial version :)
> > > > Hopefully will be improved :))
> > > >
> > > >
> > > >
> > > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
> > > > wrote:
> > > >
> > > > Checked it again with Win10 und FF, but with a USB Headset and it
> > > > works well! (I just recognize that my voice was also in my
> > > > headphones?!)
> > > > Retry it with the non USB Headset und it won't work. I mentioned
> > > > that FF and Chrome didn't ask for permission to use the the
> > > > microphone of the non-USB Headset. Maybe, this a the point we
> > > > should draw our attention too?
> > > > Stefan
> > > >
> > > >
> > > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > >
> > > > It is now working properly in Edge.
> > > >
> > > >
> > > >
> > > >
> > > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekuehl.eu
> > > > > wrote:
> > > >
> > > > Nothing changes. Got another test on an virtual Win10 and fresh
> > > > firefox installtion. Same behaviour.
> > > > Stefan
> > > >
> > > >
> > > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > > I have fixed some "Edge" errors, so demo should behave better
> > > >
> > > > I'll fix some more errors with settings dialog later ...
> > > >
> > > > Thanks for the reports
> > > >
> > > >
> > > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
> > > > wrote:
> > > >
> > > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > > Also tried with root and sudo to avoid restrictions.
> > > > Stefan
> > > >
> > > >
> > > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > > What OS/Browser are you using?
> > > >
> > > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
> > > > wrote:
> > > >
> > > > Hi,
> > > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > > choose it. The "Choose microphone" option remains in "Loading
> > > > data, please wait" and everytime i try to reload, the red error
> > > > message appears. Headset is not USB but chinch.
> > > >
> > > > Stefan
> > > >
> > > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > > Actually it is not one page it is OM site being re-build with
> > > > every nightly build ...
> > > > Site contents should be ready to 5.0 release, so all pages need
> > > > to checked/updated
> > > >
> > > > news, changelog and announces will be updated during release
> > > > process, so it displays 4.0.5 right now :)
> > > >
> > > >
> > > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplustutor
> > > > ing.com> wrote:
> > > >
> > > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/j
> > > > ob/openmeetings/site/openmeetings-server/index.html
> > > >
> > > > is set up for version 4.0.5, correct? Is that what you want me to
> > > > check for errors/updates? Or do you want something mentioning
> > > > version 5.0?
> > > >
> > > > Thanks. Dan
> > > >
> > > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@aplustu
> > > > toring.com> wrote:
> > > >
> > > > I just checked in Edge but there is a problem.
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@gmai
> > > > l.com> wrote:
> > > >
> > > > document upload seems to be jodConverter and/or server issue,
> > > > hopelly will be able to address
> > > > Was 5.0.0 working under Edge? Any issues?
> > > >
> > > > Additional task might be to check site of 5.0 version: https://bu
> > > > ilds.apache.org/view/M-
> > > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > > server/index.html
> > > > and report any outdated/missing/unclear page ....
> > > >
> > > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplustutor
> > > > ing.com> wrote:
> > > >
> > > > It's really great that you got WebRTC going!! I'm sure it's been
> > > > a lot of hard work.
> > > >
> > > > I tried uploading a document but it didn't work. I assume that
> > > > the document conversion stuff isn't configured yet so that is why
> > > > I asked what needs to be tested.
> > > >
> > > > I'll try using it in Edge and do some of the testing you
> > > > mentioned. Let me know if there is anything else I can help with.
> > > >
> > > > Dan
> > > >
> > > >
> > > >
> > > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@gmail
> > > > .com> wrote:
> > > >
> > > > Hello Daniel,
> > > >
> > > > yes, this is WebRTC :)
> > > >
> > > > Nettesing and Video setup seems to work as expected and most
> > > > probably will not be changed too much
> > > >
> > > > Room Audio/Video is in "early-alpha" stage and I would like to
> > > > know: how good is it so far?
> > > > Is on/off audio/video being correctly handled? Same regarding
> > > > add/remove rights
> > > >
> > > > This version should not work in IE11, Does in work in
> > > > Safari/Edge?
> > > >
> > > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplustutor
> > > > ing.com> wrote:
> > > >
> > > > Hi Maxim. I see that the webcam and audio are working. Is this
> > > > WebRTC? What would you like us to check for when we are trying it
> > > > out?
> > > >
> > > > Thanks. Dan
> > > >
> > > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@gmai
> > > > l.com> wrote:
> > > >
> > > > OK,
> > > >
> > > > current (I would say alpha version) is available on our demo
> > > > server: https://demo-openmeetings.apache.org/openmeetings
> > > > Something still not implemented, and there are definitely some
> > > > issues, but this version is "playable"
> > > >
> > > > It would be great to get some early feedback ...
> > > >
> > > >
> > > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-infotech
> > > > .com> wrote:
> > > >
> > > > Best of luck... J
> > > >
> > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > > Subject: Re: OM 5
> > > >
> > > > Hello Aaron,
> > > >
> > > > I'm currently trying to set up demo with somehow working version
> > > > of 5.0
> > > > Will let you know if it will be successful :)
> > > >
> > > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > > How close do you think it is for going into live testing with
> > > > OM5?  Reason I ask is with the most recent update to Chrome, even
> > > > with a valid cert, and even if you told the website to allow
> > > > flash, users are having to click allow flash in the audio/video
> > > > box.  And then it has to refresh the page to do so.  Looks like
> > > > it is across the board with all flash content on any website now
> > > > within Chrome.
> > > >
> > > > Didn't know how far out it was for live testing.
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > > >
> > > >
> > > > The information contained in this electronic message and any
> > > > attachments to this message are intended for the exclusive use of
> > > > the addressee(s) and may contain proprietary, confidential or
> > > > privileged information. If you are not the intended recipient,
> > > > you should not disseminate, distribute or copy this e-mail.
> > > > Please notify the sender immediately and destroy all copies of
> > > > this message and any attachments. WARNING: Computer viruses can
> > > > be transmitted via email. The recipient should check this email
> > > > and any attachments for the presence of viruses. The company
> > > > accepts no liability for any damage caused by any
> > > > virus/trojan/worms/malicious code transmitted by this email. www.
> > > > motherson.com
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > > >
> > > >
> > > > --
> > > > Daniel Ascher, M.Ed.
> > > > President
> > > > A+ Test Prep and Tutoring
> > > > "Creating Bright Futures"
> > > >
> > > > 505 York Road, Suite 6
> > > > Jenkintown, PA 19046
> > > > Office: 215.886.9188
> > > > Direct: 267.242.9640
> > > > Click here to schedule a phone call with me.
> > > > Sign Up for A+ News and Test Prep Tips!
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > > >
> > > >
> > > > --
> > > > Daniel Ascher, M.Ed.
> > > > President
> > > > A+ Test Prep and Tutoring
> > > > "Creating Bright Futures"
> > > >
> > > > 505 York Road, Suite 6
> > > > Jenkintown, PA 19046
> > > > Office: 215.886.9188
> > > > Direct: 267.242.9640
> > > > Click here to schedule a phone call with me.
> > > > Sign Up for A+ News and Test Prep Tips!
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> >
> >



-- 
WBR
Maxim aka solomax

Re: OM 5

Posted by Alvaro <zu...@gmail.com>.
Avanti...!

Alvaro


.................

El mié, 06-03-2019 a las 09:07 +0700, Maxim Solodovnik escribió:
> Hello All,
> 
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
> 
> I was able to implement some missing features (recording+screen-
> sharing)
> 
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
> 
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com>
> wrote:
> > 
> > Good to know it is not OM issue :)
> > You can use postgres as DB, should work out of the box :)
> > On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > Ok Maxim. 've follow your link and run:
> > > 
> > > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
> > > 
> > > That have changed something in my Debian 9 that affect also to my
> > > Windows 10 (two hours less) but could'nt install OM 5 on Debian
> > > 9.
> > > 
> > > So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM.
> > > 
> > > Today, in Debian 9, 've changed tzdata from Europe/Madrid to
> > > Atlantic/Azores
> > > (two hours less). After this tryied install OM 5 and...WINNER!
> > > 
> > > The problem it was relationed with tzdata, as you said.
> > > 
> > > Thank you.
> > > 
> > > Alvaro
> > > 
> > > .............................................................
> > > 
> > > El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió:
> > > 
> > > Check this article: https://stackoverflow.com/questions/49518683/
> > > the-server-time-zone-value-cest-is-unrecognized
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <solomax666@gmail.
> > > com> wrote:
> > > 
> > > It is weird you have both: Europe/Madrid (CEST, +0200)
> > > I'll try to Google this error, should be something well-known
> > > 
> > > On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > ...i will try in Fedora 28.
> > > 
> > > Here is it you ask:
> > > 
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:37:19 CEST
> > >   Universal time: vie 2018-10-19 09:37:19 UTC
> > >         RTC time: vie 2018-10-19 11:37:19
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: yes
> > > 
> > > Warning: The system is configured to read the RTC time in the
> > > local time zone.
> > >          This mode can not be fully supported. It will create
> > > various problems
> > >          with time zone changes and daylight saving time
> > > adjustments. The RTC
> > >          time is never updated, it relies on external facilities
> > > to maintain it.
> > >          If at all possible, use RTC in UTC by calling
> > >          'timedatectl set-local-rtc 0'.
> > > 
> > > 
> > > ...then i run: timedatectl set-local-rtc 0
> > > 
> > > ...and after again:
> > > 
> > > root@cor:/home/guadal# timedatectl
> > >       Local time: vie 2018-10-19 11:39:11 CEST
> > >   Universal time: vie 2018-10-19 09:39:11 UTC
> > >         RTC time: vie 2018-10-19 09:39:11
> > >        Time zone: Europe/Madrid (CEST, +0200)
> > >  Network time on: yes
> > > NTP synchronized: no
> > >  RTC in local TZ: no
> > > 
> > > 
> > > ................................................................
> > > 
> > > El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió:
> > > 
> > > Just have checked with
> > > mysqld  Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64
> > > ((Ubuntu))
> > > 
> > > Everything works as expected
> > > 
> > > Maybe there are some more TZ settings in MariaDB?
> > > 
> > > What is the output of
> > > 
> > > `timedatectl`
> > > 
> > > 
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured
> > > tzdata
> > > with Europe/Madrid, but the resultat is the same.
> > > 
> > > With OM 4.0.7 is no problem installation.
> > > 
> > > 
> > > ........................................
> > > 
> > > 
> > > El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió:
> > > 
> > > The error is "The server time zone value 'CEST' is unrecognized
> > > or represents more than one time zone. You must configure either
> > > the server or JDBC driver (via the serverTimezone configuration
> > > property) to use a more specifc time zone value if you want to
> > > utilize time zone support."
> > > 
> > > MySql for some reason don't like if time zone is set as CEST, can
> > > you run
> > > 
> > > `dpkg-reconfigure tzdata`
> > > and set something like 'Europe/Madrid' as time zone?
> > > 
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > Please take a look attached files.
> > > 
> > > 
> > > ..........................
> > > 
> > > 
> > > El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió:
> > > 
> > > Will try to reproduce
> > > Anything useful in the logs?
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > OM 5 - Snapshot 2605
> > > 
> > > When try install it say: Could not create connection to
> > > database.... (attached capture).
> > > 
> > > Debian 9, mysql-connector-java-8.0.12.jar
> > > 
> > > Alvaro
> > > 
> > > 
> > > ..................................
> > > 
> > > 
> > > 
> > > El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió:
> > > 
> > > Correction: OM5 will work with MySql driver 5.x but you need to
> > > change driver class in mysql_persistense.xml to achieve this
> > > Driver class name has been changed in 8.x and was producing
> > > warning in the logs, this is why I have changed it
> > > 
> > > 
> > > On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <solomax666@gmail.
> > > com> wrote:
> > > 
> > > Hello Alvaro,
> > > 
> > > OM5 requires latest MySql driver 8.0.12 [1]
> > > OM4 can use both 5.x and 8.x
> > > 
> > > [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java
> > > 
> > > 
> > > On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote:
> > > 
> > > Hello Maxim,
> > > 
> > > I've got the attached capture trying install OM 5 (first Snapshot
> > > of today 18-10-2018).
> > > 
> > > With mysql-connector-java-5.1.46.jar and
> > > mysql-connector-java-5.1.47.jar
> > > 
> > > Alvaro
> > > 
> > > ....................................
> > > 
> > > 
> > > El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió:
> > > 
> > > Hello All,
> > > 
> > > some news regarding WebRTC
> > > 
> > > Settings dialog is made more user friendly: less "silent fails",
> > > less JS errors
> > > 
> > > BUT it seems some RTC features are not working if you have MS
> > > Edge and Win 10 NOT pro or Enterprise [1]
> > > I have 2 identical VMs
> > > 1) with Win 10 Pro
> > > 2) with Win 10 Pro.N
> > > 
> > > I have issues with #2 and everything works as expected on #1
> > > 
> > > Additionally there is an issue with Edge browser: [2]
> > > 
> > > Would appreciate if you can test latest version on "demo-apache"
> > > [3]
> > > 
> > > [1] https://developer.microsoft.com/en-us/microsoft-edge/platform
> > > /issues/17357055/#comment-5
> > > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
> > > [3] https://demo-openmeetings.apache.org/openmeetings
> > > 
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > 
> > > Document conversion is actually broken on this demo server
> > > This seems to be caused by server configuration
> > > No sure yet what is wrong
> > > Will try to fix it in a week or two, have no idea what can be
> > > wrong :(
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <solomax666@gmail.c
> > > om> wrote:
> > > 
> > > I'm going to perform additional code-review and will check this
> > > 
> > > This is only initial version :)
> > > Hopefully will be improved :))
> > > 
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu>
> > > wrote:
> > > 
> > > Checked it again with Win10 und FF, but with a USB Headset and it
> > > works well! (I just recognize that my voice was also in my
> > > headphones?!)
> > > Retry it with the non USB Headset und it won't work. I mentioned
> > > that FF and Chrome didn't ask for permission to use the the
> > > microphone of the non-USB Headset. Maybe, this a the point we
> > > should draw our attention too?
> > > Stefan
> > > 
> > > 
> > > Am 09.10.2018 15:49, schrieb Daniel Ascher:
> > > 
> > > It is now working properly in Edge.
> > > 
> > > 
> > > 
> > > 
> > > On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <stefan@quatrekuehl.eu
> > > > wrote:
> > > 
> > > Nothing changes. Got another test on an virtual Win10 and fresh
> > > firefox installtion. Same behaviour.
> > > Stefan
> > > 
> > > 
> > > Am 09.10.2018 10:27, schrieb Maxim Solodovnik:
> > > It is weird: you got "MS Edge" errors on Chrome+FF :((
> > > I have fixed some "Edge" errors, so demo should behave better
> > > 
> > > I'll fix some more errors with settings dialog later ...
> > > 
> > > Thanks for the reports
> > > 
> > > 
> > > On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu>
> > > wrote:
> > > 
> > > The screenshot was taken in firefox 62.0.3 and ubuntu 18.04.,
> > > same behaviour in chrome 69.0.329 and ubuntu 18.04.
> > > Also tried with root and sudo to avoid restrictions.
> > > Stefan
> > > 
> > > 
> > > Am 09.10.2018 07:23, schrieb Maxim Solodovnik:
> > > What OS/Browser are you using?
> > > 
> > > On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu>
> > > wrote:
> > > 
> > > Hi,
> > > tried the OM 5 Demo with plugged in headset. But no chance to
> > > choose it. The "Choose microphone" option remains in "Loading
> > > data, please wait" and everytime i try to reload, the red error
> > > message appears. Headset is not USB but chinch.
> > > 
> > > Stefan
> > > 
> > > Am 09.10.2018 06:27, schrieb Maxim Solodovnik:
> > > Actually it is not one page it is OM site being re-build with
> > > every nightly build ...
> > > Site contents should be ready to 5.0 release, so all pages need
> > > to checked/updated
> > > 
> > > news, changelog and announces will be updated during release
> > > process, so it displays 4.0.5 right now :)
> > > 
> > > 
> > > On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <aplusadmin@aplustutor
> > > ing.com> wrote:
> > > 
> > > This page: https://builds.apache.org/view/M-R/view/OpenMeetings/j
> > > ob/openmeetings/site/openmeetings-server/index.html
> > > 
> > > is set up for version 4.0.5, correct? Is that what you want me to
> > > check for errors/updates? Or do you want something mentioning
> > > version 5.0?
> > > 
> > > Thanks. Dan
> > > 
> > > On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <aplusadmin@aplustu
> > > toring.com> wrote:
> > > 
> > > I just checked in Edge but there is a problem.
> > > 
> > > 
> > > 
> > > 
> > > On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <solomax666@gmai
> > > l.com> wrote:
> > > 
> > > document upload seems to be jodConverter and/or server issue,
> > > hopelly will be able to address
> > > Was 5.0.0 working under Edge? Any issues?
> > > 
> > > Additional task might be to check site of 5.0 version: https://bu
> > > ilds.apache.org/view/M-
> > > R/view/OpenMeetings/job/openmeetings/site/openmeetings-
> > > server/index.html
> > > and report any outdated/missing/unclear page ....
> > > 
> > > On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <aplusadmin@aplustutor
> > > ing.com> wrote:
> > > 
> > > It's really great that you got WebRTC going!! I'm sure it's been
> > > a lot of hard work.
> > > 
> > > I tried uploading a document but it didn't work. I assume that
> > > the document conversion stuff isn't configured yet so that is why
> > > I asked what needs to be tested.
> > > 
> > > I'll try using it in Edge and do some of the testing you
> > > mentioned. Let me know if there is anything else I can help with.
> > > 
> > > Dan
> > > 
> > > 
> > > 
> > > On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <solomax666@gmail
> > > .com> wrote:
> > > 
> > > Hello Daniel,
> > > 
> > > yes, this is WebRTC :)
> > > 
> > > Nettesing and Video setup seems to work as expected and most
> > > probably will not be changed too much
> > > 
> > > Room Audio/Video is in "early-alpha" stage and I would like to
> > > know: how good is it so far?
> > > Is on/off audio/video being correctly handled? Same regarding
> > > add/remove rights
> > > 
> > > This version should not work in IE11, Does in work in
> > > Safari/Edge?
> > > 
> > > On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <aplusadmin@aplustutor
> > > ing.com> wrote:
> > > 
> > > Hi Maxim. I see that the webcam and audio are working. Is this
> > > WebRTC? What would you like us to check for when we are trying it
> > > out?
> > > 
> > > Thanks. Dan
> > > 
> > > On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@gmai
> > > l.com> wrote:
> > > 
> > > OK,
> > > 
> > > current (I would say alpha version) is available on our demo
> > > server: https://demo-openmeetings.apache.org/openmeetings
> > > Something still not implemented, and there are definitely some
> > > issues, but this version is "playable"
> > > 
> > > It would be great to get some early feedback ...
> > > 
> > > 
> > > On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Amit.K@mind-infotech
> > > .com> wrote:
> > > 
> > > Best of luck... J
> > > 
> > > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > > Sent: Wednesday, October 3, 2018 4:44 PM
> > > To: Openmeetings user-list <us...@openmeetings.apache.org>
> > > Subject: Re: OM 5
> > > 
> > > Hello Aaron,
> > > 
> > > I'm currently trying to set up demo with somehow working version
> > > of 5.0
> > > Will let you know if it will be successful :)
> > > 
> > > On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote:
> > > How close do you think it is for going into live testing with
> > > OM5?  Reason I ask is with the most recent update to Chrome, even
> > > with a valid cert, and even if you told the website to allow
> > > flash, users are having to click allow flash in the audio/video
> > > box.  And then it has to refresh the page to do so.  Looks like
> > > it is across the board with all flash content on any website now
> > > within Chrome.
> > > 
> > > Didn't know how far out it was for live testing.
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > The information contained in this electronic message and any
> > > attachments to this message are intended for the exclusive use of
> > > the addressee(s) and may contain proprietary, confidential or
> > > privileged information. If you are not the intended recipient,
> > > you should not disseminate, distribute or copy this e-mail.
> > > Please notify the sender immediately and destroy all copies of
> > > this message and any attachments. WARNING: Computer viruses can
> > > be transmitted via email. The recipient should check this email
> > > and any attachments for the presence of viruses. The company
> > > accepts no liability for any damage caused by any
> > > virus/trojan/worms/malicious code transmitted by this email. www.
> > > motherson.com
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > > 
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > > 
> > > 
> > > 
> > > 
> > > --
> > > WBR
> > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > --
> > > Daniel Ascher, M.Ed.
> > > President
> > > A+ Test Prep and Tutoring
> > > "Creating Bright Futures"
> > > 
> > > 505 York Road, Suite 6
> > > Jenkintown, PA 19046
> > > Office: 215.886.9188
> > > Direct: 267.242.9640
> > > Click here to schedule a phone call with me.
> > > Sign Up for A+ News and Test Prep Tips!
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > --
> > WBR
> > Maxim aka solomax
> 
> 
> 

Re: OM 5

Posted by Peter Dähn <da...@vcrp.de>.
Hi Maxim,

I just had a short look in jira and 4.0.8 took a lot of time... I am
curious about the state.

Greetings Peter

Am 06.03.19 um 05:23 schrieb Stefan Kühl:
>
>  
>
> Morning!
>
> I agree, a lot of users are really Häsin high hopes in this version.
>
>  
>
> Greetz,
>
> Stefan
>
>  
>
> Am 06.03.2019 03:07, schrieb Maxim Solodovnik:
>
>> Hello All,
>>
>> 4.0.8 VOTE is on the way
>> So it's time for this DISCUSSION :)
>>
>> I was able to implement some missing features (recording+screen-sharing)
>>
>> And I believe now it's time to deploy current 5.0.0 version to
>> demo-next and perform couple of rounds of "community testing"
>> WDYT?
>>
>> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <solomax666@gmail.com <ma...@gmail.com>> wrote:
>>> Good to know it is not OM issue :) You can use postgres as DB,
>>> should work out of the box :) On Sat, 20 Oct 2018 at 16:12, Alvaro
>>> <zurcamos@gmail.com <ma...@gmail.com>> wrote:
>>>> Ok Maxim. 've follow your link and run: mysql_tzinfo_to_sql
>>>> /usr/share/zoneinfo | mysql -u root -p mysql That have changed
>>>> something in my Debian 9 that affect also to my Windows 10 (two
>>>> hours less) but could'nt install OM 5 on Debian 9. So, in Debian 9
>>>> was 10 hours AM, and in Windows was 8 hours AM. Today, in Debian 9,
>>>> 've changed tzdata from Europe/Madrid to Atlantic/Azores (two hours
>>>> less). After this tryied install OM 5 and...WINNER! The problem it
>>>> was relationed with tzdata, as you said. Thank you. Alvaro
>>>> ............................................................. El
>>>> vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió: Check
>>>> this article:
>>>> https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
>>>> On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik
>>>> <solomax666@gmail.com <ma...@gmail.com>> wrote: It is
>>>> weird you have both: Europe/Madrid (CEST, +0200) I'll try to Google
>>>> this error, should be something well-known On Fri, 19 Oct 2018 at
>>>> 16:55, Alvaro <zurcamos@gmail.com <ma...@gmail.com>>
>>>> wrote: ...i will try in Fedora 28. Here is it you ask: root@cor:
>>>> <mailto:root@cor:>/home/guadal# timedatectl Local time: vie
>>>> 2018-10-19 11:37:19 CEST Universal time: vie 2018-10-19 09:37:19
>>>> UTC RTC time: vie 2018-10-19 11:37:19 Time zone: Europe/Madrid
>>>> (CEST, +0200) Network time on: yes NTP synchronized: no RTC in
>>>> local TZ: yes Warning: The system is configured to read the RTC
>>>> time in the local time zone. This mode can not be fully supported.
>>>> It will create various problems with time zone changes and daylight
>>>> saving time adjustments. The RTC time is never updated, it relies
>>>> on external facilities to maintain it. If at all possible, use RTC
>>>> in UTC by calling 'timedatectl set-local-rtc 0'. ...then i run:
>>>> timedatectl set-local-rtc 0 ...and after again: root@cor:
>>>> <mailto:root@cor:>/home/guadal# timedatectl Local time: vie
>>>> 2018-10-19 11:39:11 CEST Universal time: vie 2018-10-19 09:39:11
>>>> UTC RTC time: vie 2018-10-19 09:39:11 Time zone: Europe/Madrid
>>>> (CEST, +0200) Network time on: yes NTP synchronized: no RTC in
>>>> local TZ: no
>>>> ................................................................ El
>>>> vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió: Just
>>>> have checked with mysqld Ver 5.7.23-0ubuntu0.16.04.1 for Linux on
>>>> x86_64 ((Ubuntu)) Everything works as expected Maybe there are some
>>>> more TZ settings in MariaDB? What is the output of `timedatectl` On
>>>> Fri, 19 Oct 2018 at 16:18, Alvaro <zurcamos@gmail.com
>>>> <ma...@gmail.com>> wrote: ...in: /etc/timezone ...is
>>>> Europe/Madrid, but i've reconfigured tzdata with Europe/Madrid, but
>>>> the resultat is the same. With OM 4.0.7 is no problem installation.
>>>> ........................................ El vie, 19-10-2018 a las
>>>> 15:47 +0700, Maxim Solodovnik escribió: The error is "The server
>>>> time zone value 'CEST' is unrecognized or represents more than one
>>>> time zone. You must configure either the server or JDBC driver (via
>>>> the serverTimezone configuration property) to use a more specifc
>>>> time zone value if you want to utilize time zone support." MySql
>>>> for some reason don't like if time zone is set as CEST, can you run
>>>> `dpkg-reconfigure tzdata` and set something like 'Europe/Madrid' as
>>>> time zone? On Fri, 19 Oct 2018 at 15:43, Alvaro <zurcamos@gmail.com
>>>> <ma...@gmail.com>> wrote: Please take a look attached
>>>> files. .......................... El vie, 19-10-2018 a las 15:34
>>>> +0700, Maxim Solodovnik escribió: Will try to reproduce Anything
>>>> useful in the logs? On Fri, 19 Oct 2018 at 15:32, Alvaro
>>>> <zurcamos@gmail.com <ma...@gmail.com>> wrote: OM 5 -
>>>> Snapshot 2605 When try install it say: Could not create connection
>>>> to database.... (attached capture). Debian 9,
>>>> mysql-connector-java-8.0.12.jar Alvaro
>>>> .................................. El vie, 19-10-2018 a las 09:04
>>>> +0700, Maxim Solodovnik escribió: Correction: OM5 will work with
>>>> MySql driver 5.x but you need to change driver class in
>>>> mysql_persistense.xml to achieve this Driver class name has been
>>>> changed in 8.x and was producing warning in the logs, this is why I
>>>> have changed it On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik
>>>> <solomax666@gmail.com <ma...@gmail.com>> wrote: Hello
>>>> Alvaro, OM5 requires latest MySql driver 8.0.12 [1
>>>> <https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5>]
>>>> OM4 can use both 5.x and 8.x [1]
>>>> https://mvnrepository.com/artifact/mysql/mysql-connector-java On
>>>> Thu, 18 Oct 2018 at 23:38, Alvaro <zurcamos@gmail.com
>>>> <ma...@gmail.com>> wrote: Hello Maxim, I've got the
>>>> attached capture trying install OM 5 (first Snapshot of today
>>>> 18-10-2018). With mysql-connector-java-5.1.46.jar and
>>>> mysql-connector-java-5.1.47.jar Alvaro
>>>> .................................... El vie, 12-10-2018 a las 09:48
>>>> +0700, Maxim Solodovnik escribió: Hello All, some news regarding
>>>> WebRTC Settings dialog is made more user friendly: less "silent
>>>> fails", less JS errors BUT it seems some RTC features are not
>>>> working if you have MS Edge and Win 10 NOT pro or Enterprise [1
>>>> <https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5>]
>>>> I have 2 identical VMs 1) with Win 10 Pro 2) with Win 10 Pro.N I
>>>> have issues with #2 and everything works as expected on #1
>>>> Additionally there is an issue with Edge browser: [2
>>>> <https://issues.apache.org/jira/browse/OPENMEETINGS-1956>] Would
>>>> appreciate if you can test latest version on "demo-apache" [3
>>>> <https://demo-openmeetings.apache.org/openmeetings>] [1]
>>>> https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
>>>> [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956 [3]
>>>> https://demo-openmeetings.apache.org/openmeetings On Tue, 9 Oct
>>>> 2018 at 21:53, Maxim Solodovnik <solomax666@gmail.com
>>>> <ma...@gmail.com>> wrote: Document conversion is
>>>> actually broken on this demo server This seems to be caused by
>>>> server configuration No sure yet what is wrong Will try to fix it
>>>> in a week or two, have no idea what can be wrong :( On Tue, 9 Oct
>>>> 2018 at 21:46, Maxim Solodovnik <solomax666@gmail.com
>>>> <ma...@gmail.com>> wrote: I'm going to perform
>>>> additional code-review and will check this This is only initial
>>>> version :) Hopefully will be improved :)) On Tue, 9 Oct 2018 at
>>>> 21:39, Stefan Kühl <stefan@quatrekuehl.eu
>>>> <ma...@quatrekuehl.eu>> wrote: Checked it again with Win10
>>>> und FF, but with a USB Headset and it works well! (I just recognize
>>>> that my voice was also in my headphones?!) Retry it with the non
>>>> USB Headset und it won't work. I mentioned that FF and Chrome
>>>> didn't ask for permission to use the the microphone of the non-USB
>>>> Headset. Maybe, this a the point we should draw our attention too?
>>>> Stefan Am 09.10.2018 15:49, schrieb Daniel Ascher: It is now
>>>> working properly in Edge. On Tue, Oct 9, 2018 at 6:04 AM Stefan
>>>> Kühl <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote:
>>>> Nothing changes. Got another test on an virtual Win10 and fresh
>>>> firefox installtion. Same behaviour. Stefan Am 09.10.2018 10:27,
>>>> schrieb Maxim Solodovnik: It is weird: you got "MS Edge" errors on
>>>> Chrome+FF :(( I have fixed some "Edge" errors, so demo should
>>>> behave better I'll fix some more errors with settings dialog later
>>>> ... Thanks for the reports On Tue, 9 Oct 2018 at 12:32, Stefan Kühl
>>>> <stefan@quatrekuehl.eu <ma...@quatrekuehl.eu>> wrote: The
>>>> screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same
>>>> behaviour in chrome 69.0.329 and ubuntu 18.04. Also tried with root
>>>> and sudo to avoid restrictions. Stefan Am 09.10.2018 07:23, schrieb
>>>> Maxim Solodovnik: What OS/Browser are you using? On Tue, 9 Oct 2018
>>>> at 12:09, Stefan Kühl <stefan@quatrekuehl.eu
>>>> <ma...@quatrekuehl.eu>> wrote: Hi, tried the OM 5 Demo with
>>>> plugged in headset. But no chance to choose it. The "Choose
>>>> microphone" option remains in "Loading data, please wait" and
>>>> everytime i try to reload, the red error message appears. Headset
>>>> is not USB but chinch. Stefan Am 09.10.2018 06:27, schrieb Maxim
>>>> Solodovnik: Actually it is not one page it is OM site being
>>>> re-build with every nightly build ... Site contents should be ready
>>>> to 5.0 release, so all pages need to checked/updated news,
>>>> changelog and announces will be updated during release process, so
>>>> it displays 4.0.5 right now :) On Mon, 8 Oct 2018 at 23:53, Daniel
>>>> Ascher <aplusadmin@aplustutoring.com
>>>> <ma...@aplustutoring.com>> wrote: This page:
>>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>> is set up for version 4.0.5, correct? Is that what you want me to
>>>> check for errors/updates? Or do you want something mentioning
>>>> version 5.0? Thanks. Dan On Mon, Oct 8, 2018 at 12:51 PM Daniel
>>>> Ascher <aplusadmin@aplustutoring.com
>>>> <ma...@aplustutoring.com>> wrote: I just checked in
>>>> Edge but there is a problem. On Mon, Oct 8, 2018 at 12:21 PM Maxim
>>>> Solodovnik <solomax666@gmail.com <ma...@gmail.com>>
>>>> wrote: document upload seems to be jodConverter and/or server
>>>> issue, hopelly will be able to address Was 5.0.0 working under
>>>> Edge? Any issues? Additional task might be to check site of 5.0
>>>> version:
>>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
>>>> and report any outdated/missing/unclear page .... On Mon, 8 Oct
>>>> 2018 at 23:03, Daniel Ascher <aplusadmin@aplustutoring.com
>>>> <ma...@aplustutoring.com>> wrote: It's really great
>>>> that you got WebRTC going!! I'm sure it's been a lot of hard work.
>>>> I tried uploading a document but it didn't work. I assume that the
>>>> document conversion stuff isn't configured yet so that is why I
>>>> asked what needs to be tested. I'll try using it in Edge and do
>>>> some of the testing you mentioned. Let me know if there is anything
>>>> else I can help with. Dan On Sun, Oct 7, 2018 at 9:09 PM Maxim
>>>> Solodovnik <solomax666@gmail.com <ma...@gmail.com>>
>>>> wrote: Hello Daniel, yes, this is WebRTC :) Nettesing and Video
>>>> setup seems to work as expected and most probably will not be
>>>> changed too much Room Audio/Video is in "early-alpha" stage and I
>>>> would like to know: how good is it so far? Is on/off audio/video
>>>> being correctly handled? Same regarding add/remove rights This
>>>> version should not work in IE11, Does in work in Safari/Edge? On
>>>> Mon, 8 Oct 2018 at 01:48, Daniel Ascher
>>>> <aplusadmin@aplustutoring.com
>>>> <ma...@aplustutoring.com>> wrote: Hi Maxim. I see that
>>>> the webcam and audio are working. Is this WebRTC? What would you
>>>> like us to check for when we are trying it out? Thanks. Dan On Sun,
>>>> Oct 7, 2018 at 11:07 AM Maxim Solodovnik <solomax666@gmail.com
>>>> <ma...@gmail.com>> wrote: OK, current (I would say
>>>> alpha version) is available on our demo server:
>>>> https://demo-openmeetings.apache.org/openmeetings Something still
>>>> not implemented, and there are definitely some issues, but this
>>>> version is "playable" It would be great to get some early feedback
>>>> ... On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND)
>>>> <Amit.K@mind-infotech.com <ma...@mind-infotech.com>> wrote:
>>>> Best of luck... J From: Maxim Solodovnik
>>>> [mailto:solomax666@gmail.com <ma...@gmail.com>] Sent:
>>>> Wednesday, October 3, 2018 4:44 PM To: Openmeetings user-list
>>>> <user@openmeetings.apache.org
>>>> <ma...@openmeetings.apache.org>> Subject: Re: OM 5 Hello
>>>> Aaron, I'm currently trying to set up demo with somehow working
>>>> version of 5.0 Will let you know if it will be successful :) On
>>>> Tue, 2 Oct 2018 at 23:35, <aaron.hepp@gmail.com
>>>> <ma...@gmail.com>> wrote: How close do you think it is
>>>> for going into live testing with OM5? Reason I ask is with the most
>>>> recent update to Chrome, even with a valid cert, and even if you
>>>> told the website to allow flash, users are having to click allow
>>>> flash in the audio/video box. And then it has to refresh the page
>>>> to do so. Looks like it is across the board with all flash content
>>>> on any website now within Chrome. Didn't know how far out it was
>>>> for live testing. -- WBR Maxim aka solomax The information
>>>> contained in this electronic message and any attachments to this
>>>> message are intended for the exclusive use of the addressee(s) and
>>>> may contain proprietary, confidential or privileged information. If
>>>> you are not the intended recipient, you should not disseminate,
>>>> distribute or copy this e-mail. Please notify the sender
>>>> immediately and destroy all copies of this message and any
>>>> attachments. WARNING: Computer viruses can be transmitted via
>>>> email. The recipient should check this email and any attachments
>>>> for the presence of viruses. The company accepts no liability for
>>>> any damage caused by any virus/trojan/worms/malicious code
>>>> transmitted by this email. www.motherson.com
>>>> <http://www.motherson.com> -- WBR Maxim aka solomax -- Daniel
>>>> Ascher, M.Ed. President A+ Test Prep and Tutoring "Creating Bright
>>>> Futures" 505 York Road, Suite 6 Jenkintown, PA 19046 Office:
>>>> 215.886.9188 Direct: 267.242.9640 Click here to schedule a phone
>>>> call with me. Sign Up for A+ News and Test Prep Tips! -- WBR Maxim
>>>> aka solomax -- Daniel Ascher, M.Ed. President A+ Test Prep and
>>>> Tutoring "Creating Bright Futures" 505 York Road, Suite 6
>>>> Jenkintown, PA 19046 Office: 215.886.9188 Direct: 267.242.9640
>>>> Click here to schedule a phone call with me. Sign Up for A+ News
>>>> and Test Prep Tips!
>>> -- WBR Maxim aka solomax


Re: OM 5

Posted by Stefan Kühl <st...@quatrekuehl.eu>.
 

Morning! 

I agree, a lot of users are really Häsin high hopes in this version. 

Greetz, 

Stefan 

Am 06.03.2019 03:07, schrieb Maxim Solodovnik: 

> Hello All,
> 
> 4.0.8 VOTE is on the way
> So it's time for this DISCUSSION :)
> 
> I was able to implement some missing features (recording+screen-sharing)
> 
> And I believe now it's time to deploy current 5.0.0 version to
> demo-next and perform couple of rounds of "community testing"
> WDYT?
> 
> On Sat, 20 Oct 2018 at 17:36, Maxim Solodovnik <so...@gmail.com> wrote:
> Good to know it is not OM issue :) You can use postgres as DB, should work out of the box :) On Sat, 20 Oct 2018 at 16:12, Alvaro <zu...@gmail.com> wrote: Ok Maxim. 've follow your link and run: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql That have changed something in my Debian 9 that affect also to my Windows 10 (two hours less) but could'nt install OM 5 on Debian 9. So, in Debian 9 was 10 hours AM, and in Windows was 8 hours AM. Today, in Debian 9, 've changed tzdata from Europe/Madrid to Atlantic/Azores (two hours less). After this tryied install OM 5 and...WINNER! The problem it was relationed with tzdata, as you said. Thank you. Alvaro ............................................................. El vie, 19-10-2018 a las 17:01 +0700, Maxim Solodovnik escribió: Check this article: https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized [1] On Fri, 19 Oct 2018 at 17:00, Maxim Solodovnik <so...@gmail.com> wrote:
It is weird you have both: Europe/Madrid (CEST, +0200) I'll try to Google this error, should be something well-known On Fri, 19 Oct 2018 at 16:55, Alvaro <zu...@gmail.com> wrote: ...i will try in Fedora 28. Here is it you ask: root@cor:/home/guadal# timedatectl Local time: vie 2018-10-19 11:37:19 CEST Universal time: vie 2018-10-19 09:37:19 UTC RTC time: vie 2018-10-19 11:37:19 Time zone: Europe/Madrid (CEST, +0200) Network time on: yes NTP synchronized: no RTC in local TZ: yes Warning: The system is configured to read the RTC time in the local time zone. This mode can not be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'. ...then i run: timedatectl set-local-rtc 0 ...and after again: root@cor:/home/guadal# timedatectl Local time: vie 2018-10-19 11:39:11 CEST
Universal time: vie 2018-10-19 09:39:11 UTC RTC time: vie 2018-10-19 09:39:11 Time zone: Europe/Madrid (CEST, +0200) Network time on: yes NTP synchronized: no RTC in local TZ: no ................................................................ El vie, 19-10-2018 a las 16:30 +0700, Maxim Solodovnik escribió: Just have checked with mysqld Ver 5.7.23-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu)) Everything works as expected Maybe there are some more TZ settings in MariaDB? What is the output of `timedatectl` On Fri, 19 Oct 2018 at 16:18, Alvaro <zu...@gmail.com> wrote: ...in: /etc/timezone ...is Europe/Madrid, but i've reconfigured tzdata with Europe/Madrid, but the resultat is the same. With OM 4.0.7 is no problem installation. ........................................ El vie, 19-10-2018 a las 15:47 +0700, Maxim Solodovnik escribió: The error is "The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC
driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support." MySql for some reason don't like if time zone is set as CEST, can you run `dpkg-reconfigure tzdata` and set something like 'Europe/Madrid' as time zone? On Fri, 19 Oct 2018 at 15:43, Alvaro <zu...@gmail.com> wrote: Please take a look attached files. .......................... El vie, 19-10-2018 a las 15:34 +0700, Maxim Solodovnik escribió: Will try to reproduce Anything useful in the logs? On Fri, 19 Oct 2018 at 15:32, Alvaro <zu...@gmail.com> wrote: OM 5 - Snapshot 2605 When try install it say: Could not create connection to database.... (attached capture). Debian 9, mysql-connector-java-8.0.12.jar Alvaro .................................. El vie, 19-10-2018 a las 09:04 +0700, Maxim Solodovnik escribió: Correction: OM5 will work with MySql driver 5.x but you need to change driver class in mysql_persistense.xml to achieve this Driver class
name has been changed in 8.x and was producing warning in the logs, this is why I have changed it On Fri, 19 Oct 2018 at 09:01, Maxim Solodovnik <so...@gmail.com> wrote: Hello Alvaro, OM5 requires latest MySql driver 8.0.12 [1 [2]] OM4 can use both 5.x and 8.x [1] https://mvnrepository.com/artifact/mysql/mysql-connector-java [3] On Thu, 18 Oct 2018 at 23:38, Alvaro <zu...@gmail.com> wrote: Hello Maxim, I've got the attached capture trying install OM 5 (first Snapshot of today 18-10-2018). With mysql-connector-java-5.1.46.jar and mysql-connector-java-5.1.47.jar Alvaro .................................... El vie, 12-10-2018 a las 09:48 +0700, Maxim Solodovnik escribió: Hello All, some news regarding WebRTC Settings dialog is made more user friendly: less "silent fails", less JS errors BUT it seems some RTC features are not working if you have MS Edge and Win 10 NOT pro or Enterprise [1 [2]] I have 2 identical VMs 1) with Win 10 Pro 2) with Win 10 Pro.N I have issues with #2
and everything works as expected on #1 Additionally there is an issue with Edge browser: [2 [4]] Would appreciate if you can test latest version on "demo-apache" [3 [5]] [1] https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5 [2] [2] https://issues.apache.org/jira/browse/OPENMEETINGS-1956 [4] [3] https://demo-openmeetings.apache.org/openmeetings [5] On Tue, 9 Oct 2018 at 21:53, Maxim Solodovnik <so...@gmail.com> wrote: Document conversion is actually broken on this demo server This seems to be caused by server configuration No sure yet what is wrong Will try to fix it in a week or two, have no idea what can be wrong :( On Tue, 9 Oct 2018 at 21:46, Maxim Solodovnik <so...@gmail.com> wrote: I'm going to perform additional code-review and will check this This is only initial version :) Hopefully will be improved :)) On Tue, 9 Oct 2018 at 21:39, Stefan Kühl <st...@quatrekuehl.eu> wrote: Checked it again with Win10 und FF, but with a USB
Headset and it works well! (I just recognize that my voice was also in my headphones?!) Retry it with the non USB Headset und it won't work. I mentioned that FF and Chrome didn't ask for permission to use the the microphone of the non-USB Headset. Maybe, this a the point we should draw our attention too? Stefan Am 09.10.2018 15:49, schrieb Daniel Ascher: It is now working properly in Edge. On Tue, Oct 9, 2018 at 6:04 AM Stefan Kühl <st...@quatrekuehl.eu> wrote: Nothing changes. Got another test on an virtual Win10 and fresh firefox installtion. Same behaviour. Stefan Am 09.10.2018 10:27, schrieb Maxim Solodovnik: It is weird: you got "MS Edge" errors on Chrome+FF :(( I have fixed some "Edge" errors, so demo should behave better I'll fix some more errors with settings dialog later ... Thanks for the reports On Tue, 9 Oct 2018 at 12:32, Stefan Kühl <st...@quatrekuehl.eu> wrote: The screenshot was taken in firefox 62.0.3 and ubuntu 18.04., same behaviour in chrome 69.0.329 and
ubuntu 18.04. Also tried with root and sudo to avoid restrictions. Stefan Am 09.10.2018 07:23, schrieb Maxim Solodovnik: What OS/Browser are you using? On Tue, 9 Oct 2018 at 12:09, Stefan Kühl <st...@quatrekuehl.eu> wrote: Hi, tried the OM 5 Demo with plugged in headset. But no chance to choose it. The "Choose microphone" option remains in "Loading data, please wait" and everytime i try to reload, the red error message appears. Headset is not USB but chinch. Stefan Am 09.10.2018 06:27, schrieb Maxim Solodovnik: Actually it is not one page it is OM site being re-build with every nightly build ... Site contents should be ready to 5.0 release, so all pages need to checked/updated news, changelog and announces will be updated during release process, so it displays 4.0.5 right now :) On Mon, 8 Oct 2018 at 23:53, Daniel Ascher <ap...@aplustutoring.com> wrote: This page: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html [6] is
set up for version 4.0.5, correct? Is that what you want me to check for errors/updates? Or do you want something mentioning version 5.0? Thanks. Dan On Mon, Oct 8, 2018 at 12:51 PM Daniel Ascher <ap...@aplustutoring.com> wrote: I just checked in Edge but there is a problem. On Mon, Oct 8, 2018 at 12:21 PM Maxim Solodovnik <so...@gmail.com> wrote: document upload seems to be jodConverter and/or server issue, hopelly will be able to address Was 5.0.0 working under Edge? Any issues? Additional task might be to check site of 5.0 version: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html [6] and report any outdated/missing/unclear page .... On Mon, 8 Oct 2018 at 23:03, Daniel Ascher <ap...@aplustutoring.com> wrote: It's really great that you got WebRTC going!! I'm sure it's been a lot of hard work. I tried uploading a document but it didn't work. I assume that the document conversion stuff isn't configured yet so that
is why I asked what needs to be tested. I'll try using it in Edge and do some of the testing you mentioned. Let me know if there is anything else I can help with. Dan On Sun, Oct 7, 2018 at 9:09 PM Maxim Solodovnik <so...@gmail.com> wrote: Hello Daniel, yes, this is WebRTC :) Nettesing and Video setup seems to work as expected and most probably will not be changed too much Room Audio/Video is in "early-alpha" stage and I would like to know: how good is it so far? Is on/off audio/video being correctly handled? Same regarding add/remove rights This version should not work in IE11, Does in work in Safari/Edge? On Mon, 8 Oct 2018 at 01:48, Daniel Ascher <ap...@aplustutoring.com> wrote: Hi Maxim. I see that the webcam and audio are working. Is this WebRTC? What would you like us to check for when we are trying it out? Thanks. Dan On Sun, Oct 7, 2018 at 11:07 AM Maxim Solodovnik <so...@gmail.com> wrote: OK, current (I would say alpha version) is available on our demo server:
https://demo-openmeetings.apache.org/openmeetings [5] Something still not implemented, and there are definitely some issues, but this version is "playable" It would be great to get some early feedback ... On Wed, 3 Oct 2018 at 18:35, K, Amit (MIND) <Am...@mind-infotech.com> wrote: Best of luck... J From: Maxim Solodovnik [mailto:solomax666@gmail.com] Sent: Wednesday, October 3, 2018 4:44 PM To: Openmeetings user-list <us...@openmeetings.apache.org> Subject: Re: OM 5 Hello Aaron, I'm currently trying to set up demo with somehow working version of 5.0 Will let you know if it will be successful :) On Tue, 2 Oct 2018 at 23:35, <aa...@gmail.com> wrote: How close do you think it is for going into live testing with OM5? Reason I ask is with the most recent update to Chrome, even with a valid cert, and even if you told the website to allow flash, users are having to click allow flash in the audio/video box. And then it has to refresh the page to do so. Looks like it is across the board
with all flash content on any website now within Chrome. Didn't know how far out it was for live testing. -- WBR Maxim aka solomax The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com [7] -- WBR Maxim aka solomax -- Daniel Ascher, M.Ed. President A+ Test Prep and Tutoring "Creating Bright Futures" 505 York Road, Suite 6 Jenkintown, PA 19046 Office:
215.886.9188 Direct: 267.242.9640 Click here to schedule a phone call with me. Sign Up for A+ News and Test Prep Tips! -- WBR Maxim aka solomax -- Daniel Ascher, M.Ed. President A+ Test Prep and Tutoring "Creating Bright Futures" 505 York Road, Suite 6 Jenkintown, PA 19046 Office: 215.886.9188 Direct: 267.242.9640 Click here to schedule a phone call with me. Sign Up for A+ News and Test Prep Tips! -- WBR Maxim aka solomax
 

Links:
------
[1]
https://stackoverflow.com/questions/49518683/the-server-time-zone-value-cest-is-unrecognized
[2]
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17357055/#comment-5
[3] https://mvnrepository.com/artifact/mysql/mysql-connector-java
[4] https://issues.apache.org/jira/browse/OPENMEETINGS-1956
[5] https://demo-openmeetings.apache.org/openmeetings
[6]
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/index.html
[7] http://www.motherson.com