nestorconde

Results 6 comments of nestorconde

I've worked on this from the latest docker-jitsi-meet adding all the changes of the PR except for two: 1. It does not contain the changes to the README of the...

@baccenfutter What I did was modify the docker-compose.yml at the root of the project by changing ``` jvb ... ports: - '${JVB_PORT}:${JVB_PORT}/udp' + '127.0.0.1:${JVB_PORT}:${JVB_PORT}/udp' ``` Is that equivalent to what...

I've documented in [the community](https://community.jitsi.org/t/docker-jitsi-meet-and-firewalls/80155) my tests with a simple firewall and: 1. The setup described in this PR 2. Multiplexing (for turn to work when its ports are blocked...

I have two questions about this PR. First, why aren't we adding the turncredentials and turncredentials_secret to jitsi-meet.cfg.lua?, I do not see how mod_turncredentials could work without this. Second, is...

About the dns multiplexing. I had to update nginx in the web container for ssl_preread_module to work. Executing this in the container should be enough: > #/bin/sh apt install -y...

> Could you implement it based on this PR ? > #163 seems to old from now... I'll certainly try but unfortunately in the short term I'm too busy to...