summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-10-19 06:19:10 +0000
committerschmirl <schmirl>2009-10-19 06:19:10 +0000
commite99ea0034859129b8593994d406924d42ae6aae6 (patch)
tree5de8d3892637797ff8bed61eec50901fd1e576f2 /README
parent73e30fd5ca1bf1c08e7ed45f24a87d977be64c0e (diff)
downloadvdr-plugin-streamdev-e99ea0034859129b8593994d406924d42ae6aae6.tar.gz
vdr-plugin-streamdev-e99ea0034859129b8593994d406924d42ae6aae6.tar.bz2
fixed regression from fix for switching between encrypted channels. It was
no longer possible to receive multiple (FTA) streams from the same transponder
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 1 insertions, 7 deletions
diff --git a/README b/README
index 8169fb6..8909653 100644
--- a/README
+++ b/README
@@ -424,13 +424,7 @@ up. So please consider the logs for the correct value. Remember to fill in
hexadecimal values if you are using an editor to modify your channels.conf
(number 10 becomes an "a", number 11 a "b", ...).
-2. Turn encrypted channels into Free-to-Air channels on the client. Again,
-either enter the channels menu or edit the client's channels.conf. You will
-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 either patch "patches/vdr-1.6.0-intcamdevices.patch" or patch
+2. 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