Opened 16 years ago
Closed 16 years ago
#616 closed enhancement (fixed)
ICE media transport should have a default option to switch RTP transmission to source address if remote doesn't use ICE
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc3 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
When local endpoint is configured with ICE, and when remote doesn't use ICE, the ICE media transport should be able to switch the RTP transmission to the source address of the RTP packets, just like the usual UDP media transport.
This is to support the case when remote is using private IP address (e.g. STUN is not enabled), or when remote is behind a symmetric NAT.
This feature should be configurable, with the default is enabled.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
- Milestone changed from release-1.0-rc2 to release-1.0-rc3
Changed 16 years ago by nanang
comment:3 Changed 16 years ago by nanang
In r2276: Updated ICE transport to have a default option to switch RTP transmission to source address if remote doesn't use ICE.
comment:4 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Enable symmetric RTP & RTCP for ICE transport.