Auto plugger for RTP Depay

Nicolas Dufresne nicolas at ndufresne.ca
Thu Jun 11 18:45:56 UTC 2020


Le jeudi 11 juin 2020 à 09:39 -0500, josh a écrit :
> I'm not sure if I can use parsebin. Here’s my pipeline : 
> 
> gst-launch-1.0 udpsrc port=10000 ! application/x-rtp ! rtpjitterbuffer !
> rtph264depay ! decodebin ! videoconvert ! queue max-size-buffers=3 !
> autovideosink

You "should" be able to simply drop rtph264depay and let decodebin
handle it.

> 
> To decode H265 I need to replace rtph264depay with rtph265depay. I believe I
> want to use rtpbin but it doesn't work when I tried it.
> 
> 
> 
> Tim Müller wrote
> > On Thu, 2020-06-11 at 01:50 -0500, josh wrote:
> > 
> > Hi Josh,
> > 
> > > Is there an auto plugger like decodebin for RTP Depaying? I'm using
> > > udpsrc and would like to either use rtph264depay or rtph265depay
> > > depending on what udpsrc receives then pass to decodebin.
> > 
> > parsebin might do the job.
> > 
> > You might also want to add an rtpjitterbuffer after udpsrc, in case you
> > haven't got one yet.
> > 
> > Cheers
> >  Tim
> > 
> > 
> > -- 
> > Tim Müller, Centricular Ltd - http://www.centricular.com
> > 
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at .freedesktop
> > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 
> 
> 
> 
> --
> 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