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/include/pjmedia/stream.h

    r518 r568  
    9292    pjmedia_dir         dir;        /**< Media direction.                   */ 
    9393    pj_sockaddr_in      rem_addr;   /**< Remote RTP address                 */ 
     94    pj_sockaddr_in      rem_rtcp;   /**< Optional remote RTCP address. If 
     95                                         sin_family is zero, the RTP address 
     96                                         will be calculated from RTP.       */ 
    9497    pjmedia_codec_info  fmt;        /**< Incoming codec format info.        */ 
    9598    pjmedia_codec_param *param;     /**< Optional codec param.              */ 
Note: See TracChangeset for help on using the changeset viewer.