< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Hey Scott, I’m sincerely sorry for the troubles, The server has always been working fine, it was actually a mistake in the configuration (client-side)… I was trying this within my _javascript_ web-app (and in the online tool aswell) : new RTCPeerConnection({ 'iceServers': [ { 'urls': [ 'turn:turn.my-domain.com:5349' ], 'username': 'test', 'credential': '*******' } ] }); And the URL was actually wrong, TURN over TLS needs the « turns » protocol, and not « turn »... new RTCPeerConnection({ 'iceServers': [ { 'urls': [ 'turns:turn.my-domain.com:5349' ], 'username': 'test', 'credential': '*******' } ] }); Few hours lost for an « s », but at least it works fine :) Thank you again for your support, And for providing this great project !! Best regards, Florent Schildknecht UX-designer et développeur web auto-entrepreneur +33 6 78 41 74 79 (France)+46 7 64 15 32 64 (Sweden)
|
Attachment:
signature.asc
Description: Message signed with OpenPGP using GPGMail