Ignore:
Timestamp:
Apr 12, 2012 1:41:50 PM (12 years ago)
Author:
nanang
Message:

Re #1476: Initial version of send rate control in video stream, added simple blocking method (block application thread to make send delay when delay is needed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_vid.c

    r4028 r4043  
    747747        si->rtp_seq = call_med->rtp_tx_seq; 
    748748        si->rtp_seq_ts_set = call_med->rtp_tx_seq_ts_set; 
     749 
     750        /* Set rate control config from account setting */ 
     751        si->rc_cfg = acc->cfg.vid_stream_rc_cfg; 
    749752 
    750753#if defined(PJMEDIA_STREAM_ENABLE_KA) && PJMEDIA_STREAM_ENABLE_KA!=0 
Note: See TracChangeset for help on using the changeset viewer.