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
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to