Opened 18 years ago
Closed 18 years ago
#53 closed enhancement (fixed)
Disable silence detector during the first few seconds of RTP transmission
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | pjmedia | Version: | 0.5.9 |
Keywords: | NAT | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
This is useful to assist NAT traversal, since normally NAT router only allows incoming packet after internal host has transmitted some packets to external host.
Change History (2)
comment:1 Changed 18 years ago by bennylp
comment:2 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Implemented in r868. The VAD disabling duration is controlled by PJMEDIA_STREAM_VAD_SUSPEND_MSEC macro, which by default is 600 msec.
Note: See
TracTickets for help on using
tickets.
Note: this needs ticket #54 (modify codec parameter on the fly)