Aayushi Choudhary
Aayushi Choudhary

Reputation: 31

How to implement multiple jibri servers with autoscale

I have implemented following 2 approaches.

  1. I have done jitsi setup in which my jitsi, jvb and jibri running on seperate server.
  2. I have done jitsi setup using docker in which I am using different containers to run jibri servers. both set up are working fine but I am unable to autoscale jibri in any of them. I have searched alot over this topics, didn't find any reliable solution for this. Please help if anyone has idea about how to autoscale jibri servers for multiple video recordings.

Upvotes: 3

Views: 1536

Answers (2)

shooding
shooding

Reputation: 148

You can try Jibri On Demand service. It is a SaaS so you dont need to worry autoscaling. Configure AWS S3 IAM accesskey and secretkey, the finalize script will upload recordings to your bucket. The price is ok if i only want to handle peaks. My configuration is 1 dedicated server host by my own, others handled by JibriOnDemand.

Upvotes: 0

Shuhaib k k
Shuhaib k k

Reputation: 11

you can use jibri with pulseaudio and use hpa for scailing. please see this repo

Upvotes: 1

Related Questions