gstreamer-android Digest, Vol 7, Issue 2
Stefan Sauer
ensonic at hora-obscura.de
Mon Nov 7 07:23:34 PST 2011
Hi,
please don't use the digets mode if you intend to post, this break
titles and threading. This list is low volume anyway.
On 11/07/2011 01:59 PM, s.rawat wrote:
> the link says that we have to put the local_maifest.xml file inside
> the ./repo .
> I have installed the repo in ~/bin and made local_manifest.xml whose
> content as as shown in the link
> <http://cgit.collabora.com/git/user/reynaldo/android/manifests.git/plain/2.3.2_r1/local_manifest.xml>.is
> it fine or do i have to replace the existing manifest.xml from this
> one or do i have to edit the lines inside the manifest.xml.
> Because after doing this when i do the repo sync
Don't replace the manifest.xml, just download it and put it next to
manifest.xml as local_manifest.xml
Stefan
>
> I didnt get any *gstreamer_aggregate* folder inside the
> $ANDROID_SOURCE_DIR/external/gstreamer_aggregate/ where
> ANDROID_SOURCE_DIR is my source code directory.
>
> dir structure
>
> home
> -softy
> bin
> ANDROID_SOURCE_DIR
> - bionic
> - build
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> -system
> -tools
>
>
> Where and what I am missing ?
>
> Rgds,
> Saurabh
>
>
>
>
> "..pain is temporary.....quitting lasts forever......"
>
>
>
> On Sat, Nov 5, 2011 at 12:30 AM,
> <gstreamer-android-request at lists.freedesktop.org
> <mailto:gstreamer-android-request at lists.freedesktop.org>> wrote:
>
> Send gstreamer-android mailing list submissions to
> gstreamer-android at lists.freedesktop.org
> <mailto:gstreamer-android at lists.freedesktop.org>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://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
> <mailto:gstreamer-android-request at lists.freedesktop.org>
>
> You can reach the person managing the list at
> gstreamer-android-owner at lists.freedesktop.org
> <mailto: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. Using gst-commands on the rooted phone (s.rawat)
> 2. Re: Using gst-commands on the rooted phone (Stefan Sauer)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 4 Nov 2011 14:23:05 +0530
> From: "s.rawat" <imsaurabhrawat at gmail.com
> <mailto:imsaurabhrawat at gmail.com>>
> Subject: Using gst-commands on the rooted phone
> To: gstreamer-android at lists.freedesktop.org
> <mailto:gstreamer-android at lists.freedesktop.org>
> Message-ID:
>
> <CALwa49tCocw2O9EOmTC+mYcZhY_z0PFsNb7hkVxs0EPq1BMk_g at mail.gmail.com
> <mailto:CALwa49tCocw2O9EOmTC%2BmYcZhY_z0PFsNb7hkVxs0EPq1BMk_g at mail.gmail.com>>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> I know there has been stagrefright and open core inside the Android
> Multimedia Framework.But Now I am trying to use the audio/video
> streaming
> functionalities using the *gstreamer* commands(as well c
> application for
> them) in the adb shell.
>
> For example wheni pluggedin a web cam in my ubuntu machine and
> issue this
> command --> *gst-launch-0.10 autovideosrc !
> video/x-raw-yuv,framerate=\(fraction\)30/1,width=640,height=480 !
> ffmpegcolorspace ! autovideosink* while connecting the web cam to
> my linux
> machine i will be able to see the web cam turned on,
> *now I want to simulate the same on the android phone and issue
> the same
> command(with some modification and also by cross compiling it with
> respect
> to the andrid phone or tablet)
> *
> I have got this
> link<http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions>for
> compiling the gstreamer for Nexus S .Before get to start i want to ask
> :
> (1) Has any one tried cross compiling the *gstreamer* for any
> android phone
> and using it (application or via commands)
> (2) Is it possible to compile it using the ndk tool chain and put
> the *
> gstreamer* code inside our android application by creatign a
> shared library
> out of it and loading and using the functionalities in the app code.
>
> I want to request :
>
> *(1) For any tutorial /blog link if you have doen this before*
>
> Thanks and advance,I will keep adding to this post my work so far
> plz assit and send your inputs
> Rgds,
> Softy
> "..pain is temporary.....quitting lasts forever......"
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/f6a91451/attachment-0001.htm>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 04 Nov 2011 14:04:26 +0100
> From: Stefan Sauer <ensonic at hora-obscura.de
> <mailto:ensonic at hora-obscura.de>>
> Subject: Re: Using gst-commands on the rooted phone
> To: gstreamer-android at lists.freedesktop.org
> <mailto:gstreamer-android at lists.freedesktop.org>
> Message-ID: <4EB3E2DA.5060400 at hora-obscura.de
> <mailto:4EB3E2DA.5060400 at hora-obscura.de>>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hi,
>
> On 11/04/2011 09:53 AM, s.rawat wrote:
> > Hi,
> > I know there has been stagrefright and open core inside the Android
> > Multimedia Framework.But Now I am trying to use the audio/video
> > streaming functionalities using the *gstreamer* commands(as well c
> > application for them) in the adb shell.
> >
> > For example wheni pluggedin a web cam in my ubuntu machine and issue
> > this command --> *gst-launch-0.10 autovideosrc !
> > video/x-raw-yuv,framerate=\(fraction\)30/1,width=640,height=480 !
> > ffmpegcolorspace ! autovideosink* while connecting the web cam to my
> > linux machine i will be able to see the web cam turned on,
> > *now I want to simulate the same on the android phone and issue the
> > same command(with some modification and also by cross compiling it
> > with respect to the andrid phone or tablet)
> > *
> > I have got this link
> >
> <http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions>
> > for compiling the gstreamer for Nexus S .Before get to start i
> want to
> > ask :
> > (1) Has any one tried cross compiling the *gstreamer* for any
> android
> > phone and using it (application or via commands)
>
> yes, follow the instruction in the link to build a system install of
> gstreamer for e.g. the nexus s.
>
> > (2) Is it possible to compile it using the ndk tool chain and
> put the
> > *gstreamer* code inside our android application by creatign a shared
> > library out of it and loading and using the functionalities in the
> > app code.
>
> Reynaldo did a talk about this at the gstreamer conference two weeks
> ago. It is possible. he will share the instructions hre, when its
> ready.
> >
> > I want to request :
> You probably want to "ask" not "request".
>
> Stefan
> >
> > *(1) For any tutorial /blog link if you have doen this before*
> >
> > Thanks and advance,I will keep adding to this post my work so far
> > plz assit and send your inputs
> > Rgds,
> > Softy
> > "..pain is temporary.....quitting lasts forever......"
> >
> >
> > _______________________________________________
> > gstreamer-android mailing list
> > gstreamer-android at lists.freedesktop.org
> <mailto:gstreamer-android at lists.freedesktop.org>
> > http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/4f1f741c/attachment-0001.htm>
>
> ------------------------------
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> <mailto:gstreamer-android at lists.freedesktop.org>
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>
>
> End of gstreamer-android Digest, Vol 7, Issue 2
> ***********************************************
>
>
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111107/226cd8df/attachment-0001.htm>
More information about the gstreamer-android
mailing list