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

[QUESTION]How to compile one libmbedtls.a for KVS and WebRTC both #108

Open
Zevolusion opened this issue Aug 24, 2023 · 5 comments
Open
Labels
enhancement New feature or request

Comments

@Zevolusion
Copy link

Describe the questions
Both KVS and WebRTC use the libmbedtls.a library, but they cannot be shared. If I use libmbedtls.a of KVS and put it in WebRTC, it will fail to compile. If I use libmbedtls.a of WebRTC and put it in KVS, it will not run after compilation. How to solve it?

Target platform
T31

Commit Id
7d460fc

Additional context
Add any other context about the problem here.

@codingspirit codingspirit self-assigned this Aug 24, 2023
@codingspirit
Copy link
Member

codingspirit commented Aug 24, 2023

Hi @Zevolusion Producer and WebRTC can share the same mbedtls, but we need to do some modifications in current cmake code. I will update this issue later with guides

@Zevolusion
Copy link
Author

Thanks, any update?

@codingspirit
Copy link
Member

Hi @Zevolusion discussed with our team members and we decide to de-prioritize this task since we are planing to have a producer/WebRTC all-in-one example app in media interface this year. I will keep this issue open for now and mark it as feature request.

@codingspirit codingspirit added the enhancement New feature or request label Aug 29, 2023
@Zevolusion
Copy link
Author

Got it, I thought that new all-in-one app will solve this issue too

@zhangshouyin
Copy link

Hi @Zevolusion discussed with our team members and we decide to de-prioritize this task since we are planing to have a producer/WebRTC all-in-one example app in media interface this year. I will keep this issue open for now and mark it as feature request.

Hi, where is the all-in-one app ? whether finished, would you gave me a link ?

@codingspirit codingspirit removed their assignment Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants