Read dumepd RTP stream in libav
问题 Hi I am in a need of a bit of a help/guidance because I got stuck in my research. The problem: How to convert RTP data using either gstreamer or avlib (ffmpeg) in either API (by programming) or console versions. Data I have RTP dump that comes from RTP/RTCP over TCP so I can get the precise start and stop for each RTP packet in file. It's a H264 video stream dump. The data is in this fashion because I need to acquire the RTCP/RTP interleaved stream via libcurl (which I'm currently doing)