SOAP integration

2018-06-19 Thread Equinoxe 4
Hi, I'm trying to integrate OM to an existing system. So far I have been able to créate the room and get the hash, but whenever the user clicks the link for the room, been like: http://localhost:5080/openmeetings/hash?secure=4070e883-9e10-4074-93cf-e0968c7d8de8&language=1 I get an almost blank

Re: settings for CODECS

2018-06-19 Thread Maxim Solodovnik
Hello Martin, Here are the settings from demo: 53 flash.secure false 54 flash.secure.proxy none 55 flash.video.codec h263 56 flash.video.fps 30 57 flash.video.bandwidth 0 58 flash.cam.quality 90 59 flash.mic.rate 22 60 flash.echoPath 128 I believe these are default ones Your observations show t

RE: settings for CODECS

2018-06-19 Thread Chamberland, Martin
"I’m usually using h263 as codec (it uses less CPU, according to my observations)" We tried using the h263 codec but the video feed is stuttering like crazy… It’s running at about 1-2 fps for the other users (even if I set « flash.video.fps at 30 or 60). I’m using my own computer with a webcam

Re: LDAP profile pictures

2018-06-19 Thread Maxim Solodovnik
It seems uri provided in LDAP config is being used as-is https://github.com/apache/openmeetings/blob/master/openmeetings-core/src/main/java/org/apache/openmeetings/core/ldap/LdapLoginManager.java#L375 Could you please fie JIRA issue https://issues.apache.org/jira/browse/OPENMEETINGS And provide de

Re: LDAP profile pictures

2018-06-19 Thread Maxim Solodovnik
I'll try to check the code ASAP On Tue, Jun 19, 2018 at 5:48 PM Peter Dähn wrote: > > We also had trouble with this using SOAP/REST API > > Here seems to be something missed... > > RoomClientPanel.java, Line 52 > > By now we use by now this piece of code. > > String pictureUri = c.getUser().g

Re: LDAP profile pictures

2018-06-19 Thread Peter Dähn
We also had trouble with this using SOAP/REST API Here seems to be something missed... RoomClientPanel.java, Line 52 By now we use by now this piece of code. /String pictureUri = c.getUser().getPictureuri(); if (pictureUri == null || pictureUri.length() == 0)   pictureUri = "profile/" + c.getU

LDAP profile pictures

2018-06-19 Thread Fraser Jackson
Hi there I am struggling with a problem with LDAP. I have the configuration and most of the mapping set up and working, but I can't get the profile picture mapping to work. I am using openLDAP, and have a 'labeledURI' field with the web-address of the picture(s), which are all 150x150 jpegs. How