gstreamer-android Digest, Vol 99, Issue 2

safouane maaloul maaloulsafouane at gmail.com
Thu Mar 25 12:48:26 UTC 2021


I have succeeded to make work a simple exemple but i have some issues when
i am trying to use other plugins lis tcpserversrc . I thinks it is how i
add the library. Can u give me an example of CmakeLiists.txt that add
gstreamer to the application ?

Best regard,

Safouane.Maaloul



Le mer. 24 mars 2021 à 13:00, <
gstreamer-android-request at lists.freedesktop.org> a écrit :

> Send gstreamer-android mailing list submissions to
>         gstreamer-android at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.freedesktop.org/mailman/listinfo/gstreamer-android
> or, via email, send a message with subject or body 'help' to
>         gstreamer-android-request at lists.freedesktop.org
>
> You can reach the person managing the list at
>         gstreamer-android-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gstreamer-android digest..."
>
>
> Today's Topics:
>
>    1. Re: gstreamer-android-cmake (ghassen belghith)
>    2. Re: gstreamer-android Digest, Vol 99, Issue 1 (Ghassen Belghith)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 Mar 2021 14:03:31 +0100
> From: ghassen belghith <ghassen.belghith at outlook.com>
> To: gstreamer-android at lists.freedesktop.org
> Subject: Re: gstreamer-android-cmake
> Message-ID:
>         <
> DB8PR02MB5850A41BD6950577C663EA8286649 at DB8PR02MB5850.eurprd02.prod.outlook.com
> >
>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> hi safouane,
>
> i worked recently? with the version r18 with no issues try it .
>
>
> Best regards
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 23 Mar 2021 13:07:37 +0000
> From: Ghassen Belghith <ghassen.belghith at outlook.com>
> To: "gstreamer-android at lists.freedesktop.org"
>         <gstreamer-android at lists.freedesktop.org>
> Subject: Re: gstreamer-android Digest, Vol 99, Issue 1
> Message-ID:
>         <
> DB8PR02MB58503CFA257E0FAA06986B7B86649 at DB8PR02MB5850.eurprd02.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Safouane ,
>
> i worked recently with the version r18 with no issues try it .
>
> Best Regards.
>
> Sent from Outlook<http://aka.ms/weboutlook>
>
> ________________________________
> From: gstreamer-android <gstreamer-android-bounces at lists.freedesktop.org>
> on behalf of gstreamer-android-request at lists.freedesktop.org <
> gstreamer-android-request at lists.freedesktop.org>
> Sent: Monday, March 22, 2021 1:00 PM
> To: gstreamer-android at lists.freedesktop.org <
> gstreamer-android at lists.freedesktop.org>
> Subject: gstreamer-android Digest, Vol 99, Issue 1
>
> Send gstreamer-android mailing list submissions to
>         gstreamer-android at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.freedesktop.org/mailman/listinfo/gstreamer-android
> or, via email, send a message with subject or body 'help' to
>         gstreamer-android-request at lists.freedesktop.org
>
> You can reach the person managing the list at
>         gstreamer-android-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gstreamer-android digest..."
>
>
> Today's Topics:
>
>    1. gstreamer-android-cmake (safouane maaloul)
>    2. Re: gstreamer-android-cmake (Sean Moran)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 22 Mar 2021 11:47:39 +0100
> From: safouane maaloul <maaloulsafouane at gmail.com>
> To: gstreamer-android at lists.freedesktop.org
> Subject: gstreamer-android-cmake
> Message-ID:
>         <CAEj=YV+7U1FK+m+v-7FjiYwbvjZ=
> ZK2AGoBxyzypK8qBNAi-nA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello i succeeded in building my android app to view the video streaming
> with my mobile phone. I did it with ndk build. I wanted to ask if
> anyone can help me to do it with cmake because i didn't find anything
> useful on the internet. I am using 1.18.2 for gstreamer and android r21 for
> ndk. I begin to work on this with adding a CmakeList.txt but i have many
> error like :
> --
>
> toolchains/llvm/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld:
> error: cannot find -lplayback ndk version
> --
> I think it is the version of ndk. Does anyone know what this kind of
> error mean ?
> Best regards
>
> *SAFOUANE MAALOUL*
>
> *maaloulsafouane at gmail.com <maaloulsafouane at gmail.com>*
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.freedesktop.org/archives/gstreamer-android/attachments/20210322/55b262ab/attachment-0001.htm
> >
>
> ------------------------------
>
> Message: 2
> Date: Mon, 22 Mar 2021 07:26:19 -0400
> From: Sean Moran <seanmoran526 at gmail.com>
> To: Discussions about GStreamer on Android
>         <gstreamer-android at lists.freedesktop.org>
> Subject: Re: gstreamer-android-cmake
> Message-ID:
>         <
> CAPJbCZhHxAd5SZrhiSS+X+J8Yu-bDBXntmiYLrBjETwiTpsVvA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Safouane,
>
> I was able to let android studio use it's default cmake with no issues.
> That error sounds like an ndk issue.   Make sure you put the path to your
> ndk in your local.properties file.
>
> On Mon, Mar 22, 2021, 6:47 AM safouane maaloul <maaloulsafouane at gmail.com>
> wrote:
>
> > Hello i succeeded in building my android app to view the video streaming
> > with my mobile phone. I did it with ndk build. I wanted to ask if
> > anyone can help me to do it with cmake because i didn't find anything
> > useful on the internet. I am using 1.18.2 for gstreamer and android r21
> for
> > ndk. I begin to work on this with adding a CmakeList.txt but i have many
> > error like :
> > --
> >
> toolchains/llvm/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld:
> > error: cannot find -lplayback ndk version
> > --
> > I think it is the version of ndk. Does anyone know what this kind of
> > error mean ?
> > Best regards
> >
> > *SAFOUANE MAALOUL*
> >
> > *maaloulsafouane at gmail.com <maaloulsafouane at gmail.com>*
> >
> > _______________________________________________
> > gstreamer-android mailing list
> > gstreamer-android at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/gstreamer-android
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.freedesktop.org/archives/gstreamer-android/attachments/20210322/c12a3a3a/attachment-0001.htm
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>
>
> ------------------------------
>
> End of gstreamer-android Digest, Vol 99, Issue 1
> ************************************************
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.freedesktop.org/archives/gstreamer-android/attachments/20210323/a41bcd80/attachment-0001.htm
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>
>
> ------------------------------
>
> End of gstreamer-android Digest, Vol 99, Issue 2
> ************************************************
>


-- 
*SAFOUANE MAALOUL*

*maaloulsafouane at gmail.com <maaloulsafouane at gmail.com>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-android/attachments/20210325/56ba9235/attachment.htm>


More information about the gstreamer-android mailing list