Opened 16 years ago
Closed 7 years ago
#587 closed enhancement (wontfix)
Conference bridge modifications to reduce latency.
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | Known-Issues-and-Ideas |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently the conference bridge will introduce delay to the audio flow. The delay is caused by buffering to accommodate the audio bursts from the sound device. The idea is based on removing the (mic frames) buffering.
Attachments (1)
Change History (2)
Changed 16 years ago by nanang
comment:1 Changed 7 years ago by nanang
- Backported unset
- Resolution set to wontfix
- Status changed from new to closed
TeluuCon? 2018: mixing audio better be done in speaker thread.
Note: See
TracTickets for help on using
tickets.
Rough modification: sending captured frames on the capture callback thread itself, just to check latency improvement, and measure it if any.