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

Fix frozen video in simulcast due to wrong dropping of padding only packets #1431

Merged
merged 4 commits into from
Jul 26, 2024

Conversation

ibc
Copy link
Member

@ibc ibc commented Jul 25, 2024

Fixes #1429

Thanks to @quanli168 for the report.

Details

  • In SimulcastConsumer we must drop padding only packets ONLY if the packet belongs to the current simulcast stream being sent to the consuming endpoint.
  • Changes in other XxxxConsumer classes are just cosmetic for consistency.

ibc added 2 commits July 25, 2024 19:52
…ackets

Fixes #1429

Thanks to @quanli168 for the report.

### Details

- In `SimulcastConsumer` we must drop padding only packets ONLY if the packet belong to the current simulcast stream being sent to the consuming endpoint.
- Changes in other `XxxxConsumer` classes are just cosmetic for consistency.
@ibc ibc merged commit ecbeea6 into v3 Jul 26, 2024
40 checks passed
@ibc ibc deleted the fix-regression-in-simulcast-due-to-dropping-empty-packets branch July 26, 2024 08:48
@jmillan
Copy link
Member

jmillan commented Jul 26, 2024

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Simulcast frozen video due to dropping RTP packets
2 participants