Aaron van Meerten
c951116d8e
jibri: fix autoscaler sidecar config ( #1783 )
7 months ago
Aaron van Meerten
68d4b1af58
jibri: fix xorg modeline for 1280x720 ( #1778 )
...
* jibri: fix xorg modeline for 1280x720
* whitespace
7 months ago
Aaron van Meerten
a5ebb99e31
jibri: flag to support prometheus-style metrics ( #1768 )
...
* jibri: flag to support prometheus-style metrics
8 months ago
Aaron van Meerten
360361e5ea
jibri: move xmpp config for easier override ( #1748 )
...
* jibri: move xmpp config for easier override
* fix order of operations
8 months ago
Saúl Ibarra Corretgé
ca61ea20b0
jibri: add ability to ignore certificate errors
...
This is useful for testing without a valid TLS certificate.
8 months ago
Aaron van Meerten
140db223e3
jibri: check for chrome bin before pre-warm ( #1757 )
8 months ago
Kurt Garloff
8f84f2f916
jibri: use storage.googleapis.com location for chromedriver
...
This is the place listed on
https://googlechromelabs.github.io/chrome-for-testing/
which would seem to be the least likely to silently break.
Currently, the edgedl.me.gvt1.com location is broken.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
9 months ago
Saúl Ibarra Corretgé
1e97277973
jibri: update Chrome to version 121
9 months ago
Saúl Ibarra Corretgé
d31e164656
build: simplify detection of the target platform
...
It can be done within the container, rather than having to compute it in
the Makefile and then pass it as an argument.
10 months ago
Saúl Ibarra Corretgé
e6a0c0461e
jibri: add check for /dev/shm size
...
If the container was staryed without a /dev/shm of at least 2GB
(defaults to 6MB in Docker) Chrome will behave erratically or crash.
Catch this with a tiny binary and make the container fail to start.
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/1653
11 months ago
Saúl Ibarra Corretgé
9bd3258e97
jibri: fix variable names
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1607
1 year ago
Christian Ribeaud
5c5575cd89
jibri: make some ffmpeg arguments configurable via env variables
...
Introduce a few new environment variables:
- `JIBRI_RECORDING_VIDEO_ENCODE_PRESET`
- `JIBRI_RECORDING_CONSTANT_RATE_FACTOR`
- `JIBRI_RECORDING_CONSTANT_FRAMERATE`
- `JIBRI_RECORDING_CONSTANT_QUEUE_SIZE`
- `JIBRI_RECORDING_CONSTANT_STREAMING_MAX_BITRATE`
Co-authored-by: Christian Ribeaud <christian.ribeaud@karakun.com>
1 year ago
Saúl Ibarra Corretgé
603d461179
jibri: adapt to new ChromeDriver zip file structure
1 year ago
Saúl Ibarra Corretgé
a76b1f4b4a
jibri: simplify ChromeDriver download
1 year ago
Saúl Ibarra Corretgé
fd1c308b49
jibri: fix new ChromeDriver API endpoints
1 year ago
Saúl Ibarra Corretgé
2c0a7931b2
jibri: update Chrome to 116
...
Note the URL for the ChromeDriver has changed now.
1 year ago
Aaron van Meerten
916bccbad6
jibri: autoscaler sidecar tuning parameters
1 year ago
Дамян Минков
6bb2455b96
jibri: add extra fonts
1 year ago
Saúl Ibarra Corretgé
6f722932f1
jibri: bump Chrome version
1 year ago
Aaron van Meerten
94c7060cb5
jibri: params to override statsd host and port
1 year ago
Aaron van Meerten
0569bce51b
jibri: add autoscaler-sidecar service support ( #1562 )
1 year ago
Aaron van Meerten
ce59d1ed5d
jibri: upgrade chrome to 113 ( #1555 )
1 year ago
Aaron van Meerten
e4c8c2a963
jibri: pre-warm chrome first before starting jibri ( #1549 )
1 year ago
Saúl Ibarra Corretgé
57e3bb3c5f
jibri: bump Chrome version
2 years ago
Saúl Ibarra Corretgé
076dbf7d17
jibri: fix downloading new (>= 109) ChromeDriver
2 years ago
Saúl Ibarra Corretgé
8f40804839
jibri: update Chrome to M109
2 years ago
Saúl Ibarra Corretgé
8d7728b9dc
jibri: update Chrome to M108
2 years ago
Tobaroo
723d66156d
jibri: add single-use-mode config option
2 years ago
Saúl Ibarra Corretgé
4fcba2c6aa
jibri: update Chrome to M106
2 years ago
Saúl Ibarra Corretgé
02e32e5294
jibri: update Chrome to M105
2 years ago
Saúl Ibarra Corretgé
bc6ce20d00
jibri: update Chrome to M104
2 years ago
Saúl Ibarra Corretgé
0364d94c4a
jibri: remove deprecated PulseAudio module
2 years ago
Saúl Ibarra Corretgé
fbb8a2dbfe
jibri: switch to PulseAudio
...
Using PulseAudio means no longer needing to mount /dev/snd/ which should
make deploying Jibri much easier.
Credits:
https://github.com/openfun/jibri-pulseaudio
https://community.jitsi.org/t/tip-pulseaudio-support-for-jibri/65780
https://github.com/kpeiruza/jitsi-images
2 years ago
Saúl Ibarra Corretgé
e7533f8639
jibri: simplify Dockerfile
...
Slightly reduce layer count by running everything in a single RUN.
Also reduce build time by skipping some unneeded apt update / cleanups.
2 years ago
Saúl Ibarra Corretgé
b227b73710
build: fix multiarch build
...
TARGETPLATFORM must not have a default value.
2 years ago
Saúl Ibarra Corretgé
829841e1a4
jibri: add support for arm64
...
Use Debian's Chromium and ChromeDriver instead of Google's.
This has the limitation of not being able to control the version we
ship, however.
2 years ago
Jean-Vincent kassi
cffab8f429
jibri: fix log location template
2 years ago
Saúl Ibarra Corretgé
be422c73e8
jibri: update Chrome to M102
2 years ago
Saúl Ibarra Corretgé
cb5a753282
config: simplify configuration
...
Use default values everywhere so they don't need to be specified in the
.env file.
This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
3 years ago
Saúl Ibarra Corretgé
41d6a9adbf
jibri: bump Chrome to version 101
3 years ago
Aaron van Meerten
88bb1bccd0
feature: support multiple XMPP servers via list ( #1276 )
3 years ago
Aaron van Meerten
95af77896d
jicofo: add optional XMPP_PORT value ( #1275 )
...
* jicofo: add optional XMPP_PORT value
* include compose and env example for XMPP_PORT
* extends use of the XMPP_PORT property
* fix compose to use default
* re-commenting XMPP_PORT value
* include XMPP_PORT in compose for all services
* always use $XMPP_PORT, value defaulted in template
* missing JVB setting
3 years ago
Robert Kaussow
c37706c8bb
misc: fix label order in dockerfiles
3 years ago
Robert Kaussow
0de062ba64
misc: add missing quotes to labels in dockerfiles
3 years ago
Robert Kaussow
76424fda5d
chore: add opencontainers labels to Dockerfiles
3 years ago
Boris Grozev
8004ffeba1
Use the new log formatters, clean up stale logging config.
3 years ago
Ben Banfield-Zanin
238a6369e8
jibri: correct chromedriver mismatch
...
* jibri: turn on -x so that we can see what is actually executing
* jibri: bail out on the build if the actual release doesn't match the major release
* jibri: ensure the correct chromedriver gets downloaded when CHROME_RELEASE != latest
* jibri: move chrome installation to a separate script
3 years ago
Saúl Ibarra Corretgé
9ac7b59cfe
jibri: update Chrome to version 96
3 years ago
Saúl Ibarra Corretgé
7cd71a263c
jibri: default to recording in 720p
3 years ago
Prayag Singh
bee4b6a124
jibri: use new configuration file
3 years ago