mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Changed default TS buffer prefill to 25%.
This commit is contained in:
parent
1f86dbef89
commit
8c28b9f86f
4
config.c
4
config.c
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: config.c,v 1.7 2007/09/28 16:44:59 rahrenbe Exp $
|
||||
* $Id: config.c,v 1.8 2007/09/28 19:56:03 rahrenbe Exp $
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
@ -14,7 +14,7 @@ cIptvConfig IptvConfig;
|
||||
cIptvConfig::cIptvConfig(void)
|
||||
: readBufferTsCount(48),
|
||||
tsBufferSize(2),
|
||||
tsBufferPrefillRatio(0),
|
||||
tsBufferPrefillRatio(25),
|
||||
fileIdleTimeMs(5)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user