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:
Adam Sutton 2014-04-16 22:32:54 +01:00
parent 63ac3be4ed
commit de0562cbf8

View file

@ -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
/**