I solved this problem as well by installing some gst-bad plugins and specifying the PATH_<br><br><br>But now I am running into this error after doing <br><b>make gstreamer-aggregate-configure</b><br><br>configure: Requested 'gstreamer-0.10 >= 0.10.32.1' but version of GStreamer is 0.10.28<br>
configure: error: no gstreamer-0.10 >= 0.10.32.1 (GStreamer) found<br> configure failed<br>make: *** [gst-plugins-base-configure] Error 1<br><br><br>I have checked and i have the GStreamer 0.10.28<br>How can i resolve this<br>
Rgds,<br>Saurabh<br><br><br><br><br><br clear="all">"..pain is temporary.....quitting lasts forever......"<br><br>
<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 2:49 PM, s.rawat <span dir="ltr"><<a href="mailto:imsaurabhrawat@gmail.com">imsaurabhrawat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I got the gstreamer_aggregate folder after i palced the local_manifest.xml file inside the .repo folder inside my master android directory.<br>Now i moved ahead , copied the config.sub in the gstreamer_aggregate directory and tried follwoing the steps <br>
<br><pre style="padding: 0.5em; white-space: pre-wrap; border: 1px solid rgb(203, 203, 203); background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; word-spacing: 0px;">
cd $ANDROID_SOURCE_DIR/external/gstreamer_aggregate/<br><span></span> for i in *; do if [ -d $i ]; then echo $i; cp config.sub $i; fi; done<br><span></span> cp config.sub gst-openmax/build-aux/<br>
<span></span> cd $ANDROID_SOURCE_DIR<br><span></span> source build/envsetup.sh<br><span></span> lunch full_crespo-userdebug<br><br>
<br></pre><br>I ran this command after that : <br><pre style="padding: 0.5em; white-space: pre-wrap; border: 1px solid rgb(203, 203, 203); background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; word-spacing: 0px;">
make libmad-configure libid3tag-configure libogg-configure libx264-configure libfaad-configure</pre>I got this log and error : <br><br><br>PLATFORM_VERSION_CODENAME=AOSP<br>PLATFORM_VERSION=3.1.4.1.5.9.2.6.5<br>TARGET_PRODUCT=full_crespo<br>
TARGET_BUILD_VARIANT=userdebug<br>TARGET_SIMULATOR=false<br>TARGET_BUILD_TYPE=release<br>TARGET_BUILD_APPS=<br>TARGET_ARCH=arm<br>TARGET_ARCH_VARIANT=armv7-a-neon<br>HOST_ARCH=x86<br>HOST_OS=linux<br>HOST_BUILD_TYPE=release<br>
BUILD_ID=OPENMASTER<br>============================================<br>external/gst-android/gst-android/Android.mk:10: external/gst-android/gst-android/gstplayer/Android.mk: No such file or directory<br>/bin/bash: gstreamer-plugins-bad-0.10: command not found<br>
/bin/bash: gstreamer-audio-0.10: command not found<br>/bin/bash: gstreamer-video-0.10: command not found<br>Package gstreamer was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer' found<br>Package gstreamer-0.10 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer-0.10.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer-0.10' found<br>Package gstreamer-app-0.10 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer-app-0.10.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer-app-0.10' found<br>Package gstreamer-0.10 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer-0.10.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer-0.10' found<br>Package gstreamer-tag-0.10 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer-tag-0.10.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer-tag-0.10' found<br>Package gstreamer-plugins-bad-0.10 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer-plugins-bad-0.10.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer-plugins-bad-0.10' found<br>Package gstreamer-audio-0.10 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `gstreamer-audio-0.10.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>No package 'gstreamer-audio-0.10' found<br>build/core/<a href="http://base_rules.mk:162" target="_blank">base_rules.mk:162</a>: *** /home/softy/gstcode/external/gstreamer_aggregate/gst-android/sink/audioflingersink: MODULE.TARGET.SHARED_LIBRARIES.libgstaudioflinger already defined by external/gst-android/gst-android/sink/audioflingersink. Stop.<br>
<br><br>I think I need to put cflags and the Libs oath to pkg-config gstreamer-0.10 somewhere , but dont know how to resolve this !<div class="im HOEnZb"><br><br>Rgds,<br>Saurabh<br><br><br><br><br clear="all">"..pain is temporary.....quitting lasts forever......"<br>
<br>
<br><br></div><div class="HOEnZb"><div class="h5"><div class="gmail_quote">On Mon, Nov 7, 2011 at 6:29 PM, s.rawat <span dir="ltr"><<a href="mailto:imsaurabhrawat@gmail.com" target="_blank">imsaurabhrawat@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
the link says that we have to put the local_maifest.xml file inside the ./repo .<br>I have installed the repo in ~/bin and made local_manifest.xml whose content as as shown in the <a href="http://cgit.collabora.com/git/user/reynaldo/android/manifests.git/plain/2.3.2_r1/local_manifest.xml" target="_blank">link </a>.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.<br>
Because after doing this when i do the repo sync <br><br>I didnt get any <b>gstreamer_aggregate</b> folder inside the $ANDROID_SOURCE_DIR/external/gstreamer_aggregate/ <span>where </span>ANDROID_SOURCE_DIR is my source code directory.<br>
<br>dir structure <br><br>home<br> -softy<br> bin<br> ANDROID_SOURCE_DIR<br> - bionic<br> - build<br><span> .<br> .<br> </span><span> .<br>
.</span><br><span> </span><span> .<br>
.</span><br><span> </span><span> .<br>
.<br> </span><span> .<br>
.<br> </span><span> .<br>
-system<br> -tools<br><br><br></span><span> Where and what I am missing ?<br><br>Rgds,<br>Saurabh<br> <br> <br></span><div><br><br clear="all">"..pain is temporary.....quitting lasts forever......"<br>
<br>
<br><br></div><div><div><div class="gmail_quote">On Sat, Nov 5, 2011 at 12:30 AM, <span dir="ltr"><<a href="mailto:gstreamer-android-request@lists.freedesktop.org" target="_blank">gstreamer-android-request@lists.freedesktop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send gstreamer-android mailing list submissions to<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">gstreamer-android@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:gstreamer-android-request@lists.freedesktop.org" target="_blank">gstreamer-android-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:gstreamer-android-owner@lists.freedesktop.org" target="_blank">gstreamer-android-owner@lists.freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of gstreamer-android digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Using gst-commands on the rooted phone (s.rawat)<br>
2. Re: Using gst-commands on the rooted phone (Stefan Sauer)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 4 Nov 2011 14:23:05 +0530<br>
From: "s.rawat" <<a href="mailto:imsaurabhrawat@gmail.com" target="_blank">imsaurabhrawat@gmail.com</a>><br>
Subject: Using gst-commands on the rooted phone<br>
To: <a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">gstreamer-android@lists.freedesktop.org</a><br>
Message-ID:<br>
<<a href="mailto:CALwa49tCocw2O9EOmTC%2BmYcZhY_z0PFsNb7hkVxs0EPq1BMk_g@mail.gmail.com" target="_blank">CALwa49tCocw2O9EOmTC+mYcZhY_z0PFsNb7hkVxs0EPq1BMk_g@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
I know there has been stagrefright and open core inside the Android<br>
Multimedia Framework.But Now I am trying to use the audio/video streaming<br>
functionalities using the *gstreamer* commands(as well c application for<br>
them) in the adb shell.<br>
<br>
For example wheni pluggedin a web cam in my ubuntu machine and issue this<br>
command --> *gst-launch-0.10 autovideosrc !<br>
video/x-raw-yuv,framerate=\(fraction\)30/1,width=640,height=480 !<br>
ffmpegcolorspace ! autovideosink* while connecting the web cam to my linux<br>
machine i will be able to see the web cam turned on,<br>
*now I want to simulate the same on the android phone and issue the same<br>
command(with some modification and also by cross compiling it with respect<br>
to the andrid phone or tablet)<br>
*<br>
I have got this<br>
link<<a href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions" target="_blank">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a>>for<br>
compiling the gstreamer for Nexus S .Before get to start i want to ask<br>
:<br>
(1) Has any one tried cross compiling the *gstreamer* for any android phone<br>
and using it (application or via commands)<br>
(2) Is it possible to compile it using the ndk tool chain and put the *<br>
gstreamer* code inside our android application by creatign a shared library<br>
out of it and loading and using the functionalities in the app code.<br>
<br>
I want to request :<br>
<br>
*(1) For any tutorial /blog link if you have doen this before*<br>
<br>
Thanks and advance,I will keep adding to this post my work so far<br>
plz assit and send your inputs<br>
Rgds,<br>
Softy<br>
"..pain is temporary.....quitting lasts forever......"<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/f6a91451/attachment-0001.htm" target="_blank">http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/f6a91451/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 04 Nov 2011 14:04:26 +0100<br>
From: Stefan Sauer <<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>><br>
Subject: Re: Using gst-commands on the rooted phone<br>
To: <a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">gstreamer-android@lists.freedesktop.org</a><br>
Message-ID: <<a href="mailto:4EB3E2DA.5060400@hora-obscura.de" target="_blank">4EB3E2DA.5060400@hora-obscura.de</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
hi,<br>
<br>
On 11/04/2011 09:53 AM, s.rawat wrote:<br>
> Hi,<br>
> I know there has been stagrefright and open core inside the Android<br>
> Multimedia Framework.But Now I am trying to use the audio/video<br>
> streaming functionalities using the *gstreamer* commands(as well c<br>
> application for them) in the adb shell.<br>
><br>
> For example wheni pluggedin a web cam in my ubuntu machine and issue<br>
> this command --> *gst-launch-0.10 autovideosrc !<br>
> video/x-raw-yuv,framerate=\(fraction\)30/1,width=640,height=480 !<br>
> ffmpegcolorspace ! autovideosink* while connecting the web cam to my<br>
> linux machine i will be able to see the web cam turned on,<br>
> *now I want to simulate the same on the android phone and issue the<br>
> same command(with some modification and also by cross compiling it<br>
> with respect to the andrid phone or tablet)<br>
> *<br>
> I have got this link<br>
> <<a href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions" target="_blank">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a>><br>
> for compiling the gstreamer for Nexus S .Before get to start i want to<br>
> ask :<br>
> (1) Has any one tried cross compiling the *gstreamer* for any android<br>
> phone and using it (application or via commands)<br>
<br>
yes, follow the instruction in the link to build a system install of<br>
gstreamer for e.g. the nexus s.<br>
<br>
> (2) Is it possible to compile it using the ndk tool chain and put the<br>
> *gstreamer* code inside our android application by creatign a shared<br>
> library out of it and loading and using the functionalities in the<br>
> app code.<br>
<br>
Reynaldo did a talk about this at the gstreamer conference two weeks<br>
ago. It is possible. he will share the instructions hre, when its ready.<br>
><br>
> I want to request :<br>
You probably want to "ask" not "request".<br>
<br>
Stefan<br>
><br>
> *(1) For any tutorial /blog link if you have doen this before*<br>
><br>
> Thanks and advance,I will keep adding to this post my work so far<br>
> plz assit and send your inputs<br>
> Rgds,<br>
> Softy<br>
> "..pain is temporary.....quitting lasts forever......"<br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-android mailing list<br>
> <a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">gstreamer-android@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/4f1f741c/attachment-0001.htm" target="_blank">http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/4f1f741c/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br>
<br>
End of gstreamer-android Digest, Vol 7, Issue 2<br>
***********************************************<br>
</blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>