Giter Site home page Giter Site logo

discord Inviting link expired about mirotalk HOT 1 CLOSED

Micraow avatar Micraow commented on June 26, 2024
discord Inviting link expired

from mirotalk.

Comments (1)

miroslavpejic85 avatar miroslavpejic85 commented on June 26, 2024

Hello @Micraow,

The discord server invitation never expired as i can see in the config.

Make sure the URL is correct: https://discord.gg/rgGYfeYW3N (not see the last char N in the img URL)

Discord seems banned in China: https://www.comparitech.com/blog/vpn-privacy/unblock-discord-china

However for the proper functioning of MiroTalk P2P in case a direct peer to peer connection is not possible, it needs a TURN server as backup for traffic relay.

You have to configure - install your own STUN-TURN server, and once you copy the .env.template file into .env, edit the Stun - Turn part.

Take a look at this documentation I created, where I also explain how to install - test it.

I used COTURN on my own server.

Make sure is correctly installed and if is reachable.

Note Currently if you run MiroTalk P2P on your VPS or VDS, and don't edit the .env file, it use:

As STUN: stun:stun.l.google.com:19302 (which may be unreachable from some countries)

As TURN: turn:a.relay.metered.ca:443 (please, create an account and changes username-credential with your own)

    // As backup if not configured, please configure your own in the .env file
    // https://www.metered.ca/tools/openrelay/
    iceServers.push({
        urls: 'turn:a.relay.metered.ca:443',
        username: 'e8dd65b92c62d3e36cafb807',
        credential: 'uWdWNmkhvyqTEswO',
    });

I would also recommend you to try MiroTalk SFU.

from mirotalk.

Related Issues (20)

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.