Values seems to be OK
According to the logs multimedia stream is not coming from the client ....
I would say something wrong with TURN server

can you check if everything works as expected if client in the same network?

On Thu, 3 Dec 2020 at 20:33, Maxim Solodovnik <solomax...@gmail.com> wrote:

> values seems to be OK
> are you running 5.0.1 and 5.1.0 simultaneously?
> what's in the logs?
>
>
> On Thu, 3 Dec 2020 at 19:42, Varga Balázs <join...@gmail.com> wrote:
>
>> Hello Maxim!
>>
>> KMS, coturn run from OMS 5.0.1 setup.  OMS5.0.1 working. Not change kms,
>> coturn setup, only install 5.1.0 snapshot, SIP disabled
>>
>> Test result: If presenter speak, on receiver guest widget blink green
>> (voice signaling), can't hear sound, not view video.
>>
>> Time-to time show orange alert box - media server connection problem, try
>> reconnect
>>
>> Howto redirect KMS log from docker to /var/log/kurento/ ?
>>
>>
>> This config try:
>>
>> ebapps/openmeetings/WEB-INF/classes$ cat openmeetings.properties
>> #
>> # Licensed to the Apache Software Foundation (ASF) under one
>> # or more contributor license agreements.  See the NOTICE file
>> # distributed with this work for additional information
>> # regarding copyright ownership.  The ASF licenses this file
>> # to you under the Apache License, Version 2.0 (the
>> # "License"); you may not use this file except in compliance
>> # with the License.  You may obtain a copy of the License at
>> #
>> #     http://www.apache.org/licenses/LICENSE-2.0
>> #
>> # Unless required by applicable law or agreed to in writing,
>> # software distributed under the License is distributed on an
>> # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>> # KIND, either express or implied.  See the License for the
>> # specific language governing permissions and limitations
>> # under the License.
>> #
>> ################## Timeouts ##################
>> #            5000        == 5 sec
>> #            300000        == 5 min
>> #            900000        == 15 min
>> #            1800000        == 30 min
>> #            3600000        == 1 hour
>> #            86400000    == 1 day
>> #            604800000    == 7 days
>> job.cleanup.session.timeout=1800000
>> job.cleanup.test.setup.timeout=3600000
>> job.cleanup.reset.hash.ttl=86400000
>> job.cleanup.conf.log.ttl=604800000
>>
>> ################## Kurento ##################
>> kurento.ws.url=ws://127.0.0.1:8888/kurento
>> *kurento.turn.url=93.178.xxx.xxx:3478*
>> *kurento.turn.user=nobody*
>>
>> *kurento.turn.secret=86d4917686ea03c688283bb4e05da7d7c3632ed39a27c7ed743bc9239d2fxxxx*
>> *kurento.turn.mode=rest*
>> ## minutes
>> kurento.turn.ttl=60
>> ## milliseconds
>> kurento.check.timeout=10000
>> ## milliseconds
>> kurento.object.check.timeout=200
>> kurento.watch.thread.count=10
>> kurento.flowout.timeout=5
>> ## please ensure this one is unique, better to regenerate it from time to
>> time
>> ## can be generated for ex. here https://www.uuidtools.com
>> kurento.kuid=df992960-e7b0-11ea-9acd-337fb30dd93d
>> ## this list can be space and/or comma separated
>> kurento.ignored.kuids=
>>
>> ################## SIP ##################
>> ### Should be updated with real values for Asterisk ###
>> sip.hostname=
>> sip.manager.port=5038
>> sip.manager.user=openmeetings
>> sip.manager.password=12345
>> sip.manager.timeout=10000
>>
>> sip.ws.local.port.min=6666
>> sip.ws.local.port.max=7666
>> ## 127.0.0.1 is NOT working here
>> sip.ws.local.host=
>> sip.ws.remote.port=8088
>> sip.ws.remote.user=omsip_user
>> sip.ws.remote.password=12345
>>
>>
>> SERVICES:
>>
>> netstat -tnlp
>> Active Internet connections (only servers)
>> Proto Recv-Q Send-Q Local Address           Foreign Address
>> State       PID/Program name
>> tcp        0      0 172.17.0.1:3478         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3478     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3478          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3478         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3478     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3478          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3478         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3478         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3478     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3478     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3478          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3478          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3479         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3479     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3479          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3479         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3479     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3479          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3479         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 172.17.0.1:3479         0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3479     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 193.178.xx.xx:3479     0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3479          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3479          0.0.0.0:*
>> LISTEN      973199/turnserver
>> tcp        0      0 127.0.0.1:3306          0.0.0.0:*
>> LISTEN      800/mysqld
>> tcp6       0      0 :::2035                 :::*
>> LISTEN      801/sshd: /usr/sbin
>> tcp6       0      0 ::1:3478                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3478                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3478                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3478                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3479                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3479                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3479                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 ::1:3479                :::*
>> LISTEN      973199/turnserver
>> tcp6       0      0 :::5080                 :::*
>> LISTEN      976274/java
>> tcp6       0      0 :::8888                 :::*
>> LISTEN      973238/docker-proxy
>> tcp6       0      0 :::5443                 :::*
>> LISTEN      976274/java
>> tcp6       0      0 127.0.0.1:8005          :::*
>> LISTEN      976274/java
>> tcp6       0      0 :::5701                 :::*
>> LISTEN      976274/java
>> tcp6       0      0 :::80                   :::*
>> LISTEN      866/apache2
>>
>>
>> 2020. 12. 03. 6:24 keltezéssel, Maxim Solodovnik írta:
>>
>> Hello Varga,
>>
>> I would start with sharing what have you entered into
>> openmeetings.properties
>> without this noone can help
>>
>> On Thu, 3 Dec 2020 at 04:39, Varga Balázs <join...@gmail.com> wrote:
>>
>>> Hello Boys!
>>>
>>> Please send me configuration help, howto set-up 5.1.0
>>>
>>> I testing 5.0.0, 5.0.1, have many instabilise problem.
>>>
>>> I try 5.1.0 from
>>> https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/173/
>>>
>>> I try set up web-inf/classes/openmeetings.properties : kurento ip, port,
>>> user, secret (as working om 5.0.1) can't connect media server.
>>>
>>>
>>> --
>>> Varga Balázs
>>> +36-70-389-4753
>>> SZHWEB Bt.
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>> --
>> Varga Balázs
>> +36-70-389-4753
>> SZHWEB Bt.
>>
>>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim

Reply via email to