mozilla / janus-plugin-sfu

Janus plugin to act as a kind of SFU for game networking data.
Mozilla Public License 2.0
135 stars 39 forks source link

Make max_ccu based on users, not sessions #74

Closed mqp closed 3 years ago

mqp commented 3 years ago

Fixes #57. (It was also off by one.)

vincentfretin commented 3 years ago

The max_ccu works now as documented in the config file, this is great.

A note, I see in the code there is process_subscribe to somewhat subscribe to a publisher without being a publisher yourself. This is something I'm interested in to have potentially a webinar with 1-5 publishers and 100 subscribers. If a user is using process_subscribe, this user is not counted currently. They was somewhat counted before because we counted the sessions.