Opened 15 years ago

Last modified 15 years ago

#1055 closed defect

Infinite loop in stopping APS audio device when using unsupported codec (thanks Tamàs Solymosi for the report) — at Initial Version

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

Description

Seems that some Nokia devices do not support all APS codecs (AMR-NB, G.711, G.729, iLBC), e.g: reported that 6120 only supports AMR-NB, while currently codecs enumeration in pjmedia APS wrapper is hardcoded (APS doesn't provide API/doc for codec enumeration).

When an unsupported codec is used, it will fail in APS initialization. And stopping/closing the APS audio device will trigger infinite loop.

Change History (0)

Note: See TracTickets for help on using tickets.