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/vid_stream.h

    r5748 r5788  
    156156                                         sin_family is zero, the RTP address 
    157157                                         will be calculated from RTP.       */ 
     158    pj_bool_t           rtcp_mux;   /**< Use RTP and RTCP multiplexing.     */ 
    158159    unsigned            tx_pt;      /**< Outgoing codec paylaod type.       */ 
    159160    unsigned            rx_pt;      /**< Incoming codec paylaod type.       */ 
Note: See TracChangeset for help on using the changeset viewer.