Gstreamer-sharp for Android
doon
don-prog at mail.ru
Fri Feb 5 04:46:01 CET 2016
doon wrote
> Hello!
> I want to build gstreamer-sharp for Android and use it via
> Xamarin.Android. So the first question is what I need to do and how am I
> supposed to start? If this is too broad for you, then I have something
> more concrete about gstreamer-sharp and native gstreamer working process
> on Android.
> How I understand work of gstreamer-sharp: gstreamer-sharp depends on
> glib-sharp(but not on the whole gtk-sharp) which provides GLib types for
> using them in the gstreamer-sharp, this is good choice because native
> gstreamer also uses GLib, so there is no need to use difficult type
> marshalling; gstreamer-sharp depends on gstreamer-sharp which provides
> front end realization which we can easily use from C# code; also
> gstreamer-sharp depends on libgstreamersharpglue, but I don't understand
> what exactly it does(
> this answer
> <http://stackoverflow.com/questions/25379163/building-gstreamer-sharp-glue-on-windows/25401691#25401691>
> did not help me too).
>
> Also I know that I can use native gstreamer on Android. To do this I need
> to build gstreamer_android.c(I think this is a glue but I don't understand
> for what exactly) and something like main.c(with Gstreamer functions)
> which depends on the gstreamer_android.c and whcih we will use from the
> Java(or from the C#) via JNI interface. I do not quite clearly understand
> native gstreamer working procces on Android, so please correct me.
> So the main problem is how can I connect gstreamer-sharp with the native
> gstreamer on Android? And what will be better: use gstreamer-sharp or
> native gstreamer on Android(of course I mean use it via C# on
> Xamarin.Android)?
> Any help will be very useful!
> Regards!
I really don't know where can I find answers on this questions or how can I
connect gstreamer-sharp with the native gstreamer on Android(how to use
gstreamer-sharp on Android, roughly speaking)?
Thanks in advance!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-sharp-for-Android-tp4675613p4675679.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list