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

Sebastian Dröge sebastian at centricular.com
Fri Jan 9 00:53:22 PST 2015


On Mi, 2015-01-07 at 04:05 -0800, kometonja wrote:
> 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

It's actually much easier than that. You can just add
gstreamer-rtsp-server-1.0 to GSTREAMER_EXTRA_DEPS in Android.mk.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150109/f4e18fe8/attachment.sig>


More information about the gstreamer-devel mailing list