Can multiple janus-gateway containers work with one interface to leverage multi-core server?
174 views
Skip to first unread message
Ameer Madi
unread,
Jan 28, 2018, 5:26:52 AM1/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Dear all,
Is this practical? What is the advantages and disadvantages?
Thanks in advance. Ameer
Lorenzo Miniero
unread,
Jan 29, 2018, 3:06:47 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Janus is already multithreaded and uses more than one core, so not sure what good it would do. But yes, you can as long as you configure the ports (including RTP ranges) so that they don't step over each other. If you have a huge machine, it may be easier to just dockerize it and divide the resources that way.
L.
Ameer Madi
unread,
Feb 1, 2018, 3:45:26 AM2/1/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Thanks Lorenzo, so i think i misunderstood one of your posts that without dockerizing Janus it will will not make benefit of multi-core server. If you have a ready docker compose file doing the rtp ranges managing and you want to share it please let me know.