docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Trying to adjust screen-sharing framerate
https://community.jitsi.org/t/screensharing-frame-rate/15703
Is there a way do bash into the docker jitsi/web container instance and change the framerate for screen sharing?
I'm also trying to get this working for some time without any success: https://community.jitsi.org/t/desktop-sharing-frame-rate-config-not-working-for-remote-racks/21913 https://community.jitsi.org/t/desktop-sharing-frame-rate-config-override-not-working-on-meet-jit-si-fps/20819
@sapkra I managed to get this working
Here is what I did.
-
recompile lib-jitsi-meet from the source (search in the project for SS_DEFAULT_FRAME_RATE, and change it to 30)
-
list docker containers and find the name for the jitsi/web instance that is running
-
bash into the jitsi-web docker container. go to /usr/share/jitsi-web/libs
-
rename lib-jitsi-meet.min.js to lib-jitsi-meet.min.js.bak and lib-jitsi-meet.min.map to lib-jitsi-meet.min.map.bak
-
upload your newly compiled lib-jitsi-meet.min.js and lib-jitsi-meet.min.map to file.io and get the link to each file
-
go back to jitsi-web container bash. apt-get install curl. now use curl to download the links above and name them lib-jitsi-meet.min.js and lib-jitsi-meet.min.map
-
Refresh your web UI and try it out
It would be great if the jitsi team added SS_DEFAULT_FRAME_RATE as an docker environent variable
I would also find this helpful
Any updates on implementing the ability to customize the framerate? The current settings are often very choppy which makes screen sharing difficult to use
@amartin3225 see my instructions in my comment above
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.