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 17:01] – 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 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/ | + | gzip_types text/plain text/css application/ |
| | ||
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 < | - stop it if its running < | ||
- | - < | + | - < |
- < | - < | ||
- < | - < | ||
Line 107: | Line 107: | ||
- < | - < | ||
- find the container id of the jitsi_prosody container and copy that < | - find the container id of the jitsi_prosody container and copy that < | ||
- | - < | + | - < |
- < | - < | ||
- | - change the username and password in this command: < | + | - 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.1617289309.txt.gz · Last modified: 2023/01/05 14:38 (external edit)