Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jitsi server hardware requirements on test environment

We are implementing secure videoconferencing/chat using Jitsi. We could not find any hardware requirements for a Jitsi server. Could you please share your thoughts regarding the hardware requirements for a Jitsi server in test as well as production environment?

Thanks, Syed

like image 784
syed Avatar asked Dec 01 '17 06:12

syed


2 Answers

I am using https://github.com/matrix-org/docker-jitsi on a free tier Ec2 instance.

With 1 active conference (8 participant). it didn't seem to spike resource consumption. You can observe that CPU usage is 0.0 & used RAM is about 450MB.

enter image description here

like image 136
Theo Avatar answered Oct 19 '22 21:10

Theo


The hardware requirements will depend on the amount of users you have. From what I've seen, Jisti does not require huge resources to run smoothly.

According to this Jitsi Videobridge Performance Evaluation

On a plain Xeon server that you can rent for about a hundred dollars, for about 20% CPU you will be able to run 1000+ video streams using an average of 550 Mbps!

like image 37
ThunderDev Avatar answered Oct 19 '22 21:10

ThunderDev