<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I use this pair of client-server pipelines:<br><br>server:<br>gst-launch-1.0 -v udpsrc port=2000 ! application/x-rtp,payload=127  ! rtpjitterbuffer latency=50 do-retransmission=true ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink sync=false<br><br>client:<br>gst-launch-1.0 -v v4l2src device=/dev/video1 ! video/x-h264,width=640,height=480,framerate=30/1 ! h264parse ! rtph264pay pt=127 ! rtprtxqueue ! udpsink host=localhost port=2000 sync=false<br><br></div>and I would like somehow to capture (in my code) on the client's side the GstRTPRetransmission event, which is sent upstream by the rtpjitterbuffer element.<br><br></div><div>Can you help me?<br></div><div>I tried to find something in the documentation but apparently I didn't do much.<br></div><div><br></div>Thank you very much for your time,<br></div>Panos<br></div>