Hi there,
I had a question about what the ideal settings are, and if we use it correctly.
We currently have around 14 different Janus servers, each having 8 cores (3 of them have 16).
Our setup is the following:
-
Each publisher creates a VideoRoom handle, a Streaming handle and then forwards the VR streams via RTP forwarding to the Streaming plugin.
-
Each subscriber is watching it via the Streaming plugin, so only the VR is used for publishing and forwarding.
Each server has around 200-500 active users at the peak moments. So I was wondering if this is the correct setup:
-
2 VR helper threads
-
2 Streaming helper threads (it is possible that we can have 2 spectators, or sometimes 50)
-
8 event_loops (server setting)
Are we using this correctly? Or should VideoRoom or Streaming be higher because we many streams running at once on one server?
When setting the VR helper threads lower, people notice that the streams become laggy…?
Kind regards,
Jesse de Wild