mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Mofified TS buffer size range.
This commit is contained in:
parent
c220b5e692
commit
3822a46f4f
3
README
3
README
@ -45,7 +45,7 @@ Setup menu:
|
||||
|
||||
- TS buffer size [MB] = 2 Defines ringbuffer size for transport
|
||||
stream in MB.
|
||||
The valid range: 1...16
|
||||
The valid range: 1...4
|
||||
- TS buffer prefill ratio [%] = 0 Defines prefill ratio for transport
|
||||
stream ringbuffer before data is
|
||||
transferred to VDR.
|
||||
@ -64,6 +64,7 @@ Setup menu:
|
||||
contain that many "Disable filter" options
|
||||
which allow you to disable the individual
|
||||
section filters.
|
||||
The valid range: 0...7
|
||||
- [Red:Channels] Opens IPTV channel editor.
|
||||
- [Blue:Info] Opens IPTV information/statistics menu.
|
||||
|
||||
|
4
setup.c
4
setup.c
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: setup.c,v 1.29 2007/10/10 20:54:58 rahrenbe Exp $
|
||||
* $Id: setup.c,v 1.30 2007/10/11 19:54:20 rahrenbe Exp $
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
@ -586,7 +586,7 @@ void cIptvPluginSetup::Setup(void)
|
||||
{
|
||||
int current = Current();
|
||||
Clear();
|
||||
Add(new cMenuEditIntItem( tr("TS buffer size [MB]"), &tsBufferSize, 2, 16));
|
||||
Add(new cMenuEditIntItem( tr("TS buffer size [MB]"), &tsBufferSize, 1, 4));
|
||||
Add(new cMenuEditIntItem( tr("TS buffer prefill ratio [%]"), &tsBufferPrefill, 0, 40));
|
||||
Add(new cMenuEditBoolItem(tr("Use section filtering"), §ionFiltering));
|
||||
if (sectionFiltering) {
|
||||
|
Loading…
Reference in New Issue
Block a user