aws-samples/amazon-kinesis-video-streams-media-interface

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

Opened this issue · 5 comments

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.

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 @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 ?