docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Trying to adjust screen-sharing framerate

Open slackmage opened this issue 5 years ago • 6 comments

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?

slackmage avatar May 08 '20 03:05 slackmage

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 avatar May 08 '20 04:05 sapkra

@sapkra I managed to get this working

Here is what I did.

  1. recompile lib-jitsi-meet from the source (search in the project for SS_DEFAULT_FRAME_RATE, and change it to 30)

  2. list docker containers and find the name for the jitsi/web instance that is running

  3. bash into the jitsi-web docker container. go to /usr/share/jitsi-web/libs

  4. 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

  5. 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

  6. 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

  7. Refresh your web UI and try it out

slackmage avatar May 08 '20 06:05 slackmage

It would be great if the jitsi team added SS_DEFAULT_FRAME_RATE as an docker environent variable

slackmage avatar May 08 '20 06:05 slackmage

I would also find this helpful

amartin3225 avatar Jul 17 '20 17:07 amartin3225

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 avatar Oct 13 '20 14:10 amartin3225

@amartin3225 see my instructions in my comment above

slackmage avatar Oct 14 '20 15:10 slackmage

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.

github-actions[bot] avatar Aug 06 '25 02:08 github-actions[bot]