[PATCH] RTP Header Extension decoder

BC
b17 c0de
Tue, Aug 23, 2016 6:35 PM

Hi,
I am parsing the RTP Extension Header from a custom transport adapter. To
do this, I have implemented a new function pjmedia_rtp_decode_rtp2() which
is similar to pjmedia_rtp_decode_rtp() but adds additional out parameters
to return the RTP extension in the packet if any. Can this patch be applied
to the pjmedia library? I think it could be useful to other people who need
to parse the RTP-HE.

Kal

Hi, I am parsing the RTP Extension Header from a custom transport adapter. To do this, I have implemented a new function pjmedia_rtp_decode_rtp2() which is similar to pjmedia_rtp_decode_rtp() but adds additional out parameters to return the RTP extension in the packet if any. Can this patch be applied to the pjmedia library? I think it could be useful to other people who need to parse the RTP-HE. Kal