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

Add RTCP component as submodule after re-factoring #2027

Merged
merged 18 commits into from
Aug 8, 2024
Merged

Conversation

moninom1
Copy link
Contributor

Issue #, if available:

What was changed?
Add RTCP component as external project, and update RTCP code to call APIs of component.

Why was it changed?
To apply RTCP re-factoring component into dev branch. RTP component is separated out as independent library.

How was it changed?
Add RTCP component as external project, import it via ExternalProject_Add, and update RTCP code to call APIs of component.

What testing was done for the changes?

  • Verified master demo on Ubuntu
  • Verified serialization & deserialization with webrtc_client_test and pass all test cases.
  • Verified TWCC with unit test framework in RTCP component

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

CMake/Utilities.cmake Outdated Show resolved Hide resolved
Copy link
Contributor

@unicornss unicornss left a comment

Choose a reason for hiding this comment

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

consistency, initialization and clarity can be improved.

@hassanctech hassanctech self-requested a review August 6, 2024 12:59
Copy link
Contributor

@hassanctech hassanctech left a comment

Choose a reason for hiding this comment

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

LGTM

@moninom1 moninom1 merged commit ace791c into develop Aug 8, 2024
31 checks passed
@moninom1 moninom1 deleted the rtcpWrapper branch August 8, 2024 07:59
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.

4 participants