One port to rule them all ?

2020-06-23 Thread Konstantin Kuzov
Yes, it is possible to setup a server so such clients will work. But it is a bit tricky: 1) You need to change TURN url in OM so it will use tcp-mode (like turns: turn.example.org:443?transport=tcp). 2) Clients behind restrictive firewalls are also most likely proxied and so there may be traffic

Re: resize SCREEN (disconnect and connect)

2020-05-23 Thread Konstantin Kuzov
сб, 23 мая 2020 г. в 05:36, Maxim Solodovnik : > > Thanks, > this is great starting point :)) > Glad that you like it ^_^ > it looks very similar to interview room > Yeah, In some aspects. But without removing board functionality. And with focus on strictly automatic cam management. > Notes:

Re: resize SCREEN (disconnect and connect)

2020-05-22 Thread Konstantin Kuzov
movement/resizes. Maybe with exception that user can increase/decrease size of specific webcams by factor of 2. пт, 22 мая 2020 г. в 15:11, Maxim Solodovnik : > > > On Fri, 22 May 2020 at 19:04, Konstantin Kuzov > wrote: > >> I think what Martin really want is that we prese

Re: resize SCREEN (disconnect and connect)

2020-05-22 Thread Konstantin Kuzov
I think what Martin really want is that we preserve local user-setted size and window positions of all webcams at least for automatic reconnect. Currently when we do reconnect we completely tear down connection and destroy and then recreate associated webcam window. So it will reset to the size set

Re: Default Cam

2020-05-21 Thread Konstantin Kuzov
; 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, Konstantin Kuzov > wrote: > >> Browser support seems to be pretty good according to mozilla's link. Only >> apple device

Re: Default Cam

2020-05-21 Thread Konstantin Kuzov
> 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 2020 at 23:20, Konstantin K

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: List of worth-checking log files of OM and related software

2020-05-20 Thread Konstantin Kuzov
Dockerized KMS don't write logs to files as far as I know. You can grab KMS logs with command: docker logs kms or in inspect them in real-time with command: docker logs --follow kms ср, 20 мая 2020 г. в 05:37, Maxim Solodovnik : > > > On Wed, 20 May 2020 at 02:57, seba.wag...@gmail.com > wrote:

Re: New tutorials Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M4

2020-05-18 Thread Konstantin Kuzov
I tested it a bit and didn't find any difference except that way it is more handy to distinguish connections in logs or coturn's cli. But hypothetically there maybe some other turn-server implementation for which it could matter. вс, 17 мая 2020 г. в 09:57, Maxim Solodovnik : > Hello Konstantin,

Re: New Features: "very fast conference" and more

2020-05-18 Thread Konstantin Kuzov
axim Solodovnik : > > > On Sat, 16 May 2020 at 21:52, Konstantin Kuzov > wrote: > >> The only thing Jitsi does regarding to ports in default configuration is >> using nginx's APLN map feature ( >> http://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module

Re: New tutorials Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M4

2020-05-16 Thread Konstantin Kuzov
oper use of userid for REST mode? Currently it basically use one user for all clients and there is no guarantee that timestamp alone will be unique. Dunno if that's bad. Something like this: https://github.com/CkNoSFeRaTU/openmeetings/commit/ab15c3fc6306982cd991835aa0a39f1b37a0c8cc#diff-ea905d

Re: New tutorials Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M4

2020-05-16 Thread Konstantin Kuzov
ollowing error in catalina.out and I can't get > camera/audio working > > ERROR 05-16 18:57:36.864 o.a.w.DefaultExceptionMapper:170 > [-apr-443-exec-6] - Unexpected error occurred > java.lang.IllegalArgumentException: Empty key > > Regards. > El 16/5/20 a las 16:22, K

Re: New tutorials Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M4

2020-05-16 Thread Konstantin Kuzov
Also better to use domain name in p:turnUrl if user have one and port number can be omitted if it is default 3478. сб, 16 мая 2020 г. в 17:22, Konstantin Kuzov : > Hi there, I have a few suggestions about tutorials. > > 1) I don't really understand the purpose for setting both

Re: New Features: "very fast conference" and more

2020-05-16 Thread Konstantin Kuzov
The only thing Jitsi does regarding to ports in default configuration is using nginx's APLN map feature ( http://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html) to hide default stun/turn ports behind nginx https port. But be aware that this feature can break secure websocket for some b

Re: New tutorials Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M4

2020-05-16 Thread Konstantin Kuzov
Hi there, I have a few suggestions about tutorials. 1) I don't really understand the purpose for setting both user and use-auth-secret in coturn. According to documentation they are both exclusive: # Be aware that use-auth-secret overrides some parts of lt-cred-mech. # The use-auth-secret feature

Re: ReferenceError: RTCPeerConnection is not defined

2020-05-15 Thread Konstantin Kuzov
vnik escribió: > > Works for me as well > > @Osvaldo, can you check `about:config` ? > > On Fri, 15 May 2020 at 21:17, Konstantin Kuzov > wrote: > >> Firefox 76.0.1 (64-bit) is working fine for me. >> This error can be seen only if media.peerconnection.en

Re: ReferenceError: RTCPeerConnection is not defined

2020-05-15 Thread Konstantin Kuzov
Firefox 76.0.1 (64-bit) is working fine for me. This error can be seen only if media.peerconnection.enabled is set to false in about:config for whatever reason... пт, 15 мая 2020 г. в 16:51, Osvaldo OBA. Benítez Aliaga < osval198...@gmail.com>: > Returns ReferenceError: RTCPeerConnection is not d