Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#995 worksforme Send un-PUBLISH when pjsua_acc_set_registration(FALSE) is called (thanks Johan Lantz for the suggestion) bennylp bennylp
#1042 worksforme The pjmedia echo cancellation wrapper causes Speex AEC to stop working (thanks Bill Gardner for the report) nanang bennylp
Description

As it is, the pjmedia echo canceller (which uses Speex AEC by default on desktop platforms) would barely reduce any echo. Experimenting with plain Speex AEC API shows that it works, so there must be something in the wrapper/framework that causes it to stop working.

#1063 worksforme Audio stutter when using audio switchboard with narrowband codec (thanks Bogdan Krakowski for the report) bennylp bennylp
Description

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:

  1. enable switchboard, by declaring this in config_site.h:
    #define PJMEDIA_CONF_USE_SWITCH_BOARD	1
    
  2. run pjsua to stream file
    $ pjsua --null-audio --clock-rate --play-file pjsua8.wav --auto-play --auto-answer 200
    
  3. 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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.