WARNING: erroneous pipeline: could not link rtpl16pay0 to udpsink0

Tim Müller tim at centricular.com
Wed Sep 20 15:07:28 UTC 2017


On Wed, 2017-09-20 at 07:51 -0700, amsts wrote:

Hi,

> I removed payload as you said but now I am getting another error and
> I am not able to find what it is.
> 
>  gst-launch-1.0  filesrc location=./newsong.wav ! wavparse !
> audioconvert ! rtpL16pay ! application/x-rtp, encoding-name=L16,
> payload=11, channels=1,layout=interleaved ! udpsink host=localhost
> port=6000
> 
> streaming task paused, reason not-negotiated (-4)

This means there is a problem with the caps/formats, something is not
compatible.

I'm guessing the output of wavparse is not compatible in some way
(format, sample rate, number of channels) with what rtpL16pay requires
when forced to those output caps.

Add   ... ! wavparse ! audioresample ! audioconvert ! rtpL16pay ! ..

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference!
21-22 October 2017 in Prague, Czech Republic
http://gstreamer.freedesktop.org/conference/


More information about the gstreamer-devel mailing list