Opened 11 years ago

Closed 11 years ago

#1612 closed defect (fixed)

Bugs with jitter buffer fixed mode operation

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-2.1
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Some bugs with jitter buffer fixed mode operation:

  1. the prefetch may go lower than the configured minimum prefetch.
  2. the discard operation needs to be disabled. It is now automatically disabled when pjmedia_jbuf_set_fixed() is called.

Change History (1)

comment:1 Changed 11 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

In 4325:

Fixed #1612: problems with jitter buffer fixed mode operation (prefetch may go lower than configured minimum prefetch, and the discard needs to be disabled too)

Note: See TracTickets for help on using tickets.