Changeset 5788 for pjproject/trunk/pjmedia/src/pjmedia/vid_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/vid_stream_info.c
r5748 r5788 349 349 } 350 350 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 351 357 /* If "rtcp" attribute is present in the SDP, set the RTCP address 352 358 * from that attribute. Otherwise, calculate from RTP address.
Note: See TracChangeset
for help on using the changeset viewer.