Hi,<div><br></div><div>I'm using ffmpeg to retrieve the video and data from camera.</div><div>This camera sends video through rtsp and data through onvif.</div><div><br></div><div>I use "avformat_open_input" -> "avformat_find_stream_info" -> and get 2 streams from camera, and then I just use "av_read_frame" to do what I want to do to these 2 streams.</div>
<div>Everything works as I expect.</div><div><br></div><div>However, I would also like to retrieve the RTCP packet in order to get the ntp timestamp.</div><div>I have no idea how to do that.</div><div><br></div><div>Could you share some light?</div>
<div><br></div><div>Thanks,</div><div>Jeff</div>