Page 1 of 1

Getting the RTP Timestamp

Posted: 25 Apr 2010 15:09
by alb84
I am receiving a video stream on RTP, this stream must be syncrhonized with metadata coming from a different RTP stream, but whose timestamps are coherent with the ones of the video stream.
Is there a way to get the value of the RTP timestamp of the current frame using the VLC api?
I only found this function libvlc_media_player_get_time but I think it doesn't help me...

Re: Getting the RTP Timestamp

Posted: 25 Apr 2010 15:13
by Rémi Denis-Courmont
No.

Re: Getting the RTP Timestamp

Posted: 30 Apr 2010 10:45
by alb84
I see.. so what is your best advice to get the timestamp and have the syncrhonization with metadata working?

Re: Getting the RTP Timestamp

Posted: 30 Apr 2010 18:49
by Rémi Denis-Courmont
You can't do that out of the box