Opened 9 years ago

Closed 9 years ago

#1887 closed defect (fixed)

No output frame returned by iLBC encoder on iOS when using multiple frames per packet

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

Description

Currently iLBC wrapper for iOS passes the whole PCM input packet (containing multiple frames) to the encoder, and this way the encoder always returns zero frame output. This ticket will alter the wrapper behaviour to feed only one PCM input frame at a time to encoder.

Thanks Yeffry Zakizon for the report.

Change History (1)

comment:1 Changed 9 years ago by nanang

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

In 5182:

Fix #1887: Feed only one PCM input frame at a time to iOS iLBC encoder.

Note: See TracTickets for help on using tickets.