aboutsummaryrefslogtreecommitdiff
path: root/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/README
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/README')
-rw-r--r--xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/README b/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/README
new file mode 100644
index 0000000000..c0a93a0aa1
--- /dev/null
+++ b/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver/README
@@ -0,0 +1,43 @@
+This is a "plugin" for the Video Disk Recorder (VDR).
+
+Written by: Your Name <email@host.dom>
+
+Project's homepage: URL
+
+Latest version available at: URL
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+See the file COPYING for more information.
+
+Description:
+
+
+VNSI support also dynamic PID switching of the received DVB-TS stream. Further it detect and demuxing several
+not by VDR implemented Audio Streams, this are:
+- Enhanced AC3 (not tested)
+- Advanced Audio Coding (AAC) (not tested)
+- DTS (demuxer not finished now, and does not work)
+
+
+CHANNEL SCANNING
+----------------
+For channel scan's a modified version of the wirbelscan plugin (Version dev-0.0.5-pre11e) is
+required. You can download the orginal source from here "http://wirbel.htpc-forum.de/wirbelscan/index2.html".
+
+The VNSI communicate with wirbelscan over VDR's plugin service interface, to add this feature
+you must patch wirbelscan with the file in "patches/vdr-wirbelscan-0.0.5-pre11e-AddServiceInterface.diff".
+
+Scanning can take up to 50 minutes dependet on signal type and signal quality.
+ * DVB-T ~ 5 min
+ * DVB-C ~ 30 min (Symbolrate=AUTO, QAM=AUTO)
+ * DVB-S/S2 ~ 50 min (depend on Satellite, Beam, Hardware)
+ * Analog ~ 5 min
+
+Note: Please notice the warning on the wirbelscan plugin homepage:
+ "Development Version - kein Support. Benutzung auf eigene Verantwortung."
+ "Development Version - no support. Use at your own risk."
+ This means, the time how long the scan run and problems on VDR side are dependet on wirbelscan
+ and not part of VNSI. \ No newline at end of file