stun Questions

8

I am trying to figure out how to test whether a STUN/TURN server is alive and properly responding to connections. Ideally this test would be performed from an external machine, just in case the STU...
Stave asked 27/2, 2015 at 18:50

3

I'm looking at the webrtc.html and peerconnection_server demo, and it is working fine between two Chrome browsers. My question is, what exactly is the first param of webkitPeerConnection ? pc = ne...
Jahncke asked 19/11, 2013 at 9:29

1

I am facing this error while testing STUN Servers in Chrome: The server stun:stun.l.google.com:19302 returned an error with code=701: STUN host lookup received error. https://webrtc.github.io...
When asked 24/4, 2020 at 8:9

5

Solved

I'm interested in Peer-to-Peer connections in the browser. Since this seems to be possible with WebRTC, I'm wondering how it works exaclty. I've read some explanations and saw diagrams about it an...
Rocket asked 3/10, 2012 at 12:13

3

I'm trying to make an (apache) server behind multi-layered NAT to be accessible from Internet. Restrictions: Avoid relay. There is a public server (we call him the OldMan) for login / stun, but ...
Settle asked 26/7, 2012 at 8:59

1

It has come to my attention recently that WebRTC could leak the real IP address even behind a VPN. How exactly is it possible for WebRTC to get my real IP address? A VPN typically creates a new in...
Kelle asked 11/2, 2018 at 23:12

0

I was under the impression that WebRTC goes to great lengths to achieve P2P connectivity despite NATs. [1][2] That's why I was surprised to learn that WebRTC fails to connect peers in some situatio...
Debag asked 7/1, 2022 at 16:56

2

Solved

I've read that ICE is an agent on the WebRTC server which sends SDP information of users to STUN or TURN server. STUN and TURN server gives this SDP information and makes a P2P connection for the u...
Dorset asked 26/12, 2019 at 6:44

2

I have installed the open source TURN server(rfc5766-turn-server), I run it using the following command sudo turnserver -L my.domain.in -a -b /usr/local/etc/turnuserdb.conf -f -r domain.in This is...
Lisandralisbeth asked 21/12, 2013 at 14:21

0

I am trying to stream a video to a browser using WebRTC. The error I am receiving is WebRTC: ICE failed, add a STUN server and see about:webrtc for more details. This is a bit surprising to me beca...
Wieland asked 2/11, 2020 at 8:54

4

Solved

My understanding about STUN server for webrtc is that when the clients are behind the NAT (in most cases, if not all), the STUN server will help the webrtc clients to identify their addresses and p...
Tadashi asked 17/5, 2014 at 20:27

1

I am using Flutter WebRTC for creating P2P video calling. I have encountered a problem which is related to networking: I have completeled the application but it only works with Mobile Data. When ch...
Pb asked 9/8, 2020 at 15:29

0

I am using RTCmulticonnection in one of my project everything works fine except it is not working on different networks. I Have gone through Github issue which state that it needs turn server to ru...
Woll asked 8/8, 2020 at 10:35

2

Solved

EDIT: I wrote a detailed tutorial explaining how to build an simple Videochat-application including a signaling server: Tutorial: Create your own Videochat-Application with HTML and JavaScript Pl...
Theran asked 30/6, 2013 at 15:7

1

Solved

If I am building a WebRTC app and using a Selective Forwarding Unit media server, does this mean that I will have no need for STUN / TURN servers? From what I understand, STUN servers are used for...
Vidicon asked 18/4, 2020 at 9:39

2

Solved

I don't get any candidates while testing my STUN & TURN server (CoTurn) with Trickle ICE on a MacBook 10.12.6 using Chrome 62.0.3202.89: https://webrtc.github.io/samples/src/content/peerconnec...
Aulea asked 8/11, 2017 at 20:59

2

Solved

I'm trying to make a peer to peer Javascript game that can be played on mobile browsers. I have been able to successfully set up a p2p connection between two phones within my local WiFi network. ...
Wattmeter asked 25/1, 2020 at 5:9

2

Solved

I am working on a webrtc application and have to implement following TURN server. https://code.google.com/p/rfc5766-turn-server/ I am following this tutorial. http://www.dialogic.com/den/d...
Outnumber asked 6/3, 2014 at 19:22

3

Solved

I have found several java STUN implementations Java and Which Stun libraries i should use? There is JSTUN: http://jstun.javawi.de/ STUN: http://java.net/projects/stun See also: STUN...
Chromatid asked 14/12, 2014 at 12:43

3

I'm having trouble with NAT traversal and WebRTC. Videostreaming works with some people, but not with someone who's behind a student dorm router. I think this should be solved by using a TURN serv...
Dunno asked 25/4, 2014 at 12:0

1

Solved

I wish to understand what generates the ICE candidates in a local webRTC application that does not use a STUN server.
Partheniaparthenocarpy asked 7/4, 2019 at 21:14

1

Solved

I'm trying to understand how WebRTC works and am having trouble understanding the role of STUN. From what I understand in reading about STUN on various web-pages, such as rfc5389, or watching Googl...
Larkin asked 23/2, 2019 at 8:31

1

Solved

I want to use coturn with oAuth. If I understood it correctly I need to do two things: Storing the oAuth tokens in the database coturn is using Sending the ACCESS-TOKEN and USERNAME STUN attribut...
Rattoon asked 28/7, 2015 at 15:6

1

Solved

I am trying to install CoTurn 4.5.0.6 on a Digital Ocean Ubuntu 16.04.3 LTS. I can't use sudo apt-get install coturn since it installs version 4.5.0.3. Also I can't install Ubuntu 17.10 since I nee...
Carn asked 12/11, 2017 at 12:53

1

I've been trying to create a socket chat/file transfer application for several weeks now. I've spent hours searching on the internet for a piece of code on UDP hole punching to work with, but I hav...
Blastoderm asked 23/8, 2014 at 18:53

© 2022 - 2024 — McMap. All rights reserved.