Auto plugger for RTP Depay
josh
josh at caffeinatedkiwi.com
Thu Jun 11 14:39:46 UTC 2020
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
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/
More information about the gstreamer-devel
mailing list