user:jan001:jitsi_docker
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| user:jan001:jitsi_docker [2021/04/01 16:51] – jan001 | user:jan001:jitsi_docker [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Deploy Jitsi with Docker + High Quality ====== | ====== Deploy Jitsi with Docker + High Quality ====== | ||
| - | '' | + | Every '' |
| ==== Prerequisits ==== | ==== Prerequisits ==== | ||
| Line 25: | Line 25: | ||
| - < | - < | ||
| - make sure there is a redirect from HTTP to https (port 80 to 443) | - make sure there is a redirect from HTTP to https (port 80 to 443) | ||
| - | - add this to the top | + | - add this to the top < |
| - | < | + | |
| upstream jitsi { | upstream jitsi { | ||
| server localhost: | server localhost: | ||
| } | } | ||
| </ | </ | ||
| - | - add this to the bottom | + | - add this to the bottom < |
| - | < | + | |
| server { | server { | ||
| listen 443 ssl http2; | listen 443 ssl http2; | ||
| Line 61: | 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/ | + | gzip_types text/plain text/css application/ |
| | | ||
| Line 90: | Line 88: | ||
| } | } | ||
| } | } | ||
| - | </ | + | </ |
| - | make sure to change: | + | |
| - | | + | |
| - | | + | |
| - Save and quit the file | - Save and quit the file | ||
| - < | - < | ||
| + | |||
| + | ==== Start Jitsi ==== | ||
| + | - < | ||
| + | |||
| + | ==== Configure Jitsi with internal authentication for creating rooms ==== | ||
| + | - make sure Jitsi was run at least once | ||
| + | - stop it if its running < | ||
| + | - < | ||
| + | - < | ||
| + | - < | ||
| + | - < | ||
| + | - < | ||
| + | - < | ||
| + | - Save and quit the file | ||
| + | - < | ||
| + | - find the container id of the jitsi_prosody container and copy that < | ||
| + | - < | ||
| + | - < | ||
| + | - change the '' | ||
| + | - < | ||
| + | - < | ||
| + | |||
| + | ==== Configure Jitsi for high quality webcams and screenshares ==== | ||
| + | - make sure Jitsi was run at least once | ||
| + | - stop it if its running < | ||
| + | - < | ||
| + | - < | ||
| + | config.resolution = 1080; | ||
| + | config.constraints.video.height = {ideal: 1080, max: 1440, min:480}; | ||
| + | config.startVideoMuted = 1; | ||
| + | config.enableNoisyMicDetection = 1; | ||
| + | config.desktopSharingFrameRate = {min: 5, max: 24}; | ||
| + | config.videoQuality.maxBitratesVideo = {low: 1500000, standard: 5000000, high: 10000000}</ | ||
| + | - Save and quit the file | ||
| + | - < | ||
| + | |||
| + | I´ve done this differently before by editing the '' | ||
| + | |||
user/jan001/jitsi_docker.1617288668.txt.gz · Last modified: 2023/01/05 14:38 (external edit)