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: use libwebrtc m114 #130

Merged
merged 6 commits into from
Jul 14, 2023
Merged

feat: use libwebrtc m114 #130

merged 6 commits into from
Jul 14, 2023

Conversation

theomonnom
Copy link
Member

@theomonnom theomonnom commented Jul 14, 2023

  • use libwebrtc m114

enabled codecs atm: vp8 & h264

NOTE: This PR uses c++20 to fix some issues on Windows (The webrtc code use c++20 features like designated initializers).
For now the libwebrtc build scripts use c++17 for compiling, we will definitely need to change the scripts to use c++20 in the future. (see #129)

Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

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

looks good!

@theomonnom do you mean our webrtc-sdk builds would need to update to C++ 20 too?

@theomonnom
Copy link
Member Author

No, only the ones inside this repo (I'm using the use_cxx17 flag atm)

@theomonnom theomonnom merged commit 8c16028 into main Jul 14, 2023
15 checks passed
@theomonnom theomonnom deleted the theo/webrtc-m114 branch July 14, 2023 16:18
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.

None yet

2 participants