Ignore:
Timestamp:
May 9, 2018 6:58:48 AM (5 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/transport.h

    r5752 r5788  
    258258     * transport SRTP. 
    259259     */ 
    260     PJMEDIA_TPMED_NO_TRANSPORT_CHECKING = 1 
     260    PJMEDIA_TPMED_NO_TRANSPORT_CHECKING = 1, 
     261 
     262    /** 
     263     * When this flag is specified, the transport will allow multiplexing 
     264     * RTP and RTCP, i.e. if the remote agrees, RTCP will be sent using 
     265     * the same socket for RTP. 
     266     */ 
     267    PJMEDIA_TPMED_RTCP_MUX = 2 
    261268 
    262269} pjmedia_tranport_media_option; 
Note: See TracChangeset for help on using the changeset viewer.