Opened 16 years ago
Closed 16 years ago
#788 closed enhancement (fixed)
SRTP library initialization causes up to 1 second delay for first time call on Windows Mobile emulator (thanks Johan Lantz for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.2 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
SRTP library initialization is currently performed by pjmedia_transport_srtp_create(), it is reported that the initialization will cause about 1 sec delay to the first time call. So moving the SRTP initialization to pjsua-lib may reduce/solve the first time call delay issue.
Change History (2)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from SRTP library initialization may cause the first time call delayed (thanks Johan Lantz for the report). to SRTP library initialization causes up to 1 second delay for first time call on Windows Mobile emulator (thanks Johan Lantz for the report)
Note: See
TracTickets for help on using
tickets.
In r2597: