--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for your help,
Oliver
Hi Oliver,did you finally check with libnice if they support this?Thanks,
On Tue, Dec 15, 2015 at 7:48 PM, Ivan Gracia <igr...@kurento.org> wrote:
Hum, don't know if libnice supports that. Have you checked with them?
On Fri, Dec 4, 2015 at 4:02 PM, Oliver <o.wei...@oevermann.de> wrote:
Hi Ivan,using turns and ?transport=tcp Wireshark shows TLSv1.2 Client Hello, Server Hello, Encrypted Handshake Message etc.. Turnserver -v also logs session 00...01: [...] cipher=...AES256... method=TLSv1.2 (SSLv23).Using turns and ?transport=udp Wireshark shows no udp packets being sent to the turnserver on port 55555. I would expect a DTLS handshake. Turnserver -v of course logs nothing, I would expect something similar to TLS.
I configured the TURN in WebRtcEndpoint.conf.ini:
"turnURL" : "user:cr...@turn.myturnserver.net:55555?transport=udp"
Is this correct? I do not know how to specify turns AND give credentials. turns:u...@turn.myturnserver.net seems weird. ;)