Ignore:
Timestamp:
Feb 27, 2018 3:37:53 AM (6 years ago)
Author:
ming
Message:

Fixed #2098: Add SDP attribute SSRC and CNAME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/vid_stream.h

    r5479 r5748  
    159159    unsigned            rx_pt;      /**< Incoming codec paylaod type.       */ 
    160160    pj_uint32_t         ssrc;       /**< RTP SSRC.                          */ 
     161    pj_str_t            cname;      /**< RTCP CNAME.                        */ 
     162    pj_bool_t           has_rem_ssrc;/**<Has remote RTP SSRC?               */ 
     163    pj_uint32_t         rem_ssrc;   /**< Remote RTP SSRC.                   */ 
     164    pj_str_t            rem_cname;  /**< Remote RTCP CNAME.                 */ 
    161165    pj_uint32_t         rtp_ts;     /**< Initial RTP timestamp.             */ 
    162166    pj_uint16_t         rtp_seq;    /**< Initial RTP sequence number.       */ 
Note: See TracChangeset for help on using the changeset viewer.