summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Heer <l.heer@gmx.de>2013-09-18 05:50:03 +0200
committerLars Heer <l.heer@gmx.de>2013-09-18 05:50:03 +0200
commitccf6e0f9c6b0481ed13e0f4794e3fbead750f385 (patch)
treeed86efb54f7ee41edfba5c89ca519b5fd10aa0d5 /README
downloadvdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.gz
vdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.bz2
added vdr-plugin-mcli-0.0.1+svn20120927
Diffstat (limited to 'README')
-rw-r--r--README60
1 files changed, 60 insertions, 0 deletions
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 <info@baycom.de>
+
+netcv2dvbip is
+Copyright (C) 2010 by Christian Cier-Zniewski <c.cier@gmx.de>
+
+------------------------------------------------------------------
+
+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