Integrating gst-rtsp-server.so into gstreamer_android.so

kometonja lhranjec1 at yahoo.com
Wed Jan 7 04:05:10 PST 2015


Ok found a solution,
It was enought to add something like this to
gst-android/ndk-build/gstreamer-1.0.mk

GSTREAMER_RTSP_SERVER_LIBS := -Wl,--whole-archive
/path/to/gst-rtsp-server-1.4.4/gst/rtsp-server/.libs/libgstrtspserver-1.0.a

and then append this flags to GSTREAMER_ANDROID_LIBS like this:

GSTREAMER_ANDROID_LIBS := $(GSTREAMER_RTSP_SERVER_LIBS) $(call
fix-deps,-lgiognutls, -lhogweed)

If you need a custom Android.mk to build RTSP server here's one to start
with

http://pastebin.com/05Z3ni0s



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Integrating-gst-rtsp-server-so-into-gstreamer-android-so-tp4670085p4670133.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list