User Tools

Site Tools


user:jan001:jitsi_docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:jan001:jitsi_docker [2021/04/01 17:09] jan001user:jan001:jitsi_docker [2021/08/24 17:35] (current) – external edit 127.0.0.1
Line 59: Line 59:
   gzip_buffers 16 8k;   gzip_buffers 16 8k;
   gzip_http_version 1.1;   gzip_http_version 1.1;
-  gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascri$+  gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
  
    location / {    location / {
Line 98: Line 98:
   - make sure Jitsi was run at least once   - make sure Jitsi was run at least once
   - stop it if its running <code>docker-compose stop</code>   - stop it if its running <code>docker-compose stop</code>
-  - <code>rm -r ~/.jitsi-meet-cfg</code>+  - <code>sudo rm -r ~/.jitsi-meet-cfg</code>
   - <code>mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb,jigasi,jibri}</code>   - <code>mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb,jigasi,jibri}</code>
   - <code>nano .env</code>   - <code>nano .env</code>
Line 116: Line 116:
   - make sure Jitsi was run at least once   - make sure Jitsi was run at least once
   - stop it if its running <code>docker-compose stop</code>   - stop it if its running <code>docker-compose stop</code>
-  - <code>sudo nano ~/.jitsi-meet-cfg/web/config.js</code> +  - <code>nano ~/.jitsi-meet-cfg/web/custom-config.js</code> 
-  - <code>resolution1080,</code> +  - <code>config.startAudioMuted = 1; 
-  - <code> +config.resolution 1080; 
-constraints: { +config.constraints.video.height {ideal: 1080, max: 1440, min:480}; 
-       video: { +config.startVideoMuted = 1; 
-           height{ +config.enableNoisyMicDetection = 1; 
-               ideal: 1080, +config.desktopSharingFrameRate {min: 5, max: 24}; 
-               max: 1440, +config.videoQuality.maxBitratesVideo = {low: 1500000standard: 5000000, high: 10000000}</code> 
-               min: 480 +  - Save and quit the file 
-           +  - <code>docker-compose up -d</code> 
-       } + 
-     },</code> +I´ve done this differently before by editing the ''%%config.js%%'' directly (see older revisions) but it seemed to me that the settings weren't saved correctly. This post helped me: [[https://community.jitsi.org/t/solved-config-js-recreated-on-every-container-start-how-to-configure/82454/6|[Solved] Config.js recreated on every container start how to configure?]]
-  - <code> +
-desktopSharingFrameRate{ +
-       min: 5, +
-       max: 24 +
-     },</code> +
-  - <code></code> +
-  - <code></code> +
-  <code></code> +
-  <code></code>+
  
  
user/jan001/jitsi_docker.1617289799.txt.gz · Last modified: 2021/08/24 17:34 (external edit)