Re: REST user login session not change

2020-04-09 Thread Maxim Solodovnik
On Fri, 10 Apr 2020 at 03:32, Varga Balázs wrote: > "This is not clear > you call /user/login?user=user2&pass=pass2 > > And get Authenticated as user1 ? > > I just have checked this and can't confirm > Everything works as expected" > > Yes, this is a problem! > > The second login can"t change use

Re: error msg: multimedia server is inaccessible

2020-04-09 Thread Maxim Solodovnik
On Fri, 10 Apr 2020 at 00:36, Geffert, Otfried wrote: > It only had two successful meetings until now > and > after the first one, there was supposed to be a another > between two colleagues: They told me: no audio and video > and > after the second one: I saw this message. > > Inbetween I had re

Re: user@openmeetings.apache.org

2020-04-09 Thread Maxim Solodovnik
Hello, AFAIK ffmpeg tries to do it's job as fast as possible Video transcoding is heavy task I would suggest to try to run ffmpeg command (can be found in the logs) from console on server And try to make it less eager https://ffmpeg.org/ffmpeg.html (conversion will last longer ...) If you will fin

Re: REST user login session not change

2020-04-09 Thread Varga Balázs
"This is not clear you call /user/login?user=user2&pass=pass2 And get Authenticated as user1 ? I just have checked this and can't confirm Everything works as expected" Yes, this is a problem! The second login can"t change user in backend or logging info have bug. I try login first user1:pass

Re: New tutorial CentOS 7-8 Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-04-09 Thread Geffert, Otfried
Thanks Alvaro for installing, testing and writing this down - for Centos !!! Otfried - Original Message - From: "Alvaro" To: "user" Sent: Thursday, 9 April, 2020 20:16:07 Subject: Re: New tutorial CentOS 7-8 Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3 ...called:

Re: New tutorial CentOS 7-8 Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-04-09 Thread Alvaro
...called: Centos 7-8 Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3 . El jue, 09-04-2020 a las 20:13 +0200, Alvaro escribió: > Hello, > > It is at your disposal a new tutorial called: > > > Installation SSL certificates and Coturn for OpenMeetings 5.0.0- > M

New tutorial CentOS 7-8 Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-04-09 Thread Alvaro
Hello, It is at your disposal a new tutorial called: Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3.pdf It is tested with an OpenMeetings 5.0.0-M3 server installed on a pcat home, after NAT router; and each in the room saw and heard the otherscameras and your own correctly.Al

Re: error msg: multimedia server is inaccessible

2020-04-09 Thread Geffert, Otfried
It only had two successful meetings until now and after the first one, there was supposed to be a another between two colleagues: They told me: no audio and video and after the second one: I saw this message. Inbetween I had rebooted the machine and started all necessary processes again. If I am

user@openmeetings.apache.org

2020-04-09 Thread Christian Bautista
is there any way to fix high cpu usage of ffmpeg on OM 5.0.0-M3? whenever i tried to record, the cpu goes all the way to 200-300% cpu usage after 2minutes and it randomly stops after passing the 2minute mark. i followed this instruction

Re: error msg: multimedia server is inaccessible

2020-04-09 Thread Maxim Solodovnik
KMS died? Is it reproducible for you? I'm currently using dockerized KMS and restart OM several times enter/ext rooms - never saw such behavior On Thu, 9 Apr 2020 at 23:55, Geffert, Otfried wrote: > Dear all, > > after having a succesfull video conference with a colleague, we both left > the roo

error msg: multimedia server is inaccessible

2020-04-09 Thread Geffert, Otfried
Dear all, after having a succesfull video conference with a colleague, we both left the room, came back in and we could not see & hear each other anymore. Then us two left the room and logged out, I loggeg in again, entered the room and I saw a lot of messages on the right window border , sayin

Re: REST user login session not change

2020-04-09 Thread Maxim Solodovnik
On Thu, 9 Apr 2020 at 14:49, Varga Balázs wrote: > Hello Maxim! > > I try this: > > Login on API as USER1, success, get hash. I check in catalina logs, > identifyed as user_id=1, good. > This is expected :) > > Try change logged in user (repeat login with new auth data): login again > as USER2

Re: strange behavior with andriod client

2020-04-09 Thread Maxim Solodovnik
Hello Eugen, Usually audio/video streams are blocked if there is no TURN server AFAIK there is no correlation with type of login direct/hash Maybe you try to describe your steps more detailed? Is this issue OS/Browser dependent? On Thu, 9 Apr 2020 at 16:56, Alfs, Eugen wrote: > Hi, > > > > fir

Re: OM5.0.0.3 REST problems

2020-04-09 Thread Maxim Solodovnik
The URL is wrong https://github.com/apache/openmeetings/blob/5.0.0-M3/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/UserWebService.java#L134 you have to $this->getRestUrl("user") NOT $this->getRestUrl("user") . "add" UserDTO should be URLFormEncoded the best way to g

strange behavior with andriod client

2020-04-09 Thread Alfs, Eugen
Hi, first of all I'd like to thank you for the new release 5. It works fine and our user like it. Unfortunatally we have some strange things going on at android clients (Chrome Browser). Entering a room after login with user credentials everything works fine, entrering a room with a hash link w

REST user login session not change

2020-04-09 Thread Varga Balázs
Hello Maxim! I try this: Login on API as USER1, success, get hash. I check in catalina logs, identifyed as user_id=1, good. Try change logged in user (repeat login with new auth data): login again as USER2, success, get hash. I check in catalina logs, identifyed by previous user  user_id=1

Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-04-09 Thread Alvaro
Hi Stefanx, About your "HTTP Status 404 – Not Found", please edit: /opt/open503/webapps/openmeetings/WEB- INF/classes/applicationContext.xml ...and if is this line: p:flowoutTimeout="5" ...please delete it and restart Tomcat-OpenMeetings: sudo /etc/init.d/tomcat3 restart .. E

Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-04-09 Thread Alvaro
Hi Yarema, About your "HTTP Status 404 – Not Found", please edit: /opt/open503/webapps/openmeetings/WEB- INF/classes/applicationContext.xml ...and if is this line: p:flowoutTimeout="5" ...please delete it and restart Tomcat-OpenMeetings: sudo /etc/init.d/tomcat3 restart .