<div dir="ltr">Hi,<div><br></div><div>I am displaying video from udp src at port no 32716.The video is raw yuv 422 packets.</div><div>I want to parse sequence number of individual packets and find out packet loss in the network.</div><div><br></div><div>My gstreamer pipeline for displaying camera frames is:</div><div><br></div><div><span style="color:rgb(38,50,56);font-size:13px">gst-launch-1.0 -v udpsrc port=62716 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)RAW, sampling=(string){YCbCr-4:2:2}, depth=(string)8, width=(string)1280, height=(string)800, colorimetry=(string)BT709-2, payload=(int)96, ssrc=(uint)341085478, clock-base=(uint)342261484, seqnum-base=(uint)33150" ! rtpvrawdepay ! autovideosink sync=false</span><br></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><span style="color:rgb(38,50,56);font-size:13px">Regards</span></div><div><span style="color:rgb(38,50,56);font-size:13px">Mayank</span></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><br></div><div><br></div></div>