Hello,
We have installed jitsi on ubuntu 20.04 and tested video conference with 3~5 partipants . Although we didn’t change any options in the xxx.xxx.xxx.xxx-config.js at beginning, it seems that disableSimulcast is false and enableLayerSuspension is true by default.
In our special network test, we would like to keep all partipants with almost same simulcast uplink data rate(e.g. 180p + 360p + 720p, about 3.5Mbps). Therefore we have tried to set the enableLayerSuspension: false and disableSimulcast: false in config.js, but we found that the partipants who are “Not selected” by other partipatns in the stage view only transmitted 180p(about 200kbps) video instead of 180p + 360p + 720p (about 3.5Mbps) video. Only the partipants who are “selected” by other partipatns transmitted 180p + 360p + 720p (about 3.5Mbps)
Would someone help figure out how to make the config enableLayerSuspension: false work? Thanks!
Below is the jitsi version we have installed.
—
dpkg -l | grep jitsi
ii jitsi-meet 2.0.7287-1 all WebRTC JavaScript video conferences
ii jitsi-meet-prosody 1.0.6155-1 all Prosody configuration for Jitsi Meet
ii jitsi-meet-turnserver 1.0.6155-1 all Configures coturn to be used with Jitsi Meet
ii jitsi-meet-web 1.0.6155-1 all WebRTC JavaScript video conferences
ii jitsi-meet-web-config 1.0.6155-1 all Configuration for web serving of Jitsi Meet
ii jitsi-videobridge2 2.1-681-g3544ed05-1 all WebRTC compatible Selective Forwarding Unit (SFU)
–