Opened 15 years ago
Last modified 14 years ago
#1063 closed defect
Audio stutter when using audio switchboard with narrowband codec (thanks Bogdan Krakowski for the report) — at Version 1
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Audio stutter is observed when configuring pjsua to use audio switchboard instead of the default conference bridge, and when narrowband clock rate is used by the media (for example, play file).
To reproduce:
- enable switchboard, by declaring this in config_site.h:
#define PJMEDIA_CONF_USE_SWITCH_BOARD 1
- run pjsua to stream file
$ pjsua --null-audio --clock-rate --play-file pjsua8.wav --auto-play --auto-answer 200
- run another pjsua and call the pjsua "server":
$ pjsua --dis-codec * --add-codec pcma --local-port 5080 sip:localhost
This was tested on Linux Ubuntu 09.10 64bit.
Note: See
TracTickets for help on using
tickets.
Edited: playing back local file is fine.