#1103 closed enhancement (fixed)
RTCP statistics updates (thanks Roman Puls for the suggestions) — at Version 4
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
Updates suggested:
- Currently the RFC 3550 compliant jitter calculation is used in generating RTCP RR packet, however the jitter statistics is calculated from "raw jitter" (referring to "different D" of RFC 3550), so changes to be done:
- jitter statistics should use RFC 3550
- add "raw jitter" statistics (calculated from absoluted RFC 3550 diff D), compile-time configurable, disabled by default.
- also add IPDV (calculated from RFC 3550 diff D), compile-time configurable, disabled by default.
- Add feature to reset RTCP statistics.
Change History (4)
comment:1 Changed 14 years ago by nanang
comment:2 Changed 14 years ago by nanang
comment:3 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 14 years ago by nanang
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
(In [3237]) Re #1103: