Changeset 5788 for pjproject/trunk/pjmedia/src/pjmedia/stream_info.c
- Timestamp:
- May 9, 2018 6:58:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/stream_info.c
r5748 r5788 526 526 } 527 527 528 /* Check if "rtcp-mux" is present in the SDP. */ 529 attr = pjmedia_sdp_attr_find2(rem_m->attr_count, rem_m->attr, 530 "rtcp-mux", NULL); 531 if (attr) 532 si->rtcp_mux = PJ_TRUE; 533 528 534 /* If "rtcp" attribute is present in the SDP, set the RTCP address 529 535 * from that attribute. Otherwise, calculate from RTP address.
Note: See TracChangeset
for help on using the changeset viewer.