Opened 9 years ago

Closed 9 years ago

#1884 closed defect (fixed)

Audio stutter on remote side after disconnecting stream from microphone in the conference bridge

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

Reported that in an audio call session, after disconnecting audio flow from microphone to call stream in conference bridge, remote hears audio stutter badly. After investigation, it seems that RTP payload length sent by pjmedia is reduced by half (while RTP timestamp interval stays the same), i.e: audio codec used is PCMU with ptime 20ms, so the RTP payload length is 160 bytes, however after disconnecting the microphone, RTP payload length becomes 80 bytes.

Thanks Marcus Froeschl for the report and analysis.

Change History (1)

comment:1 Changed 9 years ago by nanang

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

In 5174:

Fix #1884: Fixed silence frame length in stream (frame length calculation didn't include frame per packet).

Note: See TracTickets for help on using tickets.