Ignore:
Timestamp:
May 9, 2018 6:58:48 AM (6 years ago)
Author:
ming
Message:

Fixed #2087: Support for RTP and RTCP multiplexing

File:
1 edited

Legend:

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

    r5748 r5788  
    9999                                         sin_family is zero, the RTP address 
    100100                                         will be calculated from RTP.       */ 
     101    pj_bool_t           rtcp_mux;   /**< Use RTP and RTCP multiplexing.     */ 
    101102#if defined(PJMEDIA_HAS_RTCP_XR) && (PJMEDIA_HAS_RTCP_XR != 0) 
    102103    pj_bool_t           rtcp_xr_enabled; 
Note: See TracChangeset for help on using the changeset viewer.