Code Monkey home page Code Monkey logo

Comments (5)

miroslavpejic85 avatar miroslavpejic85 commented on August 25, 2024

Hi @jrnovak welcome!
After npm start just click on this link -> http://localhost:3000 instead of https://10.0.1.18:3000
Tell me if something change?
Thanks

from mirotalk.

jrnovak avatar jrnovak commented on August 25, 2024

I have it installed on a Ubuntu Server and I am not able to access it directly via a browser locally.

from mirotalk.

miroslavpejic85 avatar miroslavpejic85 commented on August 25, 2024

As i have seen, the browser client is trying to connect to signaling server that is listen on localhost:3000 but on another machine (your Ubuntu server), using https protocol, it's not a problem of microphone and camera.

Ok no problem try this:

 NGROK_ENABLED=true
 NGROK_AUTH_TOKEN=YourNgrokAuthToken

and on terminal execute this:

 export NGROK_ENABLED=true
 export NGROK_AUTH_TOKEN=YourNgrokAuthToken

Then after npm start in the terminal logs you should see something like this:

[2021-06-13 20:44:15.784] settings {
  http: 'http://localhost:3000',
  https: 'https://873c6b9a6029.ngrok.io',

Open https://.......... link generated in your browser.

Should work, in this way we created an https tunnel using ngrok without using ssl certificates ... etc, and you can connect to mirotalk from any device with that link, not only locally!

I didn't think about trying it on an Ubuntu Server, because I usually do some tests locally with ngrok, before deploying it on hosts like heroku && railway. 🙂

from mirotalk.

jrnovak avatar jrnovak commented on August 25, 2024

It works! Thank you so much for your patience in helping me to get it operational.

from mirotalk.

miroslavpejic85 avatar miroslavpejic85 commented on August 25, 2024

U welcome! 😉 my pleasure to help.

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.