Displaying sequence no and dump video packets in file

Mayank Agarwal mayank77fromindia at gmail.com
Wed Mar 1 05:39:40 UTC 2017


Hi,

I am displaying video from udp src at port no 32716.The video is raw yuv
422 packets.
I want to parse sequence number of individual packets and find out packet
loss in the network.

My gstreamer pipeline for displaying camera frames is:

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


Regards
Mayank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170301/ff6bb4c0/attachment.html>


More information about the gstreamer-devel mailing list