Howdy comunity, first of all THANK YOU!
Jitsi is playing a big role in this moment in Italy due CoronaVirus (covid-19), allowing some schools that i follow, to continue deliver training to kids
I was able to setup a functional environment but i can’t play back recorded files (error, corrupted file). Server side seems fine (no SEVERE errors in logs, tried jdk11 and 8), client side tried to open the mp4 with several tools with no luck
I’m on 18.04 (2vCPU 4GB) + jitsi stable. Any hint?
Best regards
I think I hit the same problem:
This is what file gives
file /srv/recordings/otxfhixoifskfiug/hostilezebrasterminatehigh_2020-03-27-01-57-24.mp4
/srv/recordings/otxfhixoifskfiug/hostilezebrasterminatehigh_2020-03-27-01-57-24.mp4: ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]
Yes, make sure you use java 8. We recently pushed some changes to (hopefully) support up to java 11, but we’re not running with that yet. If you still see the problem with java 8 please attach all the Jibri logs.
if you running Jitsi meet/jicofo/VideoBride on same server with Jibri, you need to maintain java version
by default you can use java 11 but dont forget to install java 8 only for jibri
root@meet:~# update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 auto mode
1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 manual mode
2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode
root@meet:~# java -version
openjdk version "11.0.6" 2020-01-14
on file : /opt/jitsi/jibri/launch.sh
edit like bellow: