Decodebin and queue

Arjen Veenhuizen arjen at moonlightmedia.nl
Fri Sep 1 12:12:46 UTC 2017


What are you streaming? I assume that your stream is RTP payloaded. In that
case you need an rtpmp2tdepay element to strip the rtp headers. Furthermore,
rtpjitterbuffer will help with fixing out-of-order packets, e.g.:

gst-launch-1.0 udpsrc address=239.0.0.1 port=1234 buffer-size =20000000 !
rtpjitterbuffer ! rtpmp2tdepay ! queue ! tsdemux program-number=275 name=d
d. ! multiqueue name=q d. ! q. q. ! h264parse ! queue! imxvpudec ! queue !
imxipuvideosink q. ! queue ! decodebin ! queue ! audioconvert ! alsasink





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list