Hello! I have a virtual machine from Google (2 vCPUs, 4 GB memory). Deployed the application to Docker. It is necessary to improve the video quality to Full HD. Please tell me how to do this?
Registered it in .jitsi-meet-cfg/web/config.js, but doesn’t help.
resolution: 1080, // → This is for your local stream
constraints: {
video: {
aspectRatio: 16 / 9,
height: {
ideal: 1080,
max: 1080,
min: 240 //-> Here you have defined, ideal and max as 1080, however minimum is 240 so depending on the bandwidth available it will adjust between 240 - 1080. This is for the remote user videos
}
}
},
And about the video - I have not seen the HD icon above. Actually, as well as by resolution in the connection statistics (on the icons of the interlocutors).
Connected from a PC, laptop, smartphone. No device gives Full HD.
I’m not complaining about the Internet. With these parameters, Full HD should be broadcast without problems. Even 4K is possible. But in reality everything is sad.
correct parameters in config.js would be, however, its gonna hit your server bandwidth bad, Also on your host what is the port size and available network?