Ignore:
Timestamp:
Aug 26, 2008 4:51:28 PM (16 years ago)
Author:
nanang
Message:

Ticket #602:

  • Introduced new API pjmedia_rtp_session_init2() to enable intializing RTP session with non-default initial settings
  • Updated stream so it can be created with non-default initial RTP settings.
  • Updated pjsua-lib to make sure RTP timestamp and sequence contigue when stream session is restarted.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r2191 r2241  
    6767    int                  audio_idx; /**< Index of m=audio in SDP.           */ 
    6868    pj_uint32_t          ssrc;      /**< RTP SSRC                           */ 
     69    pj_uint32_t          rtp_tx_ts; /**< Initial RTP timestamp for sender.  */ 
     70    pj_uint16_t          rtp_tx_seq;/**< Initial RTP sequence for sender.   */ 
     71    pj_uint8_t           rtp_tx_seq_ts_set; 
     72                                    /**< Bitmask flags if initial RTP sequence 
     73                                         and/or timestamp for sender are set. 
     74                                         bit 0/LSB : sequence flag  
     75                                         bit 1     : timestamp flag         */ 
    6976    int                  conf_slot; /**< Slot # in conference bridge.       */ 
    7077    pjsip_evsub         *xfer_sub;  /**< Xfer server subscription, if this 
Note: See TracChangeset for help on using the changeset viewer.