Ignore:
Timestamp:
Oct 23, 2011 5:23:55 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1392: Immediately decode incoming frames to avoid loosing key frames when the jbuf is full and improve latency

File:
1 edited

Legend:

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

    r3671 r3835  
    10461046 
    10471047/** 
     1048 * Video stream will discard old picture from the jitter buffer as soon as 
     1049 * new picture is received, to reduce latency. 
     1050 * 
     1051 * Default: 0 
     1052 */ 
     1053#ifndef PJMEDIA_VID_STREAM_SKIP_PACKETS_TO_REDUCE_LATENCY 
     1054#   define PJMEDIA_VID_STREAM_SKIP_PACKETS_TO_REDUCE_LATENCY    0 
     1055#endif 
     1056 
     1057/** 
    10481058 * @} 
    10491059 */ 
Note: See TracChangeset for help on using the changeset viewer.