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 RTCP DLRR (Delay Since Last Receiver Report) block parsing #1234

Merged
merged 4 commits into from Nov 21, 2023

Conversation

ibc
Copy link
Member

@ibc ibc commented Nov 21, 2023

Fixes #1211

Details

  • Bug fixed but I'm not happy. A complete RTCP refactor is needed. Exposed here: RTP and RTCP parsing needs a refactor #1233
  • Bonus track: In Makefile add "flatc" dep to various tasks.
  • Bonus track: Get rid of the tedious "variable 'send_delta_ms' set but not used" warning in remote_bitrate_estimator_abs_send_time.cc.

@ibc ibc requested a review from jmillan November 21, 2023 12:54
@ibc ibc mentioned this pull request Nov 21, 2023
}
else
{
return report.release();
}

offset += ssrcInfo->GetSize();
Copy link
Member Author

Choose a reason for hiding this comment

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

This was the terrible bug: this was duplicated (see line 77 above) so offset was decremented twice.

@ibc ibc changed the title Fix RTCP DLRR block parsing Fix RTCP DLRR (Delay Since Last Receiver Report) block parsing Nov 21, 2023
@ibc ibc merged commit 2e9c231 into v3 Nov 21, 2023
36 checks passed
@ibc ibc deleted the fix-rtcp-dlrr-parsing branch November 21, 2023 15:10
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.

Issue in sending dlrr block
2 participants