timeshift: increase play out buffer to reduce stutter due to disk IO.
This commit is contained in:
parent
b7c5d27191
commit
bbc215f476
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
#ifndef __TVH_TIMESHIFT_PRIVATE_H__
|
||||
#define __TVH_TIMESHIFT_PRIVATE_H__
|
||||
|
||||
#define TIMESHIFT_PLAY_BUF 500000 // us to buffer in TX
|
||||
#define TIMESHIFT_FILE_PERIOD 60 // number of secs in each buffer file
|
||||
#define TIMESHIFT_PLAY_BUF 2000000 // us to buffer in TX
|
||||
#define TIMESHIFT_FILE_PERIOD 60 // number of secs in each buffer file
|
||||
|
||||
/**
|
||||
* Indexes of import data in the stream
|
||||
|
|
Loading…
Add table
Reference in a new issue