Jitsi Server unable to change frame per second value

Hello guys,
this is my first post in the Jitsi community. I have read several posts that talk about the problem that I am also having on my jitsi server that I recently installed to integrate it with Rocket.Chat platform, that is, I cannot increase the Frame per second values for screen sharing. Video calls work very well, but sharing works at no more than 5 fps.

I tried to modify the parameters in the server configuration files:

/usr/share/jitsi-meet-web-config/config.js
/etc/jitsi/meet/servername-config.js

resolution: 720,
constraints: {
video: {
height: {
ideal: 720,
max: 720,
min: 240
}
}
},

and

desktopSharingFrameRate: {
min: 15,
max: 30
},

but unfortunately nothing has changed. Who can help me ?

thank you

1 Like