From 3bf95f32b9283b628d5068e7acc3b878fdab00b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Sepp=C3=A4l=C3=A4?= Date: Fri, 12 Oct 2007 21:43:18 +0000 Subject: [PATCH] Documentation update and punchline change. --- README | 33 ++++++++++++++++++++++----------- iptv.c | 4 ++-- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/README b/README index 82bba6f..d5a0852 100644 --- a/README +++ b/README @@ -25,13 +25,15 @@ Description: This plugin integrates multicast IPTV transport streams seamlessly into VDR. You can use any IPTV channel like any other normal DVB channel for -live viewing, recording, ... +live viewing, recording, etc. The plugin also features full section +filtering capabilities which allow for example EIT -information to be +extracted from the incoming stream. Currently the IPTV plugin supports both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams. Also a file input method is supported, but a file delay must be selected individually to prevent VDR's transfer -buffer over/underflow. Therefore it should be considered as a testing -feature only. +buffer over/underflow. Therefore file input should be considered as a +testing feature only. Installation: @@ -50,31 +52,40 @@ Setup menu: - TS buffer size [MB] = 2 Defines ringbuffer size for transport stream in MB. - The valid range: 1...4 + Valid range: 1...4 - TS buffer prefill ratio [%] = 0 Defines prefill ratio for transport stream ringbuffer before data is transferred to VDR. The valid range: 0...40 - Use section filtering = 1 Defines whether section filtering shall be used. - The valid range: 0...1 + Valid range: 0...1 - Scan Sid automatically = 1 Defines whether service id shall be scanned automatically. Requires section filtering. - The valid range: 0...1 -- Disable filters = 0 Certain section filters might have some - unwanted behaviour. This option allows you - to blacklist them. If this option is set - to a non-zero value, the menu page will + Valid range: 0...1 +- Disable filters = 0 Certain section filters might cause some + unwanted behaviour to vdr such as time + being falsely synchronized etc. This + option allows creation of blacklists of + ill-behaving filters. If this option is + set to a non-zero value, the menu page will contain that many "Disable filter" options which allow you to disable the individual section filters. - The valid range: 0...7 + Valid range: 0...7 - [Red:Channels] Opens IPTV channel editor. - [Blue:Info] Opens IPTV information/statistics menu. Channel editor menu: +Because of the different nature and content the VDR channel editor is not +best suited for editing of IPTV -channels. Therefore an alternative editor +is provided which allows more IPTV -centric editing of channel information. +IPTV channel editor is accessible via Setup -> Plugins -> IPTV and pressing +Red button. The channel editor is functionally similar to VDR's built-in +channel editor. + - Read VDR's MANUAL for detailed information. Information menu: diff --git a/iptv.c b/iptv.c index 0e509f8..57d6e08 100644 --- a/iptv.c +++ b/iptv.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: iptv.c,v 1.17 2007/10/09 22:12:17 rahrenbe Exp $ + * $Id: iptv.c,v 1.18 2007/10/12 21:43:18 ajhseppa Exp $ */ #include @@ -14,7 +14,7 @@ #include "device.h" static const char *VERSION = "0.0.1"; -static const char *DESCRIPTION = trNOOP("Experiment the IPTV"); +static const char *DESCRIPTION = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin { private: