meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.17k stars 2.47k forks source link

[1.x] inconsistency happen when more than 6 users join at same time #3362

Closed venkateshcontus closed 5 months ago

venkateshcontus commented 5 months ago

What version of Janus is this happening on? 1.2.3

Have you tested a more recent version of Janus too? Yes.

Was this working before? No

Is there a gdb or libasan trace of the issue? Join more than 6 users at same time you feel the inconsistency.

Additional context All the users does not get the all members streams. users get partial members stream. Joining time also increasing based on the members count. last users took 10 to 20 sec to join the room.

lminiero commented 5 months ago

You're clearly trying to open all those sessions in the same browser, so not an issue, as explained in this comment

venkateshcontus commented 5 months ago

Hi,

 We are not trying in the same browser. I have a team with 10 members  tried in web and mobile app. In our application we have schedule meeting feature to create meeting link and share it to my members.