Skip to content
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

feat: Support setting the initial value of last-n through colibri2. #2003

Merged
merged 3 commits into from
Mar 16, 2023

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented Mar 15, 2023

No description provided.

logger.info("Setting initialLastN = $initialLastN")
bitrateController.lastN = initialLastN
} else {
logger.info("Ignoring initialLastN, message transport already connected.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like there's still a race here - the threshold for ignoring the initialLastN should be that receiver constraints have been received, not that the message transport is connected. (Data will come after the connect for both websocket and datachannel.)

@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #2003 (c05292b) into master (ff0c92a) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2003      +/-   ##
============================================
- Coverage     43.04%   43.02%   -0.03%     
  Complexity     1668     1668              
============================================
  Files           323      323              
  Lines         16740    16750      +10     
  Branches       2202     2203       +1     
============================================
  Hits           7206     7206              
- Misses         8830     8840      +10     
  Partials        704      704              
Impacted Files Coverage Δ
.../src/main/kotlin/org/jitsi/videobridge/Endpoint.kt 20.06% <0.00%> (-0.24%) ⬇️
.../videobridge/colibri2/Colibri2ConferenceHandler.kt 1.25% <0.00%> (-0.02%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff0c92a...c05292b. Read the comment docs.

@bgrozev bgrozev merged commit dcff6f6 into jitsi:master Mar 16, 2023
@bgrozev bgrozev deleted the initial-last-n branch May 23, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants