From ccf6e0f9c6b0481ed13e0f4794e3fbead750f385 Mon Sep 17 00:00:00 2001 From: Lars Heer Date: Wed, 18 Sep 2013 05:50:03 +0200 Subject: added vdr-plugin-mcli-0.0.1+svn20120927 --- README | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..b9a3800 --- /dev/null +++ b/README @@ -0,0 +1,60 @@ +This is a "plugin" for the Video Disk Recorder (VDR) to access DVB-streams +produced by the NetCeiver-hardware. + +Project's homepage: +http://www.baycom.de/wiki/index.php/Products::netceiver + +Latest version available via SVN at: +https://svn.baycom.de/repos/vdr-mcli-plugin/ + +The vdr-plugin, mcli-library and associated tools&drivers +except netcv2dvbip are +Copyright (C) 2007-2010 by BayCom GmbH + +netcv2dvbip is +Copyright (C) 2010 by Christian Cier-Zniewski + +------------------------------------------------------------------ + +The mcli-library (libmcli.so) is covered by the +GNU LESSER GENERAL PUBLIC LICENSE (LGPL), version 2.1: + +This library is free software; you can redistribute it and/or modify it +under the terms of the GNU Lesser General Public License version 2.1 as +published by the Free Software Foundation. + +This library is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License +for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this library; if not, write to the Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +------------------------------------------------------------------ + +The vdr-plugin and associated tools are covered by the +GNU GENERAL PUBLIC LICENSE (GPL), version 2: + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License version 2 as published by +the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 51 +Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +To properly integrate the mcli plugin into your VDR please apply these two +patches: + +vdr-1.6.0-altmenuaction.patch (allows CAM messages to be displayed) +vdr-1.6.0-intcamdevices.patch (enables selection of encrypted channels + without local CI stack). + \ No newline at end of file -- cgit v1.2.3