question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We really need TURN server or STUN server to get video conferencing code efficiently worked on internet?

See original GitHub issue

Dear Mauz Khan,

    https://github.com/webRTC/webrtc.io-demo     
    I have used above code for video conferencing and text chatting but I have not used any TURN or STUN server but still I can able to make connection for video calling between two user on internet but the video clarity is worst and some times it gets halt (when I use bandwidth limitation as You have implemented in your experiments also , I dont think its a bandwidth issue).
    But on LAN it works fine for three users. Please need help whether i need to implement TURN or STUN server? If yes how to setup STUN or TURN server as I don't want to use googles STUN or TURN server .
     I have implemented exact above code from github. Any suggestion also goint to help me a lot.

Regards,

Tushar K.

Issue Analytics

  • State:open
  • Created 10 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
amiteshawacommented, Sep 17, 2013

I have installed Windows-based (.NET/C#) OfficeSIP’s TURN server. it has been installed as service I want to get/set TURN url, username, password to use in WebRTC peer connection. I dont find a way to obtain the same. is there a way to get it?

0reactions
moeelbadricommented, Sep 8, 2022

how to use [OfficeSIP’s TURN server]? i run it but i dont know ip or port for it, i know im late

Read more comments on GitHub >

github_iconTop Results From Across the Web

STUN vs. TURN Servers in WebRTC - Penetration Testing
But now, there are dedicated video conferencing platforms that allow peer-to-peer communication almost instantly. This is possible thanks to WebRTC technology.
Read more >
Build the backend services needed for a WebRTC app
This article shows you how to build a signaling service, and how to deal with the quirks of real-world connectivity with STUN and...
Read more >
STUN vs TURN servers in WebRTC - Digital Samba
Establishing real-time communication directly on the browser requires signaling. Learn more about the main difference between STUN and TURN servers.
Read more >
How to Optimize TURN Server Deployment - Subspace
In situations where NAT prevents two nodes from exchanging IP addresses and STUN can't serve as an intermediary, those nodes can provide their ......
Read more >
what is STUN stun.l.google.com:19302 used for - Stack Overflow
STUN servers are used by both clients to determine their IP address as visible by the global Internet. · As we know that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found