[Libav-user] RTP Extended headers

John Freeman aworldgonewrong at gmail.com
Wed Aug 7 10:53:25 CEST 2013


I notice that in
rtp_parse_packet_internal<https://www.ffmpeg.org/doxygen/trunk/rtpdec_8c.html#ade7ff7ecc38e5b5429405db7447e9c20>
(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.

Is there any way without delving into private data, that I can get access
to the raw RTP data before demuxing?

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

~ Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130807/ca8ebcdc/attachment.html>


More information about the Libav-user mailing list