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