RTP absolute pipeline position (on client)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

RTP absolute pipeline position (on client)

ivan.roubicek
Hi,
I have a RTP server (I also use RTCP but for simplicity):

filesrc location=\"%s\" ! decodebin ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=5000

and RTP client:

udpsrc port=5000 ! application/x-rtp,encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink

What I would to do is to get an absolute position of the stream (pipeline position) on the client. Is there a proper way of how to do this?

Please any suggestion will be appriciated
Regards Ivan