10

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

syed
  • 189
  • 1
  • 12

3 Answers3

5

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

Nemo
  • 2,356
  • 2
  • 26
  • 57
Theo
  • 1,402
  • 3
  • 13
  • 36
1

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!

ThunderDev
  • 976
  • 2
  • 14
  • 36
0

For that thing, we need to get an idea about how many simultaneous conferences go there and how many participants at each conference.
Another special parameter is how many users enable their video stream and audio stream. And their network bandwidth.Based on that we can decide server requirements.