Opened 15 years ago

Closed 15 years ago

#730 closed defect (fixed)

Wrong jitter buffer parameters set by the stream

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

Description

The stream should convert the jitter buffer parameters in the pjmedia_stream_info when calling pjmedia_jbuf_set_adaptive(). The parameters in pjmedia_stream_info are in milliseconds, while pjmedia_jbuf_set_adaptive() expect values in counts.

Change History (3)

comment:1 Changed 15 years ago by bennylp

Duplicated to 1.0.x branch in ticket #731

comment:2 Changed 15 years ago by nanang

In r2477: Fixed stream to convert units of jitter buffer params, from msecs (in stream info) to frame counts (for jitter buffer).

comment:3 Changed 15 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.