diff --git a/lib/cppmyth/src/mythlivetvplayback.h b/lib/cppmyth/src/mythlivetvplayback.h index f0d97c51..abe3b5b6 100644 --- a/lib/cppmyth/src/mythlivetvplayback.h +++ b/lib/cppmyth/src/mythlivetvplayback.h @@ -31,9 +31,9 @@ #include -#define MYTH_LIVETV_CHUNK_SIZE 64000 +#define MYTH_LIVETV_CHUNK_SIZE 256000 #define MYTH_LIVETV_CHUNK_MIN 8000 -#define MYTH_LIVETV_CHUNK_MAX 128000 +#define MYTH_LIVETV_CHUNK_MAX 1024000 namespace Myth { diff --git a/lib/cppmyth/src/mythrecordingplayback.h b/lib/cppmyth/src/mythrecordingplayback.h index 5bd2dcba..b9367761 100644 --- a/lib/cppmyth/src/mythrecordingplayback.h +++ b/lib/cppmyth/src/mythrecordingplayback.h @@ -27,9 +27,9 @@ #include "mythstream.h" #include "mytheventhandler.h" -#define MYTH_RECORDING_CHUNK_SIZE 64000 +#define MYTH_RECORDING_CHUNK_SIZE 256000 #define MYTH_RECORDING_CHUNK_MIN 8000 -#define MYTH_RECORDING_CHUNK_MAX 128000 +#define MYTH_RECORDING_CHUNK_MAX 1024000 namespace Myth { diff --git a/lib/cppmyth/src/proto/mythprototransfer.h b/lib/cppmyth/src/proto/mythprototransfer.h index 3ae805de..52017768 100644 --- a/lib/cppmyth/src/proto/mythprototransfer.h +++ b/lib/cppmyth/src/proto/mythprototransfer.h @@ -24,7 +24,7 @@ #include "mythprotobase.h" -#define PROTO_TRANSFER_RCVBUF 64000 +#define PROTO_TRANSFER_RCVBUF 256000 namespace Myth {