Request for help testing / benchmarking low-latency kernel for 5.0.0

2020-05-21 Thread info
Hello, We are testing the linux low latency kernel (which is more forgiving than the real-time kernel. It also permits a broader set of uses more suitable for a normal vps or dedicated server which is not 100% dedicated to KMS). We are testing this on a vps serving web paegs with tomcat,

Re: resize SCREEN (disconnect and connect)

2020-05-21 Thread Maxim Solodovnik
Hello Martin, On Fri, 22 May 2020 at 02:17, Chamberland, Martin < martin.chamberl...@fadq.qc.ca> wrote: > > It’s probably not really a bug, but let me try to explain. > > > > When someone enter a room, you have to resize his screen to fit your need > (do that for everyone). > > The problem start

Re: Default Cam

2020-05-21 Thread Maxim Solodovnik
You are right, I do remember I had some issues with this mediaConstraints, but ideal seems to work :) can you create JIRA and PR? (JIRA is required so this new feature will appear in CHANGELOG) :) On Fri, 22 May 2020 at 02:24, Konstantin Kuzov wrote: > Well, in my understanding "ideal" unlike "

Re: resize SCREEN (disconnect and connect)

2020-05-21 Thread seba.wag...@gmail.com
I don't quite understand what you mean with "resize his screen". You mean the whiteboard resize or actual screen sharing ? Can you attach a screenshot ? Cheers Seb Sebastian Wagner Director Arrakeen Solutions http://arrakeen-solutions.co.nz/

Re: Default Cam

2020-05-21 Thread Konstantin Kuzov
Well, in my understanding "ideal" unlike "exact" is just a suggestion and shouldn't by itself raise any errors if browser cannot satisfy a request. So it shouldn't make any difference for devices with less than two cameras where at least one camera has been marked as "front". I also suspect that in

resize SCREEN (disconnect and connect)

2020-05-21 Thread Chamberland, Martin
[cid:banner1.jpg] It's probably not really a bug, but let me try to explain. When someone enter a room, you have to resize his screen to fit your need (do that for everyone). The problem start, when someone in the meeting have a poor connection, he will be disconnected and reconnected automat

Re: Default Cam

2020-05-21 Thread Maxim Solodovnik
The main questions will it work 1) at laptop 2) PC without camera 3) laptop/PC with several cameras And I guess it better to test this code with back camera listed first Sebastian can test it at Mac :) (and I guess it can be guarded with "constrain supported" check) On Fri, 22 May 2020 at 00:09,

Re: Default Cam

2020-05-21 Thread Konstantin Kuzov
Browser support seems to be pretty good according to mozilla's link. Only apple devices needs to be tested. Tested it with these changes on my android phone: https://github.com/CkNoSFeRaTU/openmeetings/commit/490f51400e44295b00815fd70f30a065a2705638 And it appears to be working just fine. Though m

Re: Default Cam

2020-05-21 Thread Maxim Solodovnik
Well, this is something other than "Select front camera if none was selected before" But it can help IF such constraint is supported by client browser :) I also had some issues with `acceptable, ideal, and/or exact` constraints This can be investigated :) Any volunteers? :))) On Thu, 21 May

Re: Default Cam

2020-05-21 Thread Konstantin Kuzov
Isn't it possible to suggest or force exact type of camera using MediaTrack's video constraint facingMode? https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints/facingMode чт, 21 мая 2020 г. в 15:45, Maxim Solodovnik : > Hello Peter, > > unfortunately there is no parameters we c

Re: Error connecting to media server

2020-05-21 Thread Maxim Solodovnik
Last time I saw report like this, it was caused by TURN UDP ports were blocked on router Unfortunately it is impossible to create instructions for all scenarios and network configurations Some params might need to be tuned On Thu, 21 May 2020 at 17:17, Rohit Dhamal wrote: > I have the turn serv

Re: Default Cam

2020-05-21 Thread Maxim Solodovnik
Hello Peter, unfortunately there is no parameters we can use to distinguish if it is front or back camera :( We can get the list of devices and detect if it is Audio or Video device So we create 2 lists and select first item from both (or previously selected ) On Thu, 21 May 2020 at 17:08,

Re: Error connecting to media server

2020-05-21 Thread Rohit Dhamal
I have the turn server and exactly configured according to the OM guide on cwiki. Sometimes it connects properly,Sometimes it doesn't. Can I furnish my firewall record and turn server conf file for inspection? If possible could you look into the configuration? Currently OM on client side is not

Default Cam

2020-05-21 Thread Peter Dähn
Hi together, if one use a device with two cams rear view cam is selected by default. I think if it is possible it is better to use front cam as default. WDYT? Greetings Peter

Re: Users Testing Audio/Video before entering conference room

2020-05-21 Thread Maxim Solodovnik
On Thu, 21 May 2020 at 15:01, wrote: > That’s fine I can have a look at it. > > I didn’t quite understand what you meant with server checks. > Some CSP checks can be added Some WebRTC checks maybe (check if there is microphone and try to connect for ex.) > > Cheers > Seb > > Sent from my iPhon

Re: Users Testing Audio/Video before entering conference room

2020-05-21 Thread seba . wagner
That’s fine I can have a look at it. I didn’t quite understand what you meant with server checks. Cheers Seb Sent from my iPhone > On 21/05/2020, at 7:38 PM, Maxim Solodovnik wrote: > >  > > >> On Thu, 21 May 2020 at 03:24, seba.wag...@gmail.com >> wrote: >> "Take a tour" wizard >> => No

Re: Users Testing Audio/Video before entering conference room

2020-05-21 Thread Maxim Solodovnik
On Thu, 21 May 2020 at 03:24, seba.wag...@gmail.com wrote: > "Take a tour" wizard > => No I mean interactive. Pretty much exactly like the Test-Setup dialog. > I truely believe this will decrease amount of people asking for help. > > With the release of 5.0.0 a large new number of users will be i