I found a problem to activate the recording for my Jitsi meet application installed in an ec2 amazon instance indeed I followed all the documentation located in github by adding another amazon instance for the Jibri server (4 go ram) but after that I encountered a problem where the camera is no longer working and others issues
My final goal is to activate the recording of Jitsi meetings and thus add its recordings in S3 bucket or on Dropbox
Can you test your jitsi with 2 and 3 participants, without recording… To simulate more participants you can use browser tabs to connect to the same room.
The kernel must support the snd-aloop module. Some cloud kernel has no support by default. It’s needed to change the default kernel if this is the case
thank you for your interest and i hope you help me solve my problem
In fact I installed my jitsi server on an aws ec2 instance machine of type t2.micro and it works very well without problem
And in the other side I installed Jibri in an ubuntu 20.04 LTS machine of type (t2.xlarge) and I wanted to add the video recording but as you see I find it difficult with the command
modprobe snd_aloop
because I find it hard to change the kernel of the amazon instance (I am not familiar with shell commands)
My final goal is to record the meetings and put it in dropbox or on amazon S3 bucket
First you need to install the generic kernel package then you should change the GRUB config to activate the newly installed kernel. If you are not familiar with the sheel commands, this may seem complicated.