<div dir="ltr">I notice that in <a class="" href="https://www.ffmpeg.org/doxygen/trunk/rtpdec_8c.html#ade7ff7ecc38e5b5429405db7447e9c20" style="color:rgb(70,101,162);text-decoration:none;font-family:monospace,fixed;font-size:13px;line-height:13px;white-space:pre-wrap;background-color:rgb(251,252,253)">rtp_parse_packet_internal</a> (rtpdec.c) the extended headers in RTP packets are ignored. I am trying to find a way of accessing these extended headers, as the stream I am using contains important data in these headers.<div>
<br></div><div>Is there any way without delving into private data, that I can get access to the raw RTP data before demuxing?</div><div><br></div><div>I am currently ripping apart the priv_data pointer in AVFormatContext to get to the data, but this approach is too hacky for me and potentially dangerous</div>
<div><br></div><div>~ Jay</div></div>