Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#631 closed enhancement (fixed)

Add capability of media transport to query actual remote address from where RTP received (thanks Seth Hinze for the patch)..

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

Description


Change History (5)

comment:1 Changed 16 years ago by nanang

  • Summary changed from Add capability of media transport to query actual remote address from where RTP received. to Add capability of media transport to query actual remote address from where RTP received (thanks Seth Hinze for the patch)..

comment:2 Changed 16 years ago by nanang

In r2291:

  • Added new fields in media transport info: remote address originating RTP & RTCP.
  • Updated transport UDP & ICE to fill above fields in getting transport info.
  • Updated pjsua call dump, instead of showing remote RTP address from SDP, it will show address of RTP originator.

comment:3 Changed 16 years ago by nanang

In r2293:

  • Changed rem_rtp/rtcp_addr to src_rtp/rtcp_addr in media transport info
  • Updated behaviour of media transport get info, when the transport hasn't receive any packet src_rtp/rtcp_addr will not be set.
  • Fixed bug in pjsua_call_dump that rem_addr was unset.

comment:4 Changed 15 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

comment:5 Changed 15 years ago by nanang

In r2345: Fixed transport ICE returning zero/invalid remote RTP address when ICE is active.

Note: See TracTickets for help on using tickets.