From: Adam Sutton Date: Wed, 30 Jan 2013 12:23:36 +0000 (+0000) Subject: timeshift: increase timeshift play buffer period. X-Git-Tag: v3.5~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83ad18a996500ffc5bcf8d3e0a5234aef47787d;p=thirdparty%2Ftvheadend.git timeshift: increase timeshift play buffer period. --- diff --git a/src/timeshift/private.h b/src/timeshift/private.h index 63b7479d0..f462b91b4 100644 --- a/src/timeshift/private.h +++ b/src/timeshift/private.h @@ -19,7 +19,7 @@ #ifndef __TVH_TIMESHIFT_PRIVATE_H__ #define __TVH_TIMESHIFT_PRIVATE_H__ -#define TIMESHIFT_PLAY_BUF 100000 // us to buffer in TX +#define TIMESHIFT_PLAY_BUF 500000 // us to buffer in TX #define TIMESHIFT_FILE_PERIOD 60 // number of secs in each buffer file /**