-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
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 |
Thanks, any update? |
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. |
Got it, I thought that new all-in-one app will solve this issue too |
Hi, where is the all-in-one app ? whether finished, would you gave me a 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.
The text was updated successfully, but these errors were encountered: