RTP Forward to GStreamer has corrupted frames

Arjen Veenhuizen arjen at moonlightmedia.nl
Fri Sep 28 05:25:44 UTC 2018


Nicolas wrote
> The Gstreamer pipeline we use, that provided the best results so far is: 
> ```udpsrc port=17004 ! application/x-rtp,clock-rate=90000,payload=96 !
> queue
> !  rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! app```

You must use the rtpjitterbuffer to accommodate for packets that were
received out of order. Depending on network latency, you might need to tune
its latency property (200 msec being the default). Furthermore, as Matteo
Valdina suggested as welll, add a queue, e.g.:





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


More information about the gstreamer-devel mailing list