Jibri Recording Failed

Hi

I am trying to setup jibri to record the meeting store it on server-side folder.
Jibri Setup done using below thread as references

jibri/log.0.log

jicofo.log

Thanks

Updated jicofo.conf file. Recording getting triggered but failing to record the meeting.
jibri log :

Probably you have multiple issues, not just one…

Do you have AWS kernel? It doesn’t support snd_aloop module.
Do you enable authentication for prosody? Which one?
Is jibri a seperate instance or on the same machine?

Do you have AWS kernel? It doesn’t support snd_aloop module.
No,I dont. Do I need to do that setup.
I see when i run this command “modprobe snd-aloop”

Do you enable authentication for prosody ? Which one?
No, I didnt setup any authentication in Prosody. All I did install jibri after installing Jitsi.

Is jibri a seperate instance or on the same machine?
Both are on same machine.

So you do have an AWS kernel - it says the modules for the running kernel are 5.15.0-1031-aws, this is AWS-supplied kernel, which doesn’t include snd_aloop.

You need to change this kernel to a generic one from your distribution (Ubuntu), reboot the server and load the module. You can add ‘snd-aloop’ to /etc/modules so that it gets automatically loaded on boot.

I made changes to make my kernel to generic based on reference’s link

When recording started I see user getting joined .Upon checking the log I see below error.
java.io.IOException: Cannot run program “/path/to/finalize”: error=2, No such file or directory

Jibri : log.0.txt

edit your jibri config file and put a path to the finalize script - replace /path/to/finalize with a real script
this file deals with the finished recording, it can upload it somewhere, rename it, check it, etc.
for testing purpose it can be the default example one: jibri/finalize_recording.sh at master ¡ jitsi/jibri ¡ GitHub
you can alter and enhance it afterwards, if you wish

Ok. I can see recoding getting saved as expected. I will check finalize script for enhancements.

Thank you for the Help in resolve the issue.

1 Like