Opened 15 years ago

Last modified 6 years ago

#865 closed enhancement

More clever RTP transport remote address switch — at Initial Version

Reported by: bennylp Owned by: nanang
Priority: major Milestone: release-2.8
Component: pjmedia Version: trunk
Keywords: sipit24 Cc: joost, joel
Backport to 1.x milestone: Backported: no

Description

Currently the UDP and ICE media transport has the capability to switch destination RTP/RTCP address to the source address of the RTP/RTCP packets, if they are different than the original address set in SDP received from remote.

It may be better to put this functionality in the stream instead, for the following reason:

  • the stream has more information about the packet, such as RTP pt, SSRC, and info from RTCP statistic
  • some application that uses media transport wants to inspect and possibly filter the source address
  • some firewall wants us to send the RTP to the address in SDP, regardless of the source address of the RTP packet

Change History (0)

Note: See TracTickets for help on using tickets.