OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
205 stars 49 forks source link

Not an issue but I don't know where to ask? #5

Closed thevaliio closed 3 years ago

thevaliio commented 3 years ago

Can janus-cloud be clustered itself for high-availability? What if the janus-proxy "dies" during a conference? Thank you! Vali

jamken commented 3 years ago

janus-cloud is a proxy to implement janus cluster, you can make use of multi janus-cloud proxy to be handle different rooms for loadbalance, But no high-availability is design for janus-cloud proxy by now. If janus-proxy dies during a conference, the application should create another room on other janus-proxy to restart the conference rapidly. I think a video conference is not a key application which cannot be restart.

thevaliio commented 3 years ago

It seems we can alter jsep.sdp and add the REMB we want. Thanks!