I am using the ffmpeg C library. I need to intercept RTCP packets from the camera in order to get the timestamp from the Sender Report. Is there any method or structure in the ffmpeg that gives me this information? I am completely stuck but I am not able to solve that problem.
Any help will be appreciated. Thanks in advance,
Finally I had to hack into the ffmpeg library like this:
And I finally get timestamp information.