summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-10-02 07:14:47 +0000
committerschmirl <schmirl>2008-10-02 07:14:47 +0000
commit42474b84314cfc40191a86369f63aca40c2d09aa (patch)
treec90385a9c4ca03b7e9d00120837c9cf9fab332d2 /README
parent924cf6e4d0e1cfccc86db8c185da60ef0fb6e2fb (diff)
downloadvdr-plugin-streamdev-42474b84314cfc40191a86369f63aca40c2d09aa.tar.gz
vdr-plugin-streamdev-42474b84314cfc40191a86369f63aca40c2d09aa.tar.bz2
Added vdr-1.6.0-intcamdevices.patch (#429)
Modified Files: HISTORY README client/device.h Added Files: patches/vdr-1.6.0-intcamdevices.patch
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 7a84fa7..c113891 100644
--- a/README
+++ b/README
@@ -344,5 +344,9 @@ also have to disable automatic channel updates on the client or (if streamdev
is the only DVB source) disable streamdev's filter streaming feature. Otherwise
VDR will revert the channel into an encrypted one.
-3. Apply the patch "patches/vdr-1.6.0-ignore_missing_cam.diff" to your
-client VDR.
+3. Apply either patch "patches/vdr-1.6.0-intcamdevices.patch" or patch
+"patches/vdr-1.6.0-ignore_missing_cam.diff" to your client VDR. Intcamdevices
+is the clean solution. But as it modifies the VDR API, so you will need to
+recompile all of your plugins. The ignore_missing_cam patch is trivial, no need
+to recompile other plugins. However it is not suitable for clients with a DVB
+card of their own.