wernerd / ZRTPCPP

C++ Implementation of ZRTP protocol - GNU ZRTP C++
Other
115 stars 50 forks source link

Android compile #37

Open prvsousa opened 7 years ago

prvsousa commented 7 years ago

Hello, I'm using this library to make some tests, i'm using "demo"-> zrtptest.cpp. I want to compile this to Android, do you have any how to do this? Can you give an example regarding the TIVI client I try to setup but without success.

Can you give any information regarding this issue?

prvsousa commented 6 years ago

@wernerd can you please give me support on this issue. I'm trying to port this software to Android. Do you know if we can compile without the tivi client and how it is done in this situations?

wernerd commented 6 years ago

This mainly depends on the RTP stack (and optionally on the SIP stack) that you like to use for your project. ZRTP sits on top and works together with a RTP media transport. Because every RTP stack implementation is a bit different there is no general answer.

Werner

Am 11.10.2017 um 18:53 schrieb Patrícia Sousa:

@wernerd https://github.com/wernerd can you please give me support on this issue. I'm trying to port this software to Android. Do you know if we can compile without the tivi client and how it is done in this situations?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wernerd/ZRTPCPP/issues/37#issuecomment-335875256, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfhkR_AVZyTj_a31dJ7_D2NeK320CpJks5srPKIgaJpZM4PPphT.

-- Werner Dittmann email: Werner.Dittmann@t-online.de cell: +49 173 44 37 659 PGP key: 82EF5E8B

prvsousa commented 6 years ago

@wernerd But assuming that I just want to compile the zrtptest to android do you have any ideia of the process? The Android application I can solve, what is missing is the steps to force this to generate the Android library (change the compiler and other stuff to be capable of produce NDK info)