Audio streaming from Android device microphone

JPM jpmelian at gmail.com
Sun Feb 9 08:53:40 PST 2014


Hi,

I have upgraded SDK tutorial-2 to 1.2.2 version and it is OK with the
pipeline :

data->pipeline = gst_parse_launch("*audiotestsrc* !
audio/x-raw,format=S16LE,channels=1,rate=48000 ! udpsink host=192.168.1.140
port=5003", &error);

When I check this one : data->pipeline = gst_parse_launch("*autoaudiosrc* !
audio/x-raw,format=S16LE,channels=1,rate=48000 ! udpsink host=192.168.1.140
port=5003", &error);

there are not errors indications on the android device screen (log is
"State changed to PAUSED/PLAYING") but I can not hear any sound in the
client (PC Windows 7).

Is it possible android device microphone is deactivated ?

Regards.


2014-02-09 15:52 GMT+01:00 Sebastian Dröge <sebastian at centricular.com>:

> On So, 2014-02-09 at 14:19 +0100, Sebastian Dröge wrote:
> > On So, 2014-02-09 at 14:04 +0100, JPM wrote:
> > > Do you know if there are any tutorial about how to upgrade to GStreamer
> > > 1.2.x ?.
> >
> > Check the differences between the tutorials from gstreamer.com and these
> > here: http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/
> >
> > The differences are not really large. You can get the latest version for
> > Android here: http://gstreamer.freedesktop.org/data/pkg/android/1.2.3/
> >
> > (The 1.2.3 release is not yet announced, will be in a few minutes after
> > I finished uploading the other parts)
>
> And they're not final, I'll upload final 1.2.3 tarballs later this
> evening.
>
> http://gstreamer.freedesktop.org/data/pkg/android/1.2.2/ contains the
> previous stable release and should work just fine for you too.
>
> --
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> 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/20140209/3404cde5/attachment-0001.html>


More information about the gstreamer-android mailing list