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

    r2039 r2241  
    211211     
    212212    pj_math_stat             rtt;   /**< Round trip delay statistic(in usec)*/ 
     213 
     214    pj_uint32_t              rtp_tx_last_ts; /**< Last TX RTP timestamp.    */ 
     215    pj_uint16_t              rtp_tx_last_seq;/**< Last TX RTP sequence.     */ 
    213216}; 
    214217 
Note: See TracChangeset for help on using the changeset viewer.