Conversation
|
@santiagomr I used your role to deploy a Jitsi instance. I only got one problem so far, jitsi-videobridge service doesn't start correctly due to https://community.jitsi.org/t/error-when-starting-jvb/16845 I had to remove Also the final nginx start doesn't seems to work, I had to restart it manually :) |
|
Thanks for your feedback @AmarOk1412. As you mentioned, the parameter Regarding the final nginx start that doesn't work (to which the services prosody, jicofo and jitsi-videobridge are added), it seems to be due to the handlers are skipping, although I still can't determine why this happens. RUNNING HANDLER [jitsi_meet : restart nginx] ************************
skipping: [my-server.org]
RUNNING HANDLER [jitsi_meet : restart prosody] ************************
skipping: [my-server.org]
RUNNING HANDLER [jitsi_meet : restart jicofo] ************************
skipping: [my-server.org]
RUNNING HANDLER [jitsi_meet : restart jitsi-videobridge] ************************
skipping: [my-server.org]do you have any idea? |
|
Oh you did the fix even before I send a patch :D For the nginx, I still don't know, I generally work on hosting things each Thursday. Last time I checked it seems that during the final |
|
I will try then to check more in depth. Apparently we both have the same problem caused by different reasons. |
|
Possibly, or just the same reason, I did a lot of things since the day I applied your roles. I probably just forgot the initial problem. |
|
Ok. It is Thursday, I cleaned my VM and retried with the updated role. This is the error for nginx: and indeed: The guilty process: |
|
@santiagomr IMO, two solutions:
I did it on my instance and it works perfectly. What do you think? Do you want a PR on your repo? |
|
@AmarOk1412 the problem I'm having is actually that the handlers (as they are defined now) are skipped even though they have been triggered correctly. I gladly accept your PR if you already have it resolved. |
|
Sure. I will send you the PR this week |
Because jitsi-video-bridge can take the port 443, nginx should ensure that all jitsi services are correctly stopped.
handlers: fix nginx restart
0338e1f to
6748bf8
Compare
…erties.j2 and videobridge_config.js
Fix diffrent statistics settings in videobridge_sip-communicator.prop…
…ble_third_party_requests
…le_desktop_sharing_..
All jinja templates from parameterized paths
Hi, thanks for sharing the role. In our organization we currently use Jitsi Meet. We set up our own instance based on your role, but modifications were necessary to make it functional to the current stable version of Jitsi Meet. We also fixed issues reported by users.
Here are the modifications, they include changes in: