Ignore:
Timestamp:
Feb 27, 2012 2:41:21 PM (12 years ago)
Author:
nanang
Message:

Fix #1440: Send and parse RTCP compound packet, containing report (RR/SR/XR), SDES, and BYE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjmedia/include/pjmedia/config.h

    r3907 r3960  
    490490 * PJMEDIA_STREAM_ENABLE_XR setting for more info. 
    491491 * 
    492  * Default: 1 (yes). 
     492 * Default: 0 (no). 
    493493 */ 
    494494#ifndef PJMEDIA_HAS_RTCP_XR 
     
    507507#   define PJMEDIA_STREAM_ENABLE_XR             0 
    508508#endif 
     509 
     510 
     511/** 
     512 * Specify the buffer length for storing any received RTCP SDES text 
     513 * in a stream session. Usually RTCP contains only the mandatory SDES 
     514 * field, i.e: CNAME. 
     515 *  
     516 * Default: 64 bytes. 
     517 */ 
     518#ifndef PJMEDIA_RTCP_RX_SDES_BUF_LEN 
     519#   define PJMEDIA_RTCP_RX_SDES_BUF_LEN         64 
     520#endif 
     521 
    509522 
    510523/** 
Note: See TracChangeset for help on using the changeset viewer.