Usually turnUrl is EXTERNAL_IP:PORT and it depends on how you turn server is configured ...
On Mon, 8 Jul 2019 at 20:15, René Scholz <[email protected]> wrote: > > Hello Maxim, > > thank you. > What you have wrote at "p:turnUrl"? > > Best regards, > > René > > > Am 08.07.2019 um 14:21 schrieb Maxim Solodovnik: > > After configuring coturn you need to fill > > p:turnUrl="" > p:turnUser="" > p:turnSecret="" > > > > > On Mon, 8 Jul 2019 at 19:14, René Scholz <[email protected]> > wrote: >> >> Hello Maxim, >> >> which modifies I have to edit in "applicationContext.xml"? >> I think you mean the section "KurentoHandler"? >> >> Best regards, >> >> René >> >> >> Am 08.07.2019 um 11:23 schrieb Maxim Solodovnik: >> >> Hello Rene, >> >> According to Kurento documentation [1] STUN/TURN server can be specified at >> WebRtcEndpoint.conf.ini >> This string >> turnURL=<User>:<Pass>@<IpAddress>:<Port>[?transport=<Transport>] >> States the TURN server is available at <IpAddress>:<Port> >> And it's credentials are <User>:<Pass> >> (This is NOT system/Kurento/OM user, this is user allowed to use Turn server) >> >> Unfortunately this doesn't work for me >> >> The way it works for me is: >> 1) install coturn server >> 2) set this up (this [2] article helps me a lot) >> 3) specify address and credentials at applicationContext.xml [3] >> >> [1] >> https://doc-kurento.readthedocs.io/en/stable/user/installation.html#stun-and-turn-servers >> [2] >> https://stackoverflow.com/questions/35766382/coturn-how-to-use-turn-rest-api >> [3] >> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/classes/applicationContext.xml#L151 >> >> On Mon, 8 Jul 2019 at 15:50, René Scholz <[email protected]> >> wrote: >>> >>> Hello, >>> >>> I try to use Kurentu as TURN-Server, cause I am behind a firewall. >>> >>> Ubuntu 18.04, Kurento installed with apt, not the docker-version >>> >>> When my OM5-device is in my Intranet it works without >>> conf-modifications. I think this is the STUN-configuration. >>> When I put it in my DMZ, switch the firewall that 5443 and 8888 goes >>> through, I see the whiteboard but not the video and audio. >>> >>> So I try to switch Kurento to TURN-Server. >>> >>> I find the line in the WebRtcEndpoint.conf.ini >>> turnURL=<User>:<Pass>@<IpAddress>:<Port>[?transport=<Transport>] >>> >>> Can anyone give me an example what I have to write there? >>> >>> Is the "user" my local User which Kurento is running with? Or is it a >>> User who exists on my system? >>> Is with IP my (static) public-IP? >>> And which port is the right one here? 5443? Or 8888? >>> >>> I will be very happy it somybody can help me. >>> >>> With best regards, >>> >>> René >>> >> >> >> -- >> WBR >> Maxim aka solomax >> >> > > > -- > WBR > Maxim aka solomax > > -- WBR Maxim aka solomax
