Giter VIP home page Giter VIP logo

Comments (14)

misi avatar misi commented on May 18, 2024

@kkar Have you tried the docker image? May it is easier.
https://github.com/misi/mm

from edumeet.

havfo avatar havfo commented on May 18, 2024

Also, post logs from the client consoles when you are connected to a room.

from edumeet.

kkar avatar kkar commented on May 18, 2024

@misi thank you. I should try to run docker but, will it be a deployed installation? I mean, is it ready for production or should i make any further actions?

from edumeet.

kkar avatar kkar commented on May 18, 2024

@havfo thanks! Perhaps I should give you my subdomain and let you check to avoid long pasting? https://conference.think-free.net this is the subdomain. If logs are needed to be pasted here, let me know.

from edumeet.

havfo avatar havfo commented on May 18, 2024

Your server seems to announce an incorrect IP (127.0.0.1), try setting rtcIPv4 to the server public IPv4 address.

Example: rtcIPv4 : "1.1.1.1"

https://github.com/havfo/multiparty-meeting/blob/develop/server/config.example.js#L47

from edumeet.

kkar avatar kkar commented on May 18, 2024

@havfo you are awesome. Changing that and giving a new try in a moment. I will keep you informed.

from edumeet.

kkar avatar kkar commented on May 18, 2024
root@h2782615:~# cd multiparty-meeting/
root@h2782615:~/multiparty-meeting# cd server/
root@h2782615:~/multiparty-meeting/server# nano config.js

Contents of config.js at rtcIPv4 line:
rtcIPv4 : "85.214.103.72",

root@h2782615:~/multiparty-meeting/server# npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 7076 packages in 9.44s
found 0 vulnerabilities



   ╭───────────────────────────────────────────────────────────────╮
   │                                                               │
   │       New minor version of npm available! 6.5.0 → 6.7.0       │
   │   Changelog: https://github.com/npm/cli/releases/tag/v6.7.0   │
   │               Run npm install -g npm to update!               │
   │                                                               │
   ╰───────────────────────────────────────────────────────────────╯

root@h2782615:~/multiparty-meeting/server# cd ..
root@h2782615:~/multiparty-meeting# cp multiparty-meeting.service /etc/systemd/system/
root@h2782615:~/multiparty-meeting# nano /etc/systemd/system/multiparty-meeting.service
root@h2782615:~/multiparty-meeting# pwd
/root/multiparty-meeting
root@h2782615:~/multiparty-meeting# nano /etc/systemd/system/multiparty-meeting.service

Content of multiparty-meeting.service:

[Unit]
Description=multiparty-meeting is a audio / video meeting service running in the browser and powered by webRTC
After=network.target

[Service]
ExecStart=/root/multiparty-meeting/server/server.js
Restart=always
User=root
Group=root
Environment=PATH=/usr/bin:/usr/local/bin
Environment=NODE_ENV=production
WorkingDirectory=/root/multiparty-meeting/server
AmbientCapabilities=CAP_NET_BIND_SERVICE

[Install]
WantedBy=multi-user.target
root@h2782615:~/multiparty-meeting# systemctl daemon-reload
root@h2782615:~/multiparty-meeting# systemctl start multiparty-meeting
root@h2782615:~/multiparty-meeting#

But as I can see, the same thing happens...

from edumeet.

kkar avatar kkar commented on May 18, 2024

@havfo may I send you my root login details if you have a minute or two to help me?

from edumeet.

havfo avatar havfo commented on May 18, 2024

@kkar Before we try that, try also setting the rtcAnnouncedIPv4 to the same address. Is this a public facing host, or is this some mapped address?

from edumeet.

kkar avatar kkar commented on May 18, 2024

Done that as suggested, and rebuilded & restarted the service...

from edumeet.

misi avatar misi commented on May 18, 2024

@misi thank you. I should try to run docker but, will it be a deployed installation? I mean, is it ready for production or should i make any further actions?

@kkar Yes it is the same source code as you can find in the devel branch.
Automagically created after every commit.

I suggested because may it is faster/simplier to deploy for you.

from edumeet.

havfo avatar havfo commented on May 18, 2024

I also suggest using the docker image, should be better.

from edumeet.

kkar avatar kkar commented on May 18, 2024

Should I completely remove the manual installation before trying the docker image? Please, can we leave the "issue" open for further assistance if needed?

from edumeet.

havfo avatar havfo commented on May 18, 2024

As long as the services are not running, you don't need to remove anything. Yes, we can leave it open.

from edumeet.

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.