Re: Related to Mice and Audio issue in openmeetings

2020-03-31 Thread Maxim Solodovnik
Thanks Denis, much appreciated :) On Wed, 1 Apr 2020 at 11:52, Denis Noctor wrote: > Hi there Maxim, > > Thank you so much for the offer of going through the log files. However, > after seeing the volume of emails you’ve been answering... and continue to > do so, I didn’t think it was fair to

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
Well Usually it all ends up on second or third email Maybe you can try with non-dockerized-turnserver ? On Wed, 1 Apr 2020 at 08:19, Arndt, Wolfgang wrote: > I give up for now. This is annoying. > > Why things must be so complicated :-( > > > > I tested for open ports. I openend all

Re: Related to Mice and Audio issue in openmeetings

2020-03-31 Thread Denis Noctor
Hi there Maxim, Thank you so much for the offer of going through the log files. However, after seeing the volume of emails you’ve been answering... and continue to do so, I didn’t think it was fair to distract you further with my problem and as a result decided to go through everything again

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
yep I was right: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy#Directives `display-capture ` should be added can you try to add it locally (into `renderer.php`) and tell me if it

Re: newest Snapshot-Version <> Snapshot December

2020-03-31 Thread R. Scholz
Hello Maxim, - "missing files" after export/import After switching on my brain I see that with generating the new database my admin-user is another like before. So the missing files are there - at the "marked-as-import-user". - video/audio-configuration not appears To import my configuration

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
Unfortunately I was not able to solve it using links you provided. To answer your questions: 1. We are using let'encrypt for ssl certificates 2. "Modulekey" is unique for every moodle instance Another thing I noticed about firefox: when I'm authorizing through moodle (when logging through moodle

SOAP API AND OM 5

2020-03-31 Thread Rodolfo Gonzalez
Hi, I'm trying OM 5M4 (snapshot). Regarding the SOAP API, which changes must be implemented in the client side for the API to work? I tried to create a room but I get a blank page. Using Yii PHP with this class: https://github.com/hakeem23/open-meetings-soap Thanks a lot. Rodolfo. P.S. 5 has

Re: newest Snapshot-Version <> Snapshot December

2020-03-31 Thread Maxim Solodovnik
I would recommend to use cmd-admin with keys 'i' -> install + 'file' -> perform import while installing + 'skip default-objects' -> do not create additional users/rooms etc. (backup file have them all ... ) `allow.frontend.register` should be honored, please file JIRA On Tue, 31 Mar 2020 at

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
Screen-sharing might be some additional restriction for `iframe-based-paged` https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/renderer.php#L138 And this might be FF limitation only (I'll check) Have you tried latest SNAPSHOT? On Tue, 31 Mar 2020 at 13:15, Mikhail Zhmurin

Re: SOAP API AND OM 5

2020-03-31 Thread Maxim Solodovnik
Sorry I only support https://github.com/openmeetings/openmeetings-api-plugin and https://github.com/openmeetings/openmeetings-moodle-plugin Unfortunately I have no time to review all OM related code :(( The only thing changed that might affect room creation is room type Now it should be UPPERCASE

AW: ldap config problems with authentication

2020-03-31 Thread Rohrbach, Gerald
Maxim, two small questions/ issues. Is it simple possible to set in the Login the LDAP as default and localDB as option. So just the other way round? If we do use LDAP ADS it seems not to work, that a user can change his own setting, If we set ldap password sync we will run into the password

Re: System crash when trying to change a translation

2020-03-31 Thread Maxim Solodovnik
Please share resulting: Key and value It was 281 -> Help and support On Tue, 31 Mar 2020 at 18:06, Hassan Ayoub wrote: > Hello, > When i go to language, and change a translation in english for key help > and support, system get corrupted, is this a bug? > Thanks in advanced > -- WBR Maxim

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
Well, I would prefer if you can set up M4-SNAPSHOT and check if Moodle user can login This will require modified Moodle plugin (available in sources only https://github.com/openmeetings/openmeetings-moodle-plugin) Or if the issue is reproducible for you Maybe you can share your steps? Everything

Re: Connection Problems

2020-03-31 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/OPENMEETINGS-2209 to track progress On Mon, 30 Mar 2020 at 20:24, Peter Dähn wrote: > ok.. wait for that... ;-) > > Am 30.03.20 um 14:15 schrieb Maxim Solodovnik: > > I'll try to add "connection status handling" to the client > > So user will be aware of

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
well, stream doesn't exist and recording stopped are different issues :) the latter was reported as https://issues.apache.org/jira/browse/OPENMEETINGS-2206 (with no clear steps) coturn user shouldn't be an issue, BUT i run it as user `nobody` (just in case) please check if when you start

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
Ok that definetely worked! That's one problem solved! Thank you very much. Still the problem with chrome stays. You mentioned earlier about this fix https://issues.apache.org/jira/browse/OPENMEETINGS-2202 . Does this address incorrect hash problem for chrome? If yes what should I do with this?

Re: newest Snapshot-Version <> Snapshot December

2020-03-31 Thread R. Scholz
Helle Maxim, thank you for correct the registration-btutton. Can you tell me which file I have to update? After the "big database-update" yesterday I hope I can overwrite only the file you repair with the new one. Best regards, René Am 31.03.2020 um 08:42 schrieb Maxim Solodovnik: I

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
Databases are not compatible Usually for testing I'm starting new OM with internal H2 DB, this way original db remain unchanged :)) Your recording issues can be caused by 1) the fact OM and KMS were started using different accounts 2) missing converters click exclamation icon to see dialog with

Re: newest Snapshot-Version <> Snapshot December

2020-03-31 Thread Maxim Solodovnik
you can download latest SNAPSHOT (as soon as it will be ready) and replace openmeetings-web*.jar On Tue, 31 Mar 2020 at 16:19, R. Scholz wrote: > Helle Maxim, > > thank you for correct the registration-btutton. > Can you tell me which file I have to update? After the "big > database-update"

Re: ldap config problems with authentication

2020-03-31 Thread Maxim Solodovnik
On Tue, 31 Mar 2020 at 15:26, Rohrbach, Gerald wrote: > Maxim, > > > > two small questions/ issues. > > > > Is it simple possible to set in the Login the LDAP as default and localDB > as option. > > So just the other way round? > This one should be easy: Just set default.ldap.id

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
Is it possible to somehow use existing db with this snapshot? Because I'm pretty sure clear snapshot will do me no good. Also I'm facing problems with recordings they show up with yellow exclamation mark in om after I stop the recording and the stream folder of the room is just empty. Should I

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
I will try to use this snapshot and get back to you with results. About recording: it says "recording file is not found". Stream folder of the room is empty. KMS and OM are running under user "nobody" BUT since I'm behind NAT I'm using coturn which uses "kurento" as a coturn user. Could this be

System crash when trying to change a translation

2020-03-31 Thread Hassan Ayoub
Hello, When i go to language, and change a translation in english for key help and support, system get corrupted, is this a bug? Thanks in advanced

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
sure, Thanks for the testing :)) On Tue, 31 Mar 2020 at 18:59, Mikhail Zhmurin wrote: > And once again thank you for your patience and your help! As soon as all > the conferences will end tonight I will try to install the snapshot you > shared and I will get back to you with that chrome hash

Re: Connection Problems

2020-03-31 Thread Peter Dähn
Hi Maxim, thanks for the information. Today in the morning I succeed to setup everything in connection with the lms. I needed to add /proxyPort="443"/ to the connector definition in server.xml. Greetings Peter Am 31.03.20 um 11:17 schrieb Maxim Solodovnik:

Re: System crash when trying to change a translation

2020-03-31 Thread Maxim Solodovnik
Weird It already has guard Will try to reproduce On Tue, 31 Mar 2020 at 20:34, Maxim Solodovnik wrote: > Changes to language labels goes online after OM restart (this can be > improved in later releases) > Key can't be null, it will break everything > I'll add guard against this > > On Tue, 31

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
Well This line: root 2092 1 0 Mar29 ? Actually means: Process with ID `2092` was started as user `root` ... On Tue, 31 Mar 2020 at 18:35, Mikhail Zhmurin wrote: > root 2092 1 0 Mar29 ?00:10:15 /usr/bin/java >

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
Well I guess i'm just really dumb then. Sorry for waisting your time. To start it properly I should use /etc/init.d/tomcat3 where user "nobody" specified instead of service tomcat3 start that runs under root? Once again sorry for this rookie mistakes it never crossed my mind that this could be the

Re: System crash when trying to change a translation

2020-03-31 Thread Maxim Solodovnik
Works for me as expected What version are you using? On Tue, 31 Mar 2020 at 20:35, Maxim Solodovnik wrote: > Weird > It already has guard > Will try to reproduce > > On Tue, 31 Mar 2020 at 20:34, Maxim Solodovnik > wrote: > >> Changes to language labels goes online after OM restart (this can

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
And once again thank you for your patience and your help! As soon as all the conferences will end tonight I will try to install the snapshot you shared and I will get back to you with that chrome hash problem. вт, 31 мар. 2020 г. в 17:56, Maxim Solodovnik : > NP :) > we all humans > > I

Re: System crash when trying to change a translation

2020-03-31 Thread Hassan Ayoub
Hello, 1- If I change the translation to something like "Help and Support123", logout, relogin, nothing appear as changed. 2- If I ake the value of the key blank or null, the system get corrupted and shows: Internal error Return to home

Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
Hi @ all,   i wanted to setup our own openmeetings server with docker.   I try for days now to get it working, but it drives me mad now. I read a lot of documentation but i cannot find the right way.   Our Network: Dockerserver has ip: 10.50.100.13 and is behind a pfsense firewall with nat in

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
.webm should be created in the room folder or in the stream folder? By that I mean when I start the recording in the room for the first time OM creates a folder inside STREAM folder and names it using ID of the room. Ok so I checked and TEST_SETUP webms are definitely being created and I'm able

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
Sounds like folder permissions Do "ls -la" and check owners On Tue, Mar 31, 2020, 18:23 Mikhail Zhmurin wrote: > .webm should be created in the room folder or in the stream folder? By > that I mean when I start the recording in the room for the first time OM > creates a folder inside STREAM

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
NP :) we all humans I personally prefer the new way of starting Om under Ubuntu it is `openmeetings.service` bundled with OM and instructions are inside :) On Tue, 31 Mar 2020 at 18:51, Mikhail Zhmurin wrote: > Well I guess i'm just really dumb then. Sorry for waisting your time. To > start it

Re: Connection Problems

2020-03-31 Thread Maxim Solodovnik
Wasn't aware of such option will check it (as soon as I'll have some free time :)) On Tue, 31 Mar 2020 at 19:48, Peter Dähn wrote: > Hi Maxim, > > thanks for the information. > > Today in the morning I succeed to setup everything in connection with the > lms. I needed to add *proxyPort="443"*

Re: System crash when trying to change a translation

2020-03-31 Thread Hassan Ayoub
I changed it, restarted OM, now it opens https://hwsrv-604196.hostwindsdns.com:5443/openmeetings/notinited Hmmm...can’t reach this page Try this * https://hwsrv-604196.hostwindsdns.com:5443 * * Details * From: Maxim Solodovnik

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
drwxr-x--- 2 root root 4096 Mar 31 01:23 426 Here's that room number 426 drwxr-x--- 2 nobody root 4096 Mar 30 17:02 30 Here's room number 30 вт, 31 мар. 2020 г. в 17:32, Mikhail Zhmurin : > Hmm I think you were right. For some reasons root creates new folders for > rooms from

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Maxim Solodovnik
This is usually means OM is run using user `root` `ps -ef|grep java` ?? On Tue, 31 Mar 2020 at 18:32, Mikhail Zhmurin wrote: > Hmm I think you were right. For some reasons root creates new folders for > rooms from moodle. What should I do? > drwxr-x--- 2 nobody root 4096 Feb 14 16:04 2 >

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
Hmm I think you were right. For some reasons root creates new folders for rooms from moodle. What should I do? drwxr-x--- 2 nobody root 4096 Feb 14 16:04 2 drwxr-x--- 2 nobody root 4096 Mar 29 18:22 22 drwxr-x--- 2 nobody root 4096 Feb 14 16:04 3 drwxr-x--- 2 nobody root

Re: Acces denied when redirecting to room from moodle

2020-03-31 Thread Mikhail Zhmurin
root 2092 1 0 Mar29 ?00:10:15 /usr/bin/java -Djava.util.logging.config.file=/opt/open503/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources

Re: System crash when trying to change a translation

2020-03-31 Thread Maxim Solodovnik
Changes to language labels goes online after OM restart (this can be improved in later releases) Key can't be null, it will break everything I'll add guard against this On Tue, 31 Mar 2020 at 20:31, Hassan Ayoub wrote: > Hello, > 1- If I change the translation to something like "Help and

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
This TURN config works for me https://markmail.org/message/3dgy62lj3m74mogy (it contains couple additional parameters) On Tue, 31 Mar 2020 at 21:31, Arndt, Wolfgang wrote: > Hi @ all, > > > > i wanted to setup our own openmeetings server with docker. > > > > I try for days now to get it

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
":port" can be tested here https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ On Tue, 31 Mar 2020 at 22:56, Arndt, Wolfgang wrote: > I think my turn server is running. > > > > I tried that on > https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ > > >

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
turn_url will be the same turn_user and turn_pass are per your choice :) On Tue, 31 Mar 2020 at 23:46, Arndt, Wolfgang wrote: > I have to restart them om container,too. > > > How do i set the env parameters for that? > > > > *Von:* Maxim Solodovnik > *Gesendet:* Dienstag, 31. März 2020 18:42 >

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
In that config there are no user infos…   Von: Maxim Solodovnik Gesendet: Dienstag, 31. März 2020 18:48 An: Openmeetings user-list Betreff: Re: Openmeetings Docker Image / Kurento / Turn / NAT   turn_url will be the same turn_user and turn_pass are per your choice :)   On Tue, 31 Mar 2020 at

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
OK Here is your config listening-port=3478 verbose fingerprint user=kurento:kurento simple-log log-file=/var/log/turn.log min-port=49152 max-port=55000 Here is what I propose to try: listening-port=3478 verbose fingerprint use-auth-secret static-auth-secret=somegibberishtext

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
Now i have exactly your config. No OM picture ☹       Mit freundlichem Gruß Wolfgang Arndt Leiter des EDV-Service     Lernen fördern Unternehmensverbund Breite Straße 4-6 49477 Ibbenbüren Fon 05451 99916-201 Fax 02572 95010 www.lernenfoerdern.de ar...@lernenfoerdern.de       Lernen fördern e.

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
yep, its puzzling well, I'm out of ideas :( can you check if demo-next works for you? On Wed, 1 Apr 2020 at 00:30, Arndt, Wolfgang wrote: > With chrom no picture, too, > > > > I cannot interprete chrome://webrtc-internals > > > > > > > > *Von:* Maxim Solodovnik > *Gesendet:* Dienstag, 31.

Re: OpenMeetings

2020-03-31 Thread Maxim Solodovnik
Hello, please do not use multiple mailing lists :) to set up init.d script to autostart I would use sudo update-rc.d tomcat3 defaults According to KMS please check /etc/defaults/kurento-media-server On Tue, 31 Mar 2020 at 23:24, Encho Bratovanov wrote: > Hello, First I can ask you, how to

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
Is it browser independent? Any insite from chrome://webrtc-internals ? On Wed, 1 Apr 2020 at 00:22, YUP wrote: > add realm too. Sometime coturn doesn't work without real parameter. > > On Tue, Mar 31, 2020 at 7:12 PM Maxim Solodovnik > wrote: > >> please add this `lt-cred-mech` param and

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread YUP
Are you sure kurento is working? sudo docker container ls find openmeetings container sudo docker -it openmeetings_container_id bash Enter bash, check if kurento working: ps xuaw | grep kurento On Tue, Mar 31, 2020 at 7:30 PM Arndt, Wolfgang wrote: > With chrom no picture, too, > > > > I

Re: Moodle plugin conference size

2020-03-31 Thread Maxim Solodovnik
Hello, I'm confused a lot Here is the source of latest version of plugin available https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/mod_form.php#L112 As you can see the limit is 150 ... What version are you using? On Tue, 31 Mar 2020 at 21:50, Zenon Panoussis wrote: > >

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
I think my turn server is running.   I tried that on https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/   How are those parameters https://github.com/openmeetings/openmeetings-docker#useful-parametersexpected?   turn::port ?   or   turn::port ?   or :port or without

Re: System crash when trying to change a translation

2020-03-31 Thread Maxim Solodovnik
in the `logs` folder :))) (under the folder you have unpacked OM) On Tue, 31 Mar 2020 at 22:43, Hassan Ayoub wrote: > Where to find logs? > > > > Virus-free. > www.avast.com >

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
With chrom no picture, too,   I cannot interprete chrome://webrtc-internals       Von: Maxim Solodovnik Gesendet: Dienstag, 31. März 2020 19:25 An: Openmeetings user-list Betreff: Re: Openmeetings Docker Image / Kurento / Turn / NAT   Is it browser independent? Any insite from 

Re: System crash when trying to change a translation

2020-03-31 Thread Hassan Ayoub
Where to find logs? [https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif] Virus-free.

Re: Moodle plugin conference size

2020-03-31 Thread Zenon Panoussis
Hi > Here is the source of latest version of plugin available > https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/mod_form.php#L112 > As you can see the limit is 150 ... It's 150 for webinars, but only 16 for conferences. You can see it referenced in the language files

Re: Moodle plugin conference size

2020-03-31 Thread Maxim Solodovnik
Well, i believe this is misunderstanding room of type "conference" has label "Conference (max 16 participants)" And control to set the limit up to 150 label sets no limits 16 users with audio and video each will require lots of CPU and bandwidth so it is just recommendation :)) On Tue, 31 Mar

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
No changes. It is not working! Test onhttps://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/is working I get 8 candidates the last 4 are my home external ip and my office external ip. with 2 udp ports

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
Please try config from here https://markmail.org/message/3dgy62lj3m74mogy On Tue, 31 Mar 2020 at 23:40, Arndt, Wolfgang wrote: > This is my coturn config. > > > > listening-port=3478 > > verbose > > fingerprint > > user=kurento:kurento > > simple-log > > log-file=/var/log/turn.log > >

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
please add this `lt-cred-mech` param and restart coturn On Wed, 1 Apr 2020 at 00:09, Arndt, Wolfgang wrote: > Now i have exactly your config. > > No OM picture ☹ > > > > > > > > Mit freundlichem Gruß > Wolfgang Arndt > Leiter des EDV-Service > > > > > > Lernen fördern Unternehmensverbund >

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
No picture….   Mit freundlichem Gruß Wolfgang Arndt Leiter des EDV-Service     Lernen fördern Unternehmensverbund Breite Straße 4-6 49477 Ibbenbüren Fon 05451 99916-201 Fax 02572 95010 www.lernenfoerdern.de ar...@lernenfoerdern.de       Lernen fördern e. V., Kreisverband Steinfurt Sitz: Breite

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread YUP
add realm too. Sometime coturn doesn't work without real parameter. On Tue, Mar 31, 2020 at 7:12 PM Maxim Solodovnik wrote: > please add this `lt-cred-mech` param and restart coturn > > On Wed, 1 Apr 2020 at 00:09, Arndt, Wolfgang > wrote: > >> Now i have exactly your config. >> >> No OM

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread YUP
Hi, You should check open ports in your firewall, both tcp and udp. At least those needed for normal run of OM+kurento: 3478 TCP-UDP IN 5443 TCP IN TCP IN 49152:65535 UDP IN-OUT You can do it using nmap. My OM is behind office firewall too and I experienced the same behavior. In my case only

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
So you added missing params to coturn config restarted it And there is no picture in OM? On Tue, 31 Mar 2020 at 23:33, Arndt, Wolfgang wrote: > No changes. It is not working! > > > Test on > https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ > is working > > > I get 8

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
Tcp / upd 3478 Tcp 5443 Tcp And udp UDP 49152:65535 Are all forwarded to docker host Docker host out is allowed for UDP complete -Ursprüngliche Nachricht- Von: YUP Gesendet: Dienstag, 31. März 2020 18:13 An: user@openmeetings.apache.org Betreff: Re: Openmeetings Docker

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread YUP
Can you check if kurento server knows about turn server: docker exec -it OM_container_id bash grep turnURL /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini It should show uncommented turnURL On Tue, Mar 31, 2020 at 7:45 PM Maxim Solodovnik wrote: > can you remove mon/max ports? > > On Wed,

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
Yep, this one demo-next set up almost exactly like this listening-port=3478 verbose fingerprint lt-cred-mech use-auth-secret static-auth-secret=somegibberishtext simple-log log-file=/var/log/turn.log min-port=49152 max-port=55000 the differences are realm IS set simple-log NOT set

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread YUP
check kurento logs in the time whren you use it: ls /var/log/kurento-media-server tail -f /var/log/log_file_of_the_kureno_server On Tue, Mar 31, 2020 at 7:36 PM Arndt, Wolfgang wrote: > root@bd041c4c8805:/opt# ps xuaw | grep kurento > > nobody 501 0.1 0.2 2709200 37628 ? Sl 17:05

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
as well as demo-next On Wed, 1 Apr 2020 at 01:06, Maxim Solodovnik wrote: > OM docker doen't have turn URL in KMS configs > > On Wed, 1 Apr 2020 at 01:05, YUP wrote: > >> Can you check if kurento server knows about turn server: >> docker exec -it OM_container_id bash >> grep turnURL

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
and this param TURN_URL="turn:10.50.100.13:3478" looks like "EXTIP:3478" ? On Wed, 1 Apr 2020 at 00:36, Arndt, Wolfgang wrote: > root@bd041c4c8805:/opt# ps xuaw | grep kurento > > nobody 501 0.1 0.2 2709200 37628 ? Sl 17:05 0:02 > /usr/bin/kurento-media-server > > > > > > > >

New OVA VirtualBox file behind NAT of OpenMeetings 5.0.0-M3 on Ubuntu 18.04

2020-03-31 Thread Alvaro
Hello A new OVA file is at your disposal to import directly to VirtualBox. Someone asked me to do it. It's specially configured for behind a NAT-router on home computers. Contains: = OpenMeetings 5.0.0.-M3 (Web Video Conference Server) Apache Web Server MariaDB (Data

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread YUP
Moment, do you use turn for OM or for KMS? On Tue, Mar 31, 2020 at 8:07 PM Maxim Solodovnik wrote: > as well as demo-next > > On Wed, 1 Apr 2020 at 01:06, Maxim Solodovnik > wrote: > >> OM docker doen't have turn URL in KMS configs >> >> On Wed, 1 Apr 2020 at 01:05, YUP wrote: >> >>> Can you

New install of M4 SNAPSHOT shows multiple users and type error

2020-03-31 Thread Daniel Baker
I installed it  with a new mysql database   (no backup and import ) and  get this : I have not set  up letencrypt yet so the cameras won't turn on which might explain bottom right error. I am aiming to test the new   Moodle  Plugin Name OpenMeetings Version 5.0.0-M4-SNAPSHOT Revision

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
root@bd041c4c8805:/opt# ps xuaw | grep kurento nobody 501  0.1  0.2 2709200 37628 ?   Sl   17:05   0:02 /usr/bin/kurento-media-server       Von: YUP Gesendet: Dienstag, 31. März 2020 19:34 An: user@openmeetings.apache.org Betreff: Re: Openmeetings Docker Image / Kurento / Turn / NAT  

Re: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Maxim Solodovnik
can you remove mon/max ports? On Wed, 1 Apr 2020 at 00:43, Arndt, Wolfgang wrote: > Demo works > > > > *Von:* Maxim Solodovnik > *Gesendet:* Dienstag, 31. März 2020 19:32 > *An:* Openmeetings user-list > *Betreff:* Re: Openmeetings Docker Image / Kurento / Turn / NAT > > > > yep, > > its

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
Do you mean https://om.alteametasoft.com:8443/next?   That works.           On Wed, 1 Apr 2020 at 01:05, YUP wrote: Can you check if kurento server knows about turn server: docker exec -it OM_container_id bash grep turnURL /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini It should show

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
Demo works   Von: Maxim Solodovnik Gesendet: Dienstag, 31. März 2020 19:32 An: Openmeetings user-list Betreff: Re: Openmeetings Docker Image / Kurento / Turn / NAT   yep, its puzzling   well, I'm out of ideas :(   can you check if demo-next works for you?   On Wed, 1 Apr 2020 at 00:30,

Re: New install of M4 SNAPSHOT shows multiple users and type error

2020-03-31 Thread Maxim Solodovnik
Unfortunately you took broken build please use #3084+ On Wed, 1 Apr 2020 at 01:54, Daniel Baker wrote: > > I installed it with a new mysql database (no backup and import ) and > get this : > > I have not set up letencrypt yet so the cameras won't turn on which might > explain bottom right

AW: Openmeetings Docker Image / Kurento / Turn / NAT

2020-03-31 Thread Arndt , Wolfgang
I give up for now. This is annoying. Why things must be so complicated :-(   I tested for open ports. I openend all outgoing ports for the host where coturn and the Docker OM Container is.   Is there a step by step way to test?   It is such an unormal setup?     Wolfgang                

Nuevo OVA VirtualBox para NAT de Live OpenMeetings 5.0.8 en Ubuntu 18.04

2020-03-31 Thread Alvaro
Hola, Se encuentra a vuestra disposición un nuevo archivo OVA para importar directamente a VirtualBox. Alguien solicitó que lo hiciera. Está especialmente configurado para su empleo tras un NAT-router en computadoras de casa. Contiene: === OpenMeetings 5.0.0-M3 (Servidor Video

Новый OVA VirtualBox файл за NAT OpenMeetings 5.0.0-M3 на Ubuntu 18.04

2020-03-31 Thread Alvaro
Привет, Новый архив в вашем распоряжении OVA импортировать непосредственно в VirtualBox. Кто-то попросил меня сделать это. Он специально настроен для использования после NAT-маршрутизатора на домашних компьютерах. Содержит: === OpenMeetings 5.0.-M3 (Сервер веб-видеоконференций)