python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get Stun info with Python
I tried to get external ip & port with Python
I use: pip install pystun
import stun
stun.get_ip_info()
But I got error :
Traceback (most recent call last):
File "<stdin>", line ...
vtable
Votes: 0
Answers: 2
How does WebRTC know WHO to connect to?
WebRTC signaling uses STUN to exchange ICE candidates and SDPs with peers, but how does it know who to exchange that information with?
Obviously, it's not with just anyone and just by virtue of using ...
MajoriyRuel
Votes: 0
Answers: 1
How to get external port from stun server
How to get external ip and port from stun server? For example Google's stun server, stun.l.google.com
So I can use that to establish P2P connection with sockets between clients behind NAT.
Currently, ...

Sonu Mohammad
Votes: 0
Answers: 0
Webrtc video streaming working properly in localhost but not working in production (using google turn server)
In local server, video streaming is running proper on both ends but while network changed video of one peer is not going to display to other peer.
I am using google stun server for connection of peer ...
Aniket Gavali
Votes: 0
Answers: 2