Yesterday after a couple days trying to configure jibri i finally started recording, but when i open the .mp4 file instead of the conferece this is what appears, any idea of what could be happening?
Also i haven’t seen errors in any log.
Thank you in advance.
Check java version, it should be java8.
Hi @Prashanth thank you for the response
Im running the java sdk11, i will try to downgrade it.

I already downgraded java and also changed the launch.sh whit the new java version, but the issue persist
I don’t know if im doing something wrong
mapa@jibriserver:~$ java -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.282-b08, mixed mode)
mapa@jibriserver:~$ cat /opt/jitsi/jibri/launch.sh
#!/bin/bash
exec /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/java -Djava.util.logging.config.file=/etc/jitsi/jibri/logging.properties -Dconfig.file="/etc/jitsi/jibri/jibri.conf" -jar /opt/jitsi/jibri/jibri.jar --config "/etc/jitsi/jibri/config.json"
mapa@jibriserver:~$
If you had any other advice, I will gladly accept it.
Thank you!!
If you are on Ubuntu, the path in launch.sh, of adoptopenjdk, is incorrect.
Adoptopenjdk is for Debian-10.
Still nothing changed
mapa@jibriserver:~$ java -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-8u282-b08-0ubuntu1~18.04-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)
mapa@jibriserver:~$ cat /opt/jitsi/jibri/launch.sh
#!/bin/bash
exec /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.util.logging.config.file=/etc/jitsi/jibri/logging.properties -Dconfig.file="/etc/jitsi/jibri/jibri.conf" -jar /opt/jitsi/jibri/jibri.jar --config "/etc/jitsi/jibri/config.json"
mapa@jibriserver:~$
It’s also needed to install the java sdk 8 in my jitsi server? I installed jibri on a another server.
No need. Only on jibri server is enough. Try restarting jibri.
I restarted and tried again, the video is showing the same wallpaper, also I tried to lauch jibri manually by executing the .sh and nothing changed.
Maybe its a selenium or a xorg problem?