|
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
|