Opened 15 years ago
Last modified 15 years ago
#969 closed enhancement
Improvement in jitter buffer algoritm to make space for new frames when it is full (thanks Emil Sturniolo for the suggestion) — at Initial Version
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.6 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently when the jitter buffer is full, it will drop 1/4th of its size when new frame arrives. This causes large portion of a conversation to be dropped. A better algorithm is to progressively discard frames as the buffer fills up.
Note: See
TracTickets for help on using
tickets.