-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra colibri channels allocated #49
Comments
I think that is the focus updating it's own channel information, not requesting a new one? Code is at https://github.com/jitsi/jitmeet/blob/master/libs/colibri.js#L302 |
Updating its own channel information with the first 'channel' element, right? But, the second 'channel' element, not having an ID, is a request for a new channel. Or am I missing something? |
nope, that appears to have been a copy-paste bug. Thanks for noticing! |
Ft/connection table toolbox
In the beginning of a conference unnecessary colibri channels are allocated. For example, in a conference of two the focus requests a total of three pairs of channels (3 audio, 3 video). I observed the following: Initially the focus requests 2 audio and 2 video channels. The bridge replies setting channel ids. Something like:
The focus then appears to use only one of the channels for each content, and requests new ones:
The text was updated successfully, but these errors were encountered: