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â
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.
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
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