I would need some help to troubleshoot something.
When starting a meeting, I’m always in HD but when someone join, we all drop to low definition even if we set it to HD!
Is there something else I’m missing?
EDIT: After a couple of test… when doing test from internal to internal (only with people on the LAN) we are using SD while in meeting but immediately after having some from “Internet” we are switching to “LD”
If you upgraded an old installation to a recent stable version, it’s very probable that you don’t have websockets configured OK. Make a quick check of /etc/nginx/sites-enabled/YOUR-FQDN.conf and see if you have a location for “^/colibri-ws/…” if not, add it:
This is if you are using only one bridge on the same machine:
If you use external JVBs, make sure that in jvb.conf on the JVB machine you put a different ID for each JVB, it’s very convenient to make them the same as the IP of the JVB machine, for example:
I never had any entries like that, neither on an old nor on a new installation, and as far as i know never ran into any issues (single host). Can that be?
Well on a single host you only have the block above with 127.0.0.1:9090 as it’s connecting to localhost. And of course it’s a lot simple setup, unlike when you have external bridges and there is network involved between the components of the platform, etc.