Hello Dennis, please add user@ list back when discussion is not private anymore (with cleaning up private data in quoted emails :)))
On Sat, 19 Sep 2020 at 23:41, dww <[email protected]> wrote: > > It seems stable now. > > One last question on this thread: > > On my laptop with PureOS ( a Debian derivative) with PureBrowser ( derivative > of Firefox) when I select the share screen action I get a message that the > browser does not support screen sharing. > On my other laptop with Win10 and Firefox, screen sharing works. I would > thing PureBrowser should work. Is there a configuration option that I could > allow screen sharing on PureBrowser or is that hard coded or is the > configuration on the browser? Browsers are being manually filtered to determine if screen-sharing is supported (please check here https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js#L273) In case your PureBrowser doesn't report it's name as 'Firefox' it will be filtered To fix it please do the following: 1) Enter any room using PureBrowser 2) Open developer console (usually available after F12 is pressed) 3) open Console tab 4) type: `kurentoUtils.WebRtcPeer.browser` 5) share result with me Thanks in advance :) > > Thanks, > Dennis > > On Sun, 2020-09-13 at 09:50 +0700, Maxim Solodovnik wrote: > > > > On Sun, 13 Sep 2020 at 02:35, dww <[email protected]> wrote: > > Hi, > > I am at a loss on what to do. I checked all the log files I could find and > the error below from the log file for the kms docker container is the only > thing I could find but I followed the tutorial for applicationContext.xml. > The only strange thing I saw was that in /opt/logs, I see log files > openmeetings.log and like openmeetings.2020-08-30.0.log however they have not > been written to since 8/31/2020. > > > this usually caused by wrong folder owner and/or permissions > please check log folder is owned by the user who start OM > > > > Any other suggestions? I would like to get this working for a small > non-profit group so we can avoid using Zoom. > > Should I do a direct install of KMS instead of using the docker container? > However, I surmise that alot of users got this to work. > > > could you please remind me what the current situation is? > could you share a link (maybe privately) to your system if it is online? > > > > Thanks, > > Dennis -- Best regards, Maxim
