Top "Stun" questions

STUN stands for Session Traversal Utilities for NAT.

STUN/TURN server connectivity test

I am trying to figure out how to test whether a STUN/TURN server is alive and properly responding to …

webrtc stun turn
what is STUN stun.l.google.com:19302 used for

I'm looking at the webrtc.html and peerconnection_server demo, and it is working fine between two Chrome browsers. My …

node.js webrtc stun
How to self-host to not rely on WebRTC STUN server stun.l.google.com:19302?

I have just downloaded a video chat project. It uses a STUN server and specifies the URL stun:23.21.150.121. How can …

node.js webrtc stun
Implementing our own STUN/TURN server for WebRTC Application

I am working on a webrtc application and have to implement following TURN server. https://code.google.com/p/rfc5766…

webrtc stun rfc5766turnserver turn
WebRTC - How many STUN/TURN servers do I need to specify?

I'm having trouble with NAT traversal and WebRTC. Videostreaming works with some people, but not with someone who's behind a …

javascript webrtc stun
How to create stun turn server instance using AWS EC2

Actually i wants to use my own stun/Turn server instance and i want to use Amazon EC2 .If anybody …

amazon-web-services amazon-ec2 webrtc stun turn
Use specific ports for webRTC

When creating a peer to peer audio connection using webRTC, the STUN server we use will return the public IP …

port webrtc stun
Java UDP hole punching example - connecting through firewall

Lets say I have two computers. They know each others public and private IPs via ice4j. One client listening …

java networking hole-punching stun
Is STUN server absolutely necessary for webrtc when I have a socket.io based signaling server?

My understanding about STUN server for webrtc is that when the clients are behind the NAT (in most cases, if …

webrtc stun
STUN, TURN, ICE library for Java

I need to establish a P2P UDP and TCP Connection between two Users. Both of them are behind a …

java nat stun turn