Questions tagged [turn]

Traversal Using Relays around NAT is an internet protocol that allows clients to receive connections even if their addresses are translated by middleware.

Traversal Using Relays around NAT (abbreviated: TURN) is an internet protocol that allows clients to receive connections even if their addresses are translated by middleware like NATS or firewalls. A related concept is .

Not to be confused with:

415 questions
0
votes
1 answer

XirSys - SimpleWebRTC - I get 'Could not validate application' when doing the request to iceServers

My request to xirsys endpoint looks like this: $.ajax({ type: "POST", dataType: "json", url: "https://api.xirsys.com/getIceServers", data: { ident: "username", secret: "secret_api_key", domain:…
0
votes
1 answer

How do I check custom TURN server is working with easyRTC

I am working on an application for Audio/Video calls using easyrtc. I have added turn server details in server.js file to configure the turn servers I want to use. var myIceServers = [ {url: "stun:stun.anyfirewall.com:3478"}, {url:…
Mandar Pandit
  • 2,171
  • 5
  • 36
  • 58
0
votes
1 answer

How to set up stunserver and turnserver in icedemo?

I am using pjsip project 2.3.and I want to use ice to imp my p2p. so i compiled icedemo.c.and the cmdline is "-s stunserver.org". but when i run the demo,i found it can not work well. the dump info like this: 11:46:45.343 os_core_win32. pjlib 1.4…
Rcan
  • 3
  • 3
-1
votes
2 answers

Adding the first 3 words in a string to the last 3 words in a string and skip what's in the middle in JS

How can I get the first 3 words from a string and add them to the last 3 words of the same string and skip the text in the middle. For ex., The string "I have something important to tell you guys" The result should be the string "I have something…
Iryshka Ka
  • 11
  • 4
-1
votes
1 answer

A way to connect 2 COTURN servers

I have for example 5 webRTC peers connected to each other through COTURN server (turnServer1). All of them are behind symmetric NAT which means that they cannot establish connection without TURN server. All these peers are sending MediaStreams with…
SuperYegorius
  • 754
  • 6
  • 24
-1
votes
1 answer

Can't access from SSH to secondary public IP

I have a virtual machine with Ubuntu 16.04 with two public IPs on Azure, one primary and one secondary in the same network interface. I need two public IPs to be able to mount a STUN / TURN / ICE server. I can access the main one by SSH but the…
poly82
  • 39
  • 7
-1
votes
2 answers

TURN server doesn't response TCP relay candidate

I setup turnserver 3.2.5.9 for WebRTC I'd like to do this. Client-A-->(TCP)-->TURN-->(UDP)-->TURN-->(TCP)-->Client-B I have tow problems each Client-A and B ,both in different private network each other. For the Client-A's issue. The TURN server…
user1345414
  • 3,745
  • 9
  • 36
  • 56
-1
votes
2 answers

enable 443 port for TURN server

What is that one port i need to open in ec2 instance so that it will allow me to open below link on ssl as well. Without HTTPS --this is working fine With Https --this is giving error please help
Rizwan
  • 95
  • 1
  • 13
-1
votes
1 answer

Can we do away with TURN server for WebRTC sessions to be successful for ALL the scenarios?

Can we do away with TURN server for WebRTC sessions to be successful for ALL the scenarios? By ALL the scenarios, I mean the two peers can be served by different ISPs and the traffic may be routed through multiple hops over the public internet. If…
-2
votes
1 answer

I would like to set up rfc5766-turn-server in Ubuntu 14.04, can anyone give me the set of steps listed all together ? I am doing it in AWS EC2

I have tried to install and set up rfc5766-turn-server in AWS EC2 but unable to do it as I do not see a proper flow of work or command line for that, can someone help me about this ? I need to set it up in Ubuntu 14.04
1 2 3
27
28