GithubHelp home page GithubHelp logo

Comments (6)

alexan1 avatar alexan1 commented on August 29, 2024

I had the same problem, it worked only on local network. But then I add Google STUN server, this fixed problem.

var servers = { 'iceServers': [{ 'urls': 'stun:74.125.142.127:19302' }] };
 //var  _iceServers = [{ url: 'stun:74.125.142.127:19302' }], // stun.l.google.com - Firefox does not support DNS names.

from signalrtc.

Pwnmanship avatar Pwnmanship commented on August 29, 2024

Still doesn't seem to work. Also doesn't work on your website https://signalrtc.com
Could you try adding a TURN server in your code. You can create one on numb.viagenie.ca for free.

It didn't seem to help in my solution but maybe it does in yours.

Added something like:
var servers = { iceServers: [ { 'urls': 'turn:numb.viagenie.ca', 'credential': 'xxxxx', 'username': 'xxxxxx' } ] };

from signalrtc.

alexan1 avatar alexan1 commented on August 29, 2024

Are you sure site doesn't work? I didn't check long time, will check first.

from signalrtc.

alexan1 avatar alexan1 commented on August 29, 2024

Yes, vidéocommunication doesn't work, will look at this on weekend. Or you can try yourself.

from signalrtc.

alexan1 avatar alexan1 commented on August 29, 2024

just updated STUN server to: stun:stun.l.google.com:19302

It looks it fixed problem

from signalrtc.

alexan1 avatar alexan1 commented on August 29, 2024

updating STUN fixed the issue

from signalrtc.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.