Could not link ffdemux_mpegts0 to videoqueue

Nicolas Dufresne nicolas at ndufresne.ca
Tue May 15 23:14:46 UTC 2018


Le samedi 12 mai 2018 à 03:37 -0700, gagankumarnigam a écrit :
> Hi tim 
> 
> Can u plz tell me how to write c code for this pipeline
> 
> gst-launch udpsrc port=51000
> caps="application/x-rtp,media=video,payload=33,clock-rate=90000,
> encoding-name=MP2TS " ! rtpmp2tdepay ! mpegtsdemux ! queue !
> ffdec_mpeg2video ! ffmpegcolorspace ! xvimagesink 

if this is gstreamer 0.10, you should seriously move on to a newer
GStreamer. This is series is no longer supported and may have serious
issues.

That being said, try using mpegvideoparse element before or after the
queue.

> 
> at least how to link mpegtsdemux to queue
> 
> because i am geeting error of linking the above both
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list