Ignore:
Timestamp:
Jun 29, 2006 2:45:17 PM (18 years ago)
Author:
bennylp
Message:

Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other changes to improve RTCP communication behind NAT. Also fixed bug related to RTCP reporting changes in revision 565

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/stream.c

    r538 r568  
    10681068 
    10691069    /* Only attach transport when stream is ready. */ 
    1070     status = (*tp->op->attach)(tp, stream, &info->rem_addr,  
     1070    status = (*tp->op->attach)(tp, stream, &info->rem_addr, &info->rem_rtcp, 
    10711071                               sizeof(info->rem_addr), &on_rx_rtp, 
    10721072                               &on_rx_rtcp); 
Note: See TracChangeset for help on using the changeset viewer.