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/src/pjmedia/vid_stream_info.c

    r5748 r5788  
    349349    } 
    350350 
     351    /* Check if "rtcp-mux" is present in the SDP. */ 
     352    attr = pjmedia_sdp_attr_find2(rem_m->attr_count, rem_m->attr, 
     353                                  "rtcp-mux", NULL); 
     354    if (attr) 
     355        si->rtcp_mux = PJ_TRUE; 
     356 
    351357    /* If "rtcp" attribute is present in the SDP, set the RTCP address 
    352358     * from that attribute. Otherwise, calculate from RTP address. 
Note: See TracChangeset for help on using the changeset viewer.