Before completing the separation of bridges in the system for JVB optimization, the video quality was high 720x1080. But after the separation was complete, the video quality dropped to 320x180. I’ve looked and looked at many resources and couldn’t find a solution. I was wondering if anyone has encountered this issue.
If your colibri-ws from clients to the bridges is not working by default 180p is send. In other words the UI is not requesting the correct resolution without that channel.
Checkout browser console logs for errors.
You should be looking at the nginx config on your Jitsi Meet Server (JMS). By default, there’s a block for a local JVB; you’ll need to add a block for remote JVBs.
I added this block as it is but it didn’t work, the log keeps coming and the video quality is bad. When I look at the script, do I need to open port 9090 on the JVB side?
I opened all the ports, I’m sure they have connections with each other. I can telnet. But I think I’m missing something.
colibri-ws/default-id/
As seen here, there is a request as default-id, so the reverse proxy does not work. I don’t understand where should I define the server ip or am I doing something else wrong?