Ignore:
Timestamp:
Jun 14, 2008 4:52:04 PM (16 years ago)
Author:
bennylp
Message:

Implement ticket #546 and revisit ticket #439:

  • ticket #546 implements RTCP SDES and CNAME
  • re-enable periodic RTP TX which was disabled by #439
  • fixed bug in RTCP TX interval
  • changed PJMEDIA_CODEC_MAX_SILENCE_PERIOD value from ts to msec
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r2007 r2020  
    395395 
    396396/** 
    397  * Specify the maximum duration of silence period in the codec.  
     397 * Specify the maximum duration of silence period in the codec, in msec.  
    398398 * This is useful for example to keep NAT binding open in the firewall 
    399399 * and to prevent server from disconnecting the call because no  
     
    406406 * Use (-1) to disable this feature. 
    407407 * 
    408  * Default: 8000 (one second on 8KHz). 
     408 * Default: 500 ms 
    409409 * 
    410410 */ 
    411411#ifndef PJMEDIA_CODEC_MAX_SILENCE_PERIOD 
    412 #   define PJMEDIA_CODEC_MAX_SILENCE_PERIOD     8000 
     412#   define PJMEDIA_CODEC_MAX_SILENCE_PERIOD     500 
    413413#endif 
    414414 
Note: See TracChangeset for help on using the changeset viewer.