janus-cloud icon indicating copy to clipboard operation
janus-cloud copied to clipboard

for only one janus-gateway backend, max publishers of videoroom is only 3 (default of janus-gateway)

Open 04116 opened this issue 1 year ago • 1 comments

https://github.com/OpenSight/janus-cloud/blob/729dcad78229c21261cee85e9a12413ceca42181/januscloud/proxy/plugin/videoroom.py#L2306

Hi @jamken, It looks like we need to detect the number of janus-gateway, when having more than one we don't need to forward room's max publishers but for only 1, we need to do it

04116 avatar Aug 10 '22 11:08 04116

Yes, you are right. I miss setting "publishers" properties of the backend room. Thanks for your careful reminding

jamken avatar Oct 08 '22 07:10 jamken

Why not set the number of publishers to 0, i.e., unlimited?

cpbruno avatar Oct 26 '22 20:10 cpbruno