Opened 7 years ago

Closed 7 years ago

#1970 closed enhancement (fixed)

Add function pjmedia_rtp_decode_rtp2()

Reported by: riza Owned by: nanang
Priority: normal Milestone: release-2.6
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

This ticket will introduce pjmedia_rtp_decode_rtp2() which is similar to pjmedia_rtp_decode_rtp() but adds additional out parameter to return the additional RTP header in the packet if any. Currently the additional RTP header will point to RTP header extension.
It would be useful to other people who need to parse the RTP header extension.

Thanks to Kal (b17 c0de) for the original patch.

Change History (2)

comment:1 Changed 7 years ago by riza

In 5460:

Re #1970: Implement function pjmedia_rtp_decode_rtp2().

comment:2 Changed 7 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.