gstreamer cerbero rtmp

cristian.astorino cristian.astorino at gmail.com
Sun Feb 9 05:41:44 PST 2014


Hello, I'm trying to include librtmp inside gstreamer-sdk for android. I
successfully compiled librtmp and libgstrtmp. Now when I compile my android
project inside eclipse I receive the following errors:

/home/cristian/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.gold:
/home/wizard/gstreamer-sdk-android-arm-release-2013.6/lib/librtmp.a(rtmp.o):
in function isValidPublicKey:dh.h:161: error: undefined reference to
'gcry_mpi_new'
/home/cristian/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.gold:
/home/wizard/gstreamer-sdk-android-arm-release-2013.6/lib/librtmp.a(rtmp.o):
in function isValidPublicKey:dh.h:165: error: undefined reference to
'gcry_mpi_set_ui'
....
etc.
....

I suppose they come from libgcrypt, which is a dependency for librtmp. I
copied libgcrypt.la and libgcrypt.so inside lib folder of gstreamer-sdk, but
I think I need libgcrypt.a which I cannot find inside my builds. Am I right?
How can I solve these errors?

Regards
Cristian



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-cerbero-rtmp-tp4665153.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list