Warning in pepeline of stream audio + Video gstreamer

Sebastian Dröge sebastian at centricular.com
Tue May 6 11:46:26 PDT 2014


On Fr, 2014-04-18 at 03:43 -0700, kayoss12 wrote:
>   Hello,
> [...]
> Warnig client :
> Additional debug info:
> gstrtpbasedepayload.c(381): gst_rtp_base_depayload_chain ():
> /GstPipeline:pipeli
> ne0/GstRtpMP2TDepay:rtpmp2tdepay0:
> Received invalid RTP payload, dropping
> WARNING: from element /GstPipeline:pipeline0/GstRtpMP2TDepay:rtpmp2tdepay0:
> Coul
> d not decode stream.

Your sender is sending raw MPEG TS over UDP, but on the receiver you
expect to receive MPEG TS inside RTP over UDP. Either add rtpmp2tpay on
the sender in front of udpsink, or remove rtpmp2tdepay from the sender.

Also in your pipeline the tsparse element is not needed in both cases.

> also i have warning in RPI
> WARNING: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Can't
> record audio fast enough
> Additional debug info:
> gstaudiobasesrc.c(848): gst_audio_base_src_create ():
> /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:
> Dropped 8820 samples. This is most likely because downstream can't keep up
> and is consuming samples too slowly.
> [...]

This here probably means exactly what is written there, that your RPi is
too slow to handle what you do there in real time. Or there's a problem
in the alsa driver.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140506/478ae674/attachment-0001.sig>


More information about the gstreamer-devel mailing list