Gstreamer SDK Android Tutotrials with Android Studio

Chuck Crisler ccrislerathome at gmail.com
Fri Jun 17 02:11:20 UTC 2016


I can give you some initial help. Here is the authoritative project
reference -> https://github.com/sdroege/gst-player (Don't waste time on the
SDK tutorials. They aren't connected with the GStreamer project - though
they can help with some basic concepts.) This works with Android Studio.
You will need to configure some properties in the app level build.gradle
file, using the 'project.ext' extension. This allows app level custom
extensions that can be imported at build time to your project. Google it -
GIYF (google is your friend). The one thing that I haven't yet solved is
specifying the target architecture, which is used to construct the
GSTREAMER_ROOT (obviously pretty important). If you build GStreamer from
cebero, then the default will work. Otherwise, you need to configure the
architecture, which I haven't yet figured out. I think that an AS build
will build everything for you, including the GStreamer native C libraries.
You also need to download the GStreamer for Android files (on the GStreamer
download page).

Chuck

On Wed, Jun 15, 2016 at 11:24 AM, de_ninja <daniel at gretzke.de> wrote:

> Hey Guys,
>
> I want to build an Android App with Anroid Studio that implements
> Gstreamer.
>
> The SDK Android Tutorials only seem to work with Eclipse.
> I want to use Android Studio 2.1 to build the app.
> The problem is that the tutorials aren't built to work with 'Gradle'.
> Do I have to make a new Gradle.build file or is there an easier way to
> implement Gstreamer in Android Stuido?
> Maybe there are some Tutorials for Android Studio instead of Eclipse, but I
> didn't find one.
> I have installed NDK in Android Studio by the way.
>
> Thanks for any help!
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-SDK-Android-Tutotrials-with-Android-Studio-tp4678064.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160616/65cd1a21/attachment.html>


More information about the gstreamer-devel mailing list