Gstreamer Android Audio question
Sebastian Dröge
sebastian at centricular.com
Thu Jan 21 00:04:07 PST 2016
On Mi, 2016-01-20 at 15:07 -0800, KIMSANG wrote:
> tutorial2
> data->pipeline = gst_parse_launch("udpsrc port=5001
> caps=application/x-rtp !
> queue ! rtppcmudepay ! mulawdec ! audioconvert ! autoaudiosink
> sync=false",
> &error);
>
>
> Access success but The inaudible voice
>
> It is decoding problem?
> How do I fix this?
Why do you use sync=false? Also it might make sense to put a
rtpjitterbuffer between udpsrc and depayloader.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160121/fdc6233c/attachment.sig>
More information about the gstreamer-devel
mailing list