I have set up Jibri containers to allow for multiple instances of Jitsi meetings to be recorded. Is there a way to automatically scale Jibri instances if it is determined that all recorders are busy? has anyone had this problem or has any documentation about it?
It’s possible, in fact it’s the way to do it generally - the Jibris are stateless, you can just make multiple copies of them. The only thing you have to modify inside each Jibri is the nickname it uses to connect to Prosody MUC. It’s in its config file.
You can check if a particular Jibri is currently recording or idle by querying its api.
There are a lot of similar topics here in the forum, you can search for solutions. Or you can post your problems implementing it, we’ll do our best to help.