I am multicasting video stream using RTP (rtph264pay) and UDP (udpsink) from a source node. At the client end the video stream is decoded and displayed as they stream. I have coded this using gstreamer in c/c++. I now want to
1. At source, capture the sequence no., packet size (in bytes) and time stamp of each packet of the video stream being transmitted over the network.
2. At receiver, capture the sequence no. and...