timeshift: reduce the output buffer size
This will help with a potential overflow in the HTSP buffers that causes glitches in client playback.
This commit is contained in:
parent
63ac3be4ed
commit
de0562cbf8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef __TVH_TIMESHIFT_PRIVATE_H__
|
||||
#define __TVH_TIMESHIFT_PRIVATE_H__
|
||||
|
||||
#define TIMESHIFT_PLAY_BUF 2000000 // us to buffer in TX
|
||||
#define TIMESHIFT_PLAY_BUF 200000 // us to buffer in TX
|
||||
#define TIMESHIFT_FILE_PERIOD 60 // number of secs in each buffer file
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue