stun Questions
1
I went through the Programming P2P application SO post. but I think I'm still unclear as to how the STUN work under the hood.
So, I would like to post my understanding and hope to get them correct...
Bossy asked 30/7, 2017 at 11:47
1
My question today is how to develop stun and turn servers for webrtc peer-to-peer application in c# is there any library supports this, I can't find any example or resource to obtain this.
Please h...
2
I have been working on a video chat application using WebRTC and using Java Websocket as a Signalling server.
This application is working successfully on Tomcat.
Currently I am using Google's S...
4
I have just downloaded a video chat project. It uses a STUN server and specifies the URL stun:23.21.150.121. How can I use my own server instead of the STUN server? What do I have to enter instead ...
5
if I am in a room with other 7 users, I am wondering if WebRTC force every user to establish a connection to each one of other participants.
Obviously it would consume something like 7kb/s*7 downl...
Adjudication asked 16/6, 2013 at 15:21
1
Solved
I know about NAT traversal and about STUN, TURN and ICE and its use. I want to know whether these are implemented in peer to peer file sharing application like bittorrent. Whether trackers facilita...
Marquita asked 21/5, 2016 at 20:41
1
I have just started out with learning WebRTC for implementing audio and video application and know there are various Public stun servers available for peer connection. But i am a bit confused can I...
2
Is it possible to force a TCP tunneled (TLS) connection with WebRTC?
We are developing a WebRTC application for our business, but we are experiencing some major issues with incoming UDP streams ca...
Praetor asked 28/1, 2016 at 13:20
2
Actually i wants to use my own stun/Turn server instance and i want to use Amazon EC2 .If anybody has any idea regarding this please share with me the steps to create or any reference link to follo...
Jermyn asked 1/7, 2015 at 12:52
1
I want to create simple video chat app. I use WebRTC and WebSockets with Node.js. I want to connect two devicaes in the same network but iceConnectionState stay on 'checking' state ale the time. Wh...
Kokaras asked 12/10, 2015 at 10:50
1
I am trying to setup an implementation on my raspberry pi that is able to break through behind NAT routers so that I can connect to it remotely regardless of which network it is residing behind.
I...
Tempestuous asked 11/8, 2014 at 12:17
2
Solved
When creating a peer to peer audio connection using webRTC, the STUN server we use will return the public IP if a user is behind a router. Now in the ICE objects, I can see that the rport is always...
1
Solved
I'm looking for any good resources on the subject or maybe an open source project that implements a STUN server using Node/Express.
1
Solved
Branching off this question WebRTC - How many STUN/TURN servers do I need to specify?
How does WebRTC determine which TURN servers to use when more than one is provided?
Mattos asked 13/10, 2014 at 14:38
1
Solved
I am developing a P2P application, and I need to use STUN and/or TURN for NAT traversal. I have looked into the issues that an arise when using STUN only (basically it will not always work because ...
1
Solved
I'm building (yet another) manual signalling WebRTC chat via DataChannels (CoffeeScript, sorry JS guys). It works fine in local connections, but not over the internet behind a NAT (unfortunately I ...
1
Solved
What i require is that, I will open an UDP server listening in X port(local machine) and a machine(public IP) can send UDP packet to me. My machine doesn't have a public IP. Basically I need stun.
...
Planksheer asked 28/3, 2014 at 12:2
0
I have to implement socket communication in iOS (Objective-C) between two peers located behind NAT (in different networks). Are there any techniques allowing me to achieve this? Basically I 'm look...
Larynx asked 13/3, 2014 at 15:10
1
Solved
I'm trying to make a P2P Program and need help with getting through the NAT of the clients. I'm curious about:
The drawbacks/benefits of the three methods i listed and which else exists?
How many ...
Negotiant asked 5/1, 2014 at 21:10
1
Solved
I'm testing WebRTC procedure step by step for my sake.
I wrote some testing site for server-less WebRTC.
http://webrtcdevelop.appspot.com/
In fact, STUN server by google is used, but no signall...
Arelus asked 16/12, 2013 at 9:10
1
Solved
I was going through the ICE/STUN specification and had a question.
If I am located behind a NAT which could be a Full Cone, Restricted or Port Restricted but not a symmetric NAT and considering I a...
2
Solved
I have developed a p2p video chat using Webrtc. I am aware that STUN or TURN server is required to identify the public IP behind NAT. Currently am using Google's STUN server.
I have the applicati...
1
Solved
I'm having trouble understanding webRTC with it's PeerConnection and 'onicecandidate' event.
As far as I understand it you must initiate a peerconnection using a STUN (or TURN) server, because it...
Colpotomy asked 18/3, 2013 at 18:59
1
Solved
https://npmjs.org/package/webrtc.io-client says:
Usage
rtc.createStream({"video": true, "audio":true}, function(stream){
// get local stream for manipulation
}
rtc.connect('ws://yourserveraddr...
1
Solved
I've done some research on p2p communication without a base server, and came over STUN. From what I've read, STUN is a way of NAT "Hole Punching" that would not require a peer to be port-forwarded ...
Kidskin asked 21/11, 2012 at 20:11
© 2022 - 2024 — McMap. All rights reserved.