<div dir="ltr">Hi,<div><br></div><div>In one of our python based video streaming applications we are required to get a timestamp of the RTP packet for synchronization purposes.</div><div>While going through the GStreamer documents we came across GstRTPBuffer (which is part of RTP library) helper functions which can be used to extract RTP timestamp and other RTP header related details.</div><div>We are not able to find any reference on how to get GstRTPBuffer to start working on RTP header.</div><div><br></div><div>Below is the example pipeline for reference,</div><div><br></div><div>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/livestream">127.0.0.1:8554/livestream</a> ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! appsink<br></div><div><br></div><div>Thanks,</div><div>kalpesh</div></div>